/* Isolate Brand Guidelines from gurudada.webflow.css collisions.
   Official .div-block is a fixed homepage chrome slot; Back Alley
   reuses that class for color-swatch cards. */
.page-branding .div-block {
  position: relative !important;
  inset: auto !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  width: auto !important;
}

.page-branding .grid-03 {
  grid-auto-rows: auto;
}

.page-branding .colorpalette {
  flex: 0 0 auto;
}
