/* Trip to Makkah — pilgrimage money-page blog layout */
body.ttm-money-layout{overflow-x:clip}

.ttm-money-layout .entry-title,
.ttm-money-layout .page-header .entry-title,
.single-post .entry-title,
.single-post .page-header .entry-title,
.single .entry-header .entry-title{
  position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0;
}

/* Full-bleed breakout from theme content width */
.ttm-money-hero{
  position:relative;
  width:100vw;
  max-width:100vw;
  left:50%;
  right:50%;
  margin-left:-50vw;
  margin-right:-50vw;
  box-sizing:border-box;
}

/* ——— Hero ——— */
.ttm-money-hero{
  isolation:isolate;
  color:#EFFFEF;
  padding:0;
  overflow:hidden;
  min-height:0;
  display:flex;
  align-items:stretch;
  font-family:"Open Sans",system-ui,sans-serif;
}
.ttm-money-hero__bg{
  position:absolute;inset:0;z-index:-1;
}
.ttm-money-hero__bg img{
  width:100%;height:100%;object-fit:cover;object-position:center 35%;display:block;
}
.ttm-money-hero__shade{
  position:absolute;inset:0;
  background:
    linear-gradient(195deg, rgba(8,18,14,.55) 0%, transparent 38%),
    linear-gradient(105deg,
      rgba(8,18,14,.92) 0%,
      rgba(8,18,14,.72) 36%,
      rgba(8,18,14,.28) 64%,
      rgba(8,18,14,.08) 100%);
}
.ttm-money-hero__pattern{
  position:absolute;inset:0;pointer-events:none;opacity:.14;
  background-image:url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 2 L28 18 L44 18 L31 28 L36 44 L24 34 L12 44 L17 28 L4 18 L20 18 Z' fill='none' stroke='%230284C7' stroke-width='1'/%3E%3C/svg%3E");
  background-size:48px 48px;
  mask-image:linear-gradient(90deg, black 0%, transparent 70%);
  -webkit-mask-image:linear-gradient(90deg, black 0%, transparent 70%);
}
.ttm-money-hero__grid{
  width:min(1160px, calc(100% - 1.25rem));
  margin:0 auto;
  padding:1.15rem 0 1.25rem;
  display:grid;
  grid-template-columns:1fr;
  gap:1rem;
  align-items:start;
}
.ttm-money-hero__copy{
  padding:.2rem 0 .15rem;
  max-width:38rem;
  animation:ttmRise .7s cubic-bezier(.22,1,.36,1) both;
}
@keyframes ttmRise{
  from{opacity:0;transform:translateY(14px)}
  to{opacity:1;transform:none}
}
.ttm-money-hero__brand{
  display:inline-flex;
  align-items:center;
  gap:.55rem;
  margin:0 0 .7rem;
  font-family:"Open Sans",system-ui,sans-serif;
  font-size:.78rem;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:#7DD3FC;
}
.ttm-money-hero__brand-mark{
  width:1.35rem;height:1.35rem;border-radius:50%;
  border:1.5px solid rgba(230,201,121,.75);
  display:grid;place-items:center;
  font-family:"Taviraj",Georgia,serif;
  font-size:.72rem;
  font-weight:700;
  color:#7DD3FC;
  line-height:1;
}
.ttm-money-hero__kicker{
  margin:0 0 .45rem;
  font-size:.68rem;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:rgba(247,244,238,.72);
  font-weight:600;
}
.ttm-money-hero__copy h1{
  margin:0 0 .65rem;
  font-family:"Taviraj",Georgia,serif;
  font-weight:700;
  font-size:clamp(1.85rem, 7vw, 2.85rem);
  line-height:1.15;
  color:#fff!important;
  text-wrap:balance;
  letter-spacing:-.01em;
}
.ttm-money-hero__lead{
  margin:0 0 .8rem;
  color:rgba(247,244,238,.88);
  font-size:.92rem;
  line-height:1.5;
}
.ttm-money-hero__lead a{
  color:#7DD3FC;font-weight:700;text-decoration:none;
  border-bottom:1px solid rgba(230,201,121,.35);
}
.ttm-money-hero__trust{
  margin:0;
  padding:0;
  list-style:none;
  display:flex;
  flex-wrap:wrap;
  gap:.4rem .55rem;
}
.ttm-money-hero__trust li{
  font-size:.72rem;
  font-weight:600;
  letter-spacing:.02em;
  color:rgba(247,244,238,.9);
  padding:.28rem .55rem;
  border:1px solid rgba(230,201,121,.28);
  border-radius:999px;
  background:rgba(8,18,14,.28);
  backdrop-filter:blur(4px);
}
.ttm-money-hero__form{
  width:100%;
  max-width:100%;
  animation:ttmRise .75s .12s cubic-bezier(.22,1,.36,1) both;
}
.ttm-money-hero .ttm-enq--hero{
  background:#fff;
  border:1px solid #E2E5E2;
  box-shadow:0 22px 50px rgba(28,45,29,.28);
}
.ttm-money-hero .ttm-enq-title{
  font-family:"Taviraj",Georgia,serif;
  font-size:1.45rem;
}
/* Hide long message field in hero on small screens — keep form short */
@media (max-width:767px){
  .ttm-money-hero .ttm-field--message{display:none}
  .ttm-money-hero .ttm-enq{padding:.85rem .85rem .95rem}
  .ttm-money-hero .ttm-enq-grid{gap:.48rem}
  .ttm-money-hero .ttm-field input,
  .ttm-money-hero .ttm-field select{
    padding:.55rem .62rem;
  }
}

/* Package hero: gallery + form (no extra background image) */
.ttm-pkg-hero{
  background:#1C2D1D;
  min-height:0;
}
.ttm-pkg-hero__grid{
  width:min(1160px, calc(100% - 1.25rem));
  margin:0 auto;
  padding:1.15rem 0 1.35rem;
  display:grid;
  grid-template-columns:1fr;
  gap:1.1rem;
}
.ttm-pkg-hero__visual h1{
  margin:0 0 .55rem;
  font-family:"Taviraj",Georgia,serif;
  font-size:clamp(1.7rem, 6vw, 2.5rem);
  line-height:1.15;
  color:#fff!important;
}
.ttm-gallery{margin-top:.85rem}
.ttm-gallery__label{
  margin:0 0 .45rem;
  font-size:.68rem;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:#7DD3FC;
  font-weight:700;
}
.ttm-gallery__grid{
  display:grid;
  grid-template-columns:1.35fr 1fr;
  grid-auto-rows:minmax(88px, 110px);
  gap:.4rem;
}
.ttm-gallery__cell{
  position:relative;
  margin:0;
  overflow:hidden;
  border-radius:10px;
  background:#1C2D1D;
}
.ttm-gallery__cell.is-hero{grid-row:span 2}
.ttm-gallery__cell img{
  width:100%;height:100%;object-fit:cover;display:block;
}
.ttm-gallery__cell figcaption{
  position:absolute;left:.4rem;bottom:.35rem;
  font-size:.62rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;
  color:#fff;background:rgba(12,26,20,.55);padding:.15rem .4rem;border-radius:4px;
}
.single-package .elementor-widget-form,
.single-package .elementor-widget-metform,
.single-package .mf-form-wrapper,
.single-package .metform-form-content{
  display:none!important;
}

.ttm-pkg-article .ttm-facts{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:.65rem;
  margin:0 0 1.5rem;
}
.ttm-facts__item{
  background:#EFFFEF;
  border:1px solid #E2E5E2;
  border-radius:12px;
  padding:.85rem .9rem;
}
.ttm-facts__item span{
  display:block;font-size:.68rem;letter-spacing:.08em;text-transform:uppercase;color:#5A665C;font-weight:700;
}
.ttm-facts__item strong{display:block;margin-top:.2rem;font-size:1.15rem;color:#1C2D1D}
.ttm-facts__item em{font-style:normal;font-size:.75rem;color:#5A665C}
.ttm-stay{display:grid;gap:.7rem;margin:0 0 1.4rem}
.ttm-stay__card{
  border:1px solid #E2E5E2;border-radius:12px;padding:1rem 1.05rem;
  background:linear-gradient(180deg,#FBFaf6,#fff);
}
.ttm-stay__city{margin:0 0 .25rem;font-size:.68rem;letter-spacing:.12em;text-transform:uppercase;color:#0284C7;font-weight:700}
.ttm-stay__hotel{margin:0;font-family:"Taviraj",Georgia,serif;font-size:1.2rem;font-weight:700;color:#1C2D1D;line-height:1.3}
.ttm-include{margin:.4rem 0 1.4rem;padding:0;list-style:none}
.ttm-include li{
  position:relative;padding:.35rem 0 .35rem 1.2rem;color:#243028;
}
.ttm-include li::before{
  content:"";position:absolute;left:0;top:.7rem;width:.45rem;height:.45rem;border-radius:50%;background:#0284C7;
}
.ttm-pkg-next{margin:1.5rem 0 0}
.ttm-pkg-article a.ttm-btn--gold{
  display:inline-flex;min-width:220px;color:#fff!important;text-decoration:none!important;
  background:#0284C7!important;
}

/* ——— Blog article + sticky sidebar (TBF pattern) ——— */
.ttm-blog-layout{
  width:min(1180px, calc(100% - 1.25rem));
  margin:1.35rem auto 2rem;
  display:grid;
  grid-template-columns:1fr;
  gap:1.25rem;
  align-items:start;
  font-family:"Open Sans",system-ui,sans-serif;
}
.ttm-blog-main{
  background:#fff;
  border:1px solid #E2E5E2;
  border-radius:14px;
  padding:1.15rem 1.05rem 1.4rem;
  min-width:0;
}
.ttm-blog-main .ttm-guide-content{
  width:100%;
  max-width:none;
  margin:0;
}
.ttm-blog-side{
  display:flex;
  flex-direction:column;
  gap:1.15rem;
  min-width:0;
}

.ttm-widget{
  background:#fff;
  border:1px solid #E2E5E2;
  border-radius:14px;
  overflow:hidden;
  box-shadow:0 10px 28px rgba(8,18,14,.06);
}
.ttm-widget-header{
  display:flex;
  align-items:center;
  gap:.5rem;
  margin:0;
  padding:.85rem 1rem;
  border-bottom:1px solid rgba(19,38,26,.08);
  font-size:.72rem;
  font-weight:700;
  letter-spacing:.1em;
  text-transform:uppercase;
  color:#1C2D1D;
  background:#FBFaf6;
}
.ttm-widget-header svg{color:#0284C7;flex-shrink:0}

/* Deals carousel card */
.ttm-deals-wrap{padding:0}
.ttm-deals-carousel{position:relative}
.ttm-deals-viewport{position:relative;min-height:0}
.ttm-deal-card{display:none;opacity:0}
.ttm-deal-card.is-active{display:block;opacity:1;animation:ttmRise .35s ease both}
.ttm-deal-inner{
  padding:1.1rem 1.1rem 1.2rem;
  background:linear-gradient(160deg,#1C2D1D,#1C2D1D 72%);
  color:#fff;
}
.ttm-deal-top{
  display:flex;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.8rem;
}
.ttm-deal-pill{
  display:inline-flex;align-items:center;
  padding:.28rem .65rem;border-radius:999px;
  background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);
  font-size:.72rem;font-weight:700;letter-spacing:.04em;
}
.ttm-deal-rating{text-align:right;line-height:1.15}
.ttm-deal-rating .r{font-weight:700;font-size:.9rem}
.ttm-deal-rating .stars{display:block;color:#F4B400;letter-spacing:1px;font-size:.75rem}
.ttm-deal-city{
  font-family:"Taviraj",Georgia,serif;
  font-size:clamp(1.35rem, 4vw, 1.7rem);
  font-weight:700;line-height:1.15;margin:0 0 .25rem;
}
.ttm-deal-class{
  font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;
  color:#7DD3FC;font-weight:700;margin-bottom:.8rem;
}
.ttm-deal-fareline{
  display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap;margin-bottom:.85rem;
}
.ttm-deal-fare .lbl{display:block;font-size:.7rem;opacity:.8;text-transform:uppercase;letter-spacing:.08em}
.ttm-deal-fare .amt{font-size:1.45rem;font-weight:700;font-family:"Open Sans",system-ui,sans-serif}
.ttm-deal-fare .amt small{font-size:.72rem;font-weight:500;opacity:.85}
.ttm-deal-save{
  background:#5BC458;color:#fff;border-radius:999px;padding:.35rem .7rem;font-size:.76rem;font-weight:700;
}
.ttm-deal-table{
  margin:0 0 .9rem;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.14);
  border-radius:10px;overflow:hidden;
}
.ttm-deal-table .trow{
  display:grid;grid-template-columns:1.25fr 1fr 1fr;gap:.2rem;
  padding:.48rem .65rem;font-size:.76rem;align-items:center;
}
.ttm-deal-table .trow + .trow{border-top:1px solid rgba(255,255,255,.1)}
.ttm-deal-table .th{
  font-size:.6rem;letter-spacing:.08em;text-transform:uppercase;
  color:rgba(255,255,255,.72);background:rgba(0,0,0,.22);
}
.ttm-deal-table .apt{color:#fff;font-weight:650}
.ttm-deal-table .old{color:#FFB4A8;text-decoration:line-through}
.ttm-deal-table .new{color:#F0E6C8;font-weight:700}
.ttm-deal-trust{
  display:flex;flex-wrap:wrap;gap:.4rem .7rem;margin:0 0 .9rem;
  font-size:.76rem;color:rgba(255,255,255,.88);
}
.ttm-deal-cta{display:flex;flex-wrap:nowrap;gap:.5rem}
.ttm-deals-wrap a.ttm-btn,
.ttm-deals-wrap .ttm-btn{
  flex:1 1 0;
  min-height:42px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:.5rem .7rem;
  border-radius:8px;
  font-family:"Open Sans",system-ui,sans-serif;
  font-weight:700;
  font-size:.8rem;
  line-height:1.2;
  text-decoration:none!important;
  box-sizing:border-box;
  box-shadow:none!important;
  appearance:none;
  -webkit-appearance:none;
}
.ttm-deals-wrap a.ttm-btn--gold,
.ttm-deals-wrap .ttm-btn--gold{
  background:#0284C7!important;
  color:#fff!important;
  border:0!important;
}
.ttm-deals-wrap a.ttm-btn--gold:hover,
.ttm-deals-wrap a.ttm-btn--gold:focus,
.ttm-deals-wrap a.ttm-btn--gold:visited{
  background:#0369A1!important;
  color:#fff!important;
}
.ttm-deals-wrap a.ttm-btn--line,
.ttm-deals-wrap .ttm-btn--line{
  background:transparent!important;
  color:#EFFFEF!important;
  border:1.5px solid rgba(247,244,238,.85)!important;
}
.ttm-deals-wrap a.ttm-btn--line:hover,
.ttm-deals-wrap a.ttm-btn--line:focus,
.ttm-deals-wrap a.ttm-btn--line:visited{
  background:#EFFFEF!important;
  color:#1C2D1D!important;
  border-color:#EFFFEF!important;
}
.ttm-deals-nav{
  display:flex;align-items:center;justify-content:space-between;gap:.75rem;
  padding:.55rem .85rem .65rem;background:#fff;border-top:1px solid rgba(19,38,26,.08);
}
.ttm-deals-dots{
  display:flex!important;
  flex-wrap:nowrap!important;
  gap:.35rem;
  align-items:center;
  overflow:hidden;
  max-width:calc(100% - 88px);
}
.ttm-deals-wrap .ttm-deals-dots button{
  width:7px!important;
  min-width:7px!important;
  height:7px!important;
  min-height:7px!important;
  border-radius:999px!important;
  border:0!important;
  background:#C9C4B8!important;
  padding:0!important;
  margin:0!important;
  cursor:pointer;
  box-shadow:none!important;
  font-size:0!important;
  line-height:0!important;
  color:transparent!important;
  appearance:none;
  -webkit-appearance:none;
}
.ttm-deals-wrap .ttm-deals-dots button.on{
  background:#0284C7!important;
  width:16px!important;
  min-width:16px!important;
}
.ttm-deals-arrows{display:flex;gap:.35rem;flex-shrink:0}
.ttm-deals-wrap .ttm-deals-prev,
.ttm-deals-wrap .ttm-deals-next{
  width:32px!important;
  height:32px!important;
  min-width:32px!important;
  min-height:32px!important;
  border-radius:50%!important;
  border:1px solid #D8D2C6!important;
  background:#fff!important;
  color:#1C2D1D!important;
  font-size:1.15rem!important;
  line-height:1!important;
  padding:0!important;
  cursor:pointer;
  box-shadow:none!important;
}
.ttm-deals-wrap .ttm-deals-prev:hover,
.ttm-deals-wrap .ttm-deals-next:hover{
  border-color:#0284C7!important;
  color:#1C2D1D!important;
  background:#FBFaf6!important;
}
.ttm-related-wrap a.ttm-rel-item,
.ttm-related-wrap a.ttm-rel-item:visited{
  color:#1C2D1D!important;
  text-decoration:none!important;
}

/* Related insights */
.ttm-rel-item{
  display:flex;gap:.85rem;padding:.9rem 1rem;
  border-bottom:1px solid #EDE6DA;color:inherit;text-decoration:none;
  transition:background .15s;
}
.ttm-rel-item:last-child{border-bottom:0}
.ttm-rel-item:hover{background:#FBFaf6}
.ttm-r-img{
  width:70px;height:70px;border-radius:8px;object-fit:cover;flex-shrink:0;background:#E2E5E2;
}
.ttm-r-img--plain{
  display:block;
  background:linear-gradient(135deg,#1C2D1D,#2A4030);
}
.ttm-r-info{display:flex;flex-direction:column;justify-content:center;gap:.25rem;min-width:0}
.ttm-r-title{
  font-size:.88rem;font-weight:650;color:#1C2D1D;line-height:1.35;
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;
}
.ttm-r-date{font-size:.72rem;color:#5A665C}

/* Article body */
.ttm-guide-content{
  font-family:"Open Sans",system-ui,sans-serif;
  line-height:1.75;
  font-size:1.02rem;
  color:#243028;
}
.ttm-guide-content h2{
  margin-top:2.15rem;
  font-family:"Taviraj",Georgia,serif;
  font-size:clamp(1.45rem,3.2vw,1.9rem);
  color:#1C2D1D;
  line-height:1.25;
  font-weight:700;
}
.ttm-guide-content a{color:#0284C7;font-weight:700;text-decoration:underline;text-decoration-color:rgba(2,132,199,.35)}
.ttm-quick{
  border-left:4px solid #0284C7;
  background:#EFFFEF;
  border-radius:0 10px 10px 0;
  padding:1.25rem 1.35rem;
  margin:0 0 1.75rem;
}
.ttm-quick__kicker{
  margin:0 0 .45rem;font-size:.7rem;letter-spacing:.14em;text-transform:uppercase;color:#0284C7;font-weight:800;
}
.ttm-quick p{margin:0;font-family:"Taviraj",Georgia,serif;font-style:italic;font-size:1.12rem;line-height:1.65;color:#1C2D1D}
.ttm-quick__by{margin:.7rem 0 0!important;font-family:"Open Sans",system-ui,sans-serif!important;font-style:normal!important;font-size:.72rem!important;letter-spacing:.06em;text-transform:uppercase;color:#7A7A7A}
.ttm-direct{
  border:1px solid rgba(2,132,199,.28);background:rgba(2,132,199,.05);
  border-radius:8px;padding:.9rem 1.05rem;margin:0 0 1.25rem;
}
.ttm-direct p{margin:0}
.ttm-rule{border:0;border-top:2px solid #0284C7;width:48px;margin:0 0 1.75rem}
.ttm-sources,.ttm-aside{
  background:#EFFFEF;border-radius:10px;padding:1.05rem 1.2rem;margin:1.5rem 0 1.75rem;
}
.ttm-sources__kicker,.ttm-aside__kicker{
  margin:0 0 .45rem;font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;color:#0284C7;font-weight:800;
}
.ttm-sources p,.ttm-aside p{margin:0;font-size:.9rem;color:#3a3a3a}
.ttm-cards{display:grid;gap:.75rem;margin:0 0 1.5rem}
@media (min-width:700px){.ttm-cards{grid-template-columns:1fr 1fr 1fr}}
.ttm-card{
  background:#fff;border:1px solid #E2E5E2;border-radius:10px;padding:1rem 1.05rem;border-top:3px solid #0284C7;
}
.ttm-card--ok{border-top-color:#5BC458}
.ttm-card--warn{border-top-color:#c8102e}
.ttm-card__kicker{margin:0 0 .3rem;font-size:.68rem;letter-spacing:.1em;text-transform:uppercase;color:#0284C7;font-weight:800}
.ttm-card h3{margin:0 0 .35rem!important;font-size:1.05rem!important}
.ttm-internal{display:grid;gap:.65rem;margin:0 0 1.6rem}
@media (min-width:640px){.ttm-internal{grid-template-columns:1fr 1fr}}
.ttm-internal a{
  display:block;background:#fff;border:1px solid #E2E5E2;border-left:3px solid #0284C7;
  border-radius:8px;padding:.85rem .95rem;text-decoration:none!important;color:#1C2D1D!important;
}
.ttm-internal a span{display:block;font-size:.68rem;letter-spacing:.1em;text-transform:uppercase;color:#0284C7;font-weight:800;margin-bottom:.2rem}
.ttm-internal a strong{font-size:.95rem}
.ttm-faq-box{
  background:linear-gradient(135deg,#1C2D1D,#0284C7);border-radius:14px;padding:1.6rem 1.35rem;margin:2rem 0;
  color:#fff;
}
.ttm-faq-box h2{color:#fff!important;margin-top:0!important}
.ttm-faq-box h3{color:#7DD3FC!important;margin:1rem 0 .4rem}
.ttm-faq-box p{color:rgba(255,255,255,.82);margin:0 0 .9rem}
.ttm-conclude{
  background:#fff;border:1px solid #E2E5E2;border-radius:14px;padding:1.5rem 1.25rem;margin:0 0 1.5rem;
  box-shadow:0 8px 28px rgba(28,45,29,.06);
}
.ttm-cta-row{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:1rem}
.ttm-cta-row a{
  display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:.7rem 1.1rem;
  border-radius:8px;font-weight:800;font-size:.82rem;letter-spacing:.04em;text-transform:uppercase;text-decoration:none!important;
}
.ttm-cta-row a.primary{background:#0284C7;color:#fff!important}
.ttm-cta-row a.ghost{border:2px solid #1C2D1D;color:#1C2D1D!important}
.ttm-steps{margin:0 0 1.5rem;padding:0;list-style:none}
.ttm-steps li{display:flex;gap:.75rem;margin:0 0 .85rem}
.ttm-steps b{
  flex-shrink:0;width:28px;height:28px;border-radius:50%;background:#0284C7;color:#fff;
  display:grid;place-items:center;font-size:.8rem;
}
@media (max-width:640px){
  .ttm-quick{padding:1rem .9rem}
  .ttm-faq-box,.ttm-conclude{padding:1.15rem .95rem}
}
.ttm-guide-content table{
  width:100%;
  border-collapse:collapse;
  margin:1.1rem 0 1.5rem;
  font-size:.9rem;
  display:block;
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
}
.ttm-guide-content th,.ttm-guide-content td{
  border:1px solid #D8D2C6;
  padding:.55rem .65rem;
  text-align:left;
  vertical-align:top;
  min-width:7.5rem;
}
.ttm-guide-content thead th{background:#EEF0EC;font-weight:700}
.ttm-guide-content figure{margin:1.3rem 0}
.ttm-guide-content img{border-radius:10px;max-width:100%;height:auto}
.ttm-reviewed{
  display:inline-block;margin:0 0 1rem;padding:.32rem .65rem;
  background:#EEF0EC;border-radius:4px;font-size:.78rem;color:#5A665C;
}

/* Footer form on blog */
.ttm-money-layout .ttm-enq--card,
.single-post .ttm-enq--card{
  width:min(560px, calc(100% - 1.25rem));
  margin:0 auto 2.5rem;
}

/* Sticky mobile quote bar */
.ttm-sticky-cta{
  display:none;
}
@media (max-width:767px){
  .ttm-sticky-cta{
    display:flex;
    position:fixed;
    left:0;right:0;bottom:0;
    z-index:99990;
    gap:.5rem;
    padding:.55rem .7rem calc(.55rem + env(safe-area-inset-bottom));
    background:rgba(12,26,20,.94);
    backdrop-filter:blur(10px);
    -webkit-backdrop-filter:blur(10px);
    border-top:1px solid rgba(2,132,199,.45);
    box-shadow:0 -10px 30px rgba(0,0,0,.25);
    font-family:"Open Sans",system-ui,sans-serif;
  }
  .ttm-sticky-cta a{
    flex:1;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:44px;
    border-radius:8px;
    font-weight:700;
    font-size:.88rem;
    text-decoration:none;
  }
  .ttm-sticky-cta__quote{
    background:#0284C7;
    color:#fff;
  }
  .ttm-sticky-cta__wa{
    background:transparent;
    color:#fff;
    border:1px solid rgba(255,255,255,.45);
  }
  body.ttm-money-layout{padding-bottom:4.5rem}
  .ttm-deal-table .trow{grid-template-columns:1.1fr .9fr .9fr;font-size:.7rem;padding:.42rem .5rem}
  .ttm-blog-main{padding:1rem .85rem 1.2rem}
}

@media (min-width:640px){
  .ttm-pkg-article .ttm-facts{grid-template-columns:repeat(4,minmax(0,1fr))}
  .ttm-stay{grid-template-columns:1fr 1fr}
}
@media (min-width:768px){
  .ttm-money-hero{
    min-height:min(70vh, 620px);
    align-items:center;
  }
  .ttm-pkg-hero.ttm-money-hero{
    min-height:0;
    align-items:stretch;
  }
  .ttm-pkg-hero__grid{
    grid-template-columns:minmax(0,1fr) minmax(300px,420px);
    gap:1.6rem 2rem;
    align-items:start;
    width:min(1160px, calc(100% - 2.25rem));
    padding:1.75rem 0 2rem;
  }
  .ttm-gallery__grid{grid-auto-rows:minmax(108px, 128px)}
  .ttm-money-hero__grid{
    grid-template-columns:minmax(0,1fr) minmax(300px,420px);
    gap:1.6rem 2rem;
    align-items:center;
    width:min(1160px, calc(100% - 2.25rem));
    padding:2rem 0;
  }
  .ttm-money-hero__copy h1{max-width:15ch;font-size:clamp(2.1rem, 3.4vw, 2.9rem)}
  .ttm-money-hero__lead{font-size:1rem}
  .ttm-money-hero__form{max-width:420px;justify-self:end}
  .ttm-blog-layout{width:min(1180px, calc(100% - 2.25rem));margin-top:1.75rem}
  .ttm-blog-main{padding:1.5rem 1.6rem 1.75rem}
}

@media (min-width:992px){
  .ttm-blog-layout{
    grid-template-columns:minmax(0,1fr) 340px;
    gap:1.75rem 2rem;
  }
  .ttm-blog-side{
    position:sticky;
    top:1.15rem;
  }
}

@media (min-width:1100px){
  .ttm-money-hero__grid{
    grid-template-columns:minmax(0,1fr) minmax(340px,440px);
  }
  .ttm-money-hero__form{max-width:440px}
  .ttm-blog-layout{grid-template-columns:minmax(0,1fr) 360px}
}

@media (max-width:420px){
  .ttm-money-hero__grid{padding:1rem 0 1.05rem}
  .ttm-money-hero__trust li:nth-child(n+3){display:none}
}
