/* Shared overrides for the static VisioBook prototype */

body {
  font-family: Raleway, sans-serif;
}

a {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}

[onclick],
.is-clickable {
  cursor: pointer;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="date"],
input[type="search"],
input[type="number"],
.prototype-control,
.prototype-select {
  width: 100%;
  font-family: Raleway, sans-serif;
  font-size: inherit;
  color: inherit;
  outline: none;
  background: transparent;
  border: none;
}

.prototype-select {
  appearance: none;
  -webkit-appearance: none;
}

textarea,
.prototype-textarea {
  width: 100%;
  min-height: 72px;
  font-family: Raleway, sans-serif;
  font-size: inherit;
  line-height: 1.4;
  color: inherit;
  outline: none;
  background: transparent;
  border: none;
  resize: vertical;
  display: block;
}

input[type="checkbox"] {
  width: 14px;
  height: 14px;
  cursor: pointer;
  accent-color: #ed1164;
  flex-shrink: 0;
}

.vb-password-field {
  display: flex;
  align-items: center;
  gap: 8px;
}

.vb-password-field input {
  min-width: 0;
  flex: 1 1 auto;
}

.vb-password-toggle {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 82px;
  min-height: 34px;
  padding: 8px 12px;
  border: 1px solid rgba(17, 24, 39, .16);
  border-radius: 999px;
  background: #ffffff;
  color: #111827;
  font: 700 13px/1 Raleway, sans-serif;
  cursor: pointer;
}

.vb-password-toggle:hover {
  border-color: rgba(237, 17, 100, .45);
  color: #ed1164;
}

.vb-password-toggle:focus-visible {
  outline: 3px solid rgba(237, 17, 100, .25);
  outline-offset: 2px;
}

.upload-wrapper input[type="file"] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}

.prototype-field-host {
  display: flex;
  align-items: center;
  width: 100%;
}

.upload-wrapper {
  position: relative;
  cursor: pointer;
}

/* ---- Cartes dynamiques (recherche-realisation, filtre-totems) ---- */
.card-dyn,
.card-5[data-id] {
  cursor: pointer;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,.10);
  transition: box-shadow .18s ease, transform .18s ease;
  overflow: hidden;
  user-select: none;
}

.card-dyn:hover,
.card-5[data-id]:hover {
  box-shadow: 0 8px 24px rgba(0,0,0,.20);
  transform: translateY(-2px);
}

.card-dyn:active,
.card-5[data-id]:active {
  box-shadow: 0 3px 10px rgba(0,0,0,.15);
  transform: translateY(0);
}

/* Tags gamme (fond coloré) → texte blanc */
.card-dyn .primary-button2,
.card-dyn .primary-button3,
.card-5[data-id] .primary-button2,
.card-5[data-id] .primary-button3 {
  color: #fff !important;
}

.card-dyn .primary-button2 *,
.card-dyn .primary-button3 *,
.card-5[data-id] .primary-button2 *,
.card-5[data-id] .primary-button3 * {
  color: #fff !important;
}

/* ---- Shared card grids: max 4 cards per row ---- */
.feature-cards-1,
.feature-cards-2,
.vb-results,
.vb-installations-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  align-items: stretch !important;
}

.feature-cards-1,
.feature-cards-2 {
  justify-content: stretch !important;
}

.feature-cards-1 > *,
.feature-cards-2 > *,
.vb-results > *,
.vb-installations-grid > * {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
}

.feature-cards-1 .frame-12,
.feature-cards-1 .text,
.feature-cards-1 .body,
.feature-cards-1 .body2,
.feature-cards-1 .buttons2,
.feature-cards-1 .buttons3,
.feature-cards-1 .buttons4,
.feature-cards-2 .frame-13,
.feature-cards-2 .text,
.feature-cards-2 .text2,
.feature-cards-2 .buttons2,
.feature-cards-2 .boutons-carte,
.feature-cards-2 .boutons-carte2 {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
}

@media (max-width: 1200px) {
  .feature-cards-1,
  .feature-cards-2,
  .vb-results,
  .vb-installations-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 900px) {
  .feature-cards-1,
  .feature-cards-2,
  .vb-results,
  .vb-installations-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  .feature-cards-1,
  .feature-cards-2,
  .vb-results,
  .vb-installations-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

/* ---- Canonical shared shell: header/footer match accueil ---- */
.header-1 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
  padding: 24px 64px !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
  align-self: stretch !important;
  gap: 32px !important;
  min-height: 88px !important;
  position: relative !important;
}

.header-1 .frame-2 {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  gap: 0 !important;
  width: 174px !important;
  height: auto !important;
  flex: 0 0 auto !important;
  position: relative !important;
}

.header-1 .frame-1 {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 8px !important;
  flex: 0 0 auto !important;
  width: auto !important;
  align-self: stretch !important;
}

.header-1 .noun-book-3784424-1,
.header-1 .noun-book-162753-2 {
  width: 32px !important;
  height: 28px !important;
  object-fit: cover !important;
  aspect-ratio: 32 / 28 !important;
  transform: none !important;
}

.header-1 .visio-book {
  color: #000 !important;
  font-family: Raleway, sans-serif !important;
  font-size: 24px !important;
  line-height: 1.45 !important;
  font-weight: 400 !important;
  text-align: left !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  flex: 0 1 auto !important;
}

.header-1 .visio-book-span {
  font-family: "Raleway-Regular", Raleway, sans-serif !important;
}

.header-1 .visio-book-span2,
.header-1 .visio-book b {
  font-family: "Raleway-Bold", Raleway, sans-serif !important;
  font-weight: 700 !important;
}

.header-1 .par-visioscreen {
  color: #000 !important;
  font: 400 13px/1.45 Raleway, sans-serif !important;
  text-align: center !important;
  align-self: stretch !important;
  height: auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.header-1 .buttons {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-start !important;
  flex-wrap: nowrap !important;
  gap: 24px !important;
  margin-left: auto !important;
  width: auto !important;
  max-width: none !important;
}

.header-1 .buttons > .pr-sentations,
.header-1 .buttons > .installations,
.header-1 .buttons > .gamme-hardware,
.header-1 .buttons > .visio-com,
.header-1 .buttons > .visio-map {
  color: #000 !important;
  font: 700 16px/1.45 Raleway, sans-serif !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  width: auto !important;
  flex: 0 0 auto !important;
  position: relative !important;
  padding-bottom: 6px !important;
}

.header-1 .buttons > .vb-nav-active::after {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  height: 3px !important;
  border-radius: 999px !important;
  background: #ed1164 !important;
}

.header-1 .buttons > .primary-button {
  background: #ed1164 !important;
  border-radius: 10px !important;
  padding: 8px 14px !important;
  display: inline-flex !important;
  flex-direction: row !important;
  gap: 8px !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  min-width: 160px !important;
  height: 29px !important;
  flex: 0 0 auto !important;
  white-space: nowrap !important;
}

.header-1 .buttons > .primary-button .noun-plus-7539246-1 {
  width: 20px !important;
  height: 20px !important;
  object-fit: cover !important;
  transform: none !important;
}

.header-1 .ajout-d-installation {
  color: #fff !important;
  font: 700 15px/1.45 Raleway, sans-serif !important;
  text-align: center !important;
  white-space: nowrap !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.header-1 .noun-house-8313516-1,
.header-1 .noun-on-off-3203599-1 {
  display: none !important;
}

/* Footer always centered regardless of screen width */
.footer-1 {
  border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
  padding: 32px 64px !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  align-self: stretch !important;
}

.footer-1 .text2,
.footer-1 .text3 {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 32px !important;
  width: 100% !important;
  max-width: 1152px !important;
}

.footer-1 .company,
.footer-1 .company2 {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 8px !important;
}

.footer-1 .company2 .visio-book2 {
  display: none !important;
}

.footer-1 .nav {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 32px !important;
}

.footer-1 .tutoriel-vid-o,
.footer-1 .support {
  display: none !important;
}

.footer-1 .noun-book-3784424-1,
.footer-1 .noun-book-162753-2 {
  width: 32px !important;
  height: 28px !important;
  object-fit: cover !important;
  aspect-ratio: 32 / 28 !important;
}

.footer-1 .visio-book,
.footer-1 .visio-book2 {
  color: #000 !important;
  font-family: Raleway, sans-serif !important;
  font-size: 24px !important;
  line-height: 1.45 !important;
  font-weight: 400 !important;
  text-align: left !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
}

.footer-1 .visio-book-span {
  font-family: "Raleway-Regular", Raleway, sans-serif !important;
}

.footer-1 .visio-book-span2,
.footer-1 .visio-book b {
  font-family: "Raleway-Bold", Raleway, sans-serif !important;
  font-weight: 700 !important;
}

.footer-1 .visiocreen {
  color: rgba(0, 0, 0, 0.55) !important;
  font: 500 16px/1.45 Raleway, sans-serif !important;
  text-decoration: none !important;
}

/* ---- Hamburger button (hidden on desktop) ---- */
#vb-hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 8px;
  background: transparent;
  border: none;
  padding: 0;
  flex-shrink: 0;
}
#vb-hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background: #111827;
  border-radius: 2px;
  transition: transform 0.22s ease, opacity 0.22s ease;
}

/* ---- Responsive navigation breakpoint ---- */
@media (max-width: 1100px) {
  /* Header layout */
  .header-1 {
    padding: 16px 20px !important;
    position: relative !important;
  }

  #vb-hamburger {
    display: flex;
  }

  /* Hide nav bar, replace with dropdown */
  .header-1 .buttons {
    display: none !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0 !important;
    width: 100% !important;
    background: #fff !important;
    border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
    padding: 8px 0 !important;
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 1000 !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12) !important;
  }

  .header-1.vb-menu-open .buttons {
    display: flex !important;
  }

  /* Nav items inside dropdown */
  .header-1 .buttons > * {
    padding: 13px 20px;
    font-size: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
  }

  .header-1 .buttons > .primary-button {
    margin: 8px 12px;
    padding: 12px 16px;
    border-radius: 10px;
    border-bottom: none;
    justify-content: center;
  }

  /* Account / logout injected by JS */
  .header-1 .buttons .vb-header-actions {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .header-1 .buttons .vb-account-link,
  .header-1 .buttons .vb-logout-button {
    border-radius: 0 !important;
    height: auto !important;
    padding: 13px 20px !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
  }

  /* Hamburger → X animation */
  .header-1.vb-menu-open #vb-hamburger span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .header-1.vb-menu-open #vb-hamburger span:nth-child(2) {
    opacity: 0;
  }
  .header-1.vb-menu-open #vb-hamburger span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  /* Footer responsive */
  .footer-1 {
    padding: 24px 20px !important;
  }
  .footer-1 .text2,
  .footer-1 .text3 {
    flex-direction: column !important;
    gap: 16px !important;
    align-items: flex-start !important;
  }
}

/* ---- Responsive application shell (all VisioBook screens) ---- */
html {
  max-width: 100%;
  overflow-x: clip;
}

body {
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
}

.desktop {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  height: auto !important;
  min-height: 100dvh !important;
  overflow-x: clip !important;
}

.desktop > * {
  min-width: 0;
  max-width: 100%;
}

.desktop img,
.desktop video,
.desktop canvas,
.desktop svg {
  max-width: 100%;
}

.desktop :is(input, select, textarea, button) {
  max-width: 100%;
}

.desktop > :is(
  .header-2, .header-3, .header-4, .header-5, .header-6, .header-7,
  .header-8, .header-9, .header-22, .header-32, .container-2, .container-3,
  .frame-2, .frame-3, .feature-cards-1, .feature-cards-2, .feature-cards-3,
  .feature-cards-4, .feature-cards-5, .feature-cards-6
) {
  width: min(1152px, calc(100% - 48px)) !important;
  max-width: 1152px !important;
  margin-inline: auto !important;
}

.desktop > :is(.feature-cards-3, .feature-cards-4, .feature-cards-5, .feature-cards-6) {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  align-items: stretch !important;
  gap: 24px !important;
}

.desktop > :is(.feature-cards-1, .feature-cards-2, .feature-cards-3, .feature-cards-4, .feature-cards-5, .feature-cards-6) > * {
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
}

@media (max-width: 1200px) {
  .desktop > :is(.feature-cards-3, .feature-cards-4, .feature-cards-5, .feature-cards-6) {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 900px) {
  .desktop > :is(.feature-cards-3, .feature-cards-4, .feature-cards-5, .feature-cards-6) {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 860px) {
  .desktop > :is(
    .header-2, .header-3, .header-4, .header-5, .header-6, .header-7,
    .header-8, .header-9, .header-22, .header-32, .container-2, .container-3,
    .frame-2, .frame-3, .feature-cards-1, .feature-cards-2, .feature-cards-3,
    .feature-cards-4, .feature-cards-5, .feature-cards-6
  ) {
    width: calc(100% - 32px) !important;
    max-width: calc(100% - 32px) !important;
    height: auto !important;
    padding-inline: 0 !important;
    margin-inline: auto !important;
  }

  .desktop > :is(.header-2, .header-3, .header-4, .header-5, .header-6, .header-7, .header-8, .header-9, .header-22, .header-32) {
    padding-block: 22px !important;
  }

  .desktop > :is(.header-2, .header-3, .header-4, .header-5, .header-6, .header-7, .header-8, .header-9, .header-22, .header-32) > * {
    max-width: 100% !important;
  }

  .desktop > :is(.header-4, .header-5, .header-6, .header-7, .header-8, .header-9) :is(.frame-3, .frame-12, .frame-13, .ligne-7) {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    flex-wrap: wrap !important;
  }

  .desktop > :is(.header-4, .header-5, .header-6, .header-7, .header-8, .header-9) :is(.champ, .prototype-field-host, .upload-wrapper) {
    width: 100% !important;
    min-width: 0 !important;
  }

  .desktop > :is(.container-2, .container-3) {
    overflow-x: auto !important;
    overscroll-behavior-inline: contain;
    scrollbar-gutter: stable;
  }

  .desktop > :is(.frame-2, .frame-3) {
    overflow: hidden !important;
  }

  .desktop > :is(.frame-2, .frame-3) > .rectangle-1 {
    width: 100% !important;
    max-width: 100% !important;
    left: 0 !important;
  }

  .desktop > :is(.frame-2, .frame-3) > :is(.card-1, .card-2) {
    max-width: calc(100% - 24px) !important;
  }

  .footer-1 .nav {
    flex-wrap: wrap !important;
    gap: 14px 20px !important;
  }

  /* Convert fixed-width exported forms and detail toolbars before tablet portrait. */
  .desktop :is(.frame-5, .menu, .grp-date, .grp-date2, .grp-date3, .grp-date4, .grp-date5) {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    gap: 8px !important;
  }

  .desktop > :is(.header-3, .header-4, .header-5) > :is(.frame-2, .frame-12, .frame-13) {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
  }

  .desktop > :is(.header-3, .header-4, .header-5) :is(
    .grp-type-de-produit, .groupe-de-filtres, .grp-nouvelle-installation,
    .grp-nouvelle-installation2, .grp-nouvelle-installation3,
    .grp-nouvelle-installation4, .grp-nouvelle-installation5
  ) {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
  }

  .desktop > :is(.header-3, .header-4, .header-5) :is(
    .grp-type-de-produit, .groupe-de-filtres, .grp-nouvelle-installation,
    .grp-nouvelle-installation2, .grp-nouvelle-installation3,
    .grp-nouvelle-installation4, .grp-nouvelle-installation5
  ) * {
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .desktop > :is(.header-4, .header-5) [class^="ligne-"] {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    flex-wrap: wrap !important;
    align-items: stretch !important;
    gap: 12px !important;
  }

  .desktop > :is(.header-4, .header-5) [class^="grp-"] {
    max-width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
  }

  .desktop > .header-3 {
    flex-wrap: wrap !important;
  }

  .desktop > .header-3 > :is(.frame-3, .frame-32) {
    position: static !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    flex-wrap: wrap !important;
  }
}

@media (max-width: 640px) {
  .desktop > :is(.feature-cards-3, .feature-cards-4, .feature-cards-5, .feature-cards-6) {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 16px !important;
  }

  .desktop > :is(
    .header-2, .header-3, .header-4, .header-5, .header-6, .header-7,
    .header-8, .header-9, .header-22, .header-32, .container-2, .container-3,
    .frame-2, .frame-3, .feature-cards-1, .feature-cards-2, .feature-cards-3,
    .feature-cards-4, .feature-cards-5, .feature-cards-6
  ) {
    width: calc(100% - 20px) !important;
    max-width: calc(100% - 20px) !important;
  }

  .desktop > :is(.header-2, .header-3, .header-4, .header-5, .header-6, .header-7, .header-8, .header-9, .header-22, .header-32) {
    align-items: stretch !important;
    gap: 16px !important;
  }

  .desktop > :is(.header-2, .header-3, .header-4, .header-5, .header-6, .header-7, .header-8, .header-9, .header-22, .header-32) > :is([class*="primary-button"], button, a) {
    max-width: 100% !important;
  }

  .footer-1 .text2,
  .footer-1 .text3,
  .footer-1 .nav {
    width: 100% !important;
    align-items: center !important;
    text-align: center !important;
  }

  /* Exported Figma forms: replace fixed 1152/568/370px rows with a mobile flow. */
  .desktop :is(.frame-5, .menu, .grp-date, .grp-date2, .grp-date3, .grp-date4, .grp-date5) {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    gap: 8px !important;
  }

  .desktop > :is(.header-3, .header-4, .header-5) > :is(.frame-2, .frame-12, .frame-13) {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
  }

  .desktop > :is(.header-3, .header-4, .header-5) :is(
    .grp-type-de-produit, .groupe-de-filtres, .grp-nouvelle-installation,
    .grp-nouvelle-installation2, .grp-nouvelle-installation3,
    .grp-nouvelle-installation4, .grp-nouvelle-installation5
  ) {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
  }

  .desktop > :is(.header-3, .header-4, .header-5) :is(
    .grp-type-de-produit, .groupe-de-filtres, .grp-nouvelle-installation,
    .grp-nouvelle-installation2, .grp-nouvelle-installation3,
    .grp-nouvelle-installation4, .grp-nouvelle-installation5
  ) > * {
    width: 100% !important;
    max-width: 100% !important;
  }

  .desktop :is(.grp-date, .grp-date2, .grp-date3, .grp-date4, .grp-date5) > [class^="div"] {
    position: absolute !important;
    right: 10px !important;
    left: auto !important;
  }

  .desktop [class^="grp-"] > [class^="div"] {
    right: 10px !important;
    left: auto !important;
  }

  .desktop > .header-5 .header-6 {
    position: static !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    padding: 0 !important;
  }

  .desktop :is(.text-block-1, .vb-installations-section) {
    width: 100% !important;
    max-width: 100% !important;
    padding: 24px 10px !important;
  }

  .desktop :is(.buttons2, .buttons3, .buttons4) {
    width: 100% !important;
    max-width: 100% !important;
    flex-wrap: wrap !important;
  }

  .desktop :is(.buttons2, .buttons3, .buttons4) > * {
    max-width: 100% !important;
  }

  .desktop :is(.buttons2, .buttons3, .buttons4) [class*="totem"],
  .desktop :is(.buttons2, .buttons3, .buttons4) [class*="sortie"] {
    white-space: normal !important;
    overflow-wrap: anywhere !important;
  }

  .desktop > :is(.header-4, .header-5) [class^="ligne-"] {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 12px !important;
  }

  .desktop > :is(.header-4, .header-5) [class^="grp-"] {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    gap: 8px !important;
  }

  .desktop > .header-3 {
    flex-direction: column !important;
    align-items: stretch !important;
  }

  .desktop > .header-3 > :is(.frame-3, .frame-32) {
    position: static !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    flex-wrap: wrap !important;
    justify-content: flex-start !important;
  }

  .desktop > .header-5 > .group-1 {
    position: static !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 4px !important;
  }

  .desktop > .header-5 > .group-1 > * {
    position: static !important;
    max-width: 100% !important;
    text-align: center !important;
  }
}
