:root{--obt-blue:#11519b;--obt-blue-dark:#0d417d;--obt-orange:#ff730a;--obt-text:#1f2d3d;--obt-muted:#607184;--obt-bg:#f7f9fc;--obt-border:#e3eaf1}.obt-site{color:var(--obt-text)}.obt-container{width:min(1200px,calc(100% - 40px));margin-inline:auto}.obt-page-hero{padding:78px 0;background:#eaf3fc;background-size:cover;background-position:center;color:var(--obt-text)}.obt-page-hero.has-image{min-height:520px;display:flex;align-items:center;color:#fff}.obt-hero-copy{max-width:780px}.obt-hero-copy h1{font-size:clamp(36px,5vw,64px);line-height:1.08;margin:.25em 0}.obt-hero-copy p{font-size:19px;max-width:700px}.obt-eyebrow{text-transform:uppercase;letter-spacing:.12em;font-weight:700;font-size:12px;color:var(--obt-orange)}.obt-breadcrumb{display:flex;gap:9px;font-size:14px;margin-bottom:42px}.obt-breadcrumb a{color:inherit}.obt-button,.obt-secondary-button{display:inline-flex;align-items:center;justify-content:center;padding:13px 22px;border-radius:7px;font-weight:700;text-decoration:none}.obt-button{background:var(--obt-orange);color:#fff!important}.obt-button:hover{background:#e45f00}.obt-secondary-button{border:1px solid var(--obt-blue);color:var(--obt-blue)!important;margin-top:10px}.obt-hero-facts,.obt-destinations,.obt-room-facts{display:flex;flex-wrap:wrap;gap:9px;margin:18px 0}.obt-hero-facts span,.obt-chip,.obt-room-facts span{padding:7px 11px;border-radius:999px;background:rgba(255,255,255,.15);color:inherit;font-size:14px;text-decoration:none}.obt-content-stack{padding-block:64px}.obt-content-stack>*+*{margin-top:58px}.obt-prose{max-width:850px;font-size:17px;line-height:1.75}.obt-prose> :first-child{margin-top:0}.obt-section{padding:8px 0}.obt-muted-section{background:var(--obt-bg);padding:40px;border-radius:18px}.obt-section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:24px}.obt-section-head h2{margin:.15em 0 0;font-size:32px}.obt-grid-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.obt-card{background:#fff;border:1px solid var(--obt-border);border-radius:14px;overflow:hidden;box-shadow:0 10px 30px rgba(22,58,91,.07)}.obt-card-image{display:block;aspect-ratio:4/3;overflow:hidden;background:#eaf0f5}.obt-card-image img{width:100%;height:100%;object-fit:cover;transition:.3s}.obt-card:hover img{transform:scale(1.03)}.obt-card-body{padding:22px}.obt-card-body h3{font-size:21px;margin:7px 0}.obt-card-body h3 a{color:var(--obt-text);text-decoration:none}.obt-card-meta{font-size:13px;color:var(--obt-blue);font-weight:700}.obt-card-body p{color:var(--obt-muted)}.obt-text-link{font-weight:700;color:var(--obt-blue);text-decoration:none}.obt-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.obt-gallery figure{margin:0}.obt-gallery img{width:100%;height:260px;object-fit:cover;border-radius:10px}.obt-video{position:relative;aspect-ratio:16/9;border-radius:14px;overflow:hidden}.obt-video iframe{position:absolute;inset:0;width:100%;height:100%}.obt-child-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.obt-child-card{position:relative;min-height:200px;border-radius:13px;overflow:hidden;background:#dfe8ef;color:#fff;font-size:21px;font-weight:700;text-decoration:none;display:flex;align-items:end;padding:20px}.obt-child-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.obt-child-card:after{content:"";position:absolute;inset:0;background:linear-gradient(transparent,rgba(0,0,0,.72))}.obt-child-card span{position:relative;z-index:1}.obt-main-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:50px}.obt-sidebar{position:relative}.obt-book-card{position:sticky;top:30px;background:#fff;border:1px solid var(--obt-border);padding:28px;border-radius:14px;box-shadow:0 14px 36px rgba(18,54,88,.1)}.obt-book-card h3{font-size:25px;margin:.3em 0}.obt-book-card .obt-button,.obt-book-card .obt-secondary-button{width:100%}.obt-itinerary{display:grid;gap:12px}.obt-day{border:1px solid var(--obt-border);border-radius:12px;background:#fff;overflow:hidden}.obt-day summary{cursor:pointer;display:flex;gap:16px;align-items:center;padding:19px 22px;list-style:none}.obt-day summary::-webkit-details-marker{display:none}.obt-day-index{width:42px;height:42px;display:grid;place-items:center;background:#eaf3fc;color:var(--obt-blue);border-radius:50%;font-weight:800}.obt-day summary small,.obt-day summary strong{display:block}.obt-day summary small{color:var(--obt-muted)}.obt-day-content{padding:0 22px 24px 80px;line-height:1.75}.obt-day-media img{border-radius:10px}.obt-room-list{display:grid;gap:28px}.obt-room-card{display:grid;grid-template-columns:42% 1fr;border:1px solid var(--obt-border);border-radius:15px;overflow:hidden;background:#fff}.obt-room-image img{width:100%;height:100%;min-height:350px;object-fit:cover}.obt-room-content{padding:30px}.obt-room-content h3{font-size:27px;margin-top:0}.obt-room-facts span{background:#eaf3fc;color:var(--obt-blue)}.obt-room-gallery-front{grid-template-columns:repeat(3,1fr);margin-top:20px}.obt-room-gallery-front img{height:130px}.obt-facilities{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.obt-facilities span{background:#fff;border:1px solid var(--obt-border);padding:13px 15px;border-radius:8px}.obt-final-cta{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:38px 42px;background:var(--obt-blue);color:#fff;border-radius:18px}.obt-final-cta h2{margin:.2em 0}.obt-final-cta p{margin-bottom:0}.obt-empty{padding:25px;background:var(--obt-bg);border:1px dashed var(--obt-border);border-radius:10px;color:var(--obt-muted)}.obt-archive-hero{padding:80px 0;background:#eaf3fc}.obt-archive-hero h1{font-size:48px;margin:.2em 0}.obt-archive-content{padding:55px 0}.nav-links{margin-top:40px;display:flex;gap:8px}.page-numbers{padding:8px 12px;border:1px solid var(--obt-border);border-radius:6px;text-decoration:none}.page-numbers.current{background:var(--obt-blue);color:#fff}.obt-card-placeholder{display:block;width:100%;height:100%}
@media(max-width:900px){.obt-grid-cards{grid-template-columns:repeat(2,1fr)}.obt-child-grid{grid-template-columns:repeat(2,1fr)}.obt-main-grid{grid-template-columns:1fr}.obt-book-card{position:static}.obt-room-card{grid-template-columns:1fr}.obt-room-image img{height:360px;min-height:0}.obt-facilities{grid-template-columns:repeat(2,1fr)}}
@media(max-width:620px){.obt-container{width:min(100% - 30px,1200px)}.obt-page-hero.has-image{min-height:460px}.obt-breadcrumb{margin-bottom:28px}.obt-grid-cards,.obt-child-grid,.obt-gallery{grid-template-columns:1fr}.obt-gallery img{height:240px}.obt-section-head{align-items:start;flex-direction:column}.obt-muted-section{padding:26px 18px;margin-inline:-5px}.obt-day-content{padding:0 18px 20px}.obt-day summary{padding:16px}.obt-day-index{width:36px;height:36px}.obt-room-content{padding:22px}.obt-room-gallery-front{grid-template-columns:repeat(2,1fr)}.obt-facilities{grid-template-columns:1fr}.obt-final-cta{align-items:flex-start;flex-direction:column;padding:30px 24px}.obt-final-cta .obt-button{width:100%}}

/* Request a Quote */
.obt-quote-wrap{max-width:980px;margin:48px auto;padding:0 20px 70px}.obt-quote-intro{text-align:center;max-width:760px;margin:0 auto 30px}.obt-quote-intro h1{margin:.25em 0}.obt-quote-form{background:#fff;border:1px solid #e6ebf1;border-radius:14px;padding:28px;box-shadow:0 12px 30px rgba(17,81,155,.08)}.obt-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.obt-form-field{display:flex;flex-direction:column;gap:7px}.obt-form-field span{font-weight:600;color:#1f2d3d}.obt-form-field em{color:#d63638;font-style:normal}.obt-form-field input,.obt-form-field textarea{width:100%;border:1px solid #cfd8e3;border-radius:7px;padding:12px 13px;font:inherit;background:#fff;color:#1f2d3d}.obt-form-field input:focus,.obt-form-field textarea:focus{outline:none;border-color:#11519b;box-shadow:0 0 0 3px rgba(17,81,155,.12)}.obt-form-consent{display:flex;gap:10px;align-items:flex-start}.obt-form-consent input{margin-top:4px}.obt-span-2{grid-column:1/-1}.obt-submit-button{border:0;cursor:pointer;margin-top:24px}.obt-form-notice{padding:16px 18px;border-radius:8px;margin:0 0 22px}.obt-form-notice.success{background:#edf9f1;border:1px solid #b8e0c4;color:#215d34}.obt-form-notice.error{background:#fff1f1;border:1px solid #efc1c1;color:#842029}.obt-hp{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}
@media(max-width:680px){.obt-form-grid{grid-template-columns:1fr}.obt-span-2{grid-column:auto}.obt-quote-form{padding:20px}.obt-quote-wrap{margin-top:30px}}

/* v0.5.0 frontend redesign */
.obt-topline{padding-top:34px}.obt-topline .obt-breadcrumb{margin-bottom:22px}.obt-topline h1{font-size:clamp(34px,4.5vw,58px);line-height:1.12;margin:.2em 0 .25em;max-width:980px}.obt-detail-head{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:28px;align-items:stretch;padding-top:28px;padding-bottom:32px}.obt-mosaic{display:grid;grid-template-columns:2fr 1fr 1fr;grid-template-rows:repeat(2,220px);gap:8px;border-radius:16px;overflow:hidden;min-height:448px}.obt-mosaic-item{position:relative;overflow:hidden;background:#e8edf2}.obt-mosaic-item img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.obt-mosaic-item:hover img{transform:scale(1.03)}.obt-mosaic-1{grid-row:1/3}.obt-view-all{position:absolute;right:14px;bottom:14px;background:#fff;color:var(--obt-text);padding:9px 12px;border-radius:7px;font-size:13px;font-weight:700;box-shadow:0 8px 22px rgba(0,0,0,.18)}.obt-summary-card{border:1px solid var(--obt-border);border-radius:14px;background:#fff;padding:24px;box-shadow:0 14px 34px rgba(21,59,94,.1);display:flex;flex-direction:column;gap:16px}.obt-summary-row{display:flex;justify-content:space-between;gap:20px;padding-bottom:13px;border-bottom:1px solid var(--obt-border)}.obt-summary-row span,.obt-summary-price small{color:var(--obt-muted);font-size:13px}.obt-summary-row strong{text-align:right}.obt-summary-price{padding:4px 0}.obt-summary-price strong{display:block;font-size:25px;color:var(--obt-orange);margin-top:3px}.obt-summary-card .obt-button{width:100%}.obt-summary-card p{font-size:13px;color:var(--obt-muted);margin:0;line-height:1.55}.obt-section-nav{position:sticky;top:0;z-index:30;background:#fff;border-top:1px solid var(--obt-border);border-bottom:1px solid var(--obt-border);box-shadow:0 4px 15px rgba(20,50,80,.05)}.admin-bar .obt-section-nav{top:32px}.obt-section-nav .obt-container{display:flex;gap:28px;overflow-x:auto;scrollbar-width:none}.obt-section-nav .obt-container::-webkit-scrollbar{display:none}.obt-section-nav a{white-space:nowrap;padding:15px 0;color:var(--obt-text);text-decoration:none;font-weight:700;font-size:14px;border-bottom:3px solid transparent}.obt-section-nav a:hover{color:var(--obt-blue);border-bottom-color:var(--obt-orange)}.obt-anchor-section{scroll-margin-top:85px}.obt-destination-intro{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.8fr);gap:44px;align-items:start}.obt-teasers{display:grid;gap:18px}.obt-teaser{display:grid;grid-template-columns:280px minmax(0,1fr) 190px;border:1px solid var(--obt-border);border-radius:14px;background:#fff;overflow:hidden;box-shadow:0 8px 26px rgba(21,59,94,.06)}.obt-teaser-image{min-height:220px;background:#e8edf2}.obt-teaser-image img{width:100%;height:100%;object-fit:cover}.obt-teaser-main{padding:23px 24px}.obt-teaser-main h3{font-size:23px;margin:6px 0}.obt-teaser-main h3 a{text-decoration:none;color:var(--obt-text)}.obt-teaser-route{font-size:13px;color:var(--obt-muted);font-weight:600;margin-bottom:10px}.obt-teaser-main p{margin:10px 0 0;color:var(--obt-muted);line-height:1.65}.obt-teaser-action{padding:24px;border-left:1px solid var(--obt-border);display:flex;flex-direction:column;justify-content:center;align-items:stretch}.obt-teaser-action small{color:var(--obt-muted)}.obt-teaser-action strong{font-size:20px;color:var(--obt-orange);margin:3px 0 18px}.obt-teaser-action .obt-button{text-align:center}.obt-lightbox{position:fixed;inset:0;background:rgba(8,18,28,.92);z-index:99999;display:none;align-items:center;justify-content:center;padding:30px}.obt-lightbox.is-open{display:flex}.obt-lightbox img{max-width:min(1200px,94vw);max-height:88vh;object-fit:contain}.obt-lightbox button{position:absolute;right:24px;top:18px;border:0;background:transparent;color:#fff;font-size:42px;cursor:pointer}.obt-gallery a{display:block;height:100%}.obt-room-gallery-front a{height:100%}
@media(max-width:980px){.obt-detail-head{grid-template-columns:1fr}.obt-summary-card{display:grid;grid-template-columns:repeat(2,1fr)}.obt-summary-card .obt-button,.obt-summary-card p,.obt-summary-price{grid-column:1/-1}.obt-teaser{grid-template-columns:240px minmax(0,1fr)}.obt-teaser-action{grid-column:1/-1;border-left:0;border-top:1px solid var(--obt-border);display:grid;grid-template-columns:1fr auto;gap:10px 20px;align-items:center}.obt-teaser-action strong{margin:0}.obt-teaser-action .obt-button{grid-column:2;grid-row:1/3}.obt-destination-intro{grid-template-columns:1fr}}
@media(max-width:700px){.admin-bar .obt-section-nav{top:46px}.obt-topline{padding-top:22px}.obt-detail-head{padding-top:18px}.obt-mosaic{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:250px 120px 120px;min-height:506px}.obt-mosaic-1{grid-column:1/3;grid-row:auto}.obt-mosaic-2,.obt-mosaic-3,.obt-mosaic-4,.obt-mosaic-5{display:block}.obt-summary-card{display:flex}.obt-section-nav .obt-container{gap:22px}.obt-teaser{grid-template-columns:1fr}.obt-teaser-image{height:230px}.obt-teaser-action{display:flex}.obt-teaser-action .obt-button{width:100%}.obt-topline h1{font-size:34px}.obt-content-stack{padding-top:42px}}

/* v0.6 Tour module */
.obt-summary-price{display:flex;flex-direction:column;gap:3px}
.obt-price-old{text-decoration:line-through;color:#7a8998;font-size:15px}
.obt-price-promo{color:#ff730a;font-size:27px;line-height:1.15}
.obt-feature-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 24px;margin:0;padding:0;list-style:none}
.obt-feature-list li{position:relative;padding:15px 18px 15px 46px;background:#fff;border:1px solid #e6ebf1;border-radius:9px}
.obt-feature-list li:before{content:'✓';position:absolute;left:17px;top:14px;color:#11519b;font-weight:800}
.obt-highlight-list li{background:#f7f9fc}
.obt-day-meals{margin-top:18px;padding:11px 14px;background:#f7f9fc;border-left:4px solid #11519b;border-radius:5px;color:#526375}
.obt-inex-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.obt-inex-box{padding:25px;background:#fff;border:1px solid #e6ebf1;border-radius:10px}
.obt-inex-box h3{margin-top:0}
.obt-inex-box ul{list-style:none;margin:0;padding:0}
.obt-inex-box li{position:relative;padding:9px 0 9px 29px;border-bottom:1px solid #eef1f4}
.obt-inex-box li:last-child{border-bottom:0}
.obt-inex-box li:before{position:absolute;left:0;top:9px;font-weight:800}
.obt-inex-box.is-included li:before{content:'✓';color:#178447}
.obt-inex-box.is-excluded li:before{content:'×';color:#c63f3f}
@media(max-width:767px){.obt-feature-list,.obt-inex-grid{grid-template-columns:1fr}.obt-price-promo{font-size:24px}}

/* Tour teaser v0.6.1 */
.obt-tour-teaser .obt-teaser-action{gap:18px;text-align:center}
.obt-teaser-price-line{display:flex;align-items:baseline;justify-content:center;gap:7px;white-space:nowrap}
.obt-teaser-price-old{font-size:23px;color:#7a8998;text-decoration:line-through;text-decoration-thickness:1.5px}
.obt-teaser-price-current{font-size:38px;line-height:1;color:#c61f26;font-weight:800;letter-spacing:-1px}
.obt-teaser-price-unit{font-size:24px;color:#7a8998;font-weight:400}
.obt-teaser-price-request{font-size:20px;color:var(--obt-text);font-weight:700;text-align:center}
.obt-tour-teaser .obt-teaser-action .obt-button{font-size:18px;padding:15px 18px;text-transform:none}
.obt-tour-teaser .obt-teaser-route{font-size:14px;color:#68798a;margin:9px 0 12px}
.obt-tour-teaser .obt-teaser-main p{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}
@media(max-width:980px){.obt-tour-teaser .obt-teaser-action{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.obt-tour-teaser .obt-teaser-action .obt-button{width:auto;min-width:160px}.obt-teaser-price-current{font-size:34px}}
@media(max-width:700px){.obt-tour-teaser .obt-teaser-action{flex-direction:column;align-items:stretch}.obt-tour-teaser .obt-teaser-action .obt-button{width:100%}.obt-teaser-price-line{justify-content:flex-start}.obt-teaser-price-current{font-size:32px}.obt-teaser-price-old{font-size:20px}.obt-teaser-price-unit{font-size:21px}.obt-tour-teaser .obt-teaser-main p{-webkit-line-clamp:5}}

/* v0.6.2: linked destination route and price-column overflow fix */
.obt-tour-teaser{grid-template-columns:minmax(250px,24%) minmax(0,1fr) minmax(270px,300px)}
.obt-tour-teaser .obt-teaser-main,.obt-tour-teaser .obt-teaser-action{min-width:0}
.obt-tour-teaser .obt-teaser-route a{color:#68798a;text-decoration:none}
.obt-tour-teaser .obt-teaser-route a:hover,.obt-tour-teaser .obt-teaser-route a:focus{color:var(--obt-blue);text-decoration:underline;text-underline-offset:3px}
.obt-route-more{font-weight:700;color:#68798a}
.obt-tour-teaser .obt-teaser-action{padding:22px 18px}
.obt-tour-teaser .obt-teaser-price-line{width:100%;max-width:100%;gap:6px;white-space:normal;flex-wrap:wrap;line-height:1.05}
.obt-tour-teaser .obt-teaser-price-old{font-size:clamp(18px,1.45vw,25px)}
.obt-tour-teaser .obt-teaser-price-current{font-size:clamp(28px,2vw,38px);min-width:0;overflow-wrap:anywhere}
.obt-tour-teaser .obt-teaser-price-unit{font-size:clamp(18px,1.35vw,24px)}
@media(max-width:1100px) and (min-width:981px){
  .obt-tour-teaser{grid-template-columns:240px minmax(0,1fr) 245px}
  .obt-tour-teaser .obt-teaser-price-current{font-size:30px}
  .obt-tour-teaser .obt-teaser-price-old{font-size:19px}
  .obt-tour-teaser .obt-teaser-price-unit{font-size:19px}
}


/* v0.6.3 Tour detail desktop refinement */
.obt-topline h1{max-width:none;width:100%}
.obt-summary-destinations{align-items:flex-start}
.obt-summary-destinations strong{max-width:62%;font-weight:600}
.obt-inline-destinations{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:0 5px;line-height:1.55}
.obt-inline-destinations a{color:var(--obt-text);text-decoration:none}
.obt-inline-destinations a:hover,.obt-inline-destinations a:focus{color:var(--obt-blue);text-decoration:underline;text-underline-offset:3px}
.obt-summary-price .obt-teaser-price-line{justify-content:flex-start;width:auto;gap:7px}
.obt-summary-price .obt-teaser-price-current{font-size:31px}
.obt-summary-price .obt-teaser-price-old{font-size:18px}
.obt-summary-price .obt-teaser-price-unit{font-size:19px}
.obt-day summary{padding:18px 22px}
.obt-day-heading{display:flex;align-items:baseline;gap:8px;min-width:0;flex-wrap:nowrap;width:100%}
.obt-day-label{color:var(--obt-orange);font-weight:800;white-space:nowrap}
.obt-day-heading strong{font-size:17px;min-width:0}
.obt-day-separator{color:#8a98a6;font-weight:600}
.obt-day-meals-inline{color:var(--obt-blue);font-weight:700;font-size:13px;white-space:nowrap}
.obt-day-content{display:block}
.obt-day-copy{width:100%}
.obt-day-copy img{max-width:100%;height:auto}
.obt-day-media-grid{display:grid;gap:12px;margin-top:22px;width:100%}
.obt-day-media-grid a{display:block;overflow:hidden;border-radius:10px;background:#edf1f5;aspect-ratio:4/3}
.obt-day-media-grid img{width:100%;height:100%;object-fit:cover;display:block}
.obt-day-media-count-1{grid-template-columns:1fr}
.obt-day-media-count-1 a{aspect-ratio:auto}
.obt-day-media-count-1 img{height:auto;max-height:none;object-fit:contain}
.obt-day-media-count-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.obt-day-media-count-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.obt-day-media-count-4{grid-template-columns:repeat(4,minmax(0,1fr))}
@media(max-width:980px){.obt-day-heading{flex-wrap:wrap}.obt-day-media-count-4{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:700px){.obt-inline-destinations{justify-content:flex-end}.obt-day-heading{gap:5px 7px}.obt-day-heading strong{font-size:16px}.obt-day-meals-inline{white-space:normal}.obt-day-media-count-2,.obt-day-media-count-3,.obt-day-media-count-4{grid-template-columns:1fr 1fr}}


/* v0.6.4 Tour detail refinement */
.obt-breadcrumb{color:#738294;font-weight:400}
.obt-breadcrumb a{color:#738294!important;text-decoration:none!important;font-weight:400}
.obt-breadcrumb a:hover,.obt-breadcrumb a:focus{color:var(--obt-blue)!important;text-decoration:none!important}
.obt-breadcrumb>span{color:#9aa6b2}
.obt-summary-row{align-items:center}
.obt-summary-row span,.obt-summary-row strong{font-size:15px;line-height:1.45}
.obt-summary-row strong{font-weight:700;color:var(--obt-text)}
.obt-summary-destinations strong{max-width:68%}
.obt-inline-destinations a{font-size:15px;font-weight:700}
.obt-day-heading{text-transform:uppercase}
.obt-day-heading strong{font-weight:800}
.obt-day-meals-inline{font-size:15px}
.obt-lightbox-open{overflow:hidden}
.obt-lightbox{padding:54px 86px}
.obt-lightbox img{max-width:min(1280px,88vw);max-height:86vh}
.obt-lightbox button{width:54px;height:54px;display:grid;place-items:center;border:0;border-radius:50%;background:rgba(255,255,255,.13);color:#fff;cursor:pointer;line-height:1}
.obt-lightbox button:hover,.obt-lightbox button:focus{background:rgba(255,255,255,.24)}
.obt-lightbox .obt-lightbox-close{position:absolute;right:24px;top:18px;font-size:38px;background:transparent}
.obt-lightbox .obt-lightbox-prev,.obt-lightbox .obt-lightbox-next{position:absolute;top:50%;transform:translateY(-50%);font-size:50px}
.obt-lightbox .obt-lightbox-prev{left:22px}
.obt-lightbox .obt-lightbox-next{right:22px}
.obt-lightbox-counter{position:absolute;left:50%;bottom:18px;transform:translateX(-50%);padding:7px 12px;border-radius:999px;background:rgba(0,0,0,.45);color:#fff;font-size:13px}
@media(max-width:700px){
  .obt-breadcrumb{font-size:13px;gap:7px;flex-wrap:wrap}
  .obt-summary-row span,.obt-summary-row strong,.obt-inline-destinations a{font-size:14px}
  .obt-summary-destinations strong{max-width:65%}
  .obt-lightbox{padding:58px 44px}
  .obt-lightbox .obt-lightbox-prev{left:6px}
  .obt-lightbox .obt-lightbox-next{right:6px}
  .obt-lightbox button{width:42px;height:42px}
}


/* v0.6.6 Tour enquiry modal */
.obt-modal-open{overflow:hidden}
.obt-enquiry-modal{position:fixed;inset:0;z-index:999999;display:none;align-items:center;justify-content:center;padding:24px}
.obt-enquiry-modal.is-open{display:flex}
.obt-enquiry-modal-backdrop{position:absolute;inset:0;background:rgba(15,29,44,.72);backdrop-filter:blur(3px)}
.obt-enquiry-modal-dialog{position:relative;z-index:1;width:min(820px,100%);max-height:calc(100vh - 48px);background:#fff;border-radius:14px;box-shadow:0 28px 80px rgba(0,0,0,.28);overflow:hidden}
.obt-enquiry-modal-scroll{max-height:calc(100vh - 48px);overflow:auto;overscroll-behavior:contain}
.obt-enquiry-modal-close{position:absolute;right:18px;top:14px;z-index:4;width:auto;height:auto;padding:0;border:0;border-radius:0;background:transparent!important;color:#26384a;font-size:34px;font-weight:400;line-height:1;cursor:pointer;box-shadow:none!important}
.obt-enquiry-modal-close:hover,.obt-enquiry-modal-close:focus{background:transparent!important;color:var(--obt-blue);outline:none}
.obt-quote-modal-form{margin:0;padding:28px 30px 30px;border:0;box-shadow:none;border-radius:0}
.obt-quote-modal-form .obt-quote-intro{padding-right:44px;margin-bottom:20px}
.obt-quote-modal-form .obt-quote-intro h2{margin:3px 0 8px;font-size:30px;line-height:1.2}
.obt-quote-modal-form .obt-quote-intro p{margin:0;max-width:680px}
.obt-quote-modal-form .obt-form-notice{margin-bottom:18px}
@media(max-width:700px){
 .obt-enquiry-modal{padding:0;align-items:flex-end}
 .obt-enquiry-modal-dialog{width:100%;max-height:94vh;border-radius:16px 16px 0 0}
 .obt-enquiry-modal-scroll{max-height:94vh}
 .obt-quote-modal-form{padding:24px 18px 28px}
 .obt-quote-modal-form .obt-quote-intro h2{font-size:25px}
 .obt-enquiry-modal-close{right:14px;top:12px}
}


/* Hotel v0.7.0 */
.obt-hotel-head-wrap{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:32px;align-items:stretch}.obt-hotel-gallery-wrap{position:relative;min-width:0}.obt-featured-label{position:absolute;z-index:4;top:18px;left:18px;background:#ff730a;color:#fff;font-weight:700;font-size:14px;line-height:1;padding:10px 14px;border-radius:6px;box-shadow:0 6px 18px rgba(0,0,0,.18)}.obt-hotel-summary{height:100%}.obt-hotel-price-from{padding:0 0 18px;margin-bottom:8px;border-bottom:1px solid #e1e8ef}.obt-hotel-price-from span,.obt-hotel-price-from small{display:block;color:#66798c}.obt-hotel-price-from strong{display:block;color:#ff6500;font-size:30px;line-height:1.15;margin:5px 0;font-weight:800}.obt-room-title-row{display:flex;justify-content:space-between;gap:20px;align-items:flex-start}.obt-room-price{text-align:right;white-space:nowrap}.obt-room-price small,.obt-room-price span{display:block;color:#718398;font-size:13px}.obt-room-price strong{display:block;color:#ff6500;font-size:22px}.obt-room-cta{margin-top:20px}.obt-room-cta .obt-button{display:inline-flex;justify-content:center}.obt-promotion-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.obt-promotion-card{display:grid;grid-template-columns:220px minmax(0,1fr);background:#fff;border:1px solid #dfe7ef;border-radius:14px;overflow:hidden;box-shadow:0 8px 24px rgba(17,81,155,.08)}.obt-promotion-image img{width:100%;height:100%;min-height:250px;object-fit:cover}.obt-promotion-content{padding:24px}.obt-promotion-content h3{margin:0 0 8px}.obt-promotion-price{font-size:25px;font-weight:800;color:#ff6500;margin-bottom:12px}.obt-promotion-content ul{margin:10px 0 16px;padding-left:20px}.obt-promotion-conditions{padding-top:14px;border-top:1px solid #e4eaf0;color:#5f7285}.obt-policy-box{background:#f7f9fc;border:1px solid #e1e8ef;border-left:4px solid #11519b;padding:24px;border-radius:10px}.obt-hotel-map{height:440px;border-radius:14px;overflow:hidden;border:1px solid #dfe7ef;z-index:1}.obt-map-address{margin-top:12px;color:#65788a}.leaflet-container{font-family:inherit}
@media(max-width:1024px){.obt-hotel-head-wrap{grid-template-columns:1fr}.obt-promotion-grid{grid-template-columns:1fr}.obt-hotel-summary{height:auto}}
@media(max-width:680px){.obt-promotion-card{grid-template-columns:1fr}.obt-promotion-image img{height:220px;min-height:0}.obt-room-title-row{display:block}.obt-room-price{text-align:left;margin:10px 0}.obt-room-cta .obt-button{width:100%}.obt-hotel-map{height:340px}.obt-featured-label{top:12px;left:12px}}

/* Hotel teaser: three-column layout */
.obt-hotel-teaser .obt-teaser-image{position:relative}
.obt-hotel-featured-label{position:absolute;left:14px;top:14px;z-index:2;max-width:calc(100% - 28px);padding:8px 12px;border-radius:6px;background:var(--obt-orange);color:#fff;font-size:13px;font-weight:800;line-height:1.2;box-shadow:0 7px 18px rgba(0,0,0,.18)}
.obt-hotel-teaser .obt-card-meta{color:var(--obt-blue);font-weight:700}
.obt-hotel-teaser .obt-teaser-route{font-size:14px;margin:9px 0 12px}
.obt-hotel-teaser .obt-teaser-route a{color:#68798a;text-decoration:none}
.obt-hotel-teaser .obt-teaser-route a:hover,.obt-hotel-teaser .obt-teaser-route a:focus{color:var(--obt-blue);text-decoration:underline;text-underline-offset:3px}
.obt-hotel-teaser .obt-teaser-main p{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}
.obt-hotel-teaser .obt-teaser-action{gap:18px;text-align:center;min-width:0;padding:22px 18px}
.obt-hotel-teaser-price{display:flex;flex-direction:column;align-items:center;gap:3px;line-height:1.15}
.obt-hotel-teaser-price small{font-size:13px;color:var(--obt-muted);font-weight:600}
.obt-hotel-teaser-price strong{font-size:clamp(24px,1.8vw,34px);color:var(--obt-orange);margin:0;overflow-wrap:anywhere}
.obt-hotel-teaser-price span{font-size:14px;color:var(--obt-muted)}
.obt-hotel-teaser .obt-button{font-size:17px;padding:15px 18px;text-transform:none}
@media(max-width:980px){
  .obt-hotel-teaser .obt-teaser-action{display:flex;flex-direction:row;justify-content:space-between;align-items:center}
  .obt-hotel-teaser-price{align-items:flex-start;text-align:left}
  .obt-hotel-teaser .obt-button{width:auto;min-width:160px}
}
@media(max-width:700px){
  .obt-hotel-teaser .obt-teaser-action{flex-direction:column;align-items:stretch}
  .obt-hotel-teaser-price{align-items:flex-start}
  .obt-hotel-teaser .obt-button{width:100%}
  .obt-hotel-teaser .obt-teaser-main p{-webkit-line-clamp:5}
}

/* Hotel detail refinements v0.7.2 */
.obt-hotel-address-top{margin:8px 0 0;color:var(--obt-muted);font-size:16px;line-height:1.55}
.obt-hotel-overview .obt-prose{max-width:none;width:100%}
.obt-special-offers-head{margin-bottom:14px}
.obt-promotion-list{display:grid;gap:12px}
.obt-promotion-teaser{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:22px;align-items:center;padding:18px 20px;border:1px solid var(--obt-border);border-radius:12px;background:#fff}
.obt-promotion-teaser h3{margin:0 0 4px;font-size:20px}
.obt-promotion-teaser p{margin:0;color:var(--obt-muted);line-height:1.5}
.obt-promotion-teaser-price{font-size:22px;font-weight:800;color:var(--obt-orange);white-space:nowrap}
.obt-text-button{border:0;background:transparent;color:var(--obt-blue);font-weight:800;padding:8px 0;cursor:pointer;white-space:nowrap}
.obt-text-button:hover{color:var(--obt-orange)}
.obt-offer-source{display:none!important}
.obt-offer-modal{position:fixed;inset:0;z-index:100002;display:none;align-items:center;justify-content:center;padding:28px}
.obt-offer-modal.is-open{display:flex}
.obt-offer-modal-backdrop{position:absolute;inset:0;background:rgba(15,28,40,.72)}
.obt-offer-modal-dialog{position:relative;z-index:1;width:min(920px,100%);max-height:min(88vh,820px);background:#fff;border-radius:16px;box-shadow:0 25px 70px rgba(0,0,0,.3);overflow:hidden}
.obt-offer-modal-scroll{max-height:min(88vh,820px);overflow:auto;padding:34px}
.obt-offer-modal-close{position:absolute;right:14px;top:9px;z-index:3;border:0;background:transparent;color:var(--obt-blue);font-size:36px;line-height:1;cursor:pointer;padding:6px}
.obt-offer-detail-layout{display:grid;grid-template-columns:minmax(280px,.8fr) minmax(0,1fr);gap:30px;align-items:start}
.obt-offer-detail-image img{width:100%;height:auto;max-height:520px;object-fit:cover;border-radius:12px}
.obt-offer-detail-copy h2{font-size:32px;margin:.25em 0}
.obt-offer-detail-copy h3{font-size:18px;margin:22px 0 8px}
.obt-offer-detail-copy ul{padding-left:20px}
.obt-offer-detail-price{font-size:30px;font-weight:800;color:var(--obt-orange);margin:8px 0 14px}
.obt-offer-conditions{padding-top:2px}
.obt-offer-detail-copy .obt-button{margin-top:20px}
.obt-room-card{width:100%;grid-template-columns:minmax(320px,40%) minmax(0,1fr)}
.obt-room-title-row{align-items:center}
.obt-room-title-row h3{margin:0;flex:1;min-width:0}
.obt-room-booking-row{display:flex;align-items:center;justify-content:flex-end;gap:14px;flex-wrap:wrap}
.obt-room-price-inline{display:flex;align-items:baseline;gap:5px;white-space:nowrap;color:var(--obt-muted)}
.obt-room-price-inline strong{font-size:22px;color:var(--obt-orange)}
.obt-room-price-note{margin-left:7px;padding-left:9px;border-left:1px solid var(--obt-border);font-size:13px;color:var(--obt-muted);font-weight:600;white-space:normal}
.obt-room-booking-row .obt-button{padding:11px 18px}
.obt-facilities-section{padding-left:0;padding-right:0}
.obt-policy-box{max-width:none;width:100%;box-sizing:border-box;border:1px solid #e1e8ef;border-left:4px solid var(--obt-blue);border-right:4px solid var(--obt-blue);padding:24px;border-radius:10px}
.obt-hotel-final-cta,.obt-hotel-final-cta h2,.obt-hotel-final-cta p{color:#eee!important}
.obt-hotel-final-cta .obt-eyebrow{color:#ffd0ab}

@media(max-width:900px){
  .obt-promotion-teaser{grid-template-columns:minmax(0,1fr) auto}
  .obt-promotion-teaser .obt-text-button{grid-column:1/3;justify-self:start}
  .obt-offer-detail-layout{grid-template-columns:1fr}
  .obt-room-card{grid-template-columns:1fr}
}
@media(max-width:680px){
  .obt-promotion-teaser{grid-template-columns:1fr;gap:10px}
  .obt-promotion-teaser .obt-text-button{grid-column:auto}
  .obt-offer-modal{padding:0;align-items:flex-end}
  .obt-offer-modal-dialog{width:100%;max-height:94vh;border-radius:16px 16px 0 0}
  .obt-offer-modal-scroll{max-height:94vh;padding:28px 18px}
  .obt-room-title-row{display:block}
  .obt-room-booking-row{justify-content:flex-start;margin-top:12px}
  .obt-room-booking-row .obt-button{width:auto}
}


/* v0.7.4: destination section alignment and unified currency display */
.obt-destination-hotels-section{padding-left:0;padding-right:0;margin-left:0;margin-right:0;background:transparent;border-radius:0}
.obt-destination-hotels-section .obt-section-head,
.obt-destination-hotels-section .obt-teasers{margin-left:0;margin-right:0}


/* Hotel detail refinements v0.7.5 */
.obt-hotel-address-top{margin:12px 0 26px!important}
.obt-hotel-head-wrap{padding-top:0}
/* Promotions are preserved in admin but intentionally hidden on the public hotel page. */
.obt-special-offers-section{display:none!important}
/* Every room/villa occupies the full content width. */
.obt-room-list{width:100%}
.obt-room-card{display:block!important;width:100%;max-width:none}
.obt-room-image{width:100%;background:#eef3f7}
.obt-room-image img{display:block;width:100%;height:auto;max-height:460px;min-height:0;object-fit:cover}
.obt-room-content{width:100%;box-sizing:border-box}
.obt-room-title-row{width:100%}
.obt-room-title-row h3{max-width:none;white-space:normal;overflow-wrap:normal;word-break:normal}
.obt-room-content>p{max-width:none;width:100%}
.obt-room-gallery-front{width:100%}
@media(max-width:680px){
  .obt-hotel-address-top{margin-bottom:20px!important}
  .obt-room-image img{max-height:320px}
}

/* v0.7.6 room gallery: preserve image ratio, maximum 3 images */
.obt-room-gallery-front{display:grid;gap:18px;align-items:start;margin-top:24px}
.obt-room-gallery-front.obt-room-gallery-count-1{grid-template-columns:1fr}
.obt-room-gallery-front.obt-room-gallery-count-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.obt-room-gallery-front.obt-room-gallery-count-3{grid-template-columns:repeat(3,minmax(0,1fr))}
@media(min-width:761px){
  .obt-room-gallery-front.obt-room-gallery-count-4{grid-template-columns:repeat(4,minmax(0,1fr))}
  .obt-room-gallery-front.obt-room-gallery-count-5{grid-template-columns:repeat(5,minmax(0,1fr))}
}
.obt-room-gallery-front figure,.obt-room-gallery-front a{margin:0;width:100%;height:auto}
.obt-room-gallery-front img{display:block;width:100%;height:auto!important;max-height:none!important;object-fit:contain!important;border-radius:12px}
@media(max-width:760px){
  .obt-room-gallery-front.obt-room-gallery-count-2,.obt-room-gallery-front.obt-room-gallery-count-3,.obt-room-gallery-front.obt-room-gallery-count-4,.obt-room-gallery-front.obt-room-gallery-count-5{grid-template-columns:1fr}
  .obt-room-gallery-front figure:nth-child(n+4){display:none}
}


/* v0.7.7 Hotel teaser proportions and one-line price */
.obt-hotel-teaser{
  grid-template-columns:minmax(250px,24%) minmax(0,1fr) minmax(270px,300px);
}
.obt-hotel-teaser .obt-teaser-main,
.obt-hotel-teaser .obt-teaser-action{min-width:0}
.obt-hotel-teaser .obt-teaser-action{
  padding:22px 18px;
  justify-content:center;
}
.obt-hotel-teaser-price-line{
  display:flex;
  align-items:baseline;
  justify-content:center;
  gap:7px;
  width:100%;
  max-width:100%;
  white-space:nowrap;
  line-height:1.05;
}
.obt-hotel-teaser-price-line small{
  color:var(--obt-muted);
  font-size:14px;
  font-weight:600;
}
.obt-hotel-teaser-price-line strong{
  color:var(--obt-orange);
  font-size:clamp(28px,2vw,38px);
  font-weight:800;
  letter-spacing:-.5px;
  margin:0;
}
.obt-hotel-teaser-price-line span{
  color:var(--obt-muted);
  font-size:17px;
  font-weight:400;
}
@media(max-width:980px){
  .obt-hotel-teaser{grid-template-columns:240px minmax(0,1fr) 245px}
  .obt-hotel-teaser .obt-teaser-action{
    grid-column:auto;
    border-left:1px solid var(--obt-border);
    border-top:0;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:stretch;
  }
  .obt-hotel-teaser-price-line{justify-content:center}
  .obt-hotel-teaser-price-line strong{font-size:30px}
  .obt-hotel-teaser-price-line span{font-size:15px}
  .obt-hotel-teaser .obt-button{width:100%;min-width:0}
}
@media(max-width:760px){
  .obt-hotel-teaser{grid-template-columns:1fr}
  .obt-hotel-teaser .obt-teaser-action{
    grid-column:auto;
    border-left:0;
    border-top:1px solid var(--obt-border);
  }
  .obt-hotel-teaser-price-line{
    justify-content:flex-start;
    white-space:normal;
    flex-wrap:wrap;
  }
}


/* Hotel v0.7.8: inline price and bed configuration */
.obt-hotel-price-from{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap;padding:0 0 18px;margin-bottom:8px;border-bottom:1px solid #e1e8ef}
.obt-hotel-price-from span,.obt-hotel-price-from small{display:inline;color:#66798c}
.obt-hotel-price-from strong{display:inline;color:#ff6500;font-size:30px;line-height:1.15;margin:0;font-weight:800}
@media(max-width:480px){.obt-hotel-price-from{gap:6px}.obt-hotel-price-from strong{font-size:27px}}

/* v0.8.0 lightbox navigation: arrow only, no circular background */
.obt-lightbox .obt-lightbox-prev,
.obt-lightbox .obt-lightbox-next{
  width:auto!important;
  height:auto!important;
  min-width:0!important;
  min-height:0!important;
  padding:10px 14px!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  color:#fff!important;
  line-height:1!important;
  text-shadow:0 2px 10px rgba(0,0,0,.65);
}
.obt-lightbox .obt-lightbox-prev:hover,
.obt-lightbox .obt-lightbox-prev:focus,
.obt-lightbox .obt-lightbox-next:hover,
.obt-lightbox .obt-lightbox-next:focus{
  background:transparent!important;
  color:#ff730a!important;
  outline:none!important;
}
@media(max-width:760px){
  .obt-lightbox .obt-lightbox-prev,
  .obt-lightbox .obt-lightbox-next{
    padding:8px!important;
    font-size:44px!important;
  }
}


/* v0.8.1: keep lightbox arrows vertically centered on the displayed image */
.obt-lightbox .obt-lightbox-prev,.obt-lightbox .obt-lightbox-next{transform:translateY(-50%)!important;z-index:2}
/* v0.8.2 Activity as a one-day tour */
.obt-activity-teaser .obt-teaser-main p{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}
.obt-activity-teaser .obt-card-meta{color:var(--obt-blue);font-weight:700}
.obt-activity-teaser .obt-teaser-route a{color:#68798a;text-decoration:none}
.obt-activity-teaser .obt-teaser-route a:hover,.obt-activity-teaser .obt-teaser-route a:focus{color:var(--obt-blue);text-decoration:underline;text-underline-offset:3px}

/* v0.8.3: position lightbox arrows from the rendered image bounds */
.obt-lightbox .obt-lightbox-prev,.obt-lightbox .obt-lightbox-next{position:fixed!important;top:50%;right:auto!important;display:flex!important;align-items:center;justify-content:center;width:56px!important;height:72px!important;padding:0!important;transform:translateY(-50%)!important;z-index:3}
@media(max-width:760px){.obt-lightbox .obt-lightbox-prev,.obt-lightbox .obt-lightbox-next{width:44px!important;height:60px!important}}

/* v0.8.6 Destination landing page redesign */
.obt-destination-page{background:#fff}
.obt-destination-hero{min-height:470px;display:flex;align-items:center;padding:72px 0;background:#eaf3fc;background-size:cover;background-position:center;color:var(--obt-text)}
.obt-destination-hero.has-image{color:#fff}
.obt-destination-hero .obt-breadcrumb{margin-bottom:34px;color:inherit;opacity:.88}
.obt-destination-hero .obt-breadcrumb a{text-decoration:none;color:inherit}
.obt-destination-hero-copy{max-width:760px}
.obt-destination-hero-copy h1{font-size:clamp(44px,6vw,76px);line-height:1.04;margin:.18em 0 .22em;letter-spacing:-.03em}
.obt-destination-hero-copy p{max-width:690px;font-size:19px;line-height:1.65;margin:0 0 24px;color:inherit}
.obt-destination-content>section{padding:72px 0}
.obt-destination-overview-section{background:#fff}
.obt-destination-overview-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(290px,.55fr);gap:72px;align-items:start}
.obt-destination-about h2{font-size:clamp(32px,3vw,44px);margin:.18em 0 .55em}
.obt-destination-about .obt-prose{max-width:none;font-size:18px;line-height:1.8;color:#42566a}
.obt-destination-summary{background:#f7f9fc;border:1px solid var(--obt-border);border-radius:18px;padding:28px;box-shadow:0 14px 34px rgba(20,57,89,.06)}
.obt-destination-summary h3{font-size:24px;margin:0 0 18px}
.obt-destination-parent{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:13px 0;border-top:1px solid var(--obt-border);border-bottom:1px solid var(--obt-border);text-decoration:none;color:var(--obt-text)}
.obt-destination-parent span{color:var(--obt-muted)}
.obt-destination-parent strong{color:var(--obt-blue)}
.obt-destination-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:20px 0}
.obt-destination-stats a{display:block;background:#fff;border:1px solid var(--obt-border);border-radius:12px;padding:16px 8px;text-align:center;text-decoration:none;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}
.obt-destination-stats a:hover,.obt-destination-stats a:focus-visible{transform:translateY(-2px);border-color:var(--obt-orange);box-shadow:0 8px 20px rgba(18,37,63,.10);outline:none}
.obt-destination-stats strong{display:block;font-size:26px;color:var(--obt-orange);line-height:1}
.obt-destination-stats span{display:block;margin-top:7px;font-size:13px;color:var(--obt-muted)}
.obt-destination-summary p{margin:0;color:var(--obt-muted);line-height:1.6}
.obt-destination-media-section{background:#f7f9fc}
.obt-destination-section-head{margin-bottom:28px}
.obt-destination-section-head h2{font-size:clamp(30px,3vw,40px);margin:.12em 0 0}
.obt-destination-section-head p{margin:8px 0 0;color:var(--obt-muted);max-width:680px}
.obt-destination-section-head>a{color:var(--obt-blue);font-weight:700;text-decoration:none;white-space:nowrap}
.obt-destination-section-head>a:hover{text-decoration:underline;text-underline-offset:4px}
.obt-destination-media-grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(320px,.75fr);gap:24px;align-items:stretch}
.obt-destination-media-grid.is-single{grid-template-columns:1fr}
.obt-destination-gallery .obt-mosaic{height:100%;min-height:430px}
.obt-destination-video{display:flex;align-items:stretch}
.obt-destination-video .obt-video{width:100%;height:100%;min-height:430px;aspect-ratio:auto;background:#12202c}
.obt-destination-children-section{background:#fff}
.obt-destination-product-section{padding:68px 0!important}
.obt-destination-tours{background:#fff}
.obt-destination-hotels-section{background:#f7f9fc!important}
.obt-destination-activities{background:#fff}
.obt-destination-product-section .obt-teasers{display:grid;gap:20px}
.obt-destination-product-section .obt-teaser{box-shadow:0 12px 34px rgba(24,57,89,.07)}
.obt-destination-final-wrap{background:#f7f9fc;padding-top:44px!important;padding-bottom:80px!important}
.obt-destination-final-cta{margin:0;background:linear-gradient(135deg,#11519b,#0d417d);box-shadow:0 18px 44px rgba(17,81,155,.2)}
.obt-destination-final-cta,.obt-destination-final-cta h2,.obt-destination-final-cta p{color:#eee}
.obt-destination-final-cta .obt-eyebrow{color:#ffd0ab}
@media(max-width:980px){
  .obt-destination-overview-grid{grid-template-columns:1fr;gap:34px}
  .obt-destination-media-grid{grid-template-columns:1fr}
  .obt-destination-video .obt-video{min-height:0;aspect-ratio:16/9}
}
@media(max-width:680px){
  .obt-destination-hero{min-height:390px;padding:54px 0}
  .obt-destination-hero-copy h1{font-size:42px}
  .obt-destination-content>section{padding:48px 0}
  .obt-destination-overview-grid{gap:26px}
  .obt-destination-summary{padding:22px 18px}
  .obt-destination-stats{grid-template-columns:repeat(3,1fr);gap:7px}
  .obt-destination-stats a{padding:13px 4px}
  .obt-destination-stats strong{font-size:22px}
  .obt-destination-stats span{font-size:11px}
  .obt-destination-gallery .obt-mosaic{min-height:330px}
  .obt-destination-product-section{padding:48px 0!important}
  .obt-destination-section-head{gap:12px}
  .obt-destination-section-head>a{font-size:15px}
  .obt-destination-final-wrap{padding:32px 0 56px!important}
}


/* v0.8.7 Destination hero/title and summary CTA refinement */
.obt-destination-hero.has-image .obt-destination-hero-copy h1{color:#eee!important}
.obt-destination-summary-cta{margin-top:24px}
.obt-destination-summary-cta .obt-btn{width:100%;justify-content:center;text-align:center}


/* Featured destination mosaic */
.obt-destination-children-section .obt-child-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-rows:155px;grid-auto-flow:dense;gap:14px}
.obt-destination-children-section .obt-child-card{min-height:0;height:auto;padding:18px;border-radius:14px;font-size:18px;box-shadow:0 8px 24px rgba(20,46,70,.10)}
.obt-destination-children-section .obt-child-card--large{grid-column:span 2;grid-row:span 2}
.obt-destination-children-section .obt-child-card--wide{grid-column:span 2}
.obt-destination-children-section .obt-child-card--tall{grid-row:span 2}
.obt-destination-children-section .obt-child-card img{transition:transform .45s ease}
.obt-destination-children-section .obt-child-card:hover img{transform:scale(1.055)}
.obt-destination-children-section .obt-child-card:after{background:linear-gradient(to top,rgba(4,18,31,.82) 0%,rgba(4,18,31,.18) 58%,rgba(4,18,31,0) 100%)}
.obt-child-card-title{position:relative;z-index:2;text-shadow:0 2px 10px rgba(0,0,0,.35)}
.obt-child-card-placeholder{position:absolute!important;inset:0;background:linear-gradient(135deg,#dce5ec,#aebac4)}
@media(max-width:900px){.obt-destination-children-section .obt-child-grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:155px}.obt-destination-children-section .obt-child-card--large{grid-column:span 2;grid-row:span 2}.obt-destination-children-section .obt-child-card--wide{grid-column:span 2}.obt-destination-children-section .obt-child-card--tall{grid-row:span 2}}
@media(max-width:620px){.obt-destination-children-section .obt-child-grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:125px;gap:10px}.obt-destination-children-section .obt-child-card{padding:14px;font-size:16px}.obt-destination-children-section .obt-child-card--large{grid-column:span 2;grid-row:span 2}.obt-destination-children-section .obt-child-card--wide{grid-column:span 2}.obt-destination-children-section .obt-child-card--tall{grid-row:span 1}}

/* v0.9.2 Complete OBT homepage */
.obt-home{background:#fff;color:#26384a;overflow:hidden}.obt-home *{box-sizing:border-box}.obt-home-hero{position:relative;min-height:680px;display:flex;align-items:center;background-image:linear-gradient(110deg,#071b2f 0%,rgba(7,27,47,.86) 35%,rgba(7,27,47,.2) 75%),var(--obt-home-hero,linear-gradient(135deg,#11519b,#01108a));background-size:cover;background-position:center}.obt-home-hero-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(4,17,30,.45),transparent 45%)}.obt-home-hero-inner{position:relative;z-index:2;padding-top:95px;padding-bottom:95px;max-width:760px!important;margin-left:max(calc((100% - 1180px)/2),24px)!important;margin-right:auto!important}.obt-home-kicker,.obt-home-heading>span,.obt-home-tailor>div>div:first-child>span,.obt-home-final span{display:block;text-transform:uppercase;letter-spacing:.16em;font-size:12px;font-weight:800;color:#ff9a3d;margin-bottom:14px}.obt-home-hero h1{max-width:700px;margin:0 0 22px;color:#fff;font-size:clamp(48px,6vw,78px);line-height:1.03;letter-spacing:-.045em}.obt-home-hero p{max-width:660px;margin:0;color:rgba(255,255,255,.9);font-size:20px;line-height:1.7}.obt-home-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:32px}.obt-home-btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:13px 23px;border-radius:8px;font-weight:800;text-decoration:none!important;transition:.25s ease}.obt-home-btn-primary{background:#ff730a;color:#fff!important}.obt-home-btn-primary:hover{background:#e96100;transform:translateY(-2px)}.obt-home-btn-light{background:#fff;color:#11519b!important}.obt-home-btn-light:hover{transform:translateY(-2px)}.obt-home-btn-outline{border:1px solid rgba(255,255,255,.65);color:#fff!important}.obt-home-trust{position:relative;z-index:3;margin-top:-1px;background:#fff;border-bottom:1px solid #e6edf3;box-shadow:0 12px 30px rgba(17,81,155,.06)}.obt-home-trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}.obt-home-trust-grid>div{display:flex;align-items:center;gap:13px;padding:24px 20px;border-right:1px solid #e8edf2}.obt-home-trust-grid>div:last-child{border-right:0}.obt-home-trust-grid span{display:grid;place-items:center;width:36px;height:36px;flex:0 0 36px;border-radius:50%;background:#eef5fc;color:#11519b;font-weight:900}.obt-home-trust-grid strong{font-size:14px;line-height:1.4}.obt-home-section{padding:86px 0}.obt-home-soft{background:#f6f9fc}.obt-home-heading{max-width:680px}.obt-home-heading-center{text-align:center;margin:0 auto 40px}.obt-home-heading h2,.obt-home-tailor h2,.obt-home-final h2{margin:0 0 15px;color:#102c46;font-size:clamp(32px,4vw,47px);line-height:1.12;letter-spacing:-.03em}.obt-home-heading p{margin:0;color:#637589;font-size:17px;line-height:1.75}.obt-home-heading-row{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:35px}.obt-home-heading-row>a{white-space:nowrap;color:#11519b;font-weight:800;text-decoration:none}.obt-home-experience-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.obt-home-experience{position:relative;padding:34px 30px;border:1px solid #dce6ef;border-radius:16px;background:#fff;box-shadow:0 10px 30px rgba(18,52,82,.06);overflow:hidden}.obt-home-experience-no{position:absolute;right:20px;top:12px;color:#e8eff5;font-size:58px;font-weight:900}.obt-home-experience h3{position:relative;margin:15px 0 14px;color:#12304c;font-size:24px}.obt-home-experience p{position:relative;min-height:82px;color:#6b7a89;line-height:1.7}.obt-home-experience a{color:#11519b;font-weight:800;text-decoration:none}.obt-home-card-grid{display:grid;gap:22px}.obt-home-tours-grid{grid-template-columns:repeat(3,1fr)}.obt-home-three-grid{grid-template-columns:repeat(3,1fr)}.obt-home-four-grid{grid-template-columns:repeat(4,1fr)}.obt-home-card{overflow:hidden;border-radius:15px;background:#fff;border:1px solid #e1e9f0;box-shadow:0 10px 28px rgba(20,52,80,.07);transition:.3s}.obt-home-card:hover{transform:translateY(-5px);box-shadow:0 18px 38px rgba(20,52,80,.13)}.obt-home-card-image{position:relative;display:block;height:225px;overflow:hidden;background:#dfe7ee}.obt-home-four-grid .obt-home-card-image{height:190px}.obt-home-card-image>img{width:100%;height:100%;object-fit:cover;transition:transform .45s}.obt-home-card:hover img{transform:scale(1.05)}.obt-home-card-placeholder{display:block;width:100%;height:100%;background:linear-gradient(135deg,#dce6ee,#aebdc9)}.obt-home-card-price{position:absolute;left:14px;bottom:14px;padding:8px 11px;border-radius:8px;background:rgba(255,255,255,.95);box-shadow:0 6px 18px rgba(0,0,0,.12)}.obt-home-card-price .obt-teaser-price-line{display:flex;align-items:baseline;gap:6px}.obt-home-card-price .obt-teaser-price-current{color:#d75e00;font-size:18px}.obt-home-card-price .obt-teaser-price-old{font-size:12px}.obt-home-card-price .obt-teaser-price-unit{font-size:11px}.obt-home-card-body{padding:22px}.obt-home-card-meta{margin-bottom:8px;text-transform:uppercase;letter-spacing:.08em;color:#718397;font-size:11px;font-weight:800}.obt-home-card h3{margin:0 0 11px;font-size:20px;line-height:1.35}.obt-home-card h3 a{color:#173650;text-decoration:none}.obt-home-card p{margin:0 0 17px;color:#6a7988;line-height:1.65}.obt-home-text-link{color:#11519b;font-weight:800;text-decoration:none}.obt-home-destination-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:210px;grid-auto-flow:dense;gap:15px}.obt-home-destination{position:relative;display:block;overflow:hidden;border-radius:15px;background:#dbe5ed}.obt-home-destination--large{grid-column:span 2;grid-row:span 2}.obt-home-destination--wide{grid-column:span 2}.obt-home-destination img{width:100%;height:100%;object-fit:cover;transition:.5s}.obt-home-destination:hover img{transform:scale(1.055)}.obt-home-destination-shade{position:absolute;inset:0;background:linear-gradient(to top,rgba(5,18,30,.85),rgba(5,18,30,.05) 65%)}.obt-home-destination-name{position:absolute;left:22px;right:18px;bottom:19px;color:#fff;font-size:24px;font-weight:850;text-shadow:0 2px 10px rgba(0,0,0,.35)}.obt-home-destination-name small{display:block;margin-top:5px;font-size:12px;font-weight:650;opacity:.83}.obt-home-why{background:#102c46;color:#fff}.obt-home-split{display:grid;grid-template-columns:1fr 1.05fr;align-items:center;gap:65px}.obt-home-why-visual{min-height:510px;border-radius:18px;background-image:linear-gradient(145deg,rgba(17,81,155,.15),rgba(255,115,10,.12)),var(--obt-home-team,linear-gradient(135deg,#11519b,#102c46));background-size:cover;background-position:center;box-shadow:0 25px 60px rgba(0,0,0,.22);position:relative}.obt-home-why-visual:after{content:"Your local team in Vietnam";position:absolute;left:24px;bottom:24px;padding:12px 16px;border-radius:8px;background:#fff;color:#12304c;font-weight:800}.obt-home-why .obt-home-heading h2{color:#fff}.obt-home-why .obt-home-heading p{color:rgba(255,255,255,.78)}.obt-home-why ul{margin:24px 0 30px;padding:0;list-style:none}.obt-home-why li{position:relative;padding:9px 0 9px 28px;color:rgba(255,255,255,.88)}.obt-home-why li:before{content:'✓';position:absolute;left:0;color:#ff9a3d;font-weight:900}.obt-home-tailor{padding:84px 0;background:linear-gradient(135deg,#11519b,#01108a);color:#fff}.obt-home-tailor>.obt-container{display:grid;grid-template-columns:1.1fr 1.4fr auto;align-items:center;gap:42px}.obt-home-tailor h2{color:#fff;font-size:39px}.obt-home-tailor p{margin:0;color:rgba(255,255,255,.8);line-height:1.7}.obt-home-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.obt-home-steps>div{padding:22px 18px;border:1px solid rgba(255,255,255,.18);border-radius:12px;background:rgba(255,255,255,.08)}.obt-home-steps b{display:grid;place-items:center;width:31px;height:31px;border-radius:50%;background:#ff730a;margin-bottom:12px}.obt-home-steps strong,.obt-home-steps small{display:block}.obt-home-steps small{margin-top:6px;color:rgba(255,255,255,.7);line-height:1.5}.obt-home-final{padding:70px 0;background:#ff730a;color:#fff}.obt-home-final>.obt-container{display:flex;align-items:center;justify-content:space-between;gap:35px}.obt-home-final h2{color:#fff;margin-bottom:10px}.obt-home-final p{margin:0;color:rgba(255,255,255,.88);font-size:17px}.obt-home-final .obt-home-actions{margin:0;flex:0 0 auto}
@media(max-width:1024px){.obt-home-trust-grid{grid-template-columns:repeat(2,1fr)}.obt-home-trust-grid>div:nth-child(2){border-right:0}.obt-home-tours-grid,.obt-home-three-grid{grid-template-columns:repeat(2,1fr)}.obt-home-four-grid{grid-template-columns:repeat(2,1fr)}.obt-home-destination-grid{grid-template-columns:repeat(2,1fr)}.obt-home-tailor>.obt-container{grid-template-columns:1fr}.obt-home-tailor .obt-home-btn{justify-self:start}.obt-home-split{gap:35px}}
@media(max-width:760px){.obt-home-hero{min-height:590px}.obt-home-hero-inner{padding:72px 20px!important;margin:0!important}.obt-home-hero h1{font-size:48px}.obt-home-hero p{font-size:17px}.obt-home-section{padding:62px 0}.obt-home-trust-grid{grid-template-columns:1fr}.obt-home-trust-grid>div{border-right:0;border-bottom:1px solid #e8edf2;padding:17px 4px}.obt-home-experience-grid,.obt-home-tours-grid,.obt-home-three-grid,.obt-home-four-grid{grid-template-columns:1fr}.obt-home-heading-row{align-items:flex-start;flex-direction:column}.obt-home-destination-grid{grid-auto-rows:145px;gap:10px}.obt-home-destination--large{grid-column:span 2;grid-row:span 2}.obt-home-destination--wide{grid-column:span 2}.obt-home-destination-name{left:15px;bottom:14px;font-size:19px}.obt-home-split{grid-template-columns:1fr}.obt-home-why-visual{min-height:330px}.obt-home-steps{grid-template-columns:1fr}.obt-home-final>.obt-container{align-items:flex-start;flex-direction:column}.obt-home-final .obt-home-actions{margin-top:10px}.obt-home-card-image,.obt-home-four-grid .obt-home-card-image{height:230px}}

/* Customize tour page */
.obt-customize-hero{background:linear-gradient(135deg,#071d49,#11519b);padding:72px 0 66px;color:#fff}.obt-customize-hero .obt-eyebrow{color:#f6b45e}.obt-customize-hero h1{max-width:850px;margin:8px 0 14px;color:#fff;font-size:clamp(36px,5vw,62px);line-height:1.08}.obt-customize-hero p{max-width:820px;margin:0;color:rgba(255,255,255,.88);font-size:18px;line-height:1.7}.obt-customize-wrap{background:#f5f7fa;padding:52px 0 80px}.obt-customize-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:28px;align-items:start}.obt-customize-main{min-width:0}.obt-customize-card{background:#fff;border:1px solid #e1e7ef;border-radius:18px;padding:28px;margin-bottom:22px;box-shadow:0 8px 24px rgba(17,81,155,.07)}.obt-customize-title{display:flex;gap:15px;align-items:flex-start;margin-bottom:22px}.obt-customize-title>b{width:38px;height:38px;min-width:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#ff730a;color:#fff;font-size:18px}.obt-customize-title h2{margin:0 0 4px;color:#172b4d;font-size:25px}.obt-customize-title p{margin:0;color:#6b778c}.obt-country-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.obt-country-box{border:1px solid #dfe6ef;border-radius:14px;padding:18px;background:#fbfcfe}.obt-country-box h3{margin:0 0 13px;color:#11519b;font-size:20px}.obt-place-list{display:grid;gap:8px}.obt-place-list label{display:flex;gap:8px;align-items:flex-start;color:#334155;font-size:14px;line-height:1.35;cursor:pointer}.obt-place-list input{margin-top:2px;accent-color:#ff730a}.obt-customize-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:17px}.obt-customize-form .obt-form-field{display:flex;flex-direction:column;gap:7px}.obt-customize-form .obt-form-field>span,.obt-choice-group legend{font-weight:700;color:#26384a}.obt-customize-form input[type=text],.obt-customize-form input[type=email],.obt-customize-form input[type=number],.obt-customize-form input[type=date],.obt-customize-form select,.obt-customize-form textarea{width:100%;border:1px solid #ccd6e2;border-radius:10px;background:#fff;padding:12px 13px;font:inherit;box-sizing:border-box}.obt-customize-form textarea{min-height:150px;resize:vertical}.obt-choice-group{border:1px solid #dfe6ef;border-radius:12px;padding:15px 16px;display:flex;flex-wrap:wrap;gap:12px 22px}.obt-choice-group legend{padding:0 6px}.obt-choice-group label{cursor:pointer}.obt-choice-group input{accent-color:#ff730a}.obt-customize-submit{margin-top:22px;min-width:260px;background:#ff730a!important;border-color:#ff730a!important;color:#fff!important;font-weight:800}.obt-customize-aside{position:sticky;top:24px;display:grid;gap:18px}.obt-customize-help,.obt-customize-note{background:#fff;border:1px solid #e1e7ef;border-radius:18px;padding:24px;box-shadow:0 8px 24px rgba(17,81,155,.07)}.obt-customize-help>span{color:#ff730a;text-transform:uppercase;letter-spacing:.08em;font-size:12px;font-weight:800}.obt-customize-help h3{margin:7px 0 16px;color:#172b4d;font-size:24px}.obt-customize-help ul{margin:0 0 18px;padding:0;list-style:none;display:grid;gap:11px}.obt-customize-help li{position:relative;padding-left:24px;color:#405066}.obt-customize-help li:before{content:'✓';position:absolute;left:0;color:#00a86b;font-weight:900}.obt-customize-help a{color:#11519b;font-weight:800}.obt-customize-note{background:#fff8ef;border-color:#f5d8b1}.obt-customize-note strong{color:#821905}.obt-customize-note p{margin:7px 0 0;color:#6a4a34}.obt-span-2{grid-column:span 2}.obt-hp{position:absolute!important;left:-9999px!important}
@media(max-width:991px){.obt-customize-layout{grid-template-columns:1fr}.obt-customize-aside{position:static;grid-template-columns:1fr 1fr}.obt-country-grid{grid-template-columns:1fr 1fr}}
@media(max-width:640px){.obt-customize-hero{padding:52px 0}.obt-customize-wrap{padding:28px 0 55px}.obt-customize-card{padding:20px 16px;border-radius:14px}.obt-country-grid,.obt-customize-fields,.obt-customize-aside{grid-template-columns:1fr}.obt-span-2{grid-column:span 1}.obt-country-box{padding:15px}.obt-customize-title h2{font-size:21px}.obt-customize-submit{width:100%;min-width:0}.obt-choice-group{display:grid}}


/* v0.9.4 Homepage hero search */
.obt-home-search-wrap{margin-top:34px;max-width:980px}
.obt-home-search{display:flex;align-items:center;gap:0;width:100%;padding:8px;background:#fff;border-radius:18px;box-shadow:0 18px 45px rgba(4,17,30,.28)}
.obt-home-search-icon{display:grid;place-items:center;flex:0 0 52px;color:#526171;font-size:29px}
.obt-home-search input[type=search]{min-width:0;flex:1;height:58px;border:0!important;outline:0!important;background:transparent!important;box-shadow:none!important;padding:0 14px 0 0!important;color:#26384a;font-size:18px}
.obt-home-search input[type=search]::placeholder{color:#7b8793;opacity:1}
.obt-home-search-submit,.obt-home-own-trip{display:inline-flex;align-items:center;justify-content:center;min-height:58px;border:0;border-radius:12px;padding:0 25px;font:inherit;font-weight:800;white-space:nowrap;text-decoration:none!important;cursor:pointer;transition:transform .2s ease,background .2s ease}
.obt-home-search-submit{gap:8px;background:#ff730a;color:#fff}
.obt-home-search-submit:hover{background:#e96100;transform:translateY(-1px)}
.obt-home-own-trip{margin-left:8px;background:#11519b;color:#fff!important}
.obt-home-own-trip:hover{background:#0d417d;transform:translateY(-1px)}
@media(max-width:900px){.obt-home-hero-inner{max-width:none!important;margin-right:24px!important}.obt-home-search{flex-wrap:wrap;padding:8px}.obt-home-search-icon{flex-basis:45px}.obt-home-search input[type=search]{flex:1 1 calc(100% - 45px)}.obt-home-search-submit,.obt-home-own-trip{flex:1 1 220px;margin-top:8px}.obt-home-own-trip{margin-left:8px}}
@media(max-width:620px){.obt-home-search-wrap{margin-top:26px}.obt-home-search{border-radius:14px}.obt-home-search-icon{flex-basis:40px;font-size:24px}.obt-home-search input[type=search]{height:52px;font-size:16px}.obt-home-search-submit,.obt-home-own-trip{width:100%;flex-basis:100%;min-height:52px;margin:8px 0 0;border-radius:10px}.obt-home-own-trip{margin-left:0}}

/* Standard Post enhancements */
.obt-post-toc{margin:24px 0 32px;padding:22px 24px;border:1px solid #dbe6f0;border-radius:14px;background:#f7fbff}.obt-post-toc__title{font-size:20px;font-weight:700;color:#11519b;margin-bottom:12px}.obt-post-toc ol{margin:0;padding-left:22px}.obt-post-toc li{margin:7px 0}.obt-post-toc .obt-toc-level-3{margin-left:18px;font-size:.95em}.obt-post-toc a{text-decoration:none}.obt-post-gallery{margin:38px 0}.obt-post-gallery h2{margin-bottom:16px}.obt-post-gallery__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.obt-post-gallery__grid a{display:block;overflow:hidden;border-radius:12px;aspect-ratio:4/3;background:#eef2f5}.obt-post-gallery__grid img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}.obt-post-gallery__grid a:hover img{transform:scale(1.04)}.obt-post-author{display:flex;gap:18px;align-items:flex-start;margin:38px 0 10px;padding:22px;border:1px solid #dbe6f0;border-radius:16px;background:#fff}.obt-post-author__avatar img{border-radius:50%;display:block}.obt-post-author__label{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:#6a7b8b}.obt-post-author h3{margin:3px 0 8px;font-size:20px}.obt-post-author p{margin:0;color:#526474;line-height:1.65}@media(max-width:700px){.obt-post-gallery__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.obt-post-author{padding:18px}.obt-post-author__avatar img{width:72px;height:72px}}

/* Tour quick facts below title */
.obt-tour-quick-facts{display:flex;align-items:stretch;gap:0;margin:22px 0 2px;border:1px solid var(--obt-border);border-radius:12px;background:#fff;overflow:hidden;box-shadow:0 6px 20px rgba(21,59,94,.05)}
.obt-tour-quick-fact{display:flex;flex:1 1 0;min-width:0;flex-direction:column;gap:5px;padding:15px 20px;border-right:1px solid var(--obt-border)}
.obt-tour-quick-fact:last-child{border-right:0}
.obt-tour-quick-fact span{font-size:12px;line-height:1.3;color:var(--obt-muted);text-transform:uppercase;letter-spacing:.04em;font-weight:700}
.obt-tour-quick-fact strong{font-size:15px;line-height:1.45;color:var(--obt-text);font-weight:700}
.obt-tour-quick-destinations .obt-inline-destinations{justify-content:flex-start}
@media(max-width:700px){.obt-tour-quick-facts{display:grid;grid-template-columns:1fr;margin-top:16px}.obt-tour-quick-fact{padding:13px 16px;border-right:0;border-bottom:1px solid var(--obt-border)}.obt-tour-quick-fact:last-child{border-bottom:0}}


/* Tour Important Note */
.obt-important-note{display:flex;gap:18px;align-items:flex-start;margin:34px 0 8px;padding:24px 26px;border:1px solid #f3d3ad;border-left:5px solid #ff730a;border-radius:16px;background:#fffaf3;box-shadow:0 8px 24px rgba(130,25,5,.06)}
.obt-important-note__icon{display:flex;align-items:center;justify-content:center;flex:0 0 38px;width:38px;height:38px;border-radius:50%;background:#ff730a;color:#fff;font-size:23px;font-weight:800;line-height:1}
.obt-important-note__content{min-width:0;flex:1;width:100%}
.obt-important-note__content .obt-prose{width:100%;max-width:none}
.obt-important-note h2{margin:2px 0 10px;color:#26384a;font-size:24px;line-height:1.25}
.obt-important-note .obt-prose>*:first-child{margin-top:0}
.obt-important-note .obt-prose>*:last-child{margin-bottom:0}
.obt-important-note .obt-prose ul,.obt-important-note .obt-prose ol{margin-top:10px;margin-bottom:10px}
@media (max-width:640px){.obt-important-note{gap:12px;padding:19px 17px;border-radius:13px}.obt-important-note__icon{flex-basis:32px;width:32px;height:32px;font-size:19px}.obt-important-note h2{font-size:21px}}


/* At a Glance */
.obt-at-a-glance{overflow:hidden}.obt-glance-track{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;position:relative}.obt-glance-stop{position:relative;padding-top:18px}.obt-glance-stop:before{content:"";position:absolute;left:18px;right:-20px;top:34px;border-top:2px dashed #c9d8e8;z-index:0}.obt-glance-stop:last-child:before{display:none}.obt-glance-marker{position:relative;z-index:2;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#11519b;color:#fff;font-weight:800;box-shadow:0 0 0 5px #fff;margin-bottom:14px}.obt-glance-card{height:calc(100% - 50px);padding:18px;border:1px solid #dce7f2;border-radius:16px;background:#fff;box-shadow:0 8px 24px rgba(17,81,155,.08)}.obt-glance-top{display:grid;grid-template-columns:1fr auto 1fr;gap:8px;align-items:center;margin-bottom:8px}.obt-glance-day,.obt-glance-nights,.obt-glance-transport{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap}.obt-glance-day{color:#11519b;text-align:left}.obt-glance-nights{color:#26384a;text-align:center}.obt-glance-transport{color:#6b7c8d;text-align:right}.obt-glance-card h3{margin:0 0 8px;font-size:20px}.obt-glance-card p{margin:0;color:#536474;line-height:1.6}@media(max-width:767px){.obt-glance-track{display:block;padding-left:18px}.obt-glance-stop{padding:0 0 18px 36px}.obt-glance-stop:before{left:17px;right:auto;top:18px;bottom:-4px;height:auto;border-top:0;border-left:2px dashed #c9d8e8}.obt-glance-marker{position:absolute;left:0;top:0}.obt-glance-card{height:auto}}


/* Hotel selected for each itinerary day */
.obt-day-hotel{margin-top:22px;padding:14px 16px;border:1px solid #dce6f0;border-left:4px solid #11519b;border-radius:10px;background:#f7faff;display:flex;align-items:center;gap:16px}
.obt-day-hotel>span{font-size:13px;line-height:1.2;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#66788c;min-width:54px}
.obt-day-hotel strong{display:flex;align-items:center;flex-wrap:wrap;gap:9px;font-size:16px}
.obt-day-hotel a{color:#11519b;text-decoration:none}
.obt-day-hotel a:hover{text-decoration:underline}
.obt-day-hotel small{padding:3px 8px;border-radius:999px;background:#e7f0fb;color:#11519b;font-size:12px;font-weight:700}
@media(max-width:640px){.obt-day-hotel{align-items:flex-start;flex-direction:column;gap:6px}.obt-day-hotel>span{min-width:0}}

/* At a Glance links to detailed itinerary days */
.obt-glance-link{display:block;color:inherit;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.obt-glance-link:hover,.obt-glance-link:focus-visible{color:inherit;text-decoration:none;transform:translateY(-2px);border-color:#b9cfe5;box-shadow:0 12px 30px rgba(17,81,155,.14)}.obt-glance-link:focus-visible{outline:3px solid rgba(255,115,10,.35);outline-offset:3px}.obt-day-anchor{scroll-margin-top:110px}


/* Image title caption on hover */
.obt-image-caption-wrap{position:relative;overflow:hidden}.obt-image-hover-caption{position:absolute;left:12px;right:12px;bottom:12px;z-index:4;padding:9px 12px;border-radius:8px;background:rgba(4,18,31,.82);color:#fff;font-size:13px;line-height:1.35;font-weight:650;text-align:left;opacity:0;transform:translateY(8px);transition:opacity .22s ease,transform .22s ease;pointer-events:none;box-shadow:0 5px 18px rgba(0,0,0,.18)}.obt-image-caption-wrap:hover .obt-image-hover-caption,.obt-image-caption-wrap:focus-visible .obt-image-hover-caption{opacity:1;transform:translateY(0)}@media(hover:none){.obt-image-hover-caption{display:none}}

.obt-related-content{margin-top:64px}.obt-related-content>.obt-related-section+ .obt-related-section{margin-top:58px}.single-post .obt-related-content{width:min(1200px,calc(100% - 40px));margin:64px auto}.obt-related-section .obt-grid-cards{grid-template-columns:repeat(4,minmax(0,1fr))}.obt-related-section .obt-card-body{padding:18px}.obt-related-section .obt-card-body h3{font-size:19px}.obt-related-section .obt-card-body p{display:none}@media(max-width:980px){.obt-related-section .obt-grid-cards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){.obt-related-section .obt-grid-cards{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:10px}.obt-related-section .obt-card{min-width:84%;scroll-snap-align:start}}

/* v0.9.28 Homepage conversion and resilience refinement */
body.home.page .entry-header,
body.home.page .page-header,
body.home.page .entry-title,
body.home.page main > header{display:none!important}
body.home.page .site-main,
body.home.page .entry-content,
body.home.page .content-area{padding-top:0!important;margin-top:0!important}
body.home.page .entry-content>.obt-home{margin-top:0!important}

.obt-home-hero{min-height:650px;background-position:center 45%}
.obt-home-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,20,36,.12),transparent 58%);pointer-events:none}
.obt-home-search input[type=search]{font-size:17px}
.obt-home-trust-grid strong{font-size:15px}

.obt-home-card{display:flex;flex-direction:column;height:100%}
.obt-home-card-body{display:flex;flex:1;flex-direction:column}
.obt-home-card-body p{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3}
.obt-home-card-body .obt-home-text-link{margin-top:auto}

.obt-home-card-placeholder{position:relative;overflow:hidden;background:linear-gradient(135deg,#cbd9e5 0%,#e8f0f6 48%,#b6c8d7 100%)}
.obt-home-card-placeholder:before{content:"";position:absolute;inset:0;background:linear-gradient(150deg,transparent 42%,rgba(17,81,155,.22) 43% 58%,transparent 59%),linear-gradient(25deg,transparent 55%,rgba(255,115,10,.16) 56% 68%,transparent 69%)}
.obt-home-card-placeholder:after{content:"Vietnam";position:absolute;right:14px;bottom:12px;color:rgba(16,44,70,.45);font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}

.obt-home-why-visual{background-image:linear-gradient(145deg,rgba(17,81,155,.16),rgba(4,24,42,.28)),var(--obt-home-team,linear-gradient(135deg,#173d5f,#274e6e));background-size:cover;background-position:center}
.obt-home-why-visual>span{position:absolute;left:24px;top:24px;z-index:2;padding:8px 11px;border-radius:7px;background:rgba(7,27,47,.72);color:#fff;font-size:12px;font-weight:800}

.obt-home-tailor>.obt-container{grid-template-columns:minmax(230px,.9fr) minmax(500px,1.65fr) auto;gap:34px}
.obt-home-steps>div{min-width:0}
.obt-home-steps strong{font-size:16px;line-height:1.35;overflow-wrap:normal;word-break:normal;hyphens:none}
.obt-home-steps small{font-size:13px}

.obt-home-guides-grid .obt-home-card-price{display:none}
.obt-home-final .obt-home-actions .obt-home-btn-light{box-shadow:0 9px 24px rgba(40,18,0,.18)}
.obt-home-final .obt-home-actions .obt-home-btn-outline{background:rgba(255,255,255,.08)}

@media(max-width:1024px){
  .obt-home-tailor>.obt-container{grid-template-columns:1fr}
  .obt-home-tailor .obt-home-btn{justify-self:start}
}
@media(max-width:760px){
  .obt-home-hero{min-height:560px}
  .obt-home-trust-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .obt-home-trust-grid>div{border-right:1px solid #e8edf2;padding:16px 12px}
  .obt-home-trust-grid>div:nth-child(2n){border-right:0}
  .obt-home-why-visual{min-height:360px}
}
@media(max-width:480px){
  .obt-home-trust-grid{grid-template-columns:1fr}
  .obt-home-trust-grid>div{border-right:0}
}


/* Post and destination relationships */
.obt-related-content--post{width:min(1200px,calc(100% - 40px));margin:64px auto}
.obt-related-content--post .obt-related-section--compact+.obt-related-section--compact{margin-top:42px}
.obt-related-compact-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.obt-related-compact-card{display:grid;grid-template-columns:112px minmax(0,1fr);min-height:112px;border:1px solid #dbe4ee;border-radius:12px;overflow:hidden;background:#fff;color:#102c46;text-decoration:none;box-shadow:0 8px 22px rgba(16,44,70,.06);transition:transform .2s ease,box-shadow .2s ease}
.obt-related-compact-card:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(16,44,70,.1)}
.obt-related-compact-card img,.obt-related-compact-placeholder{width:112px;height:100%;min-height:112px;object-fit:cover;background:linear-gradient(135deg,#dbe8f4,#edf3f8)}
.obt-related-compact-body{display:flex;flex-direction:column;justify-content:center;gap:12px;padding:15px}
.obt-related-compact-body strong{font-size:16px;line-height:1.4}
.obt-related-compact-body small{color:#11519b;font-weight:800}
.obt-destination-posts-section{padding:70px 0;background:#fff}
.obt-destination-post-list-frontend{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border:1px solid #dbe4ee;border-radius:14px;overflow:hidden;background:#fff}
.obt-destination-post-list-frontend a{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:62px;padding:17px 20px;color:#102c46;text-decoration:none;font-weight:750;border-bottom:1px solid #e5ebf1}
.obt-destination-post-list-frontend a:nth-child(odd){border-right:1px solid #e5ebf1}
.obt-destination-post-list-frontend a:hover{background:#f6f9fc;color:#11519b}
.obt-destination-post-list-frontend a:nth-last-child(-n+2){border-bottom:0}
@media(max-width:900px){.obt-related-compact-grid{grid-template-columns:1fr 1fr}}
@media(max-width:650px){.obt-related-compact-grid{grid-template-columns:1fr}.obt-destination-post-list-frontend{grid-template-columns:1fr}.obt-destination-post-list-frontend a,.obt-destination-post-list-frontend a:nth-child(odd){border-right:0;border-bottom:1px solid #e5ebf1}.obt-destination-post-list-frontend a:last-child{border-bottom:0}}

/* Standard travel article template */
.obt-article-page{background:#f5f7f9;padding:28px 0 72px}.obt-article-shell{max-width:1240px}.obt-article-breadcrumb{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin:0 0 20px;color:#6b7785;font-size:14px}.obt-article-breadcrumb a{color:#36536d;text-decoration:none}.obt-article-hero{margin:0;border-radius:18px 18px 0 0;overflow:hidden;aspect-ratio:16/8.5;background:#e9eef2}.obt-article-hero img{width:100%;height:100%;object-fit:cover;display:block}.obt-article-card{position:relative;width:min(1040px,calc(100% - 48px));margin:-86px auto 0;background:#fff;border-radius:16px;padding:44px 60px 60px;box-shadow:0 18px 55px rgba(23,42,61,.12)}.obt-article-header{max-width:840px}.obt-article-category{display:inline-block;color:#11519b;font-size:13px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;text-decoration:none;margin-bottom:18px}.obt-article-header h1{margin:0;color:#1d3348;font-size:clamp(34px,5vw,58px);line-height:1.08;letter-spacing:-.025em}.obt-article-header .obt-inline-destinations{margin-top:16px}.obt-article-byline{display:flex;flex-wrap:wrap;gap:8px;margin-top:20px;padding-top:18px;border-top:1px solid #e5e9ed;color:#607080;font-size:14px}.obt-article-deck{font-size:20px;line-height:1.65;color:#526575;margin:28px 0 0}.obt-article-content{max-width:820px;margin-top:38px;font-size:18px;line-height:1.82;color:#293d50}.obt-article-content>p:first-child{font-size:20px;color:#40566a}.obt-article-content h2{font-size:34px;line-height:1.2;color:#18344e;margin:52px 0 18px}.obt-article-content h3{font-size:25px;color:#24445f;margin:36px 0 14px}.obt-article-content img{border-radius:12px}.obt-article-card .obt-related-content--post{width:100%;margin:68px 0 0}.obt-article-card .obt-related-section{padding-top:0}.obt-article-cta{display:flex;justify-content:space-between;gap:28px;align-items:center;margin-top:64px;padding:34px 38px;border-radius:16px;background:#123f69;color:#fff}.obt-article-cta span{font-size:12px;text-transform:uppercase;letter-spacing:.1em;color:#ffb36f;font-weight:800}.obt-article-cta h2{margin:7px 0 8px;color:#fff;font-size:30px}.obt-article-cta p{margin:0;max-width:650px;color:#e5edf5}.obt-article-cta .obt-button{white-space:nowrap;background:#ff730a;color:#fff;border-color:#ff730a}
@media(max-width:800px){.obt-article-page{padding-top:12px}.obt-article-breadcrumb{padding:0 4px}.obt-article-hero{border-radius:12px;aspect-ratio:4/3}.obt-article-card{width:calc(100% - 20px);margin:-36px auto 0;padding:28px 22px 36px}.obt-article-header h1{font-size:36px}.obt-article-deck,.obt-article-content>p:first-child{font-size:18px}.obt-article-content{font-size:17px}.obt-article-content h2{font-size:28px}.obt-article-cta{display:block;padding:28px 24px}.obt-article-cta .obt-button{display:inline-flex;margin-top:22px}}

/* Professional article table of contents — v0.9.31 */
.obt-article-content .obt-post-toc{
  position:relative;
  max-width:820px;
  margin:34px 0 44px;
  padding:0;
  overflow:hidden;
  border:1px solid #d9e3ec;
  border-radius:16px;
  background:#fff;
  box-shadow:0 10px 30px rgba(18,63,105,.07);
}
.obt-article-content .obt-post-toc::before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:4px;
  background:#11519b;
}
.obt-post-toc__header{
  display:flex;
  align-items:center;
  gap:14px;
  padding:20px 24px 18px 28px;
  border-bottom:1px solid #e7edf2;
  background:linear-gradient(180deg,#fbfdff 0%,#f7fafc 100%);
}
.obt-post-toc__icon{
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:4px;
  width:38px;
  height:38px;
  flex:0 0 38px;
  padding:0 10px;
  border:1px solid #cfe0ef;
  border-radius:10px;
  background:#fff;
  box-shadow:0 3px 10px rgba(17,81,155,.08);
}
.obt-post-toc__icon span{display:block;height:2px;border-radius:2px;background:#11519b}
.obt-post-toc__icon span:nth-child(2){width:75%}
.obt-post-toc__heading{min-width:0;line-height:1.2}
.obt-post-toc__eyebrow{
  display:block;
  margin-bottom:3px;
  color:#718293;
  font-size:11px;
  font-weight:800;
  letter-spacing:.1em;
  text-transform:uppercase;
}
.obt-article-content .obt-post-toc__title{
  margin:0;
  color:#18344e;
  font-size:21px;
  font-weight:800;
  letter-spacing:-.01em;
}
.obt-post-toc__count{
  margin-left:auto;
  padding:6px 10px;
  border:1px solid #d9e5ef;
  border-radius:999px;
  background:#fff;
  color:#607486;
  font-size:12px;
  font-weight:700;
  white-space:nowrap;
}
.obt-article-content .obt-post-toc ol{
  counter-reset:obt-toc;
  margin:0;
  padding:14px 24px 18px 28px;
  list-style:none;
}
.obt-article-content .obt-post-toc li{
  counter-increment:obt-toc;
  margin:0;
  padding:0;
  border-bottom:1px solid #edf1f4;
  font-size:16px;
  line-height:1.45;
}
.obt-article-content .obt-post-toc li:last-child{border-bottom:0}
.obt-article-content .obt-post-toc li::marker{content:""}
.obt-article-content .obt-post-toc a{
  display:grid;
  grid-template-columns:28px minmax(0,1fr);
  gap:12px;
  align-items:start;
  padding:12px 6px;
  color:#294a68;
  font-size:16px;
  font-weight:650;
  line-height:1.45;
  text-decoration:none;
  transition:color .18s ease,background .18s ease,transform .18s ease;
}
.obt-article-content .obt-post-toc a::before{
  content:counter(obt-toc,decimal-leading-zero);
  display:flex;
  align-items:center;
  justify-content:center;
  width:28px;
  height:28px;
  margin-top:-2px;
  border-radius:8px;
  background:#edf5fc;
  color:#11519b;
  font-size:11px;
  font-weight:850;
  letter-spacing:.02em;
}
.obt-article-content .obt-post-toc a:hover{color:#11519b;transform:translateX(3px)}
.obt-article-content .obt-post-toc a:focus-visible{outline:2px solid #ff730a;outline-offset:3px;border-radius:5px}
.obt-article-content .obt-post-toc .obt-toc-level-3{
  margin-left:38px;
  font-size:15px;
}
.obt-article-content .obt-post-toc .obt-toc-level-3 a{
  grid-template-columns:20px minmax(0,1fr);
  padding-top:10px;
  padding-bottom:10px;
  color:#52697d;
  font-size:15px;
  font-weight:550;
}
.obt-article-content .obt-post-toc .obt-toc-level-3 a::before{
  width:20px;
  height:20px;
  margin-top:1px;
  border-radius:50%;
  background:#f1f4f7;
  color:#75889a;
  font-size:9px;
}
.obt-article-content h2[id],.obt-article-content h3[id]{scroll-margin-top:110px}
html{scroll-behavior:smooth}
@media(max-width:700px){
  .obt-article-content .obt-post-toc{margin:28px 0 36px;border-radius:13px}
  .obt-post-toc__header{padding:17px 16px 15px 20px;gap:11px}
  .obt-post-toc__icon{width:34px;height:34px;flex-basis:34px;padding:0 9px}
  .obt-article-content .obt-post-toc__title{font-size:18px}
  .obt-post-toc__count{display:none}
  .obt-article-content .obt-post-toc ol{padding:9px 14px 13px 20px}
  .obt-article-content .obt-post-toc li,.obt-article-content .obt-post-toc a{font-size:15px}
  .obt-article-content .obt-post-toc a{grid-template-columns:25px minmax(0,1fr);gap:9px;padding:11px 3px}
  .obt-article-content .obt-post-toc a::before{width:25px;height:25px;font-size:10px}
  .obt-article-content .obt-post-toc .obt-toc-level-3{margin-left:24px}
}

/* v0.9.32: keep third-party author/reviewer blocks inside the article column */
.obt-article-content,
.obt-article-content *{
  box-sizing:border-box;
}
.obt-article-content > *{
  max-width:100%;
}
.obt-article-content [class*="author"],
.obt-article-content [class*="review"],
.obt-article-content [class*="expert"]{
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
}
.obt-article-content [class*="author"] *,
.obt-article-content [class*="review"] *,
.obt-article-content [class*="expert"] *{
  min-width:0;
  max-width:100%;
  overflow-wrap:anywhere;
}
.obt-article-content [class*="author"] [style*="display: flex"],
.obt-article-content [class*="review"] [style*="display: flex"],
.obt-article-content [class*="expert"] [style*="display: flex"],
.obt-article-content [class*="author"] .flex,
.obt-article-content [class*="review"] .flex,
.obt-article-content [class*="expert"] .flex{
  flex-wrap:wrap!important;
}
.obt-article-content [class*="author"] img,
.obt-article-content [class*="review"] img,
.obt-article-content [class*="expert"] img{
  flex:0 0 auto;
  height:auto;
}
.obt-article-content [class*="author"] ul,
.obt-article-content [class*="review"] ul,
.obt-article-content [class*="expert"] ul{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  max-width:100%;
  padding-left:0;
}
@media(max-width:700px){
  .obt-article-content [class*="author"],
  .obt-article-content [class*="review"],
  .obt-article-content [class*="expert"]{
    overflow:hidden;
  }
}

/* v0.9.33: full-width OBT homepage shell */
body.obt-homepage-template{margin:0}
body.obt-homepage-template .obt-home{width:100%;max-width:none;margin:0}
body.obt-homepage-template main{display:block;width:100%}
body.obt-homepage-template .site-content,
body.obt-homepage-template #content,
body.obt-homepage-template .container,
body.obt-homepage-template .container-fluid{max-width:none!important;width:100%!important;padding-left:0!important;padding-right:0!important}
.obt-home-hero-inner{text-align:left}
@media(min-width:1100px){.obt-home-hero-inner{max-width:1180px!important;margin:0 auto!important;width:calc(100% - 48px)!important}.obt-home-hero-inner>h1,.obt-home-hero-inner>p,.obt-home-hero-inner>.obt-home-kicker{max-width:760px}.obt-home-search-wrap{max-width:980px}}

/* v0.9.35: OBT four-column global footer + broader theme-footer suppression */
body.obt-hide-theme-footer footer:not(.obt-site-footer),
body.obt-hide-theme-footer #colophon:not(.obt-site-footer),
body.obt-hide-theme-footer #footer:not(.obt-site-footer),
body.obt-hide-theme-footer #st-footer:not(.obt-site-footer),
body.obt-hide-theme-footer .site-footer:not(.obt-site-footer),
body.obt-hide-theme-footer .footer-wrapper:not(.obt-site-footer),
body.obt-hide-theme-footer .main-footer:not(.obt-site-footer),
body.obt-hide-theme-footer .st-footer:not(.obt-site-footer),
body.obt-hide-theme-footer .stt-footer:not(.obt-site-footer),
body.obt-hide-theme-footer .footer-sub:not(.obt-site-footer),
body.obt-hide-theme-footer .footer-area:not(.obt-site-footer),
body.obt-hide-theme-footer .footer-content:not(.obt-site-footer),
body.obt-hide-theme-footer .site-info:not(.obt-site-footer),
body.obt-hide-theme-footer .copyright:not(.obt-site-footer),
body.obt-hide-theme-footer .copy-right:not(.obt-site-footer),
body.obt-hide-theme-footer .copyright-area:not(.obt-site-footer),
body.obt-hide-theme-footer .footer-copyright:not(.obt-site-footer){display:none!important}
.obt-site-footer,.obt-site-footer *{box-sizing:border-box}
.obt-site-footer{position:relative;z-index:20;background:#0f2747;color:#d9e5f4;font-size:15px;line-height:1.65}
.obt-footer-container{width:min(1180px,calc(100% - 48px));margin:0 auto}
.obt-footer-brand{border-bottom:1px solid rgba(255,255,255,.12);background:#123154}
.obt-footer-brand .obt-footer-container{display:flex;align-items:center;justify-content:space-between;gap:36px;padding-top:38px;padding-bottom:38px}
.obt-footer-brand-copy{max-width:720px}.obt-footer-logo{display:block;max-width:210px;max-height:68px;width:auto;height:auto;margin-bottom:16px}
.obt-footer-wordmark{display:block;color:#fff;font-size:27px;line-height:1.15;margin-bottom:10px}.obt-footer-brand-copy p{margin:0;color:#c9d7e8;font-size:16px}
.obt-footer-cta{display:inline-flex;align-items:center;gap:12px;flex:0 0 auto;padding:14px 22px;border-radius:8px;background:#ff730a;color:#fff!important;font-weight:700;text-decoration:none!important;box-shadow:0 10px 25px rgba(0,0,0,.16)}
.obt-footer-cta:hover{transform:translateY(-1px);background:#e86500}.obt-footer-main{padding:54px 0 48px}.obt-footer-grid{display:grid;grid-template-columns:22% 22% 22% minmax(0,34%);gap:0}
.obt-footer-column{min-width:0;padding-right:34px}.obt-footer-column:last-child{padding-right:0;padding-left:18px;border-left:1px solid rgba(255,255,255,.12)}
.obt-footer-column h2{margin:0 0 20px!important;color:#fff!important;font-size:18px!important;line-height:1.25!important;font-weight:700!important}
.obt-footer-column ul{list-style:none!important;margin:0!important;padding:0!important}.obt-footer-column li{margin:0 0 10px!important;padding:0!important}.obt-footer-column a{color:#d9e5f4;text-decoration:none}.obt-footer-column a:hover{color:#ff8b38}
.obt-footer-contact-list p{margin:0 0 12px}.obt-footer-contact-list strong{color:#fff}.obt-footer-address{margin-top:18px!important}.obt-footer-socials{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}
.obt-footer-socials a{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid rgba(255,255,255,.2);border-radius:50%;color:#fff;font-weight:700;font-size:13px}.obt-footer-socials a:hover{background:#ff730a;border-color:#ff730a;color:#fff}
.obt-footer-toggle{display:none}.obt-footer-trust{border-top:1px solid rgba(255,255,255,.12);border-bottom:1px solid rgba(255,255,255,.12);background:#0c213c}.obt-footer-trust .obt-footer-container{display:flex;justify-content:space-between;gap:30px;padding-top:17px;padding-bottom:17px;color:#b9cbe0;font-size:13px}
.obt-footer-bottom{background:#091a31}.obt-footer-bottom .obt-footer-container{display:flex;align-items:center;justify-content:space-between;gap:28px;padding-top:18px;padding-bottom:18px}.obt-footer-bottom p{margin:0;color:#aebfd3;font-size:13px}.obt-footer-bottom-menu{display:flex;gap:20px;list-style:none;margin:0!important;padding:0!important}.obt-footer-bottom-menu li{margin:0!important}.obt-footer-bottom-menu a{color:#cbd8e7;text-decoration:none;font-size:13px}.obt-footer-bottom-menu a:hover{color:#ff8b38}
@media(max-width:900px){.obt-footer-grid{grid-template-columns:repeat(2,minmax(0,1fr));row-gap:38px}.obt-footer-column:last-child{padding-left:0;border-left:0}.obt-footer-column{padding-right:30px}.obt-footer-trust .obt-footer-container{flex-direction:column;gap:5px}}
@media(max-width:640px){.obt-footer-container{width:min(100% - 32px,1180px)}.obt-footer-brand .obt-footer-container{align-items:flex-start;flex-direction:column;padding-top:30px;padding-bottom:30px}.obt-footer-main{padding:12px 0 20px}.obt-footer-grid{display:block}.obt-footer-column{padding:0!important;border:0!important;border-bottom:1px solid rgba(255,255,255,.12)!important}.obt-footer-toggle{display:flex;width:100%;align-items:center;justify-content:space-between;padding:18px 0;border:0;background:none;color:#fff;text-align:left;font-size:16px;font-weight:700}.obt-footer-toggle b{font-size:22px;font-weight:400;transition:transform .2s}.obt-footer-column.is-open .obt-footer-toggle b{transform:rotate(45deg)}.obt-footer-panel{display:none;padding:0 0 18px}.obt-footer-column.is-open .obt-footer-panel{display:block}.obt-footer-panel h2{display:none}.obt-footer-trust .obt-footer-container{padding-top:15px;padding-bottom:15px}.obt-footer-bottom .obt-footer-container{align-items:flex-start;flex-direction:column;gap:10px}.obt-footer-bottom-menu{flex-wrap:wrap;gap:8px 16px}}


/* v0.9.40: Back-to-top button, shown after roughly two viewport heights. */
.obt-back-to-top{
  position:fixed;
  left:22px;
  bottom:22px;
  z-index:9998;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  min-width:50px;
  height:50px;
  padding:0 15px;
  border:1px solid rgba(255,255,255,.28);
  border-radius:999px;
  background:#0f2747;
  color:#fff;
  font:700 13px/1 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  box-shadow:0 10px 28px rgba(15,39,71,.28);
  cursor:pointer;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transform:translateY(12px);
  transition:opacity .22s ease,transform .22s ease,visibility .22s ease,background-color .2s ease;
}
.obt-back-to-top.is-visible{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transform:translateY(0);
}
.obt-back-to-top:hover{background:#ff730a;color:#fff;transform:translateY(-2px)}
.obt-back-to-top:focus-visible{outline:3px solid rgba(255,115,10,.38);outline-offset:3px}
.obt-back-to-top>span[aria-hidden="true"]{font-size:20px;line-height:1;transform:translateY(-1px)}
@media(max-width:640px){
  .obt-back-to-top{left:14px;bottom:14px;width:46px;min-width:46px;height:46px;padding:0}
  .obt-back-to-top-label{display:none}
}
@media(prefers-reduced-motion:reduce){
  .obt-back-to-top{transition:none}
}

/* Mobile spacing audit — v0.9.44 */
@media(max-width:640px){
  /* Keep usable content width on small screens. */
  .obt-container,
  .obt-footer-container,
  .single-post .obt-related-content,
  .obt-related-content--post{
    width:min(100% - 24px,1200px);
  }

  .obt-content-stack{padding-block:38px}
  .obt-content-stack>*+*{margin-top:36px}
  .obt-section{padding:4px 0}
  .obt-section-head{gap:10px;margin-bottom:18px}
  .obt-section-head h2{font-size:27px}
  .obt-muted-section{padding:20px 14px;margin-inline:0;border-radius:13px}

  .obt-page-hero{padding:48px 0}
  .obt-page-hero.has-image{min-height:400px}
  .obt-breadcrumb{margin-bottom:20px}
  .obt-topline{padding-top:22px}
  .obt-detail-head{padding-top:18px;padding-bottom:24px;gap:20px}

  .obt-card-body{padding:17px 16px}
  .obt-book-card{padding:20px 16px}
  .obt-summary-card{padding:19px 16px;gap:13px}
  .obt-room-content{padding:18px 16px}
  .obt-final-cta{padding:24px 18px;gap:20px;border-radius:14px}
  .obt-empty{padding:18px 15px}
  .obt-archive-hero{padding:50px 0}
  .obt-archive-content{padding:38px 0}

  .obt-day summary{padding:14px 13px;gap:11px}
  .obt-day-content{padding:0 14px 17px}
  .obt-day-hotel{padding:12px 13px}
  .obt-facilities span{padding:11px 12px}

  .obt-quote-wrap{margin:28px auto 0;padding:0 12px 44px}
  .obt-quote-form{padding:17px 14px;border-radius:12px}
  .obt-form-grid{gap:15px}
  .obt-form-field input,.obt-form-field textarea{padding:11px 12px}
  .obt-form-notice{padding:13px 14px}

  /* Home page */
  .obt-home-hero-inner{padding:58px 12px!important}
  .obt-home-section{padding:48px 0}
  .obt-home-heading-center{margin-bottom:28px}
  .obt-home-heading-row{gap:12px;margin-bottom:25px}
  .obt-home-heading h2,.obt-home-tailor h2,.obt-home-final h2{font-size:30px}
  .obt-home-experience{padding:24px 18px}
  .obt-home-card-body{padding:17px 16px}
  .obt-home-card-grid{gap:16px}
  .obt-home-destination-grid{gap:8px}
  .obt-home-destination-name{left:12px;right:10px;bottom:11px}
  .obt-home-tailor{padding:50px 0}
  .obt-home-tailor>.obt-container{gap:25px}
  .obt-home-steps{gap:11px}
  .obt-home-steps>div{padding:17px 15px}
  .obt-home-why ul{margin:20px 0 24px}
  .obt-home-why li{padding-top:7px;padding-bottom:7px}
  .obt-home-final{padding:48px 0}
  .obt-home-final>.obt-container{gap:20px}
  .obt-home-actions{gap:9px;margin-top:24px}
  .obt-home-btn{padding:12px 17px}
  .obt-home-search{padding:6px}
  .obt-home-search-submit,.obt-home-own-trip{padding-inline:16px}

  /* Articles and related content */
  .obt-article-page{padding:10px 0 45px}
  .obt-article-card{width:calc(100% - 12px);padding:24px 15px 30px}
  .obt-article-content{margin-top:28px}
  .obt-article-content h2{margin-top:38px}
  .obt-article-content h3{margin-top:28px}
  .obt-article-card .obt-related-content--post{margin-top:45px}
  .obt-article-cta{margin-top:44px;padding:23px 17px}
  .obt-related-content{margin-top:45px}
  .obt-related-content>.obt-related-section+ .obt-related-section{margin-top:38px}
  .single-post .obt-related-content,.obt-related-content--post{margin-top:45px;margin-bottom:45px}
  .obt-related-section .obt-card-body{padding:15px}
  .obt-related-compact-body{padding:13px}
  .obt-destination-posts-section{padding:45px 0}
  .obt-destination-post-list-frontend a{padding:14px 15px}

  /* Footer */
  .obt-footer-brand .obt-footer-container{padding-top:24px;padding-bottom:24px}
  .obt-footer-toggle{padding:15px 0}
  .obt-footer-panel{padding-bottom:15px}
  .obt-footer-bottom .obt-footer-container{padding-top:15px;padding-bottom:15px}
}

@media(max-width:380px){
  .obt-container,.obt-footer-container,.single-post .obt-related-content,.obt-related-content--post{width:min(100% - 20px,1200px)}
  .obt-article-card{width:calc(100% - 8px);padding-left:13px;padding-right:13px}
  .obt-home-hero-inner{padding-left:10px!important;padding-right:10px!important}
  .obt-muted-section{padding-left:12px;padding-right:12px}
}


/* Mobile viewport and header spacing refinement — v0.9.45 */
@media (max-width: 767px){
  /* Use one compact horizontal gutter throughout plugin content. */
  .obt-container,
  .obt-footer-container,
  .single-post .obt-related-content,
  .obt-related-content--post{
    width:min(100% - 20px,1200px);
  }

  /*
   * The active theme may keep a desktop max-width or large Bootstrap gutter
   * on the mobile header. Force only header-level containers to use the
   * available viewport width, without changing desktop layouts.
   */
  #header > .container,
  #header > .container-fluid,
  #header .header-wrapper > .container,
  #header .header-wrapper > .container-fluid,
  #header .header-mobile > .container,
  #header .header-mobile > .container-fluid,
  #header .mobile-header > .container,
  #header .mobile-header > .container-fluid,
  .site-header > .container,
  .site-header > .container-fluid,
  .site-header .header-wrapper > .container,
  .site-header .header-wrapper > .container-fluid,
  .st-header > .container,
  .st-header > .container-fluid,
  .st-header .header-wrapper > .container,
  .st-header .header-wrapper > .container-fluid{
    box-sizing:border-box!important;
    width:100%!important;
    max-width:none!important;
    margin-left:auto!important;
    margin-right:auto!important;
    padding-left:8px!important;
    padding-right:8px!important;
  }

  /* Prevent the three mobile-header zones from being squeezed inward. */
  #header .header-wrapper,
  #header .header-mobile,
  #header .mobile-header,
  .site-header .header-wrapper,
  .st-header .header-wrapper{
    box-sizing:border-box;
    width:100%;
  }

  #header .header-left,
  #header .header__left,
  #header .mobile-left,
  .site-header .header-left,
  .st-header .header-left{
    margin-left:0!important;
  }

  #header .header-right,
  #header .header__right,
  #header .mobile-right,
  .site-header .header-right,
  .st-header .header-right{
    margin-right:0!important;
  }

  /* Let the logo use available space while keeping it inside the viewport. */
  #header .logo,
  #header .site-logo,
  #header .header-logo,
  .site-header .site-logo,
  .st-header .logo{
    min-width:0;
    max-width:100%;
  }
  #header .logo img,
  #header .site-logo img,
  #header .header-logo img,
  .site-header .site-logo img,
  .st-header .logo img{
    max-width:100%;
    height:auto;
  }

  /* Further reduce nested plugin padding that could compound on phones. */
  .obt-home-hero-inner{padding-left:10px!important;padding-right:10px!important}
  .obt-quote-wrap{padding-left:10px;padding-right:10px}
  .obt-article-card{width:calc(100% - 8px)}
}

@media (max-width: 380px){
  .obt-container,
  .obt-footer-container,
  .single-post .obt-related-content,
  .obt-related-content--post{
    width:min(100% - 16px,1200px);
  }
  #header > .container,
  #header > .container-fluid,
  #header .header-wrapper > .container,
  #header .header-wrapper > .container-fluid,
  #header .header-mobile > .container,
  #header .mobile-header > .container,
  .site-header > .container,
  .site-header .header-wrapper > .container,
  .st-header > .container,
  .st-header .header-wrapper > .container{
    padding-left:6px!important;
    padding-right:6px!important;
  }
}

/* Mobile header full-viewport correction — v0.9.46
 * Some themes constrain the OUTER header row, so changing only .container
 * cannot recover the lost width. These rules expand the actual mobile row
 * to the viewport and then remove nested Bootstrap/theme gutters.
 */
@media (max-width: 767px){
  body #header,
  body .site-header,
  body .st-header,
  body #st_header_wrap,
  body #st_header_wrap_inner,
  body .header-mobile,
  body .mobile-header,
  body .header-mobile-wrapper,
  body .mobile-header-wrapper,
  body .header-wrapper,
  body .main-menu-wrapper,
  body .st_menu_mobile,
  body .st-header-mobile{
    box-sizing:border-box!important;
    width:100vw!important;
    max-width:100vw!important;
    margin-left:calc(50% - 50vw)!important;
    margin-right:calc(50% - 50vw)!important;
  }

  body #header .container,
  body #header .container-fluid,
  body .site-header .container,
  body .site-header .container-fluid,
  body .st-header .container,
  body .st-header .container-fluid,
  body #st_header_wrap .container,
  body #st_header_wrap .container-fluid,
  body .header-mobile .container,
  body .header-mobile .container-fluid,
  body .mobile-header .container,
  body .mobile-header .container-fluid,
  body .header-mobile-wrapper .container,
  body .mobile-header-wrapper .container,
  body .st_menu_mobile .container,
  body .st-header-mobile .container{
    box-sizing:border-box!important;
    width:100%!important;
    max-width:100%!important;
    margin:0!important;
    padding-left:6px!important;
    padding-right:6px!important;
  }

  /* Remove a second gutter commonly added by row/column wrappers. */
  body #header .row,
  body .site-header .row,
  body .st-header .row,
  body #st_header_wrap .row,
  body .header-mobile .row,
  body .mobile-header .row,
  body .st_menu_mobile .row{
    margin-left:0!important;
    margin-right:0!important;
    width:100%!important;
    max-width:100%!important;
  }

  body #header [class*="col-"],
  body .site-header [class*="col-"],
  body .st-header [class*="col-"],
  body #st_header_wrap [class*="col-"],
  body .header-mobile [class*="col-"],
  body .mobile-header [class*="col-"]{
    padding-left:0!important;
    padding-right:0!important;
  }

  /* Keep controls at the safe edge and allow the logo to occupy the centre. */
  body #header .header-left,
  body #header .header-right,
  body #header .header-center,
  body .site-header .header-left,
  body .site-header .header-right,
  body .site-header .header-center,
  body .st-header .header-left,
  body .st-header .header-right,
  body .st-header .header-center,
  body .header-mobile .left,
  body .header-mobile .right,
  body .header-mobile .center,
  body .mobile-header .left,
  body .mobile-header .right,
  body .mobile-header .center{
    min-width:0!important;
  }
}


/* Kadence mobile header: exact structure fix — v0.9.47
 * The mobile header uses .site-container plus a 3-column CSS grid. The prior
 * generic header rules did not target Kadence's real wrapper, so its global
 * content edge padding continued to squeeze the whole row inward.
 */
@media (max-width: 767px){
  /* Recover the full mobile viewport width from Kadence's constrained container. */
  body .site-mobile-header-wrap .site-main-header-wrap .site-container,
  body #mobile-header .site-main-header-wrap .site-container,
  body .site-main-header-wrap .site-container:has(> .site-main-header-inner-wrap.site-header-row-center-column){
    box-sizing:border-box!important;
    width:100%!important;
    max-width:none!important;
    margin-left:0!important;
    margin-right:0!important;
    padding-left:8px!important;
    padding-right:8px!important;
  }

  /* Give the centre logo all remaining space; keep edge controls compact. */
  body .site-main-header-inner-wrap.site-header-row.site-header-row-has-sides.site-header-row-center-column{
    box-sizing:border-box!important;
    display:grid!important;
    grid-template-columns:44px minmax(0,1fr) 52px!important;
    column-gap:4px!important;
    width:100%!important;
    max-width:none!important;
    margin:0!important;
  }

  body .site-main-header-inner-wrap .site-header-main-section-left{
    min-width:0!important;
    width:44px!important;
    justify-content:flex-start!important;
    justify-self:start!important;
  }
  body .site-main-header-inner-wrap .site-header-main-section-center{
    min-width:0!important;
    width:100%!important;
    justify-content:center!important;
    justify-self:stretch!important;
  }
  body .site-main-header-inner-wrap .site-header-main-section-right{
    min-width:0!important;
    width:52px!important;
    justify-content:flex-end!important;
    justify-self:end!important;
  }

  /* Remove item-level spacing left by Kadence header builder. */
  body .site-main-header-inner-wrap .site-header-section,
  body .site-main-header-inner-wrap .site-header-item,
  body .site-main-header-inner-wrap .mobile-toggle-open-container,
  body .site-main-header-inner-wrap .header-mobile-social-wrap{
    margin-left:0!important;
    margin-right:0!important;
    padding-left:0!important;
    padding-right:0!important;
  }

  body .site-main-header-inner-wrap #mobile-toggle{
    margin:0!important;
    padding:8px 4px!important;
  }

  body .site-main-header-inner-wrap .mobile-site-branding,
  body .site-main-header-inner-wrap .mobile-site-branding .brand{
    display:flex!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    align-items:center!important;
    justify-content:center!important;
  }
  body .site-main-header-inner-wrap .mobile-site-branding .custom-logo{
    display:block!important;
    width:auto!important;
    max-width:min(100%,260px)!important;
    height:auto!important;
    margin:0 auto!important;
  }

  body .site-main-header-inner-wrap .header-mobile-social-inner-wrap{
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    gap:8px!important;
  }
}

@media (max-width: 380px){
  body .site-mobile-header-wrap .site-main-header-wrap .site-container,
  body #mobile-header .site-main-header-wrap .site-container,
  body .site-main-header-wrap .site-container:has(> .site-main-header-inner-wrap.site-header-row-center-column){
    padding-left:5px!important;
    padding-right:5px!important;
  }
  body .site-main-header-inner-wrap.site-header-row.site-header-row-has-sides.site-header-row-center-column{
    grid-template-columns:40px minmax(0,1fr) 46px!important;
    column-gap:2px!important;
  }
  body .site-main-header-inner-wrap .site-header-main-section-left{width:40px!important}
  body .site-main-header-inner-wrap .site-header-main-section-right{width:46px!important}
}


/* Kadence mobile header final sizing fix — v0.9.49 */
@media (max-width: 767px){
  body .site-main-header-inner-wrap.site-header-row.site-header-row-has-sides.site-header-row-center-column{
    grid-template-columns:42px minmax(0,1fr) 76px!important;
    column-gap:4px!important;
  }

  body .site-main-header-inner-wrap .site-header-main-section-left{
    width:42px!important;
  }

  body .site-main-header-inner-wrap .site-header-main-section-right{
    width:76px!important;
    min-width:76px!important;
  }

  body .site-main-header-inner-wrap .site-header-main-section-center .mobile-site-branding,
  body .site-main-header-inner-wrap .site-header-main-section-center .mobile-site-branding .brand{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
  }

  body .site-main-header-inner-wrap .site-header-main-section-center .mobile-site-branding .custom-logo{
    display:block!important;
    width:auto!important;
    max-width:120px!important;
    max-height:52px!important;
    height:auto!important;
    object-fit:contain!important;
    margin:0 auto!important;
  }

  body .site-main-header-inner-wrap .header-mobile-social-inner-wrap{
    display:flex!important;
    flex-direction:row!important;
    flex-wrap:nowrap!important;
    align-items:center!important;
    justify-content:flex-end!important;
    gap:6px!important;
    width:100%!important;
    white-space:nowrap!important;
  }

  body .site-main-header-inner-wrap .header-mobile-social-inner-wrap .social-button{
    flex:0 0 auto!important;
    margin:0!important;
    width:30px!important;
    height:30px!important;
    min-width:30px!important;
    padding:0!important;
  }

  body .site-main-header-inner-wrap .header-mobile-social-inner-wrap .social-button svg{
    width:16px!important;
    height:16px!important;
  }
}

@media (max-width: 380px){
  body .site-main-header-inner-wrap.site-header-row.site-header-row-has-sides.site-header-row-center-column{
    grid-template-columns:38px minmax(0,1fr) 68px!important;
    column-gap:2px!important;
  }
  body .site-main-header-inner-wrap .site-header-main-section-left{width:38px!important;}
  body .site-main-header-inner-wrap .site-header-main-section-right{width:68px!important;min-width:68px!important;}
  body .site-main-header-inner-wrap .site-header-main-section-center .mobile-site-branding .custom-logo{
    max-width:105px!important;
    max-height:46px!important;
  }
  body .site-main-header-inner-wrap .header-mobile-social-inner-wrap{gap:4px!important;}
  body .site-main-header-inner-wrap .header-mobile-social-inner-wrap .social-button{
    width:28px!important;height:28px!important;min-width:28px!important;
  }
}

/* Kadence mobile header balanced columns and logo sizing — v0.9.50 */
@media (max-width: 767px){
  body .site-main-header-inner-wrap.site-header-row.site-header-row-has-sides.site-header-row-center-column{
    grid-template-columns:76px minmax(0,1fr) 76px!important;
    column-gap:4px!important;
  }

  body .site-main-header-inner-wrap .site-header-main-section-left{
    width:76px!important;
    min-width:76px!important;
    justify-content:flex-start!important;
  }

  body .site-main-header-inner-wrap .site-header-main-section-right{
    width:76px!important;
    min-width:76px!important;
    justify-content:flex-end!important;
  }

  body .site-main-header-inner-wrap .site-header-main-section-center{
    width:100%!important;
    min-width:0!important;
    justify-self:stretch!important;
    justify-content:center!important;
  }

  body .site-main-header-inner-wrap .site-header-main-section-center .mobile-site-branding .custom-logo{
    width:auto!important;
    max-width:150px!important;
    max-height:66px!important;
    height:auto!important;
    object-fit:contain!important;
    margin-inline:auto!important;
  }
}

@media (max-width: 380px){
  body .site-main-header-inner-wrap.site-header-row.site-header-row-has-sides.site-header-row-center-column{
    grid-template-columns:68px minmax(0,1fr) 68px!important;
    column-gap:2px!important;
  }
  body .site-main-header-inner-wrap .site-header-main-section-left,
  body .site-main-header-inner-wrap .site-header-main-section-right{
    width:68px!important;
    min-width:68px!important;
  }
  body .site-main-header-inner-wrap .site-header-main-section-center .mobile-site-branding .custom-logo{
    max-width:135px!important;
    max-height:60px!important;
  }
}

/* Mobile archive/category cards: Tours, Hotels and Activities — v0.9.51 */
@media (max-width: 767px){
  body .obt-site .obt-archive-content,
  body .obt-site .obt-destination-product-section{
    min-width:0!important;
    overflow:hidden!important;
  }

  body .obt-site .obt-teasers{
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
    gap:16px!important;
    width:100%!important;
    min-width:0!important;
  }

  body .obt-site .obt-teaser,
  body .obt-site .obt-tour-teaser,
  body .obt-site .obt-hotel-teaser,
  body .obt-site .obt-activity-teaser{
    display:flex!important;
    flex-direction:column!important;
    grid-template-columns:none!important;
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
    overflow:hidden!important;
    border-radius:13px!important;
  }

  body .obt-site .obt-teaser-image{
    display:block!important;
    width:100%!important;
    min-width:0!important;
    height:auto!important;
    min-height:0!important;
    aspect-ratio:16/10!important;
    overflow:hidden!important;
  }

  body .obt-site .obt-teaser-image img,
  body .obt-site .obt-teaser-image .obt-card-placeholder{
    display:block!important;
    width:100%!important;
    height:100%!important;
    min-width:0!important;
    object-fit:cover!important;
  }

  body .obt-site .obt-teaser-main{
    display:block!important;
    width:100%!important;
    min-width:0!important;
    padding:16px 15px 14px!important;
    box-sizing:border-box!important;
  }

  body .obt-site .obt-teaser-main .obt-card-meta,
  body .obt-site .obt-teaser-route,
  body .obt-site .obt-teaser-main h3,
  body .obt-site .obt-teaser-main h3 a,
  body .obt-site .obt-teaser-main p{
    max-width:100%!important;
    min-width:0!important;
    overflow-wrap:anywhere!important;
    word-break:normal!important;
  }

  body .obt-site .obt-teaser-main .obt-card-meta{
    font-size:12px!important;
    line-height:1.5!important;
    white-space:normal!important;
  }

  body .obt-site .obt-teaser-main h3{
    margin:7px 0 8px!important;
    font-size:21px!important;
    line-height:1.3!important;
  }

  body .obt-site .obt-teaser-route{
    margin:7px 0 8px!important;
    font-size:13px!important;
    line-height:1.55!important;
  }

  body .obt-site .obt-teaser-main p{
    margin:8px 0 0!important;
    font-size:15px!important;
    line-height:1.6!important;
    -webkit-line-clamp:4!important;
  }

  body .obt-site .obt-teaser-action,
  body .obt-site .obt-tour-teaser .obt-teaser-action,
  body .obt-site .obt-hotel-teaser .obt-teaser-action,
  body .obt-site .obt-activity-teaser .obt-teaser-action{
    display:flex!important;
    flex-direction:column!important;
    align-items:stretch!important;
    justify-content:flex-start!important;
    gap:13px!important;
    width:100%!important;
    min-width:0!important;
    padding:14px 15px 16px!important;
    border-left:0!important;
    border-top:1px solid var(--obt-border)!important;
    box-sizing:border-box!important;
    text-align:left!important;
  }

  body .obt-site .obt-teaser-price-line{
    justify-content:flex-start!important;
    width:100%!important;
    max-width:100%!important;
    flex-wrap:wrap!important;
    white-space:normal!important;
  }

  body .obt-site .obt-teaser-price-current{font-size:28px!important;}
  body .obt-site .obt-teaser-price-old{font-size:18px!important;}
  body .obt-site .obt-teaser-price-unit{font-size:17px!important;}
  body .obt-site .obt-teaser-price-request{text-align:left!important;font-size:18px!important;}

  body .obt-site .obt-hotel-teaser-price-line{
    display:flex!important;
    flex-wrap:wrap!important;
    align-items:baseline!important;
    justify-content:flex-start!important;
    gap:5px!important;
    width:100%!important;
    min-width:0!important;
    text-align:left!important;
  }

  body .obt-site .obt-teaser-action .obt-button,
  body .obt-site .obt-tour-teaser .obt-teaser-action .obt-button,
  body .obt-site .obt-hotel-teaser .obt-teaser-action .obt-button,
  body .obt-site .obt-activity-teaser .obt-teaser-action .obt-button{
    display:flex!important;
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
    margin:0!important;
    padding:12px 16px!important;
    font-size:16px!important;
    box-sizing:border-box!important;
  }
}

@media (max-width: 380px){
  body .obt-site .obt-teaser-image{aspect-ratio:4/3!important;}
  body .obt-site .obt-teaser-main{padding:14px 13px 12px!important;}
  body .obt-site .obt-teaser-action{padding:13px!important;}
  body .obt-site .obt-teaser-main h3{font-size:20px!important;}
}


/* Homepage Indochina copy and centered mobile search — v0.9.52 */
@media (max-width: 760px){
  .obt-home-hero-inner{
    width:100%!important;
    max-width:none!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
  .obt-home-search-wrap{
    width:min(100%,560px)!important;
    max-width:560px!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
  .obt-home-search{
    width:100%!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
}


/* v0.9.53 Important Note full content width */
.obt-important-note__content,.obt-important-note__content .obt-prose{width:100%;max-width:none}
.obt-important-note__content .obt-prose ul,.obt-important-note__content .obt-prose ol{max-width:none}

/* v0.9.54 — Day-by-Day gallery: show only the first two images on mobile */
@media (max-width: 760px){
  .obt-day-media-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
  }
  .obt-day-media-grid > a:nth-child(n+3){
    display:none!important;
  }
  .obt-day-media-grid > a{
    min-width:0!important;
    aspect-ratio:4/3!important;
  }
}


/* v0.9.55 Customize Tour visual refinement */
body.obt-customize-page .entry-header,
body.obt-customize-page .page-header,
body.obt-customize-page .entry-hero,
body.obt-customize-page .hero-section-overlay,
body.obt-customize-page .content-title-style-above .entry-header {display:none!important}
body.obt-customize-page .site-main,
body.obt-customize-page .content-area,
body.obt-customize-page .site-container,
body.obt-customize-page .content-container,
body.obt-customize-page .entry-content-wrap,
body.obt-customize-page article.page,
body.obt-customize-page .entry-content {max-width:none!important;width:100%!important;margin:0!important;padding:0!important}
body.obt-customize-page .entry-content>p:empty{display:none!important}
.obt-customize-hero{position:relative;overflow:hidden;padding:82px 0 76px;background:linear-gradient(118deg,#071d49 0%,#0b3f80 54%,#11519b 100%)}
.obt-customize-hero:before{content:"";position:absolute;width:420px;height:420px;border-radius:50%;right:-120px;top:-180px;background:rgba(255,255,255,.06)}
.obt-customize-hero:after{content:"";position:absolute;width:260px;height:260px;border-radius:50%;right:170px;bottom:-185px;border:1px solid rgba(255,255,255,.10)}
.obt-customize-hero .obt-container{position:relative;z-index:1}
.obt-customize-hero .obt-eyebrow{display:inline-flex;align-items:center;gap:8px;margin-bottom:20px;color:#ffb066;font-size:12px;letter-spacing:.16em}
.obt-customize-hero h1{max-width:780px;margin:0 0 18px;font-size:clamp(42px,5.4vw,68px);letter-spacing:-.035em}
.obt-customize-hero p{max-width:760px;font-size:18px;line-height:1.72}
.obt-customize-wrap{padding:58px 0 86px;background:linear-gradient(#f5f8fc,#eef3f8)}
.obt-customize-layout{grid-template-columns:minmax(0,1fr) 330px;gap:30px}
.obt-customize-card{padding:30px;border-color:#dce5ef;border-radius:20px;box-shadow:0 14px 36px rgba(20,52,80,.075)}
.obt-customize-title{margin-bottom:24px;padding-bottom:20px;border-bottom:1px solid #edf1f5}
.obt-customize-title>b{width:42px;height:42px;min-width:42px;box-shadow:0 7px 16px rgba(255,115,10,.22)}
.obt-customize-title h2{font-size:26px;letter-spacing:-.02em}
.obt-customize-title p{font-size:15px;line-height:1.55}
.obt-country-grid{gap:14px}
.obt-country-box{padding:20px;border-color:#d7e2ed;background:#f9fbfd;transition:.2s ease}
.obt-country-box:hover{border-color:#aac4dc;box-shadow:0 8px 20px rgba(17,81,155,.06)}
.obt-country-box h3{padding-bottom:11px;border-bottom:1px solid #e6edf4;font-size:19px}
.obt-place-list{gap:9px}
.obt-place-list label{padding:2px 0;font-size:14px}
.obt-place-list input{width:16px;height:16px;flex:0 0 16px}
.obt-customize-form input[type=text],.obt-customize-form input[type=email],.obt-customize-form input[type=number],.obt-customize-form input[type=date],.obt-customize-form select,.obt-customize-form textarea{min-height:48px;border-color:#cdd9e5;border-radius:11px;padding:12px 14px;transition:border-color .2s,box-shadow .2s}
.obt-customize-form textarea{min-height:170px}
.obt-customize-form input:focus,.obt-customize-form select:focus,.obt-customize-form textarea:focus{outline:0;border-color:#11519b;box-shadow:0 0 0 3px rgba(17,81,155,.11)}
.obt-choice-group{background:#fbfcfe;border-color:#d9e3ed;padding:17px 18px}
.obt-customize-submit{min-height:54px;padding-left:28px!important;padding-right:28px!important;border-radius:11px!important;box-shadow:0 10px 24px rgba(255,115,10,.25)}
.obt-customize-aside{top:92px}
.obt-customize-help,.obt-customize-note{border-radius:18px;box-shadow:0 14px 34px rgba(20,52,80,.075)}
.obt-customize-help{padding:27px}
.obt-customize-help h3{font-size:25px;line-height:1.25}
.obt-customize-help li{line-height:1.55}
.obt-customize-note{padding:22px}
@media(max-width:991px){.obt-customize-layout{gap:22px}.obt-customize-aside{grid-template-columns:minmax(0,1.25fr) minmax(0,.75fr)}}
@media(max-width:700px){
  .obt-customize-hero{padding:54px 0 50px}
  .obt-customize-hero h1{font-size:38px;line-height:1.08}
  .obt-customize-hero p{font-size:16px;line-height:1.65}
  .obt-customize-wrap{padding:24px 0 52px}
  .obt-customize-card{padding:18px 14px;margin-bottom:16px;border-radius:15px;box-shadow:0 8px 22px rgba(20,52,80,.06)}
  .obt-customize-title{gap:12px;margin-bottom:18px;padding-bottom:16px}
  .obt-customize-title>b{width:36px;height:36px;min-width:36px;font-size:16px}
  .obt-customize-title h2{font-size:21px}
  .obt-country-grid,.obt-customize-fields,.obt-customize-aside{grid-template-columns:1fr}
  .obt-country-box{padding:16px}
  .obt-country-box h3{font-size:18px}
  .obt-customize-help,.obt-customize-note{padding:20px;border-radius:15px}
  .obt-customize-help h3{font-size:22px}
  .obt-choice-group{padding:14px;gap:10px}
}

/* v0.9.68: collapsed Table of Contents on article pages */
.obt-post-toc__header{
  width:100%;
  appearance:none;
  -webkit-appearance:none;
  border:0;
  color:inherit;
  text-align:left;
  font:inherit;
  cursor:pointer;
}
.obt-post-toc__header:hover{background:#f2f7fb}
.obt-post-toc__header:focus-visible{outline:2px solid #ff730a;outline-offset:-3px}
.obt-post-toc__chevron{
  width:10px;
  height:10px;
  flex:0 0 10px;
  margin-left:2px;
  border-right:2px solid #11519b;
  border-bottom:2px solid #11519b;
  transform:rotate(45deg) translateY(-2px);
  transition:transform .2s ease;
}
.obt-post-toc:not(.is-collapsed) .obt-post-toc__chevron{transform:rotate(225deg) translate(-2px,-2px)}
.obt-article-content .obt-post-toc.is-collapsed .obt-post-toc__header{border-bottom:0}
.obt-article-content .obt-post-toc ol[hidden]{display:none!important}
@media(max-width:700px){
  .obt-post-toc__chevron{margin-left:auto;margin-right:3px}
}


/* v0.9.69: reduce excessive right whitespace on single post pages */
@media(min-width:801px){
  .single-post .obt-article-card{padding-left:48px;padding-right:48px}
  .single-post .obt-article-header,
  .single-post .obt-article-content{max-width:100%}
}

/* v0.9.71 — Rebuilt responsive layout for Customize Tour and form pages */
@media (max-width: 991px){
  body.obt-customize-page{
    overflow-x:hidden!important;
  }

  body.obt-customize-page .obt-customize-layout{
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    gap:22px!important;
  }

  body.obt-customize-page .obt-customize-main,
  body.obt-customize-page .obt-customize-form,
  body.obt-customize-page .obt-customize-card,
  body.obt-customize-page .obt-customize-aside{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    box-sizing:border-box!important;
  }

  body.obt-customize-page .obt-customize-aside{
    position:static!important;
    top:auto!important;
  }

  body.obt-customize-page .obt-customize-title > div{
    flex:1 1 auto!important;
    width:auto!important;
    min-width:0!important;
    max-width:100%!important;
  }

  body.obt-customize-page .obt-customize-title h2,
  body.obt-customize-page .obt-customize-title p,
  body.obt-customize-page .obt-customize-help h3,
  body.obt-customize-page .obt-customize-help li,
  body.obt-customize-page .obt-customize-note p{
    word-break:normal!important;
    overflow-wrap:break-word!important;
    white-space:normal!important;
  }
}

@media (max-width: 700px){
  body.obt-customize-page .obt-customize-hero .obt-container,
  body.obt-customize-page .obt-customize-wrap > .obt-container{
    width:calc(100% - 28px)!important;
    max-width:none!important;
    margin-left:auto!important;
    margin-right:auto!important;
    padding-left:0!important;
    padding-right:0!important;
  }

  body.obt-customize-page .obt-customize-hero{
    padding:50px 0 46px!important;
  }

  body.obt-customize-page .obt-customize-hero h1{
    font-size:clamp(36px,11vw,46px)!important;
    line-height:1.08!important;
    letter-spacing:-.03em!important;
  }

  body.obt-customize-page .obt-customize-wrap{
    padding:22px 0 48px!important;
  }

  body.obt-customize-page .obt-country-grid,
  body.obt-customize-page .obt-customize-fields,
  body.obt-customize-page .obt-customize-aside{
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
    width:100%!important;
    min-width:0!important;
  }

  body.obt-customize-page .obt-customize-card{
    padding:18px 15px!important;
    margin:0 0 16px!important;
    overflow:hidden!important;
  }

  body.obt-customize-page .obt-customize-title{
    display:flex!important;
    align-items:flex-start!important;
    width:100%!important;
    min-width:0!important;
  }

  body.obt-customize-page .obt-country-box,
  body.obt-customize-page .obt-choice-group,
  body.obt-customize-page .obt-form-field,
  body.obt-customize-page .obt-form-consent{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    box-sizing:border-box!important;
  }

  body.obt-customize-page .obt-place-list label{
    display:flex!important;
    width:100%!important;
    min-width:0!important;
    align-items:flex-start!important;
  }

  body.obt-customize-page .obt-place-list label span,
  body.obt-customize-page .obt-form-consent span{
    flex:1 1 auto!important;
    min-width:0!important;
    word-break:normal!important;
    overflow-wrap:break-word!important;
  }

  body.obt-customize-page .obt-customize-form input[type=text],
  body.obt-customize-page .obt-customize-form input[type=email],
  body.obt-customize-page .obt-customize-form input[type=number],
  body.obt-customize-page .obt-customize-form input[type=date],
  body.obt-customize-page .obt-customize-form select,
  body.obt-customize-page .obt-customize-form textarea,
  body.obt-customize-page .obt-customize-submit{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    box-sizing:border-box!important;
  }

  body.obt-customize-page .obt-span-2{
    grid-column:1 / -1!important;
  }
}

/* Featured item badge (Tours, Hotels and Activities) */
.obt-teaser-image,.obt-card-image{position:relative}
.obt-item-featured-badge{position:absolute;z-index:6;top:14px;right:14px;display:inline-flex;align-items:center;justify-content:center;padding:8px 12px;border-radius:999px;background:#ff730a;color:#fff;font-size:12px;font-weight:800;line-height:1;letter-spacing:.04em;text-transform:uppercase;box-shadow:0 6px 18px rgba(0,0,0,.18);pointer-events:none}
@media(max-width:700px){.obt-item-featured-badge{top:11px;right:11px;padding:7px 10px;font-size:11px}}


/* Tour departure schedule */
.obt-departure-card{background:#fff;border:1.5px solid #1760aa;border-radius:18px;padding:26px 22px;box-shadow:0 18px 44px rgba(29,55,90,.09)}
.obt-departure-card h3{margin:0 0 20px;color:#d9362b;font-size:20px;line-height:1.3;text-align:center;text-transform:uppercase;letter-spacing:.01em}
.obt-departure-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}
.obt-departure-item{display:flex;min-width:0;min-height:82px;flex-direction:column;align-items:center;justify-content:center;padding:12px 8px;border:1px solid #bfd8f8;border-radius:11px;background:#f3f7fd;text-align:center;box-sizing:border-box}
.obt-departure-item.has-note{border-color:#f2b3ce;background:#fff3f7}
.obt-departure-date{display:block;color:#1559a0;font-size:16px;line-height:1.25}
.obt-departure-item.has-note .obt-departure-date{color:#e61b64}
.obt-departure-note{display:block;margin-top:3px;color:#e61b64;font-size:11px;line-height:1.2;text-transform:uppercase}
.obt-departure-price{display:block;margin-top:7px;color:#e61b64;font-size:17px;font-weight:800;line-height:1.2;white-space:nowrap}
.obt-departure-general-note{margin:20px 0 0;color:#66717f;font-size:13px;line-height:1.55;text-align:center}
@media(max-width:620px){.obt-departure-card{padding:20px 14px}.obt-departure-grid{gap:8px}.obt-departure-item{min-height:76px;padding:10px 5px}.obt-departure-card h3{font-size:18px}.obt-departure-date{font-size:15px}.obt-departure-price{font-size:15px}}
@media(max-width:360px){.obt-departure-grid{grid-template-columns:1fr}}

/* v0.9.88 — Booking-style gallery overview before full-size viewer */
.obt-gallery-hidden{display:none!important}
.obt-lightbox{align-items:stretch;justify-content:stretch;padding:0;background:rgba(12,20,29,.96)}
.obt-lightbox .obt-gallery-overview,.obt-lightbox .obt-lightbox-viewer{display:none;width:100%;height:100%;min-height:0}
.obt-lightbox .obt-gallery-overview.is-active{display:flex;flex-direction:column}
.obt-lightbox .obt-lightbox-viewer.is-active{display:flex;align-items:center;justify-content:center;position:relative;padding:70px 86px 46px}
.obt-gallery-overview-head{flex:0 0 auto;padding:22px 76px 18px 28px;color:#fff;border-bottom:1px solid rgba(255,255,255,.15)}
.obt-gallery-overview-head strong{display:block;font-size:24px;line-height:1.2}
.obt-gallery-overview-head span{display:block;margin-top:4px;color:rgba(255,255,255,.72);font-size:14px}
.obt-gallery-thumbs{overflow:auto;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;padding:20px 28px 34px}
.obt-gallery-thumb{position:relative;display:block;aspect-ratio:4/3;padding:0;border:0;border-radius:8px;overflow:hidden;background:#263442;cursor:pointer}
.obt-gallery-thumb img{width:100%;height:100%;max-width:none;max-height:none;object-fit:cover;transition:transform .2s ease,opacity .2s ease}
.obt-gallery-thumb:hover img,.obt-gallery-thumb:focus-visible img{transform:scale(1.025);opacity:.9}
.obt-gallery-thumb:focus-visible{outline:3px solid #fff;outline-offset:2px}
.obt-gallery-thumb span{position:absolute;left:0;right:0;bottom:0;padding:20px 10px 8px;background:linear-gradient(transparent,rgba(0,0,0,.72));color:#fff;text-align:left;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.obt-lightbox .obt-lightbox-close{position:fixed;right:20px;top:14px;z-index:10}
.obt-lightbox-viewer figure{margin:0;display:flex;flex-direction:column;align-items:center;max-width:100%;max-height:100%}
.obt-lightbox-viewer figure img{display:block;max-width:min(1280px,88vw);max-height:calc(100vh - 145px);object-fit:contain}
.obt-lightbox-viewer figcaption{max-width:min(900px,80vw);margin-top:12px;color:#fff;text-align:center;font-size:14px}
.obt-lightbox .obt-lightbox-back{position:fixed;left:20px;top:16px;width:auto;height:46px;padding:0 16px;font-size:18px;gap:7px;z-index:5}
.obt-lightbox .obt-lightbox-back span{font-size:14px;font-weight:700}
.obt-lightbox .obt-lightbox-prev,.obt-lightbox .obt-lightbox-next{position:fixed!important;top:50%!important;transform:translateY(-50%)!important}
.obt-lightbox .obt-lightbox-prev{left:18px!important}
.obt-lightbox .obt-lightbox-next{left:auto!important;right:18px!important}
@media(max-width:1024px){.obt-gallery-thumbs{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:760px){
 .obt-gallery-overview-head{padding:18px 66px 14px 16px}.obt-gallery-overview-head strong{font-size:20px}
 .obt-gallery-thumbs{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;padding:12px 10px 24px}
 .obt-gallery-thumb{border-radius:5px}.obt-gallery-thumb span{display:none}
 .obt-lightbox .obt-lightbox-viewer.is-active{padding:68px 48px 42px}
 .obt-lightbox-viewer figure img{max-width:calc(100vw - 24px);max-height:calc(100vh - 145px)}
 .obt-lightbox .obt-lightbox-back{left:10px;top:12px;padding:0 10px}.obt-lightbox .obt-lightbox-close{right:10px;top:10px}
 .obt-lightbox .obt-lightbox-prev{left:2px!important}.obt-lightbox .obt-lightbox-next{right:2px!important}
}

/* v0.9.89 — fix thumbnail buttons inheriting the legacy lightbox button positioning */
html.obt-lightbox-open,html.obt-lightbox-open body{overflow:hidden!important}
.obt-lightbox{z-index:2147483646!important;background:#101923!important}
.obt-lightbox .obt-gallery-thumbs .obt-gallery-thumb{
  position:relative!important;
  inset:auto!important;
  top:auto!important;
  right:auto!important;
  bottom:auto!important;
  left:auto!important;
  transform:none!important;
  width:100%!important;
  height:auto!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
  font-size:inherit!important;
  line-height:normal!important;
  color:inherit!important;
  appearance:none;
  -webkit-appearance:none;
}
.obt-lightbox .obt-gallery-thumbs .obt-gallery-thumb img{display:block!important}
.obt-lightbox .obt-lightbox-close{
  display:grid!important;
  place-items:center!important;
  width:46px!important;
  height:46px!important;
  padding:0!important;
  border-radius:50%!important;
  background:rgba(0,0,0,.55)!important;
  font-size:36px!important;
  line-height:1!important;
  z-index:2147483647!important;
}
.obt-lightbox .obt-lightbox-close:hover{background:rgba(0,0,0,.82)!important}


/* v0.9.90 — isolate gallery thumbnails from theme-wide button/image styles */
.obt-lightbox .obt-gallery-thumbs{
  align-items:start!important;
  grid-auto-flow:row!important;
  grid-auto-rows:auto!important;
}
.obt-lightbox .obt-gallery-thumbs .obt-gallery-thumb{
  box-sizing:border-box!important;
  display:block!important;
  position:relative!important;
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  height:auto!important;
  min-height:0!important;
  aspect-ratio:4 / 3!important;
  border:0!important;
  border-radius:8px!important;
  overflow:hidden!important;
  background:#263442!important;
  box-shadow:none!important;
  clip-path:none!important;
}
.obt-lightbox .obt-gallery-thumbs .obt-gallery-thumb img{
  position:absolute!important;
  inset:0!important;
  display:block!important;
  width:100%!important;
  max-width:none!important;
  height:100%!important;
  max-height:none!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  object-fit:cover!important;
  clip-path:none!important;
}
.obt-lightbox .obt-gallery-thumbs .obt-gallery-thumb span{z-index:2!important}
@media(max-width:760px){.obt-lightbox .obt-gallery-thumbs .obt-gallery-thumb{border-radius:5px!important}}


/* v0.9.91 — clean Booking-style thumbnail grid; no image-title overlays */
.obt-lightbox .obt-gallery-thumbs{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:16px!important;
  padding:24px 32px 40px!important;
  align-content:start!important;
}
.obt-lightbox .obt-gallery-thumbs .obt-gallery-thumb{
  aspect-ratio:3 / 2!important;
  border-radius:10px!important;
  isolation:isolate!important;
}
.obt-lightbox .obt-gallery-thumbs .obt-gallery-thumb span{display:none!important}
.obt-lightbox .obt-lightbox-viewer figcaption{display:none!important}
@media(max-width:1200px){
  .obt-lightbox .obt-gallery-thumbs{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}
@media(max-width:760px){
  .obt-lightbox .obt-gallery-thumbs{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;padding:12px 10px 24px!important}
  .obt-lightbox .obt-gallery-thumbs .obt-gallery-thumb{aspect-ratio:4 / 3!important;border-radius:6px!important}
}


/* v0.9.92 — use an isolated flex layout so theme grid rules cannot stack thumbnails */
.obt-lightbox .obt-gallery-thumbs{
  display:flex!important;
  flex-flow:row wrap!important;
  align-items:flex-start!important;
  justify-content:flex-start!important;
  grid-template-columns:none!important;
  grid-auto-flow:unset!important;
  grid-auto-rows:unset!important;
  gap:16px!important;
  padding:24px 32px 40px!important;
}
.obt-lightbox .obt-gallery-thumbs > .obt-gallery-thumb{
  flex:0 0 calc((100% - 48px) / 4)!important;
  width:calc((100% - 48px) / 4)!important;
  max-width:calc((100% - 48px) / 4)!important;
  height:auto!important;
  min-height:0!important;
  aspect-ratio:3 / 2!important;
  position:relative!important;
  inset:auto!important;
  margin:0!important;
  align-self:flex-start!important;
  overflow:hidden!important;
}
.obt-lightbox .obt-gallery-thumbs > .obt-gallery-thumb > img{
  position:absolute!important;
  inset:0!important;
  display:block!important;
  width:100%!important;
  height:100%!important;
  min-width:0!important;
  min-height:0!important;
  max-width:none!important;
  max-height:none!important;
  margin:0!important;
  object-fit:cover!important;
}
@media(max-width:1200px){
  .obt-lightbox .obt-gallery-thumbs > .obt-gallery-thumb{
    flex-basis:calc((100% - 32px) / 3)!important;
    width:calc((100% - 32px) / 3)!important;
    max-width:calc((100% - 32px) / 3)!important;
  }
}
@media(max-width:760px){
  .obt-lightbox .obt-gallery-thumbs{gap:8px!important;padding:12px 10px 24px!important}
  .obt-lightbox .obt-gallery-thumbs > .obt-gallery-thumb{
    flex-basis:calc((100% - 8px) / 2)!important;
    width:calc((100% - 8px) / 2)!important;
    max-width:calc((100% - 8px) / 2)!important;
    aspect-ratio:4 / 3!important;
  }
}


.obt-card-price-badge{position:absolute;right:14px;bottom:14px;z-index:6;display:inline-flex;align-items:center;gap:6px;max-width:calc(100% - 28px);padding:10px 14px;border-radius:8px;background:#ff730a;color:#fff;font-size:16px;font-weight:800;line-height:1;box-shadow:0 10px 22px rgba(0,0,0,.18);pointer-events:none}
.obt-card-price-badge small{font-size:12px;font-weight:700;line-height:1;opacity:.96}
@media(max-width:700px){.obt-card-price-badge{right:10px;bottom:10px;padding:8px 11px;font-size:14px}.obt-card-price-badge small{font-size:11px}}

/* v1.0.9 - Flamingo resort-focused frontend */
.obt-home-resort .obt-home-hero{min-height:610px;background-image:linear-gradient(90deg,rgba(8,24,35,.76) 0%,rgba(8,24,35,.50) 42%,rgba(8,24,35,.10) 78%),var(--obt-home-hero,linear-gradient(135deg,#11519b,#102c46));}
.obt-home-resort .obt-home-hero h1{max-width:760px;font-size:clamp(44px,5.5vw,72px)}
.obt-home-resort .obt-home-hero p{max-width:720px;font-size:19px}
.obt-home-resort .obt-home-experience{border-top:4px solid #ff730a}
.obt-home-resort .obt-home-experience-no{color:#eef2f5}
.obt-home-resort .obt-home-tours-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.obt-home-resort .obt-home-resort-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.obt-home-resort .obt-home-resort-grid .obt-home-card-image{height:235px}
.obt-home-resort .obt-home-card-price{left:auto;right:14px;bottom:14px;background:#ff730a;color:#fff;border-radius:8px;padding:9px 12px}
.obt-home-resort .obt-home-card-price .obt-teaser-price-line{color:#fff}
.obt-home-resort .obt-home-card-price .obt-teaser-price-current{color:#fff;font-size:17px}
.obt-home-resort .obt-home-card-price .obt-teaser-price-old{color:rgba(255,255,255,.78);text-decoration:line-through}
.obt-home-resort .obt-home-card-price .obt-teaser-price-unit{color:#fff}
.obt-home-card-price--hotel{display:flex!important;align-items:baseline;gap:5px;font-style:normal;font-weight:800}
.obt-home-card-price--hotel small,.obt-home-card-price--hotel em{font-size:11px;font-style:normal;font-weight:700;opacity:.95}
.obt-home-card-price--hotel strong{font-size:17px;color:#fff}
.obt-home-resort .obt-home-why-visual:after{content:"Thông tin phòng · Giá · Khuyến mãi"}
.obt-home-resort .obt-home-tailor{background:linear-gradient(135deg,#0f4b84,#123a60)}
.obt-home-resort .obt-home-final{background:#ff730a}
.obt-home-resort .obt-home-card-body h3{font-size:19px}
.obt-home-resort .obt-home-card-body p{font-size:14px;line-height:1.6}
.obt-archive-hero{background:linear-gradient(135deg,#eef5fb,#f8fafc)}
.obt-archive-hero .obt-eyebrow{color:#ff730a}
.obt-archive-hero h1{color:#102c46}
.obt-archive-hero p{max-width:760px;color:#637589;font-size:17px;line-height:1.7}
@media(max-width:1100px){.obt-home-resort .obt-home-resort-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){.obt-home-resort .obt-home-hero{min-height:540px}.obt-home-resort .obt-home-hero h1{font-size:42px}.obt-home-resort .obt-home-resort-grid,.obt-home-resort .obt-home-tours-grid{grid-template-columns:1fr}.obt-home-resort .obt-home-card-price{right:10px;bottom:10px}}

.obt-summary-price-condition{display:block;margin:-2px 0 2px;color:var(--obt-text);font-size:15px;font-weight:800;line-height:1.45}

/* OBT Resort Manager V2: room rate plans + resort filters */
.obt-room-rate-plans{margin-top:24px;border:1px solid var(--obt-border);border-radius:12px;overflow:hidden;background:#fff}
.obt-room-rate-plans-head{display:flex;align-items:baseline;justify-content:space-between;gap:18px;padding:15px 18px;background:#f7f9fc;border-bottom:1px solid var(--obt-border)}
.obt-room-rate-plans-head strong{font-size:17px;color:var(--obt-text)}.obt-room-rate-plans-head span{font-size:13px;color:var(--obt-muted)}
.obt-room-rate-plan{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:18px;padding:16px 18px;border-bottom:1px solid var(--obt-border)}.obt-room-rate-plan:last-child{border-bottom:0}
.obt-room-rate-main{display:flex;flex-direction:column;gap:5px}.obt-room-rate-name{font-size:16px}.obt-room-rate-note{font-size:13px;color:var(--obt-muted)}
.obt-room-rate-price{display:flex;flex-direction:column;align-items:flex-end;min-width:145px}.obt-room-rate-price del{font-size:12px;color:#8a98a5}.obt-room-rate-price strong{font-size:20px;color:var(--obt-orange)}.obt-room-rate-price small{font-size:11px;color:var(--obt-muted)}
.obt-room-rate-action .obt-button{white-space:nowrap;padding:10px 14px;font-size:13px}
.obt-resort-filter{display:flex;align-items:center;flex-wrap:wrap;gap:9px;margin:0 0 30px;padding:14px 16px;border:1px solid var(--obt-border);border-radius:12px;background:#fff}.obt-resort-filter>span{margin-right:4px;font-weight:800;color:var(--obt-text)}.obt-resort-filter a{display:inline-flex;padding:8px 12px;border-radius:999px;background:#f2f6fa;color:var(--obt-blue);font-size:14px;font-weight:700;text-decoration:none}.obt-resort-filter a.is-active{background:var(--obt-blue);color:#fff}
.obt-combo-quick-facts a{color:inherit;text-decoration:none}.obt-combo-summary .obt-summary-price{margin-top:8px}
@media(max-width:760px){.obt-room-rate-plans-head{align-items:flex-start;flex-direction:column;gap:4px}.obt-room-rate-plan{grid-template-columns:1fr;gap:10px}.obt-room-rate-price{align-items:flex-start}.obt-room-rate-action .obt-button{width:100%}.obt-resort-filter{align-items:flex-start}.obt-resort-filter>span{flex:0 0 100%}}


/* V2.0.5: immersive Combo archive hero + Resort Combo CTA */
.obt-archive-hero.has-image{background-size:cover;background-position:center;min-height:430px;display:flex;align-items:center;color:#fff}
.obt-archive-hero.has-image .obt-breadcrumb,.obt-archive-hero.has-image .obt-breadcrumb a,.obt-archive-hero.has-image h1,.obt-archive-hero.has-image p{color:#fff}
.obt-archive-hero.has-image .obt-eyebrow{color:#ffb36f}
.obt-archive-hero-copy p{max-width:none;width:100%}
.obt-hotel-summary .obt-hotel-combo-button{width:100%;margin:0 0 10px;border-color:var(--obt-orange);color:var(--obt-orange)!important}
.obt-hotel-summary .obt-hotel-combo-button:hover{background:#fff4eb}
@media(max-width:700px){.obt-archive-hero.has-image{min-height:340px}.obt-archive-hero-copy p{font-size:16px}}


/* V2.0.8: detailed Experience itinerary uses the full content container width */
.single-obt_activity #itinerary .obt-prose{width:100%;max-width:none}
.single-obt_activity #itinerary .obt-prose img{max-width:100%;height:auto}


/* OBT Blog page */
.obt-blog{background:#f6f8fb;min-height:60vh}
.obt-blog-hero{padding:48px 0 40px;background:#fff;border-bottom:1px solid var(--obt-border)}
.obt-blog-hero .obt-breadcrumb{margin:0 0 20px}
.obt-blog-hero h1{margin:5px 0 12px;color:var(--obt-text);font-size:clamp(36px,5vw,58px);line-height:1.08}
.obt-blog-hero p{max-width:760px;margin:0;color:var(--obt-muted);font-size:18px;line-height:1.7}
.obt-blog-content{padding-top:38px;padding-bottom:72px}
.obt-blog-tabs{display:flex;gap:9px;overflow-x:auto;padding:0 0 14px;margin-bottom:26px;scrollbar-width:thin}
.obt-blog-tabs a{flex:0 0 auto;padding:10px 16px;border:1px solid #d7e1eb;border-radius:999px;background:#fff;color:#304b63;text-decoration:none;font-size:14px;font-weight:700;white-space:nowrap;transition:.2s ease}
.obt-blog-tabs a:hover{border-color:#11519b;color:#11519b}
.obt-blog-tabs a.is-active{background:#11519b;border-color:#11519b;color:#fff}
.obt-blog-current-filter{display:flex;align-items:baseline;gap:10px;margin:0 0 18px;color:#607080}
.obt-blog-current-filter strong{font-size:20px;color:#1d3348}
.obt-blog-list{display:grid;gap:20px}
.obt-blog-card{display:grid;grid-template-columns:310px minmax(0,1fr);overflow:hidden;border:1px solid #dce5ed;border-radius:16px;background:#fff;box-shadow:0 9px 26px rgba(17,54,86,.06)}
.obt-blog-card-image{display:block;min-height:230px;background:#e8edf2}
.obt-blog-card-image img,.obt-blog-card-image .obt-card-placeholder{display:block;width:100%;height:100%;min-height:230px;object-fit:cover}
.obt-blog-card-body{display:flex;flex-direction:column;justify-content:center;padding:28px 30px}
.obt-blog-card-meta{display:flex;flex-wrap:wrap;gap:8px;color:#788794;font-size:13px;font-weight:700}
.obt-blog-card-meta a{color:#11519b;text-decoration:none}
.obt-blog-card-body h2{margin:8px 0 10px;font-size:26px;line-height:1.28}
.obt-blog-card-body h2 a{color:#1d3348;text-decoration:none}
.obt-blog-card-body h2 a:hover{color:#11519b}
.obt-blog-card-body p{margin:0 0 16px;color:#5f7080;line-height:1.7}
.obt-blog-card-body .obt-text-link{margin-top:auto}
.obt-blog-pagination{margin-top:34px}
.obt-blog-pagination .page-numbers{display:flex;flex-wrap:wrap;gap:7px;align-items:center;justify-content:center;margin:0;padding:0;list-style:none}
.obt-blog-pagination a,.obt-blog-pagination span{display:flex;min-width:42px;height:42px;padding:0 12px;align-items:center;justify-content:center;border:1px solid #d7e1eb;border-radius:8px;background:#fff;color:#27445e;text-decoration:none;font-weight:700}
.obt-blog-pagination .current{background:#11519b;border-color:#11519b;color:#fff}
@media(max-width:760px){
  .obt-blog-hero{padding:30px 0}
  .obt-blog-content{padding-top:26px;padding-bottom:52px}
  .obt-blog-card{grid-template-columns:1fr}
  .obt-blog-card-image{height:220px;min-height:0}
  .obt-blog-card-image img,.obt-blog-card-image .obt-card-placeholder{height:220px;min-height:0}
  .obt-blog-card-body{padding:20px 17px 22px}
  .obt-blog-card-body h2{font-size:22px}
}


/* OBT Contact page */
.obt-contact-layout{background:#f6f8fb;min-height:60vh}
.obt-contact-hero{padding:48px 0 42px;background:#fff;border-bottom:1px solid var(--obt-border)}
.obt-contact-hero .obt-breadcrumb{margin:0 0 20px}
.obt-contact-hero h1{margin:5px 0 12px;color:var(--obt-text);font-size:clamp(36px,5vw,58px);line-height:1.08}
.obt-contact-hero p{max-width:780px;margin:0;color:var(--obt-muted);font-size:18px;line-height:1.7}
.obt-contact-content{padding-top:48px;padding-bottom:72px}
.obt-contact-card{max-width:980px;margin:0 auto;padding:38px;border:1px solid #dce5ed;border-radius:18px;background:#fff;box-shadow:0 12px 34px rgba(17,54,86,.08)}
.obt-contact-card-head{max-width:760px;margin-bottom:30px}
.obt-contact-kicker{display:inline-block;margin-bottom:8px;color:#11519b;font-size:13px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.obt-contact-card-head h2{margin:0;color:#1d3348;font-size:30px;line-height:1.3}
.obt-contact-info-grid{display:grid;gap:16px}
.obt-contact-info-item{display:grid;grid-template-columns:48px minmax(0,1fr);gap:16px;align-items:start;padding:20px 0;border-top:1px solid #e6edf3}
.obt-contact-info-item:first-child{border-top:0}
.obt-contact-icon{display:flex;width:48px;height:48px;align-items:center;justify-content:center;border-radius:12px;background:#eef5fb;color:#11519b;font-size:22px;font-weight:700}
.obt-contact-label{display:block;margin-bottom:5px;color:#778795;font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}
.obt-contact-info-item p{margin:0;color:#263f55;font-size:18px;line-height:1.6}
.obt-contact-info-item a{color:#11519b;text-decoration:none;font-weight:700}
.obt-contact-info-item a:hover{text-decoration:underline}
.obt-contact-sep{margin:0 8px;color:#98a6b2}
.obt-contact-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px;padding-top:28px;border-top:1px solid #e6edf3}
.obt-contact-btn{display:inline-flex;min-height:46px;padding:0 20px;align-items:center;justify-content:center;border:1px solid #11519b;border-radius:9px;background:#fff;color:#11519b;text-decoration:none;font-weight:800}
.obt-contact-btn:hover{background:#f0f6fc}
.obt-contact-btn-primary{background:#11519b;color:#fff}
.obt-contact-btn-primary:hover{background:#0c4383;color:#fff}
@media(max-width:760px){
  .obt-contact-hero{padding:30px 0}
  .obt-contact-content{padding-top:26px;padding-bottom:50px}
  .obt-contact-card{padding:24px 18px;border-radius:14px}
  .obt-contact-card-head h2{font-size:24px}
  .obt-contact-info-item{grid-template-columns:42px minmax(0,1fr);gap:12px}
  .obt-contact-icon{width:42px;height:42px}
  .obt-contact-info-item p{font-size:16px}
  .obt-contact-sep{display:none}
  .obt-contact-info-item p a{display:block;margin-bottom:4px}
  .obt-contact-actions{display:grid}
  .obt-contact-btn{width:100%}
}


/* Quote form at bottom of Contact page */
.obt-contact-quote{
  max-width:980px;
  margin:32px auto 0;
  padding:38px;
  border:1px solid #dce5ed;
  border-radius:18px;
  background:#fff;
  box-shadow:0 12px 34px rgba(17,54,86,.08);
}
.obt-contact-quote .obt-quote-wrap{margin:0}
.obt-contact-quote .obt-quote-intro{margin-bottom:24px}
.obt-contact-quote .obt-quote-intro h2{margin:5px 0 10px;color:#1d3348;font-size:30px;line-height:1.25}
.obt-contact-quote .obt-quote-intro p{max-width:780px;margin:0;color:#607080;line-height:1.7}
@media(max-width:760px){
  .obt-contact-quote{margin-top:22px;padding:24px 18px;border-radius:14px}
  .obt-contact-quote .obt-quote-intro h2{font-size:24px}
}


/* Dedicated Request Quote page: start directly at orange “TƯ VẤN & BÁO GIÁ” */
body.obt-request-quote-page .entry-header,
body.obt-request-quote-page .page-header,
body.obt-request-quote-page .entry-hero,
body.obt-request-quote-page .hero-section,
body.obt-request-quote-page .kadence-page-title,
body.obt-request-quote-page .site-main > .page-title,
body.obt-request-quote-page .content-title,
body.obt-request-quote-page .wp-block-post-title{
  display:none!important;
}
body.obt-request-quote-page .site-content,
body.obt-request-quote-page .content-area,
body.obt-request-quote-page .site-main{
  padding-top:0!important;
  margin-top:0!important;
}
body.obt-request-quote-page .obt-quote-wrap,
body.obt-request-quote-page .obt-request-quote{
  margin-top:0!important;
  padding-top:38px!important;
}
body.obt-request-quote-page .obt-eyebrow,
body.obt-request-quote-page .obt-quote-eyebrow,
body.obt-request-quote-page .obt-quote-intro .obt-eyebrow{
  color:#ff6a00!important;
}

/* v2.0.22 — the quote form has one canonical appearance everywhere */
.obt-enquiry-modal .obt-quote-wrap{margin:0!important;}
.obt-enquiry-modal .obt-quote-intro h1{margin-top:6px;}

/* v2.0.23 — visible footer columns automatically fill the available width */
.obt-site-footer .obt-footer-grid{
    grid-template-columns:repeat(auto-fit,minmax(220px,1fr))!important;
}

/* v2.0.27 — quote form submit feedback */
.obt-submit-status{display:inline-block;margin:24px 0 0 12px;font-weight:600;color:#526274;vertical-align:middle}
.obt-submit-button:disabled{opacity:.65;cursor:wait}
@media(max-width:680px){.obt-submit-status{display:block;margin:12px 0 0}}


/* OBT copy protection: mobile/desktop image lock. Removed after valid passcode. */
html.obt-copy-locked img,
html.obt-copy-locked picture,
html.obt-copy-locked figure {
  -webkit-touch-callout: none !important;
  -webkit-user-select: none !important;
  user-select: none !important;
  -webkit-user-drag: none !important;
}
html.obt-copy-locked img {
  -webkit-user-drag: none !important;
}
