.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for shortcode, class: .elementor-element-18acf0f *//*
 * Shonen Retro Game — Header V2 Wide + Golden Alignment Patch V2
 * Cible : header généré par [srgcc_header]
 * Base mesurée : --srgdb-shell: 1420px
 * Nouvelle largeur desktop : 1600px
 */

/* Version à placer dans le CSS additionnel WordPress */
.srgdb-header {
  --srgdb-shell: 1600px;
}

.srgdb-header .srgdb-shell {
  width: min(
    var(--srgdb-shell),
    calc(100% - clamp(32px, 4vw, 72px))
  );
}

/*
 * Centrage optique du logo au-dessus de la navigation principale.
 * Le déplacement compense la zone CTA/actions située à droite.
 * Valeur fluide : 64 à 104 px selon la largeur de l’écran.
 */
@media (min-width: 1061px) {
  .srgdb-header .srgdb-brand {
    transform: translateX(calc(-1 * clamp(64px, 7vw, 104px)));
  }
}

/* Le mobile conserve ses marges de sécurité et son comportement actuel. */
@media (max-width: 782px) {
  .srgdb-header .srgdb-shell {
    width: min(calc(100% - 24px), var(--srgdb-shell));
  }
}/* End custom CSS */