.elementor-68856 .elementor-element.elementor-element-b326c66{--display:flex;}/* Start custom CSS for html, class: .elementor-element-06eb59a *//* =========================================================
   MiniHotel — Blog article template
   Namespace: .mh-str-article
   ========================================================= */

:root {
  --navy:        #0b3a67;
  --blue-mid:    #0056b3;
  --blue-accent: #0ea5e9;
  --blue-deep:   #1e4ed8;
  --bg-soft:     #f8fbff;
  --bg-blue:     #eef6ff;
  --border:      #dbeafe;
  --border-alt:  #e2eaf4;
  --orange:      #f39c12;
  --orange-dark: #e67e22;
  --text:        #0f172a;
  --text-body:   #334155;
  --text-muted:  #4a5568;
  --radius:      10px;
  --bg:          #ffffff;
}

/* ── Hero ── */
.mh-str-article .post-hero {
  background: linear-gradient(135deg, var(--navy) 0%, var(--blue-mid) 55%, var(--blue-accent) 100%);
  border-radius: 16px;
  padding: 32px;
  color: #ffffff;
  margin-bottom: 2.5rem;
}
.mh-str-article .post-category {
  display: inline-block;
  background: rgba(255,255,255,0.15);
  color: #ffffff;
  border: 1px solid rgba(255,255,255,0.3);
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 20px;
  margin-bottom: 1.25rem;
}
.mh-str-article h1 {
  font-family: 'Georgia', serif;
  font-size: clamp(26px, 5vw, 40px);
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
  margin-bottom: 1rem;
}
.mh-str-article .post-intro {
  font-size: 18px;
  color: rgba(255,255,255,0.9);
  line-height: 1.65;
  margin-bottom: 1rem;
}
.mh-str-article .post-meta {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 13px;
  color: rgba(255,255,255,0.7);
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  align-items: center;
}

/* ── Typography ── */
.mh-str-article h2 {
  font-family: 'Georgia', serif;
  font-size: clamp(20px, 3vw, 26px);
  font-weight: 700;
  line-height: 1.25;
  margin: 3rem 0 1rem;
  color: var(--text);
  scroll-margin-top: 24px;
}
.mh-str-article h3 {
  font-family: 'Georgia', serif;
  font-size: 19px;
  font-weight: 700;
  margin: 2rem 0 0.75rem;
  color: var(--text);
}
.mh-str-article p { margin-bottom: 1.25rem; color: var(--text-body); }
.mh-str-article strong { font-weight: 700; color: var(--text); }
.mh-str-article em { font-style: italic; }
.mh-str-article a { color: var(--blue-mid); text-decoration: underline; }
.mh-str-article ul, .mh-str-article ol { padding-left: 1.5rem; margin-bottom: 1.25rem; display: flex; flex-direction: column; gap: 6px; }
.mh-str-article li { line-height: 1.65; color: var(--text-body); }

/* ── Callouts ── */
.mh-str-article .callout {
  border-radius: var(--radius);
  padding: 1.25rem 1.5rem;
  margin: 2rem 0;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
.mh-str-article .callout.tip { background: var(--bg-blue); border-left: 3px solid var(--blue-deep); }
.mh-str-article .callout.warn { background: #fff8ec; border-left: 3px solid var(--orange); }
.mh-str-article .callout.info { background: var(--bg-blue); border-left: 3px solid var(--blue-accent); }
.mh-str-article .callout-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 6px;
  color: var(--text-muted);
}

/* ── Table ── */
.mh-str-article .table-wrap { overflow-x: auto; margin: 2rem 0; }
.mh-str-article table { width: 100%; border-collapse: collapse; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 15px; }
.mh-str-article thead th {
  background: var(--navy);
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .04em;
  padding: 10px 16px;
  text-align: left;
}
.mh-str-article tbody tr:nth-child(even) { background: var(--bg-soft); }
.mh-str-article tbody td {
  padding: 10px 16px;
  border-bottom: 1px solid var(--border-alt);
  vertical-align: top;
  line-height: 1.5;
  color: var(--text-body);
}

/* ── Scenario box ── */
.mh-str-article .scenario-box { background: var(--bg-soft); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; margin: 2rem 0; }
.mh-str-article .scenario-header { background: var(--navy); color: #fff; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; padding: 10px 20px; }
.mh-str-article .scenario-body { padding: 1.25rem 1.5rem; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 15px; line-height: 1.6; }
.mh-str-article .scenario-row { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid var(--border-alt); align-items: baseline; gap: 16px; }
.mh-str-article .scenario-row:last-child { border-bottom: none; }
.mh-str-article .scenario-label { color: var(--text-muted); font-size: 14px; }
.mh-str-article .scenario-val { font-weight: 600; color: var(--text); white-space: nowrap; }
.mh-str-article .scenario-val.up { color: var(--blue-mid); }
.mh-str-article .scenario-val.down { color: #c0392b; }

/* ── Video embed ── */
.mh-str-article .video-embed {
  background: var(--bg-soft);
  border: 1px solid var(--border);
  border-radius: 14px;
  overflow: hidden;
  margin: 2rem 0;
  box-shadow: 0 2px 12px rgba(11, 58, 103, 0.08);
}
.mh-str-article .video-embed-label {
  background: var(--navy);
  color: #fff;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 10px 20px;
}
.mh-str-article .video-embed-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.mh-str-article .video-embed-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.mh-str-article .video-embed-caption {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 13px;
  color: var(--text-muted);
  padding: 12px 20px;
  line-height: 1.5;
}

/* ── Related card ── */
.mh-str-article .related-card {
  display: flex;
  background: var(--bg-soft);
  border: 1px solid var(--border);
  border-radius: 14px;
  overflow: hidden;
  margin: 2rem 0;
  text-decoration: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.mh-str-article .related-card:hover {
  border-color: var(--blue-mid);
  box-shadow: 0 4px 16px rgba(0,86,179,0.1);
}
.mh-str-article .related-card-img {
  flex-shrink: 0;
  width: 240px;
  min-height: 140px;
  overflow: hidden;
}
.mh-str-article .related-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.mh-str-article .related-card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 24px;
  gap: 6px;
}
.mh-str-article .related-card-label {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--blue-accent);
}
.mh-str-article .related-card-title {
  font-family: 'Georgia', serif;
  font-size: 17px;
  font-weight: 700;
  color: var(--text);
  line-height: 1.35;
}
.mh-str-article .related-card-cta {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: var(--blue-mid);
  margin-top: 4px;
}
@media (max-width: 600px) {
  .mh-str-article .related-card { flex-direction: column; }
  .mh-str-article .related-card-img { width: 100%; height: 180px; }
}

/* ── FAQ ── */
.mh-str-article .faq-list { margin: 1.5rem 0 2rem; }
.mh-str-article .faq-item {
  background: var(--bg-soft);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.25rem 1.5rem;
  margin: 1.25rem 0;
}
.mh-str-article .faq-item h3 {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: var(--text);
  margin: 0 0 0.5rem;
}
.mh-str-article .faq-item p {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 15px;
  color: var(--text-body);
  line-height: 1.65;
  margin: 0;
}

/* ── Divider ── */
.mh-str-article hr { border: none; border-top: 1px solid var(--border-alt); margin: 3rem 0; }

/* ── CTA box ── */
.mh-str-article .cta-box { background: linear-gradient(135deg, var(--navy) 0%, var(--blue-mid) 100%); border-radius: 14px; padding: 2.5rem 2rem; text-align: center; margin: 3.5rem 0 0; color: #fff; }
.mh-str-article .cta-box h3 { color: #fff; font-size: 22px; margin-bottom: .75rem; font-family: 'Georgia', serif; }
.mh-str-article .cta-box p { color: rgba(255,255,255,.85); font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 16px; margin-bottom: 1.5rem; }
.mh-str-article .cta-btn {
  display: inline-block;
  background: #ffffff;
  color: #0b3a67;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  padding: 13px 28px;
  border-radius: 8px;
  text-decoration: none;
  border: 2px solid #ffffff;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.mh-str-article .cta-btn:hover { background: rgba(255,255,255,0.9); color: var(--navy); }
.mh-str-article .cta-btn + .cta-btn { margin-left: 10px; }
.mh-str-article .cta-btn--secondary {
  background: transparent;
  color: #ffffff;
  border: 2px solid rgba(255,255,255,0.6);
}
.mh-str-article .cta-btn--secondary:hover { background: rgba(255,255,255,0.12); border-color: #ffffff; color: #ffffff; }
@media (max-width: 600px) {
  .mh-str-article .cta-btn { display: block; margin: 8px auto 0; }
  .mh-str-article .cta-btn + .cta-btn { margin-left: auto; }
}

/* =========================================================
   Componentes visuales adicionales
   ========================================================= */

/* ── Figure (imagen + caption) ── */
.mh-str-article figure { margin: 2rem 0; }
.mh-str-article figure img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 14px;
  border: 1px solid var(--border);
}
.mh-str-article figcaption {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 13px;
  color: var(--text-muted);
  text-align: center;
  margin-top: 10px;
  line-height: 1.5;
  font-style: italic;
}

/* ── Figure con captura mobile: tamaño natural, centrada, sin marco ── */
.mh-str-article figure.figure--mobile { text-align: center; }
.mh-str-article figure.figure--mobile img {
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: inline-block;
  border: none;
  border-radius: 0;
}

.mh-str-article .figure-placeholder {
  background: var(--bg-soft);
  border: 2px dashed var(--border);
  border-radius: 14px;
  padding: 3rem 1.5rem;
  text-align: center;
  color: var(--text-muted);
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}
.mh-str-article .figure-placeholder strong {
  display: block;
  color: var(--navy);
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 6px;
}

/* ── Stat grid (números destacados) ── */
.mh-str-article .stat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1rem;
  margin: 2rem 0;
}
.mh-str-article .stat {
  background: var(--bg-soft);
  border: 1px solid var(--border);
  border-left: 4px solid var(--blue-mid);
  border-radius: var(--radius);
  padding: 1.25rem;
}
.mh-str-article .stat-value {
  font-family: 'Georgia', serif;
  font-size: 28px;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.15;
  margin-bottom: 6px;
}
.mh-str-article .stat-label {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.45;
}

/* ── Module card ── */
.mh-str-article .module-card {
  display: flex;
  gap: 1.25rem;
  align-items: flex-start;
  background: var(--bg-soft);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 1.5rem 1.75rem;
  margin: 2rem 0;
}
.mh-str-article .module-card-icon {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, var(--navy) 0%, var(--blue-mid) 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.mh-str-article .module-card-icon svg { width: 30px; height: 30px; }
.mh-str-article .module-card-body h3 {
  margin: 0 0 .5rem;
  font-family: 'Georgia', serif;
  color: var(--text);
  font-size: 20px;
}
.mh-str-article .module-card-body p {
  margin: 0;
  color: var(--text-body);
  font-size: 15px;
  line-height: 1.6;
}
@media (max-width: 480px) {
  .mh-str-article .module-card { flex-direction: column; }
}

/* ── Feature grid ── */
.mh-str-article .feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 1rem;
  margin: 2rem 0;
}
.mh-str-article .feature {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: border-color 0.15s ease, transform 0.15s ease;
}
.mh-str-article .feature:hover {
  border-color: var(--blue-mid);
  transform: translateY(-2px);
}
.mh-str-article .feature-icon {
  width: 40px;
  height: 40px;
  background: var(--bg-blue);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--blue-mid);
}
.mh-str-article .feature-icon svg { width: 22px; height: 22px; }
.mh-str-article .feature-title {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: var(--text);
  margin: 0;
}
.mh-str-article .feature-text {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 14px;
  color: var(--text-body);
  line-height: 1.55;
  margin: 0;
}

/* ── Flow diagram (SVG inline) ── */
.mh-str-article .flow-diagram {
  background: var(--bg-soft);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.5rem 1rem;
  margin: 2rem 0;
}
.mh-str-article .flow-diagram svg { width: 100%; height: auto; display: block; }
.mh-str-article .flow-caption {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 13px;
  color: var(--text-muted);
  text-align: center;
  margin-top: 10px;
  font-style: italic;
}/* End custom CSS */