:root{--tx-navy:#0b1f42;--tx-orange:#ff6a3d;--tx-text:#14213d;--tx-muted:#687386;--tx-border:#e8ebf0;--tx-soft:#f7f9fc}
.tx-package-grid{display:grid;grid-template-columns:repeat(var(--tx-cols,3),minmax(0,1fr));gap:28px;font-family:inherit}.tx-package-card{background:#fff;border:1px solid #eceff3;border-radius:14px;overflow:hidden;box-shadow:0 12px 34px rgba(13,31,67,.10);transition:transform .25s ease,box-shadow .25s ease}.tx-package-card:hover{transform:translateY(-5px);box-shadow:0 18px 44px rgba(13,31,67,.15)}.tx-card-media{display:block;aspect-ratio:1/1;overflow:hidden;background:#f4f6f9}.tx-card-media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease}.tx-package-card:hover .tx-card-media img{transform:scale(1.035)}.tx-no-image{height:100%;display:grid;place-items:center;color:#8993a4}.tx-card-body{padding:18px 22px 20px}.tx-card-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:18px;color:#17304f}.tx-card-meta strong{font-size:20px}.tx-card-meta small{font-size:15px;font-weight:500}.tx-duration{font-size:16px;white-space:nowrap}.tx-icon{margin-right:8px;color:#17304f}.tx-card-title{display:flex;align-items:center;gap:9px;margin-top:20px;color:var(--tx-orange)!important;font-weight:700;font-size:27px;line-height:1.25;text-decoration:none}.tx-pin{font-size:25px;color:#2b3140}.tx-card-rating{display:flex;align-items:center;gap:12px;margin-top:22px;font-weight:700;color:#20334a}.tx-star{color:var(--tx-orange);font-size:22px}
.tx-detail-wrap{max-width:1240px;margin:0 auto;padding:56px 24px 80px;color:var(--tx-text);font-family:inherit}.tx-detail-hero{display:grid;grid-template-columns:1.18fr .82fr;gap:48px;align-items:center}.tx-detail-media img{width:100%;height:560px;object-fit:cover;border-radius:18px;box-shadow:0 18px 55px rgba(11,31,66,.12)}.tx-eyebrow,.tx-section-kicker,.tx-booking-label{color:var(--tx-orange);font-size:12px;letter-spacing:.15em;text-transform:uppercase;font-weight:800}.tx-detail-summary h1{font-size:48px;line-height:1.08;margin:12px 0 14px}.tx-detail-meta{color:var(--tx-muted);font-weight:600}.tx-detail-price{display:flex;align-items:end;gap:8px;margin:24px 0}.tx-detail-price strong{font-size:40px}.tx-detail-price span{color:var(--tx-muted);padding-bottom:7px}.tx-summary-excerpt{font-size:17px;line-height:1.75;color:var(--tx-muted);margin-bottom:25px}.tx-primary-btn{display:inline-flex;justify-content:center;align-items:center;background:var(--tx-orange);color:#fff!important;border:none;border-radius:7px;padding:14px 24px;font-weight:700;text-decoration:none;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.tx-primary-btn:hover{transform:translateY(-1px);box-shadow:0 10px 25px rgba(255,106,61,.24)}
.tx-gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:34px 0}.tx-gallery img{width:100%;height:190px;object-fit:cover;border-radius:12px}.tx-detail-columns{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:44px;margin-top:50px}.tx-detail-content>section,.tx-two-sections{padding:0 0 38px;margin-bottom:38px;border-bottom:1px solid var(--tx-border)}.tx-detail-content h2{font-size:31px;line-height:1.2;margin:5px 0 20px}.tx-richtext,.tx-detail-list,.tx-itinerary{font-size:17px;line-height:1.8;color:#4c5a70}.tx-richtext p:first-child{margin-top:0}.tx-detail-list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 26px}.tx-detail-list li{display:flex;gap:10px}.tx-detail-list li span{color:var(--tx-orange);font-weight:900}.tx-two-sections{display:grid;grid-template-columns:1fr 1fr;gap:30px}.tx-two-sections section{margin:0}.tx-two-sections .tx-detail-list{grid-template-columns:1fr}
.tx-itinerary{position:relative}.tx-itinerary:before{content:"";position:absolute;left:35px;top:28px;bottom:28px;width:1px;background:#dfe5ee}.tx-itinerary-item{position:relative;display:grid;grid-template-columns:72px 1fr;gap:24px;padding:10px 0 28px}.tx-day-index{position:relative;z-index:1;width:70px;height:70px;border-radius:50%;background:var(--tx-navy);color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 8px 20px rgba(11,31,66,.14)}.tx-day-index small{font-size:9px;letter-spacing:.13em;opacity:.75}.tx-day-index strong{font-size:20px;line-height:1.1}.tx-day-copy{background:var(--tx-soft);border:1px solid #edf0f4;border-radius:14px;padding:22px 24px}.tx-day-copy h3{font-size:20px;margin:0 0 10px;color:var(--tx-navy)}.tx-day-copy p{margin:0 0 10px}.tx-day-copy p:last-child{margin-bottom:0}.tx-day-copy strong{color:#1a2b49}
.tx-faq-list{border-top:1px solid var(--tx-border)}.tx-faq-item{border-bottom:1px solid var(--tx-border)}.tx-faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:20px;text-align:left;background:transparent;border:0;padding:20px 0;color:var(--tx-navy);font:inherit;font-size:17px;font-weight:700;cursor:pointer}.tx-faq-question b{font-size:24px;font-weight:400;transition:transform .2s}.tx-faq-item.is-open .tx-faq-question b{transform:rotate(45deg);color:var(--tx-orange)}.tx-faq-answer{padding:0 40px 20px 0;color:var(--tx-muted);line-height:1.75}.tx-faq-answer p{margin:0}
.tx-booking-card{position:sticky;top:30px;align-self:start;background:#fff;border:1px solid var(--tx-border);border-radius:14px;padding:28px;box-shadow:0 16px 45px rgba(13,31,67,.10)}.tx-booking-card h3{font-size:27px;margin:7px 0 8px}.tx-booking-card>p{color:var(--tx-muted);margin:0 0 18px}.tx-booking-card form{display:grid;gap:15px}.tx-booking-card label{display:grid;gap:7px;font-size:14px;font-weight:700}.tx-booking-card input,.tx-booking-card textarea{width:100%;box-sizing:border-box;border:1px solid #dce1e8;border-radius:7px;padding:12px 13px;font:inherit;background:#fff}.tx-form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.tx-success{background:#eaf8ef;color:#20633c;border:1px solid #bfe7cd;border-radius:8px;padding:12px;margin-bottom:15px}
@media(max-width:1024px){.tx-package-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.tx-detail-hero,.tx-detail-columns{grid-template-columns:1fr}.tx-booking-card{position:static}.tx-detail-media img{height:460px}}@media(max-width:700px){.tx-package-grid{grid-template-columns:1fr}.tx-card-title{font-size:23px}.tx-card-meta{font-size:16px}.tx-detail-wrap{padding:28px 16px 60px}.tx-detail-summary h1{font-size:36px}.tx-detail-media img{height:330px}.tx-gallery{grid-template-columns:repeat(2,1fr)}.tx-gallery img{height:130px}.tx-detail-list,.tx-two-sections{grid-template-columns:1fr}.tx-form-row{grid-template-columns:1fr}.tx-itinerary:before{left:26px}.tx-itinerary-item{grid-template-columns:54px 1fr;gap:14px}.tx-day-index{width:52px;height:52px}.tx-day-copy{padding:18px}.tx-day-copy h3{font-size:18px}}


/* v1.3.0 — theme-proof premium detail page */
body.single-tx_package .tx-detail-wrap,
.tx-detail-wrap{box-sizing:border-box}
.tx-detail-wrap *{box-sizing:border-box}

/* Keep the hero compact and prevent active theme heading styles from hiding the title */
.tx-detail-hero{align-items:start;gap:42px}
.tx-detail-summary{padding-top:10px;align-self:start}
.tx-detail-summary .tx-eyebrow{margin:0 0 12px;color:var(--tx-orange)!important}
.tx-detail-summary h1,
body.single-tx_package .tx-detail-summary h1{
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
  color:var(--tx-navy)!important;
  background:transparent!important;
  font-family:inherit!important;
  font-size:clamp(38px,4vw,54px)!important;
  font-weight:750!important;
  letter-spacing:-.035em!important;
  line-height:1.06!important;
  margin:0 0 18px!important;
  padding:0!important;
  text-transform:none!important;
  min-height:0!important;
}
.tx-detail-meta{display:flex;align-items:center;flex-wrap:wrap;gap:8px;font-size:16px;line-height:1.4;margin:0 0 18px;color:#58677e!important}
.tx-detail-meta .tx-star{margin-right:0}
.tx-detail-price{margin:0 0 18px;align-items:baseline}
.tx-detail-price strong{color:var(--tx-navy)!important;font-size:44px;line-height:1;font-weight:800;letter-spacing:-.03em}
.tx-detail-price span{padding-bottom:0;font-size:16px}
.tx-summary-excerpt{margin:0 0 24px;max-width:560px}
.tx-detail-media img{height:520px}

/* Section headings should remain readable even when theme has global heading colors */
.tx-detail-content h2,
.tx-detail-content h3,
.tx-booking-card h3,
body.single-tx_package .tx-detail-content h2,
body.single-tx_package .tx-detail-content h3,
body.single-tx_package .tx-booking-card h3{color:var(--tx-navy)!important;background:transparent!important;text-transform:none!important}
.tx-detail-content h2{font-weight:750!important;letter-spacing:-.025em!important}

/* Premium FAQ accordion — overrides theme button styling */
.tx-faq-section{padding-bottom:18px!important}
.tx-faq-section .tx-section-kicker{margin-bottom:8px}
.tx-faq-section h2{margin-bottom:24px!important}
.tx-faq-list{border:0!important;display:grid;gap:12px}
.tx-faq-item{border:1px solid #e5e9f0!important;border-radius:12px!important;background:#fff!important;overflow:hidden;box-shadow:0 4px 16px rgba(13,31,67,.035)}
.tx-faq-question,
body.single-tx_package .tx-faq-question,
.tx-faq-item button.tx-faq-question{
  -webkit-appearance:none!important;
  appearance:none!important;
  width:100%!important;
  min-height:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:20px!important;
  margin:0!important;
  padding:18px 20px!important;
  border:0!important;
  border-radius:0!important;
  outline:0!important;
  background:#fff!important;
  background-image:none!important;
  box-shadow:none!important;
  color:var(--tx-navy)!important;
  font-family:inherit!important;
  font-size:16px!important;
  font-weight:700!important;
  line-height:1.45!important;
  letter-spacing:0!important;
  text-transform:none!important;
  text-decoration:none!important;
}
.tx-faq-question:hover,
.tx-faq-question:focus{background:#fbfcfe!important;color:var(--tx-navy)!important}
.tx-faq-question span{flex:1;min-width:0}
.tx-faq-question b{
  flex:0 0 30px!important;
  width:30px!important;
  height:30px!important;
  display:grid!important;
  place-items:center!important;
  border:1px solid #dfe5ee!important;
  border-radius:50%!important;
  background:#f8fafc!important;
  color:var(--tx-navy)!important;
  font-family:Arial,sans-serif!important;
  font-size:20px!important;
  line-height:1!important;
  font-weight:400!important;
  transition:transform .2s ease,background .2s ease,color .2s ease,border-color .2s ease!important;
}
.tx-faq-item.is-open{border-color:#d7dfeb!important;box-shadow:0 10px 28px rgba(13,31,67,.065)}
.tx-faq-item.is-open .tx-faq-question{background:#fbfcfe!important}
.tx-faq-item.is-open .tx-faq-question b{transform:rotate(45deg)!important;background:var(--tx-orange)!important;border-color:var(--tx-orange)!important;color:#fff!important}
.tx-faq-answer{padding:0 20px 20px!important;color:#5e6c80!important;font-size:16px;line-height:1.75;background:#fbfcfe!important}
.tx-faq-answer[hidden]{display:none!important}
.tx-faq-answer p{margin:0!important}

/* Booking card typography should also survive theme overrides */
.tx-booking-card .tx-booking-label{color:var(--tx-orange)!important}
.tx-booking-card h3{font-size:28px!important;font-weight:750!important;letter-spacing:-.02em!important;line-height:1.15!important}
.tx-booking-card label{color:var(--tx-navy)!important}
.tx-booking-card .tx-primary-btn,
body.single-tx_package .tx-booking-card .tx-primary-btn{background:var(--tx-orange)!important;color:#fff!important;border:0!important;border-radius:8px!important;box-shadow:none!important}

@media(max-width:1024px){
  .tx-detail-summary{padding-top:0}
  .tx-detail-media img{height:440px}
}
@media(max-width:700px){
  .tx-detail-hero{gap:24px}
  .tx-detail-summary h1,body.single-tx_package .tx-detail-summary h1{font-size:36px!important}
  .tx-detail-price strong{font-size:36px}
  .tx-detail-media img{height:320px}
  .tx-faq-question,.tx-faq-item button.tx-faq-question{padding:16px!important;font-size:15px!important}
  .tx-faq-answer{padding:0 16px 16px!important}
}

/* v1.4.0 — refined package cards + premium booking panel */
.tx-card-title,
.tx-package-card a.tx-card-title,
body .tx-package-card a.tx-card-title{
  display:block!important;
  margin-top:20px!important;
  padding:0!important;
  color:var(--tx-orange)!important;
  font-size:25px!important;
  line-height:1.3!important;
  font-weight:750!important;
  letter-spacing:-.02em!important;
  text-decoration:none!important;
  text-underline-offset:0!important;
  border:0!important;
  box-shadow:none!important;
}
.tx-card-title:hover,
.tx-package-card a.tx-card-title:hover{color:#e9572d!important;text-decoration:none!important}
.tx-pin,.tx-card-rating,.tx-star{display:none!important}
.tx-card-body{padding:20px 24px 26px!important}
.tx-card-meta{padding-bottom:2px}
.tx-card-meta strong{color:var(--tx-navy)!important;font-size:22px!important;letter-spacing:-.02em}
.tx-card-meta small{color:#687386!important;margin-left:3px}
.tx-duration{color:#42526a!important;font-size:15px!important}

.tx-detail-meta{margin:0 0 16px!important}
.tx-meta-duration{display:inline-flex;align-items:center;color:#516078!important;font-size:15px!important;font-weight:650!important}
.tx-meta-duration:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--tx-orange);margin-right:10px;box-shadow:0 0 0 4px rgba(255,106,61,.10)}

.tx-booking-card,
body.single-tx_package .tx-booking-card{
  position:sticky;
  top:28px;
  align-self:start;
  overflow:hidden;
  background:#fff!important;
  border:1px solid #e8ecf2!important;
  border-radius:18px!important;
  padding:32px 30px 30px!important;
  box-shadow:0 24px 70px rgba(11,31,66,.11)!important;
}
.tx-booking-card:before{content:"";position:absolute;left:0;right:0;top:0;height:4px;background:var(--tx-orange)}
.tx-booking-label{margin-bottom:10px!important;font-size:11px!important;letter-spacing:.16em!important;font-weight:800!important}
.tx-booking-card h3,
body.single-tx_package .tx-booking-card h3{
  margin:0 0 8px!important;
  color:var(--tx-navy)!important;
  font-size:30px!important;
  line-height:1.12!important;
  font-weight:780!important;
  letter-spacing:-.03em!important;
}
.tx-booking-package-name{margin:0 0 14px!important;color:#31425d!important;font-size:15px!important;font-weight:750!important;line-height:1.45!important}
.tx-booking-intro{margin:0 0 24px!important;color:#6a7689!important;font-size:15px!important;line-height:1.65!important}
.tx-booking-card form{display:grid!important;gap:16px!important}
.tx-booking-card label{display:grid!important;gap:7px!important;margin:0!important;color:#14213d!important;font-size:13px!important;font-weight:750!important;line-height:1.3!important}
.tx-booking-card input,
.tx-booking-card textarea,
body.single-tx_package .tx-booking-card input,
body.single-tx_package .tx-booking-card textarea{
  width:100%!important;
  box-sizing:border-box!important;
  margin:0!important;
  border:1px solid #dfe5ed!important;
  border-radius:10px!important;
  background:#fbfcfe!important;
  color:#17243c!important;
  padding:12px 14px!important;
  font-family:inherit!important;
  font-size:15px!important;
  font-weight:500!important;
  line-height:1.4!important;
  outline:none!important;
  box-shadow:none!important;
  transition:border-color .18s ease,box-shadow .18s ease,background .18s ease!important;
}
.tx-booking-card input{min-height:48px!important}
.tx-booking-card textarea{min-height:108px!important;resize:vertical!important}
.tx-booking-card input:focus,
.tx-booking-card textarea:focus{border-color:#ff8b67!important;background:#fff!important;box-shadow:0 0 0 4px rgba(255,106,61,.10)!important}
.tx-booking-card input::placeholder,.tx-booking-card textarea::placeholder{color:#9aa4b3!important;font-weight:500!important}
.tx-booking-card .tx-form-row{gap:12px!important}
.tx-booking-card button.tx-primary-btn,
body.single-tx_package .tx-booking-card button.tx-primary-btn{
  width:100%!important;
  min-height:52px!important;
  margin-top:4px!important;
  border:0!important;
  border-radius:10px!important;
  background:var(--tx-orange)!important;
  color:#fff!important;
  font-size:15px!important;
  font-weight:800!important;
  letter-spacing:.01em!important;
  box-shadow:0 10px 24px rgba(255,106,61,.20)!important;
}
.tx-booking-card button.tx-primary-btn:hover{background:#ed5a31!important;transform:translateY(-1px)!important;box-shadow:0 14px 30px rgba(255,106,61,.25)!important}
@media(max-width:1024px){.tx-booking-card{position:static!important;max-width:680px}}
@media(max-width:700px){.tx-booking-card{padding:28px 20px 22px!important;border-radius:14px!important}.tx-booking-card h3{font-size:27px!important}.tx-card-title{font-size:23px!important}}
