.sab-accordion,
.sab-accordion-editor {
  display: block;
  width: 100%;
}

.sab-editor-label {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #666;
  margin-bottom: 10px;
}

.sab-item,
.sab-item-editor {
  border: 1px solid #dcdcde;
  border-radius: 8px;
  margin-bottom: 12px;
  overflow: hidden;
  background: #fff;
}

.sab-trigger {
  width: 100%;
  border: 0;
  background: #f6f7f7;
  color: #1d2327;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 18px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  cursor: pointer;
  text-align: left;
}

.sab-trigger:hover {
  background: #f0f0f1;
}

.sab-title {
  flex: 1 1 auto;
}

.sab-icon {
  flex: 0 0 auto;
  font-size: 22px;
  line-height: 1;
  transition: transform 0.2s ease;
}

.sab-item.is-open .sab-icon,
.sab-item[data-open-default="1"] .sab-icon {
  transform: rotate(45deg);
}

.sab-panel {
  border-top: 1px solid #dcdcde;
}

.sab-panel[hidden] {
  display: none !important;
}

.sab-panel-inner,
.sab-item-editor-body {
  padding: 18px;
}

.sab-item-editor-header {
  padding: 16px 18px 0;
}

.sab-item-editor .components-base-control {
  margin-bottom: 0;
}

.sab-item-editor.is-open {
  box-shadow: 0 0 0 1px #2271b1;
}
