/* Brand Selector Control Module - Backend Only */

/* No visible UI needed - this module only sets CSS variables */
/* All styling is handled by CSS variables applied to other modules */

/* Remove all padding and margin from module wrapper to prevent spacing when dragging/dropping */
.hs_cos_wrapper_type_brand-selector-control,
.hs_cos_wrapper_type_brand-selector-control > *,
[data-module-type="brand-selector-control"],
[data-module-type="brand-selector-control"] > * {
  margin: 0 !important;
  padding: 0 !important;
  display: block;
}

.dnd-section:has(.brand-control-identifier) {
  margin: 0 !important;
  padding: 0 !important;
}

/* Target HubSpot's drag-and-drop wrapper classes */
/* .dnd-section:has(script),
.row-fluid-wrapper:has(script),
.dnd-section:has(style),
.row-fluid-wrapper:has(style) {
  margin: 0 !important;
  padding: 0 !important;
}

/* Remove spacing from any parent containers when this module is present */
/* .dnd-section:has([data-module-type="brand-selector-control"]),
.row-fluid-wrapper:has([data-module-type="brand-selector-control"]) {
  margin: 0 !important;
  padding: 0 !important;
} */ */
