.gmx-global-location {
  position: relative;
  z-index: 2;
  padding: clamp(64px, 7vw, 110px) clamp(20px, 5vw, 80px);
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(420px, 1.28fr);
  gap: clamp(30px, 6vw, 90px);
  align-items: stretch;
  background: #11110f;
  color: #fff;
  font-family: "Geist", Arial, Helvetica, sans-serif;
  border-top: 1px solid rgba(255,255,255,.12);
}
.gmx-seo-h1 { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }

/* Popup estático: abre por :target aun si JavaScript no carga. */
.gmx-static-quote { position: fixed; z-index: 10030; inset: 0; display: none; place-items: center; padding: 24px; font-family: "Geist", Arial, sans-serif; }
.gmx-static-quote:target { display: grid; }
.gmx-static-quote__backdrop { position: absolute; inset: 0; background: rgba(5,5,4,.8); backdrop-filter: blur(9px); }
.gmx-static-quote__panel { position: relative; z-index: 1; width: min(720px,100%); max-height: calc(100dvh - 48px); overflow-y: auto; padding: clamp(28px,5vw,54px); background: #f3efe5; color: #151512; box-shadow: 0 32px 100px rgba(0,0,0,.44); }
.gmx-static-quote__close { position: absolute; top: 14px; right: 14px; display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(0,0,0,.18); border-radius: 50%; color: #151512; font-size: 28px; text-decoration: none; }
.gmx-static-quote__eyebrow { margin: 0 0 12px; color: #e84c16; font-size: 11px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.gmx-static-quote__panel h2 { margin: 0; font-size: clamp(36px,6vw,62px) !important; line-height: .94 !important; letter-spacing: -.05em !important; text-transform: uppercase; }
.gmx-static-quote__intro { margin: 18px 0 28px; color: #625f58; font-size: 14px; line-height: 1.55; }
.gmx-static-quote__form { display: grid; gap: 16px; }
.gmx-static-quote__row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.gmx-static-quote__form label { display: grid; gap: 7px; color: #3d3a35; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.gmx-static-quote__form input,.gmx-static-quote__form textarea { width: 100%; padding: 14px 15px; border: 1px solid #cbc5b9; background: #fff; color: #151512; font: 500 15px/1.35 "Geist",Arial,sans-serif; letter-spacing: 0; text-transform: none; }
.gmx-static-quote__form button { min-height: 52px; padding: 0 22px; border: 0; background: #171714; color: #fff; font-weight: 800; cursor: pointer; }
@media (max-width:640px){.gmx-static-quote{padding:10px;align-items:end}.gmx-static-quote__panel{max-height:calc(100dvh - 20px);padding:34px 20px 24px}.gmx-static-quote__row{grid-template-columns:1fr}}

/* Contacto y ubicación: composición clara con mapa y tarjeta. */
.gmx-global-location { display: block; padding: clamp(72px,8vw,118px) max(22px,calc((100vw - 1180px)/2)); background: #f7f8fb; color: #101a30; border-top: 1px solid #e7ebf2; }
.gmx-global-location__heading { max-width: 820px; margin: 0 auto clamp(42px,5vw,64px); text-align: center; }
.gmx-global-location__eyebrow { display: inline-flex; align-items: center; gap: 9px; margin: 0 0 18px; color: #df4f1c; font-size: 10px; font-weight: 850; letter-spacing: .19em; text-transform: uppercase; }
.gmx-global-location__eyebrow span { width: 22px; height: 2px; background: #df4f1c; }
.gmx-global-location h2 { max-width: 800px; margin: 0 auto 20px; color: #101a30; font-size: clamp(38px,4.4vw,64px) !important; line-height: 1.02 !important; letter-spacing: -.045em !important; text-transform: none !important; text-wrap: balance; }
.gmx-global-location__heading > p:last-child { max-width: 780px; margin: 0 auto; color: #586781; font-size: 15px; line-height: 1.7; }
.gmx-global-location__layout { display: grid; grid-template-columns: minmax(0,1.58fr) minmax(340px,1fr); gap: 24px; align-items: stretch; }
.gmx-global-location__map { min-height: 470px; overflow: hidden; border: 1px solid #dce3ed; border-radius: 17px; background: #e9edf3; box-shadow: 0 18px 48px rgba(26,42,70,.09); }
.gmx-global-location__map iframe { width: 100%; height: 100%; min-height: 470px; display: block; border: 0; filter: saturate(.9) contrast(1.02); }
.gmx-global-location__card { padding: 28px 28px 24px; border: 1px solid #dce3ed; border-radius: 17px; background: #fff; box-shadow: 0 18px 48px rgba(26,42,70,.07); }
.gmx-global-location__card h3 { margin: 0 0 4px; color: #173b74; font-size: 23px; letter-spacing: -.02em; }
.gmx-global-location__city { margin: 0 0 20px; padding-bottom: 18px; border-bottom: 1px solid #e0e6ef; color: #73819a; font-size: 12px; }
.gmx-global-location__details { display: grid; gap: 16px; }
.gmx-global-location__details > a,.gmx-global-location__details > div { display: grid; grid-template-columns: 34px 1fr; gap: 12px; align-items: center; color: #101a30; text-decoration: none; }
.gmx-global-location__icon { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; background: #edf4fb; color: #1966a7; font-size: 15px; }
.gmx-global-location__details small { display: block; margin-bottom: 3px; color: #8490a6; font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.gmx-global-location__details strong { display: block; overflow-wrap: anywhere; color: #17233a; font-size: 12px; line-height: 1.35; }
.gmx-global-location__actions { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-top: 21px; padding-top: 14px; border-top: 1px solid #e0e6ef; }
.gmx-global-location__actions a { display: grid; place-items: center; min-height: 42px; border-radius: 9px; background: #e95925; color: #fff; text-decoration: none; font-size: 12px; font-weight: 800; }
.gmx-global-location__actions a:last-child { background: #25a95b; }
.gmx-global-location__note { margin: 12px 4px 0; color: #8490a6; font-size: 10px; line-height: 1.45; text-align: center; }
@media (max-width:820px){.gmx-global-location__layout{grid-template-columns:1fr}.gmx-global-location__map,.gmx-global-location__map iframe{min-height:350px}}
@media (max-width:520px){.gmx-global-location{padding:64px 16px 80px}.gmx-global-location__heading{margin-bottom:34px}.gmx-global-location h2{font-size:clamp(36px,11vw,48px)!important}.gmx-global-location__map,.gmx-global-location__map iframe{min-height:310px}.gmx-global-location__card{padding:24px 18px 20px}.gmx-global-location__actions{grid-template-columns:1fr}}

/* Jerarquía tipográfica común para todas las páginas. */
main > section h2,
main > .section h2,
main > [class*="section"] h2 {
  font-size: clamp(40px, 5vw, 78px) !important;
  line-height: .96 !important;
  letter-spacing: -.045em !important;
}

.eyebrow,
[class~="eyebrow"],
.hero-kicker,
.section-kicker,
[class*="__eyebrow"] {
  font-size: clamp(13px, .9vw, 16px) !important;
  line-height: 1.35 !important;
  letter-spacing: .14em !important;
  font-weight: 800 !important;
}

.hero .eyebrow {
  width: min(100%, 820px) !important;
  max-width: 820px !important;
  margin-bottom: clamp(24px, 3vw, 38px) !important;
  display: block !important;
  color: #ff6428 !important;
  font-size: clamp(16px, 1.2vw, 21px) !important;
  line-height: 1.45 !important;
  letter-spacing: .105em !important;
  font-weight: 850 !important;
  text-wrap: balance;
}

.gmx-whatsapp-icon { width: 27px; height: 27px; flex: 0 0 27px; display: block; fill: currentColor; }
.whatsapp-float .gmx-whatsapp-icon,
.floating-whatsapp .gmx-whatsapp-icon,
.floating-cta .gmx-whatsapp-icon { width: 30px; height: 30px; }

.whatsapp-float[data-gmx-whatsapp="ready"],
.floating-whatsapp[data-gmx-whatsapp="ready"],
.floating-cta[data-gmx-whatsapp="ready"] {
  position: fixed !important;
  z-index: 9998 !important;
  left: auto !important;
  right: 22px !important;
  bottom: 22px !important;
  width: 58px !important;
  min-width: 58px !important;
  height: 58px !important;
  min-height: 58px !important;
  padding: 0 !important;
  display: grid !important;
  place-items: center !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: #25d366 !important;
  color: #071b10 !important;
  box-shadow: 0 12px 32px rgba(0,0,0,.28) !important;
  font-size: 0 !important;
  line-height: 0 !important;
  text-indent: 0 !important;
}

.whatsapp-float[data-gmx-whatsapp="ready"] > :not(.gmx-whatsapp-icon),
.floating-whatsapp[data-gmx-whatsapp="ready"] > :not(.gmx-whatsapp-icon),
.floating-cta[data-gmx-whatsapp="ready"] > :not(.gmx-whatsapp-icon) { display: none !important; }

@media (max-width: 520px) {
  main > section h2,
  main > .section h2,
  main > [class*="section"] h2 { font-size: clamp(38px, 11vw, 52px) !important; }
  .eyebrow,
  [class~="eyebrow"],
  .hero-kicker,
  .section-kicker,
  [class*="__eyebrow"] { font-size: 13px !important; letter-spacing: .12em !important; }
  .hero .eyebrow {
    width: 100% !important;
    margin-bottom: 28px !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
    letter-spacing: .09em !important;
    text-wrap: pretty;
  }
  .gmx-global-location { padding: 64px 16px 90px; }
  .gmx-global-location__map,
  .gmx-global-location__map iframe { min-height: 310px; }
  .whatsapp-float[data-gmx-whatsapp="ready"],
  .floating-whatsapp[data-gmx-whatsapp="ready"],
  .floating-cta[data-gmx-whatsapp="ready"] { right: 14px !important; bottom: 14px !important; }
}
/* Barra comercial segura: se coloca una sola vez debajo de la navegación. */
.gmx-header-logo {
  display: block;
  width: clamp(126px, 10.5vw, 158px);
  height: auto;
  object-fit: contain;
}
header a[data-gmx-brand-image="ready"] {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  text-decoration: none;
}
.gmx-trust-bar {
  box-sizing: border-box; position: relative; z-index: 15; width: 100%; min-height: 48px;
  margin-top: calc(var(--gmx-trust-offset, 0px) + var(--gmx-mobile-menu-offset, 0px)); padding: 0 max(20px, calc((100vw - 1320px) / 2));
  display: flex; align-items: stretch; justify-content: center;
  background: #f45a1e; color: #fff; border-bottom: 1px solid rgba(0,0,0,.12);
  font-family: "Geist", Arial, Helvetica, sans-serif;
}
.gmx-trust-bar > div { min-width: 0; padding: 11px clamp(14px,2vw,28px); display: flex; align-items: center; justify-content: center; gap: 8px; border-right: 1px solid rgba(255,255,255,.2); }
.gmx-trust-bar > div:first-child { border-left: 1px solid rgba(255,255,255,.2); }
.gmx-trust-bar span { display: grid; place-items: center; width: 18px; height: 18px; flex: 0 0 18px; border: 1px solid rgba(255,255,255,.58); border-radius: 50%; font-size: 10px; }
.gmx-trust-bar strong { font-size: 10px; line-height: 1.25; letter-spacing: .055em; text-transform: uppercase; white-space: nowrap; }

/* Sellos y Promocionales ya reciben el espacio del header fijo mediante la barra. */
html.gmx-sellos-page .hero,
html.gmx-promocionales-page .hero { padding-top: 0 !important; }

.gmx-mobile-cta { display: none; }
@media (max-width: 760px) {
  body { padding-bottom: 58px !important; }
  .gmx-trust-bar { min-height: 42px; padding: 0; justify-content: flex-start; overflow-x: auto; scrollbar-width: none; scroll-snap-type: x proximity; }
  .gmx-trust-bar::-webkit-scrollbar { display: none; }
  .gmx-trust-bar > div { min-width: max-content; padding: 10px 15px; scroll-snap-align: start; }
  .gmx-trust-bar strong { font-size: 9px; }
  .gmx-mobile-cta {
    position: fixed; z-index: 10010; left: 0; right: 0; bottom: 0; height: 58px; padding: 6px;
    display: grid; grid-template-columns: 1fr 1fr; gap: 6px;
    background: rgba(17,17,15,.96); border-top: 1px solid rgba(255,255,255,.18);
    box-shadow: 0 -8px 24px rgba(0,0,0,.2); font-family: "Geist", Arial, sans-serif;
  }
  .gmx-mobile-cta a { min-height: 46px; padding: 0 14px; display: flex; align-items: center; justify-content: space-between; color: #fff; text-decoration: none; font-size: 12px; font-weight: 800; letter-spacing: .02em; }
  .gmx-mobile-quote { background: #f45a1e; }
  .gmx-mobile-whatsapp { background: #178d49; }
  .gmx-mobile-cta span { font-size: 15px; }
  .whatsapp-float[data-gmx-whatsapp="ready"],
  .floating-whatsapp[data-gmx-whatsapp="ready"],
  .floating-cta[data-gmx-whatsapp="ready"] { display: none !important; }
}

/* Netlify Forms: estados compartidos sin alterar la identidad visual de cada landing. */
.gmx-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.gmx-form-status { margin: 16px 0 0; padding: 15px 17px; border: 1px solid currentColor; font-size: 13px; font-weight: 700; line-height: 1.45; text-align: left; text-transform: none; letter-spacing: 0; }
.gmx-form-status[hidden] { display: none !important; }
.gmx-form-status.is-success { border-color: #249457; background: #e6f5eb; color: #17683c; }
.gmx-form-status.is-error { border-color: #c94b2d; background: #fae9e4; color: #9b321b; }
.quote-form[aria-busy="true"] button[type="submit"] { opacity: .65; cursor: wait; }
@media (max-width: 640px) { .gmx-form-status { padding: 14px; font-size: 12px; } }

/* Cotizador emergente común, activado desde el CTA superior de cada landing. */
.gmx-quote-modal[hidden] { display: none !important; }
.gmx-quote-modal {
  position: fixed;
  z-index: 10020;
  inset: 0;
  padding: 24px;
  display: grid;
  place-items: center;
  overflow-y: auto;
  background: rgba(5,5,4,.78);
  backdrop-filter: blur(10px);
}
.gmx-modal-open { overflow: hidden !important; }
.gmx-quote-modal__panel {
  position: relative;
  width: min(720px, 100%);
  max-height: calc(100dvh - 48px);
  overflow-y: auto;
  padding: clamp(28px, 5vw, 54px);
  background: #f3efe5;
  color: #151512;
  box-shadow: 0 32px 100px rgba(0,0,0,.44);
  font-family: "Geist", Arial, sans-serif;
}
.gmx-quote-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(0,0,0,.18);
  border-radius: 50%;
  background: transparent;
  color: #151512;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}
.gmx-quote-modal__eyebrow { margin: 0 0 12px; color: #e84c16; font-size: 11px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.gmx-quote-modal__panel h2 { max-width: 590px; margin: 0; font-size: clamp(36px, 6vw, 62px) !important; line-height: .94 !important; letter-spacing: -.05em !important; text-transform: uppercase; }
.gmx-quote-modal__intro { max-width: 590px; margin: 18px 0 28px; color: #625f58; font-size: 14px; line-height: 1.55; }
.gmx-quote-modal__form { display: grid; gap: 16px; }
.gmx-quote-modal__row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.gmx-quote-modal__form label { display: grid; gap: 7px; color: #3d3a35; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.gmx-quote-modal__form input,
.gmx-quote-modal__form textarea { width: 100%; padding: 14px 15px; border: 1px solid #cbc5b9; border-radius: 0; background: #fff; color: #151512; font: 500 15px/1.35 "Geist", Arial, sans-serif; letter-spacing: 0; text-transform: none; outline: none; }
.gmx-quote-modal__form input:focus,
.gmx-quote-modal__form textarea:focus { border-color: #ff5a1f; box-shadow: 0 0 0 2px rgba(255,90,31,.14); }
.gmx-quote-modal__form button[type="submit"] { min-height: 52px; padding: 0 22px; border: 0; background: #171714; color: #fff; font: 800 13px/1 "Geist", Arial, sans-serif; cursor: pointer; }
.gmx-quote-modal__form button[type="submit"] span { color: #ff5a1f; }
@media (max-width: 640px) {
  .gmx-quote-modal { padding: 10px; align-items: end; }
  .gmx-quote-modal__panel { width: 100%; max-height: calc(100dvh - 20px); padding: 34px 20px 24px; }
  .gmx-quote-modal__row { grid-template-columns: 1fr; }
  .gmx-quote-modal__intro { margin-bottom: 20px; }
}

/* Home encuadrado: fondos completos con contenido central de 1380 px. */
@media (min-width: 1381px) {
  .gmx-home .site-header,
  .gmx-home .hero,
  .gmx-home .section,
  .gmx-home .catalog-section,
  .gmx-home .integral-section,
  .gmx-home .story-section,
  .gmx-home .quote-section,
  .gmx-home .site-footer {
    padding-left: calc((100vw - 1380px) / 2 + 24px) !important;
    padding-right: calc((100vw - 1380px) / 2 + 24px) !important;
  }
}

/* Prioridad final del nuevo bloque de contacto sobre estilos heredados. */
.gmx-global-location { display: block !important; padding: clamp(72px,8vw,118px) max(22px,calc((100vw - 1180px)/2)) !important; background: #f7f8fb !important; color: #101a30 !important; }
.gmx-global-location__eyebrow { display: inline-flex !important; margin: 0 0 18px !important; color: #df4f1c !important; font-size: 10px !important; }
.gmx-global-location h2 { max-width: 800px !important; margin: 0 auto 20px !important; color: #101a30 !important; font-size: clamp(38px,4.4vw,64px) !important; line-height: 1.02 !important; letter-spacing: -.045em !important; text-transform: none !important; }
.gmx-global-location__map { min-height: 470px !important; background: #e9edf3 !important; box-shadow: 0 18px 48px rgba(26,42,70,.09) !important; }
.gmx-global-location__map iframe { min-height: 470px !important; }
@media (max-width:820px){.gmx-global-location__map,.gmx-global-location__map iframe{min-height:350px!important}}
@media (max-width:520px){.gmx-global-location{padding:64px 16px 80px!important}.gmx-global-location h2{font-size:clamp(36px,11vw,48px)!important}.gmx-global-location__map,.gmx-global-location__map iframe{min-height:310px!important}}

/* Formulario final general: mismo patrón naranja + tarjeta blanca en todas las rutas. */
.quote-section,
.contact-section {
  background: #ff5a1f !important;
  color: #151512 !important;
}

.quote-section:not(:has(> .quote-grid)),
.contact-section {
  display: grid !important;
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr) !important;
  gap: clamp(44px, 7vw, 110px) !important;
  align-items: center !important;
  padding: clamp(72px, 8vw, 120px) max(24px, calc((100vw - 1180px) / 2)) !important;
}

.quote-section > .quote-grid {
  width: min(1180px, calc(100% - 48px)) !important;
  margin: 0 auto !important;
  padding: clamp(72px, 8vw, 120px) 0 !important;
  display: grid !important;
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr) !important;
  gap: clamp(44px, 7vw, 110px) !important;
  align-items: center !important;
}

.quote-section .quote-copy,
.contact-section .contact-section__intro {
  color: #151512 !important;
}

.quote-section .quote-copy h2,
.contact-section .contact-section__intro h2 {
  margin: 0 0 20px !important;
  color: #151512 !important;
  font-size: clamp(45px, 5.2vw, 78px) !important;
  line-height: .92 !important;
  letter-spacing: -.055em !important;
  text-transform: none !important;
}

.quote-section .quote-copy > p:not(.eyebrow),
.contact-section .contact-section__intro > p:not(.eyebrow) {
  max-width: 540px !important;
  color: rgba(21,21,18,.72) !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
}

.quote-section .eyebrow,
.contact-section .eyebrow {
  color: #151512 !important;
}

.quote-section .contact-details,
.quote-section .contact-data,
.quote-section .contact-card,
.quote-section .contact-list,
.contact-section .contact-data {
  border-color: rgba(21,21,18,.25) !important;
  color: #151512 !important;
}

.quote-section .contact-details a,
.quote-section .contact-details span,
.quote-section .contact-data a,
.quote-section .contact-data strong,
.quote-section .contact-card a,
.quote-section .contact-card p,
.quote-section .contact-list a,
.quote-section .contact-list strong,
.contact-section .contact-data a,
.contact-section .contact-data strong {
  color: #151512 !important;
  border-color: rgba(21,21,18,.22) !important;
}

.quote-section .quote-form,
.contact-section .quote-form {
  width: 100% !important;
  margin: 0 !important;
  padding: clamp(28px, 4vw, 48px) !important;
  display: grid !important;
  gap: 16px !important;
  background: #f7f4ec !important;
  color: #151512 !important;
  border: 1px solid rgba(21,21,18,.12) !important;
  box-shadow: 0 28px 70px rgba(97,32,8,.22) !important;
}

.quote-section .quote-form label,
.contact-section .quote-form label {
  color: #3d3a35 !important;
  font-size: 10px !important;
  font-weight: 850 !important;
  letter-spacing: .09em !important;
  text-transform: uppercase !important;
}

.quote-section .quote-form input,
.quote-section .quote-form select,
.quote-section .quote-form textarea,
.contact-section .quote-form input,
.contact-section .quote-form select,
.contact-section .quote-form textarea {
  width: 100% !important;
  min-height: 44px !important;
  padding: 11px 0 !important;
  border: 0 !important;
  border-bottom: 1px solid #aaa59a !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #151512 !important;
  box-shadow: none !important;
  font: 500 14px/1.4 "Geist", Arial, sans-serif !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.quote-section .quote-form textarea,
.contact-section .quote-form textarea { min-height: 92px !important; resize: vertical !important; }

.quote-section .quote-form button[type="submit"],
.contact-section .quote-form button[type="submit"] {
  width: 100% !important;
  min-height: 52px !important;
  margin-top: 4px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #171714 !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 850 !important;
  cursor: pointer !important;
}

@media (max-width: 840px) {
  .quote-section:not(:has(> .quote-grid)),
  .contact-section,
  .quote-section > .quote-grid {
    grid-template-columns: 1fr !important;
    gap: 34px !important;
  }
  .quote-section > .quote-grid { width: min(100% - 32px, 680px) !important; }
}

@media (max-width: 520px) {
  .quote-section:not(:has(> .quote-grid)),
  .contact-section { padding: 64px 16px 72px !important; }
  .quote-section > .quote-grid { padding: 64px 0 72px !important; }
  .quote-section .quote-form,
  .contact-section .quote-form { padding: 26px 18px !important; }
  .quote-section .quote-copy h2,
  .contact-section .contact-section__intro h2 { font-size: clamp(42px, 13vw, 58px) !important; }
}
