@layer business {
/* ===== Plugin Panel (iframe 面板) — 内容样式（容器已迁移至 function-panel）===== */

.plugin-panel-header {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  border-bottom: 1px solid var(--border-default);
  min-height: 48px;
}

.plugin-panel-header-title {
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--text-main);
}

.plugin-panel-iframe {
  flex: 1;
  border: none;
  width: 100%;
  height: 100%;
  min-height: 0;
}

}