/* Dunkage Index Remove Duplicate Text Logo V54 */
/* Keeps the real logo on the left and hides duplicate text/logo branding in index header. */

/* Common duplicate brand blocks: D icon + Dunkage text */
.dunkage-index-duplicate-brand-hidden-v54 {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* Extra CSS fallback for likely duplicated center brand area */
header .brand-center,
header .center-brand,
header .hero-brand,
header .logo-center,
.topbar .brand-center,
.topbar .center-brand,
.navbar .brand-center,
.navbar .center-brand,
.site-header .brand-center,
.site-header .center-brand {
  display: none !important;
}

/* Make sure the left logo stays clean and aligned */
.dunkage-index-logo-v53,
.dunkage-brand-logo-v52 {
  margin-left: 0 !important;
}

/* If header used centered layout, force normal left/right alignment after duplicate removal */
header,
.topbar,
.navbar,
.site-header,
.main-header,
.home-header {
  justify-content: space-between !important;
}
