/*!
 * moovi · Centro de Ayuda — estilos
 * v1.3.1 — overrides del theme, label-notch JS, animaciones suaves.
 */

/* ========================================================== */
/*  AUTO-RESCATE de Elementor "Code Highlight"                 */
/* ========================================================== */
pre:has(.mh),
pre:has(code .mh),
pre code:has(.mh) {
  all: revert !important;
  display: block !important;
  background: transparent !important;
  color: inherit !important;
  font-family: 'Poppins', 'Helvetica Neue', Arial, sans-serif !important;
  font-size: inherit !important;
  white-space: normal !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  overflow: visible !important;
  line-height: inherit !important;
}

/* ========================================================== */
/*  Tokens y reset                                             */
/* ========================================================== */
.mh, .mh *, .mh *::before, .mh *::after { box-sizing: border-box; }

.mh {
  --mh-blue:        #001EE4;
  --mh-blue-deep:   #1D1550;
  --mh-mint:        #29E4C1;
  --mh-lavender:    #D9D3FF;
  --mh-lavender-bg: #F4F5FF;
  --mh-pink:        #CC3366;
  --mh-black:       #000;
  --mh-white:       #FFF;

  --mh-n50:  #F8F9FA;
  --mh-n100: #F0F2F3;
  --mh-n150: #F3F3F3;
  --mh-n200: #ECEDEF;
  --mh-n300: #D5D8DC;
  --mh-n400: #B7BBC0;
  --mh-n500: #8A8F95;
  --mh-n700: #424242;
  --mh-n900: #161618;

  --mh-radius:       20px;
  --mh-radius-sm:    12px;
  --mh-radius-lg:    30px;
  --mh-radius-pill:  9999px;
  --mh-radius-cat:   0 0 0 30px;

  --mh-trans:   220ms cubic-bezier(.2,.8,.2,1);
  --mh-bounce:  420ms cubic-bezier(.34, 1.56, .64, 1);
  --mh-smooth:  380ms cubic-bezier(.22, .61, .36, 1);

  --mh-container: 1280px;
  --mh-pad-x:     24px;

  font-family: 'Poppins', 'Helvetica Neue', Arial, sans-serif !important;
  font-weight: 300;
  color: var(--mh-n900);
  line-height: 1.55;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  white-space: normal;
}
.mh, .mh * { font-family: 'Poppins', 'Helvetica Neue', Arial, sans-serif !important; }

/* Anti theme: cancelamos transformaciones de texto del tema sobre nuestros elementos */
.mh,
.mh h1, .mh h2, .mh h3, .mh h4, .mh h5,
.mh button,
.mh a {
  text-transform: none !important;
  letter-spacing: normal;
}

.mh h1, .mh h2, .mh h3, .mh h4 { font-family: inherit; color: var(--mh-black); }
.mh a { color: var(--mh-blue); }
.mh button { font-family: inherit; }
.mh details summary { list-style: none; }
.mh details summary::-webkit-details-marker { display: none; }
.mh details summary::marker { content: ''; }

.mh-center {
  max-width: var(--mh-container);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--mh-pad-x);
  padding-right: var(--mh-pad-x);
  padding-bottom: 80px;
}

/* ========================================================== */
/*  HERO con esquinas redondeadas (forzado)                    */
/* ========================================================== */
.mh .mh-hero,
.mh-hero {
  background: var(--mh-blue) !important;
  color: #fff !important;
  padding: 72px 56px 86px !important;
  position: relative;
  overflow: hidden !important;
  margin: 24px 0 56px !important;
  border-radius: var(--mh-radius-lg) !important;
  box-shadow: 0 30px 80px -30px rgba(0, 30, 228, .35) !important;
}
.mh-hero-inner { max-width: 760px; position: relative; z-index: 2; }
.mh .mh-hero h1 {
  font-size: clamp(40px, 5vw, 72px) !important;
  font-weight: 600 !important;
  letter-spacing: -2.6px !important;
  line-height: 1.04 !important;
  margin: 0 0 14px !important;
  color: #fff !important;
  text-transform: none !important;
}
.mh-hero-sub {
  font-size: 18px !important;
  font-weight: 300 !important;
  opacity: .95;
  margin: 0 0 32px !important;
  max-width: 600px;
  color: #fff !important;
  line-height: 1.5;
}
.mh-hero-watermark {
  position: absolute;
  right: 32px; bottom: 14px;
  font-size: clamp(48px, 8vw, 110px);
  font-weight: 600;
  letter-spacing: -3px;
  color: rgba(255, 255, 255, .12);
  pointer-events: none;
  user-select: none;
  line-height: 1;
  z-index: 1;
}

@media (max-width: 720px) {
  .mh .mh-hero { padding: 48px 28px 64px !important; margin: 16px 0 36px !important; border-radius: 24px !important; }
}

/* ========================================================== */
/*  LABEL-NOTCH (controlado por JS via .is-active)             */
/* ========================================================== */
.mh-field {
  position: relative;
  display: block;
  width: 100%;
}
.mh-field input[type="search"] {
  width: 100%;
  font: inherit;
  font-size: 16px !important;
  font-weight: 400 !important;
  border: 1.5px solid var(--mh-n300) !important;
  background: #fff !important;
  border-radius: 16px !important;
  padding: 22px 52px 14px 52px !important;
  outline: none;
  color: var(--mh-n900) !important;
  transition: border-color var(--mh-trans), box-shadow var(--mh-trans);
  box-shadow: none;
  height: auto;
  text-transform: none !important;
}
.mh-field input[type="search"]::-webkit-search-decoration,
.mh-field input[type="search"]::-webkit-search-cancel-button { display: none; }

.mh-field-label {
  position: absolute;
  left: 46px;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 6px;
  font-size: 16px;
  font-weight: 400;
  color: var(--mh-n500);
  background: transparent;
  pointer-events: none;
  white-space: nowrap;
  max-width: calc(100% - 60px);
  overflow: hidden;
  text-overflow: ellipsis;
  transition:
    top var(--mh-smooth),
    left var(--mh-smooth),
    font-size var(--mh-smooth),
    color var(--mh-smooth),
    background var(--mh-smooth),
    transform var(--mh-smooth),
    padding var(--mh-smooth);
}
.mh-field-icon {
  position: absolute;
  left: 18px; top: 50%; transform: translateY(-50%);
  color: var(--mh-n500);
  pointer-events: none;
  transition: color var(--mh-trans);
}
.mh-field input:focus { border-color: var(--mh-blue) !important; box-shadow: 0 0 0 4px rgba(0,30,228,.10) !important; }
.mh-field input:focus ~ .mh-field-icon { color: var(--mh-blue); }

/* Estado "label arriba" — controlado por JS */
.mh-field.is-active .mh-field-label {
  top: 0;
  left: 16px;
  transform: translateY(-50%) scale(.92);
  transform-origin: left center;
  font-size: 13px;
  font-weight: 500;
  color: var(--mh-blue);
  background: #fff;
  padding: 0 8px;
}
.mh-field-clear {
  position: absolute;
  right: 10px; top: 50%; transform: translateY(-50%);
  width: 32px; height: 32px;
  border: 0; background: transparent;
  color: var(--mh-n500); cursor: pointer;
  border-radius: 50%;
  display: none; align-items: center; justify-content: center;
  transition: var(--mh-trans);
}
.mh-field.has-q .mh-field-clear { display: inline-flex; }
.mh-field-clear:hover { background: var(--mh-n150); color: var(--mh-black); }

/* Variante hero */
.mh-field-hero input[type="search"] {
  border-color: transparent !important;
  font-size: 17px !important;
  padding: 26px 56px 16px 56px !important;
  border-radius: 18px !important;
  box-shadow: 0 24px 60px -20px rgba(0, 0, 0, .35) !important;
}
.mh-field-hero .mh-field-label { left: 50px; font-size: 17px; }
.mh-field-hero input:focus { border-color: var(--mh-mint) !important; box-shadow: 0 0 0 4px rgba(41, 228, 193, .25) !important; }
.mh-field-hero.is-active .mh-field-label {
  left: 18px;
  font-size: 13px;
  background: #fff;
}

/* ========================================================== */
/*  Secciones                                                  */
/* ========================================================== */
.mh-section { margin: 0 0 56px; }
.mh-section-head { margin: 0 0 22px; }
.mh-section-title {
  font-size: clamp(28px, 3vw, 36px) !important;
  font-weight: 600 !important;
  letter-spacing: -1.2px !important;
  line-height: 1.1 !important;
  margin: 0 0 6px !important;
  color: var(--mh-black) !important;
  text-transform: none !important;
}
.mh-section-sub {
  font-size: 15px !important;
  color: var(--mh-n700) !important;
  margin: 0 !important;
  font-weight: 300 !important;
}

/* ========================================================== */
/*  Grid de categorías                                         */
/* ========================================================== */
.mh-cat-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
}
.mh-cat-grid--2 { grid-template-columns: repeat(2, 1fr); }
.mh-cat-grid--3 { grid-template-columns: repeat(3, 1fr); }

@media (max-width: 1080px) { .mh-cat-grid, .mh-cat-grid--2 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px)  { .mh-cat-grid, .mh-cat-grid--2 { grid-template-columns: 1fr; } }

.mh .mh-cat-btn,
.mh-cat-btn {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 16px;
  padding: 28px 24px 26px !important;
  background: #fff !important;
  border: 1.5px solid var(--mh-n200) !important;
  color: var(--mh-n900) !important;
  text-decoration: none !important;
  border-radius: var(--mh-radius-cat) !important;
  transition: var(--mh-trans);
  position: relative;
  overflow: hidden;
  min-height: 180px;
  text-transform: none !important;
  font-weight: 500;
  font-family: inherit !important;
  box-shadow: none !important;
}
.mh .mh-cat-btn:hover,
.mh .mh-cat-btn:focus-visible {
  background: var(--mh-blue) !important;
  color: #fff !important;
  border-color: var(--mh-blue) !important;
  outline: none;
  transform: translateY(-3px);
  box-shadow: 0 18px 40px -16px rgba(0, 30, 228, .35) !important;
}
.mh-cat-ico {
  flex-shrink: 0;
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: var(--mh-lavender-bg);
  color: var(--mh-blue);
  transition: var(--mh-trans);
}
.mh-cat-btn:hover .mh-cat-ico,
.mh-cat-btn:focus-visible .mh-cat-ico {
  background: rgba(255, 255, 255, .14);
  color: #fff;
}
.mh-cat-text { display: flex; flex-direction: column; gap: 4px; flex: 1; min-width: 0; }
.mh-cat-label {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -.4px;
  line-height: 1.2;
  color: inherit;
}
.mh-cat-tagline {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.4;
  color: var(--mh-n700);
  transition: color var(--mh-trans);
}
.mh-cat-btn:hover .mh-cat-tagline,
.mh-cat-btn:focus-visible .mh-cat-tagline { color: rgba(255, 255, 255, .82); }
.mh-cat-arrow {
  position: absolute;
  right: 22px; bottom: 22px;
  color: var(--mh-n300);
  transition: var(--mh-trans);
}
.mh-cat-btn:hover .mh-cat-arrow,
.mh-cat-btn:focus-visible .mh-cat-arrow { color: #fff; transform: translateX(4px); }

@media (max-width: 600px) {
  .mh .mh-cat-btn { padding: 22px 20px !important; min-height: 0; }
  .mh-cat-ico { width: 48px; height: 48px; border-radius: 14px; }
  .mh-cat-label { font-size: 17px; }
}

/* ========================================================== */
/*  Tabs (con flex-wrap por defecto)                           */
/* ========================================================== */
.mh-tabs {
  display: flex !important;
  gap: 8px;
  flex-wrap: wrap;
  padding: 6px 2px 12px;
  margin: 0 0 22px !important;
}
.mh .mh-tab,
.mh-tab {
  flex-shrink: 0;
  font: inherit;
  font-size: 14px !important;
  font-weight: 500 !important;
  background: #fff !important;
  color: var(--mh-n700) !important;
  border: 1.5px solid var(--mh-n200) !important;
  cursor: pointer;
  padding: 10px 18px !important;
  border-radius: var(--mh-radius-pill) !important;
  transition: var(--mh-trans);
  white-space: nowrap;
  text-transform: none !important;
  letter-spacing: normal;
  box-shadow: none !important;
  text-decoration: none !important;
}
.mh .mh-tab:hover { border-color: var(--mh-black) !important; color: var(--mh-black) !important; }
.mh .mh-tab.is-active {
  background: var(--mh-black) !important;
  color: var(--mh-white) !important;
  border-color: var(--mh-black) !important;
}

/* ========================================================== */
/*  Acordeón FAQ — pregunta AZUL con texto blanco,             */
/*  respuesta debajo blanca con texto negro                    */
/* ========================================================== */
.mh-list { display: flex; flex-direction: column; gap: 12px; margin: 0 0 24px; }

.mh-item {
  background: transparent;
  color: var(--mh-n900);
  border-radius: 18px;
  overflow: hidden;
  border: 1.5px solid transparent;
  transition:
    border-color var(--mh-smooth),
    box-shadow var(--mh-smooth),
    transform var(--mh-smooth);
  list-style: none;
}
.mh-item[open] {
  border-color: var(--mh-blue);
  box-shadow: 0 24px 50px -22px rgba(0, 30, 228, .28);
}

/* SUMMARY (pregunta) — siempre azul moovi con texto blanco */
.mh-item summary {
  cursor: pointer;
  padding: 22px 68px 22px 24px;
  position: relative;
  line-height: 1.4;
  background: var(--mh-blue);
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 6px;
  transition:
    background var(--mh-smooth),
    border-radius var(--mh-smooth),
    padding var(--mh-smooth);
  border-radius: 18px;
}
.mh-item summary:hover { background: var(--mh-blue-deep); }
.mh-item summary:focus-visible { outline: 2px solid var(--mh-mint); outline-offset: -3px; }

/* Cuando se abre, el summary mantiene azul pero pierde el redondeo inferior */
.mh-item[open] summary {
  border-radius: 18px 18px 0 0;
  background: var(--mh-blue);
}

/* Badge de categoría arriba */
.mh-item-meta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .6px;
  text-transform: uppercase !important;
  color: rgba(255, 255, 255, .85);
}
.mh-item-meta-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--mh-mint);
}

/* Pregunta */
.mh-item-q {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -.3px;
  color: #fff;
  line-height: 1.35;
  text-transform: none !important;
}

/* Toggle blanco translúcido sobre azul */
.mh-item .mh-toggle {
  position: absolute;
  right: 20px; top: 22px;
  width: 36px; height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .18);
  color: #fff;
  display: grid; place-items: center;
  pointer-events: none;
  transition:
    background var(--mh-smooth),
    color var(--mh-smooth),
    transform var(--mh-bounce);
}
.mh-item:hover .mh-toggle { background: rgba(255, 255, 255, .28); }
.mh-item[open] .mh-toggle {
  background: #fff;
  color: var(--mh-blue);
  transform: rotate(135deg) scale(1.05);
}

/* Respuesta — fondo blanco, texto negro/gris-oscuro */
.mh-item-a {
  padding: 24px 26px 26px 26px;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.75;
  color: var(--mh-n900);
  background: #fff;
  border: 1.5px solid var(--mh-blue);
  border-top: 0;
  border-radius: 0 0 18px 18px;
  animation: mh-fade-in 380ms cubic-bezier(.22, .61, .36, 1) both;
  transform-origin: top left;
}

.mh-item-a a {
  color: var(--mh-blue) !important;
  text-decoration: underline !important;
  text-underline-offset: 3px;
  text-decoration-thickness: 1.5px;
  font-weight: 500;
}
.mh-item-a p { margin: 0 0 14px; color: var(--mh-n900); }
.mh-item-a p:last-child { margin: 0; }
.mh-item-a ul, .mh-item-a ol { padding-left: 20px; margin: 0 0 14px; }
.mh-item-a li { margin-bottom: 6px; }
.mh-item-a strong { color: var(--mh-black); font-weight: 600; }
.mh-item-a em { color: var(--mh-n700); font-style: italic; }

@keyframes mh-fade-in {
  from { opacity: 0; transform: translateY(-6px); max-height: 0; }
  to   { opacity: 1; transform: translateY(0); max-height: 1500px; }
}

/* Pie con feedback */
.mh-item-foot {
  display: flex !important;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid var(--mh-n150);
  flex-wrap: wrap;
}
.mh-item-foot-text {
  font-size: 13px !important;
  color: var(--mh-n700) !important;
  font-weight: 500 !important;
  margin-right: 4px;
  text-transform: none !important;
}

/* Botones de voto — overrides agresivos contra el theme */
.mh .mh-vote,
.mh-vote,
.mh button.mh-vote {
  background: #fff !important;
  color: var(--mh-n700) !important;
  border: 1.5px solid var(--mh-n200) !important;
  cursor: pointer;
  padding: 8px 18px !important;
  border-radius: var(--mh-radius-pill) !important;
  font: inherit !important;
  font-family: 'Poppins', 'Helvetica Neue', Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  letter-spacing: normal !important;
  transition: var(--mh-trans);
  text-transform: none !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px;
  min-height: 0 !important;
  width: auto !important;
  height: auto !important;
  box-shadow: none !important;
  fill: var(--mh-n700) !important;
}
.mh .mh-vote:hover { border-color: var(--mh-black) !important; color: var(--mh-black) !important; }
.mh .mh-vote.is-active {
  background: var(--mh-blue) !important;
  color: #fff !important;
  border-color: var(--mh-blue) !important;
  fill: #fff !important;
}
.mh-vote-note { font-size: 12px; color: var(--mh-blue); font-weight: 500; }

/* Variantes */
.mh.soft .mh-item { background: var(--mh-lavender-bg); border-color: var(--mh-lavender); }
.mh.compact .mh-item summary { font-size: 14px; padding: 16px 52px 16px 18px; }
.mh.compact .mh-item-q { font-size: 15px; }
.mh.compact .mh-item-a { padding: 0 18px 18px; font-size: 14px; }

/* ========================================================== */
/*  Estado vacío + highlight                                   */
/* ========================================================== */
.mh-empty {
  text-align: center;
  padding: 40px 24px;
  background: var(--mh-n50);
  border: 1.5px dashed var(--mh-n200);
  border-radius: 18px;
  color: var(--mh-n700);
  font-size: 14px;
}
.mh-empty strong { color: var(--mh-black); display: block; margin-bottom: 6px; font-size: 16px; font-weight: 600; }

.mh mark {
  background: rgba(41, 228, 193, .55);
  color: inherit;
  padding: 0 3px;
  border-radius: 4px;
}

.mh-item.is-hidden, .mh-cat-btn.is-hidden { display: none !important; }

/* ========================================================== */
/*  CTA "¡No te quedes con dudas!"                             */
/* ========================================================== */
.mh-cta {
  background: var(--mh-black) !important;
  color: var(--mh-white) !important;
  border-radius: 24px !important;
  margin: 32px 0 56px !important;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.mh-cta::before {
  content: "";
  position: absolute;
  right: -60px; top: -40px;
  width: 220px; height: 120px;
  background: rgba(41, 228, 193, .12);
  border-radius: 50%/55%;
  pointer-events: none;
}
.mh-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 32px 40px;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.mh .mh-cta h3,
.mh-cta h3 {
  font-size: 26px !important;
  font-weight: 600 !important;
  letter-spacing: -.8px !important;
  margin: 0 0 6px !important;
  color: #fff !important;
  line-height: 1.15 !important;
  text-transform: none !important;
}
.mh-cta p {
  margin: 0 !important;
  font-size: 14px !important;
  color: rgba(255, 255, 255, .8) !important;
  line-height: 1.5 !important;
  font-weight: 300 !important;
  text-transform: none !important;
}
.mh-cta p strong { color: #fff !important; font-weight: 500 !important; }

/* CTA button — overrides agresivos */
.mh .mh-cta-btn,
.mh-cta-btn,
.mh a.mh-cta-btn {
  background: var(--mh-blue) !important;
  color: #fff !important;
  border: 0 !important;
  cursor: pointer;
  padding: 16px 24px 16px 28px !important;
  border-radius: var(--mh-radius-pill) !important;
  font: inherit !important;
  font-family: 'Poppins','Helvetica Neue',Arial,sans-serif !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  letter-spacing: normal !important;
  text-transform: none !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 14px;
  flex-shrink: 0;
  transition: var(--mh-trans);
  box-shadow: none !important;
  width: auto !important;
  height: auto !important;
  min-height: 0 !important;
}
.mh .mh-cta-btn:hover {
  background: var(--mh-blue-deep) !important;
  color: #fff !important;
  transform: translateY(-2px);
}
.mh-cta-btn .mh-arrow {
  width: 28px; height: 28px;
  border-radius: 50%;
  background: var(--mh-white) !important;
  color: var(--mh-blue) !important;
  display: grid !important;
  place-items: center;
  transition: var(--mh-trans);
  flex-shrink: 0;
}
.mh .mh-cta-btn:hover .mh-arrow { transform: translateX(3px); }

@media (max-width: 600px) {
  .mh-cta-inner { padding: 26px 24px; }
  .mh-cta h3 { font-size: 22px !important; }
}

/* ========================================================== */
/*  Bubble flotante                                            */
/* ========================================================== */
.mh-bubble {
  position: fixed; right: 22px; bottom: 22px;
  z-index: 9999;
  background: var(--mh-black) !important; color: var(--mh-white) !important;
  border: 0; cursor: pointer;
  border-radius: var(--mh-radius-pill) !important;
  padding: 14px 20px 14px 16px !important;
  font: 600 14px/1 'Poppins','Helvetica Neue',Arial,sans-serif !important;
  display: inline-flex !important; align-items: center; gap: 10px;
  box-shadow: 0 14px 36px -8px rgba(0, 0, 0, .35) !important;
  transition: var(--mh-trans);
  text-transform: none !important;
}
.mh-bubble:hover { transform: translateY(-2px); background: var(--mh-blue) !important; }
.mh-bubble-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--mh-mint); box-shadow: 0 0 0 4px rgba(41, 228, 193, .25); }

.mh-panel {
  position: fixed; right: 22px; bottom: 86px;
  z-index: 9999;
  width: min(420px, calc(100vw - 32px));
  height: min(620px, calc(100vh - 120px));
  background: var(--mh-white);
  border-radius: var(--mh-radius);
  box-shadow: 0 30px 80px -10px rgba(0, 0, 0, .35);
  display: flex; flex-direction: column;
  transform: translateY(20px) scale(.96); opacity: 0; pointer-events: none;
  transition: transform var(--mh-trans), opacity var(--mh-trans);
  overflow: hidden;
}
.mh-panel.is-open { transform: translateY(0) scale(1); opacity: 1; pointer-events: auto; }
.mh-panel-head { background: var(--mh-blue); color: var(--mh-white); padding: 22px 24px 18px; position: relative; }
.mh-panel-head h3 { margin: 0; font-size: 20px; font-weight: 600; letter-spacing: -.5px; color: #fff; }
.mh-panel-head p { margin: 4px 0 0; font-size: 13px; opacity: .85; font-weight: 300; color: #fff; }
.mh-panel-close {
  position: absolute; right: 14px; top: 14px;
  width: 34px; height: 34px; border-radius: 50%;
  background: rgba(255, 255, 255, .18); color: #fff;
  border: 0; cursor: pointer;
  display: grid; place-items: center;
  transition: var(--mh-trans);
}
.mh-panel-close:hover { background: rgba(255, 255, 255, .30); }
.mh-panel-body { flex: 1; overflow-y: auto; padding: 18px 18px 22px; background: var(--mh-n50); }
.mh-panel-body .mh { font-size: 14px; }
.mh-panel-foot {
  background: #fff;
  border-top: 1px solid var(--mh-n150);
  padding: 14px 18px;
  display: flex; gap: 14px; flex-wrap: wrap;
  font-size: 13px;
}
.mh-panel-foot a { color: var(--mh-blue); text-decoration: none; font-weight: 500; display: inline-flex; align-items: center; gap: 6px; }
.mh-panel-foot a:hover { text-decoration: underline; }

@media (max-width: 600px) {
  .mh-bubble { right: 14px; bottom: 14px; padding: 12px 16px 12px 14px !important; }
  .mh-panel { right: 8px; left: 8px; bottom: 80px; width: auto; height: 75vh; }
}
