/* Form fields styling for admin interface */
.form-section .w-panel__content .struct-block {
  padding: 1rem;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 0.5rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin: 0.5rem 0 1rem;
}

.form-section .w-panel__content .w-field__label:not([for]) {
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 0.25rem;
}
