:root {
  --td-bg: #f5f1ea;
  --td-card: #ffffff;
  --td-card-soft: #fcf8f2;
  --td-border: #e8dece;
  --td-ink: #151515;
  --td-muted: #6f7786;
  --td-red: #d60302;
  --td-red-soft: rgba(214, 3, 2, 0.08);
  --td-shadow: 0 14px 34px rgba(21, 21, 21, 0.06);
}

body.single-listing {
  background: var(--td-bg);
}

/* offer slider */
body.single-listing .tdld-offers-top {
  padding: 0 0 12px;
}
body.single-listing .tdld-offers-top .container{
  width: calc(100% - 32px);
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}
.tdld-offers-slider{
  position: relative;
}
.tdld-offers-nav {
  position: absolute;
  left: 18px;
  bottom: 18px;
  z-index: 8;
  display: flex;
  gap: 10px;
}
.tdld-offers-arrow,
.tdld-outline-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(220, 224, 230, .95);
  background: rgba(255,255,255,.96);
  color: var(--td-ink);
  border-radius: 999px;
  padding: 0;
  font-size: 18px;
  font-weight: 700;
  box-shadow: 0 10px 30px rgba(15,23,42,.10);
}
.tdld-offers-arrow[disabled]{
  opacity: .45;
  cursor: not-allowed;
}
.tdld-outline-btn {
  width: auto;
  height: auto;
  color: var(--td-red);
  border-color: var(--td-red);
  padding: 10px 16px;
  text-decoration: none;
  box-shadow: none;
}
.tdld-offers-track {
  display: flex;
  gap: 0;
  overflow: hidden;
  padding-bottom: 0;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
}
.tdld-offers-track::-webkit-scrollbar { height: 0; }
.tdld-offer-card {
  flex: 0 0 100%;
  width: 100%;
  min-width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.38fr);
  background: var(--td-card);
  border: 1px solid var(--td-border);
  border-radius: 30px;
  overflow: hidden;
  box-shadow: var(--td-shadow);
  scroll-snap-align: start;
}
.tdld-offer-card__media img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  object-position: center top;
}
.tdld-offer-card__body { padding: 26px; }
.tdld-offer-tag {
  display: inline-flex;
  padding: 7px 12px;
  border-radius: 999px;
  background: var(--td-card-soft);
  color: var(--td-muted);
  font-size: 12px;
  font-weight: 600;
}
.tdld-offer-card__body h3 { margin: 18px 0 12px; font-size: 34px; line-height: 1.15; color: var(--td-ink); }
.tdld-offer-card__body p,
.tdld-offer-meta { margin: 0 0 10px; font-size: 15px; line-height: 1.8; color: var(--td-muted); }
.tdld-offer-highlight { font-size: 15px; font-weight: 700; color: var(--td-red); }
.tdld-offer-bottom {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--td-border);
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 16px;
}
.tdld-offer-starting { font-size: 11px; letter-spacing: .22em; text-transform: uppercase; color: #98a0af; }
.tdld-offer-price { font-size: 32px; line-height: 1; font-weight: 700; color: var(--td-ink); margin-top: 6px; }

.tdld-offer-card.is-host-offer-run{
  grid-template-columns: minmax(0, 7fr) minmax(320px, 3fr);
  align-items: stretch;
}
.tdld-offer-card.is-host-offer-run .tdld-offer-card__media{
  position: relative;
  min-height: 400px;
}
.tdld-offer-card.is-host-offer-run .tdld-offer-card__media picture,
.tdld-offer-card.is-host-offer-run .tdld-offer-card__media img{
  display:block;
  width:100%;
  height:100%;
  min-height: 400px;
}
.tdld-host-offer__mobile-summary{display:none}
.tdld-host-offer__mobile-listing{display:none}
.tdld-host-offer__body{
  padding: 14px 16px 14px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  gap:10px;
  background:#fff;
}
.tdld-host-offer__content{
  display:grid;
  gap:8px;
  align-content:start;
}
.tdld-host-offer__sectionhead{
  display:grid;
  gap:3px;
  padding-bottom:2px;
  margin-bottom:0;
}
.tdld-host-offer__sectionhead h2{
  margin:0;
  font-size:24px;
  line-height:1.08;
  color:var(--td-ink);
}
.tdld-host-offer__eyebrow{
  display:inline-flex;
  align-items:center;
  align-self:flex-start;
  padding:7px 12px;
  border-radius:999px;
  background:#f7f4ef;
  color:#495057;
  font-size:12px;
  font-weight:700;
  letter-spacing:.04em;
  text-transform:uppercase;
}
.tdld-host-offer__promo-line,
.tdld-offer-popup__promo-line{
  font-size:16px;
  font-weight:700;
  line-height:1.2;
  color:var(--td-ink);
}
.tdld-host-offer__title{
  margin:0;
  font-size:20px;
  line-height:1.08;
  color:var(--td-ink);
}
.tdld-host-offer__meta{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.tdld-host-offer__meta span{
  display:inline-flex;
  align-items:center;
  min-height:32px;
  padding:0 10px;
  border-radius:999px;
  background:#f7f4ef;
  color:#495057;
  font-size:12px;
  font-weight:700;
}
.tdld-host-offer__pricing{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(160px,1fr));
  gap:10px;
}
.tdld-host-offer__pricebox{
  border:1px solid #ede7dc;
  border-radius:18px;
  padding:10px 12px;
  background:#faf7f3;
}
.tdld-host-offer__pricebox strong{
  display:block;
  font-size:11px;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:#8a909c;
  margin-bottom:8px;
}
.tdld-host-offer__pricebox span{
  display:block;
  font-size:20px;
  line-height:1.05;
  font-weight:700;
  color:#151515;
}
.tdld-host-offer__pricebox--rack span{
  text-decoration:line-through;
  color:#99a0aa;
}
.tdld-host-offer__pricebox--rack.tdld-host-offer__pricebox--plain span{
  text-decoration:none;
  color:#151515;
}
.tdld-host-offer__pricebox--offer span{
  color:#151515;
}
.tdld-host-offer__subheading,
.tdld-offer-popup__subheading{
  font-size:13px;
  font-weight:700;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:#8a909c;
}
.tdld-host-offer__inclusions-wrap{
  display:grid;
  gap:10px;
}
.tdld-host-offer__inclusions{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px 10px;
  align-content:start;
}
.tdld-host-offer__inclusions span{
  display:block;
  padding:10px 12px;
  border-radius:10px;
  background:#f8f6f2;
  color:#5f6771;
  font-size:13px;
  line-height:1.4;
  font-weight:600;
}
.tdld-host-offer__actions{
  display:flex;
  justify-content:flex-start;
  align-items:center;
  padding-top:4px;
  margin-top:auto;
}
.tdld-host-offer__actions .property-contact-buttons.tdspb-detail-buttons,
.tdld-offer-popup__actions .property-contact-buttons.tdspb-detail-buttons{
  margin-top:0;
}
.tdld-host-offer__actions .tdspb-btn-detail,
.tdld-host-offer__actions .tdspb-btn-detail:hover,
.tdld-host-offer__actions .tdspb-btn-detail:focus,
.tdld-offer-popup__actions .tdspb-btn-detail,
.tdld-offer-popup__actions .tdspb-btn-detail:hover,
.tdld-offer-popup__actions .tdspb-btn-detail:focus{
  min-height:42px;
}
.tdld-host-offer__knowmore{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 16px;
  border:1px solid #d8d0c4;
  border-radius:999px;
  background:#fff;
  color:#151515;
  font-size:14px;
  font-weight:700;
  cursor:pointer;
}

.tdld-offer-popup{position:fixed;inset:0;z-index:9999;display:none;align-items:flex-start;justify-content:center;padding:18px;background:rgba(10,10,10,.62);overflow-y:auto;-webkit-overflow-scrolling:touch}
.tdld-offer-popup.is-open{display:flex}
.tdld-offer-popup__dialog{width:min(560px,100%);max-height:calc(100vh - 36px);overflow-y:auto;-webkit-overflow-scrolling:touch;background:#fff;border-radius:24px;padding:22px 22px 18px;box-shadow:0 20px 60px rgba(0,0,0,.18);position:relative;margin:auto 0}
.tdld-offer-popup__close{position:absolute;top:14px;right:14px;width:38px;height:38px;border-radius:999px;border:1px solid #e7e1d7;background:#fff;color:#4a5568;font-size:22px;line-height:1;cursor:pointer}
.tdld-offer-popup__head{display:grid;gap:8px}
.tdld-offer-popup__head h3{margin:0;font-size:28px;line-height:1.1;color:#151515}
.tdld-offer-popup__eyebrow{display:inline-flex;padding:6px 12px;border-radius:999px;background:#f7f4ef;color:#495057;font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}
.tdld-offer-popup__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px;margin-top:18px}
.tdld-offer-popup__box{border:1px solid #ede7dc;border-radius:18px;padding:14px 16px;background:#faf7f3}
.tdld-offer-popup__box strong{display:block;font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:#8a909c;margin-bottom:8px}
.tdld-offer-popup__box span{display:block;font-size:18px;font-weight:700;color:#151515}
.tdld-offer-popup__box--rack span{text-decoration:line-through;color:#99a0aa}
.tdld-offer-popup__box--rack.tdld-offer-popup__box--plain span{text-decoration:none;color:#151515}
.tdld-offer-popup__box--offer span{color:#151515}
.tdld-offer-popup__facts{display:grid;gap:10px;margin-top:16px}
.tdld-offer-popup__facts div{padding:12px 14px;border-radius:16px;background:#f8fafc;color:#334155;font-size:14px}
.tdld-offer-popup__facts strong{color:#0f172a}
.tdld-offer-popup__chips{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:12px}
.tdld-offer-popup__chips span{display:block;padding:10px 12px;border-radius:14px;background:#f8fafc;color:#56616e;font-size:13px;font-weight:600;line-height:1.45}
.tdld-offer-popup__actions{display:block;justify-content:flex-start;margin-top:18px;padding-top:16px;border-top:1px solid #ede7dc;background:#fff}.tdld-offer-popup__actions .tdld-host-offer__contact-wrap,.tdld-offer-popup__actions .property-contact-buttons,.tdld-offer-popup__actions .tdspb-btn-detail{width:100% !important;display:block}.tdld-offer-popup__actions .tdspb-btn-detail{min-height:44px;justify-content:center}


@media (max-width: 1199px){
  .tdld-offer-card.is-host-offer-run .tdld-offer-card__media,
  .tdld-offer-card.is-host-offer-run .tdld-offer-card__media picture,
  .tdld-offer-card.is-host-offer-run .tdld-offer-card__media img{
    min-height: 380px;
  }
}
@media (max-width: 991px){
  body.single-listing .tdld-offers-top .container{
    width: calc(100% - 24px);
  }
  .tdld-offer-card.is-host-offer-run{
    grid-template-columns:1fr;
  }
  .tdld-offer-card.is-host-offer-run .tdld-host-offer__body{
    display:none;
  }
  .tdld-offer-card.is-host-offer-run .tdld-offer-card__media,
  .tdld-offer-card.is-host-offer-run .tdld-offer-card__media picture,
  .tdld-offer-card.is-host-offer-run .tdld-offer-card__media img{
    min-height:440px;
  }
  .tdld-host-offer__mobile-listing{
    display:block;
    position:absolute;
    top:12px;
    left:12px;
    max-width:calc(100% - 84px);
    padding:6px 10px;
    border-radius:999px;
    background:rgba(255,255,255,.92);
    color:#111827;
    font-size:11px;
    line-height:1.2;
    font-weight:700;
  }
  .tdld-host-offer__mobile-summary{
    display:grid;
    gap:10px;
    position:static;
    padding:14px 14px 16px;
    background:#fff;
    border-top:1px solid var(--td-border);
  }
  .tdld-host-offer__mobile-title{
    font-size:20px;
    line-height:1.15;
    font-weight:700;
    color:var(--td-ink);
  }
  .tdld-host-offer__mobile-pricing{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(120px,1fr));
    gap:10px;
    align-items:end;
  }
  .tdld-host-offer__mobile-pricing div small{
    display:block;
    font-size:10px;
    letter-spacing:.16em;
    text-transform:uppercase;
    color:#8a909c;
    margin-bottom:4px;
  }
  .tdld-host-offer__mobile-pricing div span{
    display:block;
    font-size:16px;
    font-weight:700;
    color:#151515;
    line-height:1.1;
  }
  .tdld-host-offer__mobile-pricing .is-rack span{
    text-decoration:line-through;
    color:#99a0aa;
  }
  .tdld-host-offer__mobile-pricing .is-rack.is-plain span{
    text-decoration:none;
    color:#151515;
  }
  .tdld-host-offer__mobile-summary .tdld-host-offer__knowmore{
    width:100%;
    min-height:38px;
    font-size:13px;
  }
  .tdld-offer-popup__actions .tdspb-btn-detail{min-height:42px;justify-content:center}
}
@media (max-width: 767px){
  .tdld-offer-popup{padding:10px 10px calc(96px + env(safe-area-inset-bottom, 0px));}
  .tdld-offer-popup__dialog{max-height:calc(100vh - 20px);padding:18px 16px calc(108px + env(safe-area-inset-bottom, 0px));border-radius:20px}
  .tdld-offer-popup__close{top:10px;right:10px}
  .tdld-offer-popup__actions{position:sticky;bottom:calc(72px + env(safe-area-inset-bottom, 0px));margin:18px -16px calc(56px + env(safe-area-inset-bottom, 0px));padding:14px 16px 16px;box-shadow:0 -8px 18px rgba(15,23,42,.06)}
}
@media (max-width: 767px){
  .tdld-offers-nav{
    left:auto;
    right:12px;
    top:12px;
    bottom:auto;
  }
  .tdld-offers-arrow{
    width:34px;
    height:34px;
    font-size:14px;
  }
  .tdld-offer-card.is-host-offer-run .tdld-offer-card__media,
  .tdld-offer-card.is-host-offer-run .tdld-offer-card__media picture,
  .tdld-offer-card.is-host-offer-run .tdld-offer-card__media img{
    min-height:420px;
  }
  .tdld-host-offer__inclusions,
  .tdld-offer-popup__chips{
    grid-template-columns:1fr;
  }
  .tdld-offer-popup__dialog{padding:18px}
  .tdld-offer-popup__grid{grid-template-columns:1fr}
}
/* hero */
.tdld-v5-hero { padding-bottom: 18px; }
.tdld-v5-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.62fr) minmax(320px, .82fr);
  gap: 18px;
  align-items: start;
}
.tdld-v5-hero__main {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: end;
}
.tdld-v5-hero__image-wrap {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: 34px;
}
.tdld-v5-hero__image,
.tdld-banner-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tdld-v5-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, .16) 0%, rgba(0, 0, 0, .58) 100%);
}
.tdld-v5-hero__card {
  position: relative;
  z-index: 2;
  width: min(76%, 720px);
  margin: 20px;
  background: rgba(255, 255, 255, .95);
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 30px;
  box-shadow: 0 24px 50px rgba(0,0,0,.12);
  backdrop-filter: blur(14px);
  padding: 22px 24px;
}
.tdld-hero-copy__top > .breadcrumbs { margin-bottom: 10px; }
.tdld-hero-copy__top > .breadcrumbs,
.tdld-hero-copy__top > .breadcrumbs a,
.tdld-hero-copy__top > .breadcrumbs .breadcrumb_last {
  color: #6f7786;
}
.tdld-hero-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
}
.tdld-hero-chips span,
.tdld-superhost-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 999px;
  padding: 7px 12px;
  background: #fff;
  border: 1px solid rgba(214, 3, 2, .12);
  font-size: 12px;
  font-weight: 600;
}
.tdld-listing-title {
  margin: 0 0 10px;
  font-size: clamp(32px, 3.5vw, 56px);
  line-height: 1.04;
  color: var(--td-ink);
}
.tdld-item-address { margin-bottom: 10px; font-size: 15px; }
.tdld-hero-rating { margin-bottom: 10px; }
.tdld-hero-copy__actions { display: grid; gap: 14px; }
.tdld-hero-contact-buttons { display: flex; flex-wrap: wrap; gap: 10px; }
.tdld-hero-contact-buttons .tdspb-btn-detail,
.tdld-hero-contact-buttons .tdspb-btn-detail:hover,
.tdld-hero-contact-buttons .tdspb-btn-detail:focus {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 42px;
  padding: 10px 15px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}
.tdld-hero-contact-buttons .tdspb-btn-phone.tdspb-btn-active,
.tdld-hero-contact-buttons .tdspb-btn-phone.tdspb-btn-active:hover,
.tdld-hero-contact-buttons .tdspb-btn-phone.tdspb-btn-active:focus {
  background: #16a34a;
  border: 1px solid #16a34a;
  color: #fff !important;
}
.tdld-hero-contact-buttons .tdspb-btn-inactive,
.tdld-hero-contact-buttons .tdspb-btn-inactive:focus,
.tdld-hero-contact-buttons .tdspb-btn-whatsapp,
.tdld-hero-contact-buttons .tdspb-btn-website,
.tdld-hero-contact-buttons .tdspb-btn-book,
.tdld-hero-contact-buttons .tdspb-btn-detail {
  background: #fff;
  border: 1px solid var(--td-red);
  color: var(--td-red) !important;
}
.tdld-hero-contact-buttons .tdspb-btn-detail:hover { background: var(--td-red); color: #fff !important; }
.tdld-hero-utility { display: flex; flex-wrap: wrap; gap: 14px; }
.tdld-hero-utility a { color: var(--td-ink); font-weight: 600; }
.tdld-v5-hero__bottom-row {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(240px, .75fr);
  gap: 14px;
  margin-top: 16px;
  align-items: start;
}
.tdld-v5-hero__meta-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.tdld-v5-meta-card,
.tdld-v5-compact-story,
.tdld-v5-booking-panel > *,
.tdld-section-shell,
.tdld-sidebar-similar {
  background: var(--td-card);
  border: 1px solid var(--td-border);
  border-radius: 28px;
  box-shadow: var(--td-shadow);
}
.tdld-v5-meta-card {
  background: rgba(255,255,255,.92);
  padding: 13px 14px;
}
.tdld-v5-meta-card span { display: block; margin-bottom: 4px; font-size: 12px; color: var(--td-muted); }
.tdld-v5-meta-card strong { font-size: 24px; line-height: 1; color: var(--td-ink); }
.tdld-v5-compact-story {
  padding: 18px 18px 16px;
  background: rgba(255,255,255,.92);
}
.tdld-v5-compact-story__price-row { display: flex; align-items: flex-end; gap: 6px; flex-wrap: wrap; margin-top: 4px; }
.tdld-v5-compact-story__price { font-size: 34px; line-height: 1; font-weight: 700; color: var(--td-ink); }
.tdld-v5-compact-story__suffix { font-size: 18px; line-height: 1; padding-bottom: 4px; color: var(--td-ink); }
.tdld-v5-compact-story__title { margin-top: 14px; font-size: 16px; font-weight: 700; color: var(--td-ink); }
.tdld-v5-compact-story p { margin: 8px 0 0; font-size: 14px; line-height: 1.75; color: var(--td-muted); }
.tdld-v5-booking-panel { display: grid; gap: 16px; position: sticky; top: 20px; }
.tdld-v5-booking-panel .sidebar-booking-module,
.tdld-v5-booking-panel .contact-form-sidebar,
.tdld-v5-booking-panel .sidebar-booking-hourly,
.tdld-v5-booking-panel .widget {
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid var(--td-border);
  box-shadow: var(--td-shadow);
  background: #fff;
}
.tdld-v5-booking-panel .card,
.tdld-v5-sidebar .card { border-radius: 26px; }

/* layout */
.tdld-v5-main { padding: 4px 0 32px; }
.tdld-v5-content-area,
.tdld-v5-sidebar { display: grid; gap: 16px; }
.tdld-section-shell { overflow: hidden; }
.tdld-section-shell > * { margin-bottom: 0; }

/* neutralize parent blocks */
.tdld-section-shell .block,
.tdld-section-shell .block-top-title,
.tdld-section-shell .block-v5,
.tdld-section-shell .block-head,
.tdld-section-shell .block-body,
.tdld-section-shell .block-body-v5 {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
  margin-bottom: 0;
}
.tdld-section-shell .block-body,
.tdld-section-shell .block-body-v5,
.tdld-section-shell .block-head,
.tdld-section-shell .block-section,
.tdld-section-shell .sort-wrap,
.tdld-section-shell .similar-listing-section,
.tdld-section-shell .reviews-section,
.tdld-section-shell .host-section,
.tdld-section-shell .gallery-section,
.tdld-section-shell .map-section,
.tdld-section-shell .details-section,
.tdld-about-v5,
.tdld-accomodation-v5,
.tdld-features-v5,
.tdld-rules-v5 {
  padding: 22px 24px;
}
.tdld-section-shell .title,
.tdld-section-shell .title-v5,
.tdld-section-shell h2,
.tdld-section-shell h3,
.tdld-section-shell h4 { color: var(--td-ink); }
.tdld-section-shell .title,
.tdld-section-shell .title-v5 { font-size: 28px; line-height: 1.15; margin: 0 0 12px; }
.tdld-section-shell .block-left,
.tdld-section-shell .block-right { float: none; width: auto; }
.tdld-section-shell .block-body {
  display: grid;
  grid-template-columns: minmax(150px, .28fr) minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}
.tdld-section-shell .block-left .title,
.tdld-section-shell .block-left h3,
.tdld-section-shell .block-left .title-v5 {
  font-size: 13px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #7f8795;
  margin: 2px 0 0;
}
.tdld-section-shell .block-right .detail-list,
.tdld-section-shell .block-right .rules_list,
.tdld-section-shell .profile-host-info,
.tdld-section-shell ul.list-unstyled { margin-bottom: 0; }
.tdld-section-shell--about,
.tdld-section-shell--gallery,
.tdld-section-shell--similar-listing { background: linear-gradient(180deg, #ffffff 0%, #fcfaf7 100%); }
.tdld-section-shell--details,
.tdld-section-shell--prices,
.tdld-section-shell--availability,
.tdld-section-shell--map { background: #fffdfb; }

/* text toggle */
.tdld-inline-copy__preview,
.tdld-about-v5__content,
.tdld-rules-text,
.tdld-section-shell .entry-content {
  font-size: 15px;
  line-height: 1.9;
  color: var(--td-muted);
}
.tdld-text-toggle {
  appearance: none;
  border: 0;
  background: transparent;
  color: var(--td-red);
  font-weight: 700;
  padding: 0;
  margin-top: 10px;
  cursor: pointer;
}
.tdld-text-toggle--section { margin-top: 14px; }

/* about */
.tdld-about-v5__title { margin: 8px 0 16px; font-size: 30px; line-height: 1.12; }
.tdld-about-v5__stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 18px;
}
.tdld-about-v5__stats div {
  padding: 14px 14px 12px;
  border-radius: 18px;
  background: #faf7f2;
  border: 1px solid #eee5d8;
}
.tdld-about-v5__stats span { display: block; font-size: 12px; color: var(--td-muted); margin-bottom: 4px; }
.tdld-about-v5__stats strong { font-size: 20px; color: var(--td-ink); }

/* accomodation */
.tdld-accomodation-v5__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 14px;
}
.tdld-room-card {
  padding: 16px;
  border-radius: 18px;
  background: #fbf8f4;
  border: 1px solid #eee5d8;
}
.tdld-room-card h4 { margin: 0 0 8px; font-size: 18px; color: var(--td-ink); }
.tdld-room-card p { margin: 0 0 6px; font-size: 14px; color: var(--td-ink); }
.tdld-room-card span { font-size: 13px; color: var(--td-muted); }

/* features */
.tdld-features-v5__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 14px;
}
.tdld-feature-group {
  padding: 18px;
  border-radius: 20px;
  background: #fbf8f4;
  border: 1px solid #eee5d8;
}
.tdld-feature-group h4 { margin: 0 0 14px; font-size: 18px; color: var(--td-ink); }
.tdld-feature-list { margin: 0; padding: 0; list-style: none; display: grid; gap: 10px; }
.tdld-feature-list li {
  position: relative;
  padding-left: 18px;
  font-size: 14px;
  line-height: 1.55;
  color: var(--td-muted);
}
.tdld-feature-list li:before {
  content: '›';
  position: absolute;
  left: 0;
  top: 0;
  color: var(--td-red);
  font-size: 18px;
  line-height: 1;
}

/* rules */
.tdld-rules-v5__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.tdld-rules-card {
  padding: 18px;
  border-radius: 20px;
  background: #fbf8f4;
  border: 1px solid #eee5d8;
}
.tdld-rules-card--terms { grid-column: span 2; }
.tdld-rules-list {
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}
.tdld-rules-list li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #ede3d7;
}
.tdld-rules-list span,
.tdld-rules-list strong { font-size: 14px; color: var(--td-ink); }

/* details */
.tdld-section-shell--details .detail-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 18px;
}
.tdld-section-shell--details .detail-list li {
  padding: 10px 0;
  border-bottom: 1px dashed #ece5da;
  color: var(--td-muted);
}
.tdld-section-shell--details .detail-list li strong { color: var(--td-ink); }

/* gallery */
.tdld-section-shell--gallery .featured-image-wrap {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}
.tdld-section-shell--gallery .featured-image-wrap a {
  display: block;
  overflow: hidden;
  border-radius: 18px;
}
.tdld-section-shell--gallery .featured-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tdld-section-shell--gallery .featured-image-wrap a:first-child {
  grid-column: span 2;
  grid-row: span 2;
  min-height: 330px;
}
.tdld-section-shell--gallery .featured-image-wrap a:not(:first-child) { min-height: 160px; }

/* map */
.tdld-section-shell--map .map-section .title { margin-bottom: 12px; }
.tdld-section-shell--map #homey-single-map,
.tdld-section-shell--map .map-section-map {
  overflow: hidden;
  border-radius: 22px;
}

/* host */
.tdld-section-shell--host .block-head {
  padding-bottom: 14px;
  border-bottom: 1px solid var(--td-border);
}
.tdld-section-shell--host .media { display: flex; align-items: center; gap: 16px; }
.tdld-section-shell--host .media-left img,
.tdld-section-shell--host .media-left .img-circle { width: 72px; height: 72px; }
.tdld-section-shell--host .host-section-buttons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
}
.tdld-section-shell--host .host-section-buttons .btn {
  width: 100%;
  border-radius: 16px;
}

/* reviews */
.tdld-section-shell--reviews .sort-wrap,
.tdld-section-shell--reviews .alert {
  margin-bottom: 14px;
}
.tdld-section-shell--reviews .sort-wrap { padding: 0; }
.tdld-section-shell--reviews .alert {
  border-radius: 16px;
  padding: 14px 16px;
  border: 1px solid #b6dcf2;
}
.tdld-section-shell--reviews .review-block {
  padding: 16px 0;
  border-top: 1px solid var(--td-border);
}
.tdld-section-shell--reviews .review-block:first-child { border-top: 0; padding-top: 0; }

/* prices / availability */
.tdld-section-shell--prices .detail-list,
.tdld-section-shell--availability .availability-section {
  color: var(--td-muted);
}

/* similar banners */
.tdld-similar-section-v5__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}
.tdld-similar-section-v5__head .title { margin-bottom: 0; }
.tdld-similar-section-v5__head p { margin: 0; font-size: 14px; color: var(--td-muted); }
.tdld-similar-banners--main {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.tdld-similar-banners--sidebar {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
.tdld-sidebar-similar { padding: 18px; }
.tdld-sidebar-similar__head { margin-bottom: 12px; }
.tdld-sidebar-similar__head h3 { margin: 0 0 6px; font-size: 22px; color: var(--td-ink); }
.tdld-sidebar-similar__head p { margin: 0; }
.tdld-similar-banners .tdb-wrap { margin: 0; }
.tdld-similar-banners .tdb-card { height: 100%; }

/* fallback banner if shortcode unavailable */
.tdld-banner-card {
  display: flex;
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--td-border);
  box-shadow: var(--td-shadow);
  height: 100%;
}
.tdld-banner-card__media {
  display: block;
  flex: 0 0 135px;
  min-height: 112px;
}
.tdld-banner-card__body {
  flex: 1;
  min-width: 0;
  padding: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.tdld-banner-card__badge {
  position: absolute;
  top: 8px;
  left: 8px;
  padding: 4px 8px;
  border-radius: 999px;
  background: var(--td-red);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
}
.tdld-banner-card__media { position: relative; }
.tdld-banner-card__title {
  display: block;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  color: var(--td-ink);
  text-decoration: none;
}
.tdld-banner-card__meta,
.tdld-banner-card__stats { font-size: 12px; color: var(--td-muted); }
.tdld-banner-card__stats { display: flex; gap: 10px; margin-top: 6px; }
.tdld-banner-card__price { margin-top: 8px; font-size: 16px; font-weight: 700; color: var(--td-ink); }
.tdld-banner-card__price small { font-size: 12px; color: var(--td-muted); }

/* responsive */
@media (max-width: 1199px) {
  .tdld-similar-banners--main { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 991px) {
  .tdld-v5-hero__grid,
  .tdld-offer-card,
  .tdld-v5-hero__bottom-row,
  .tdld-rules-v5__grid,
  .tdld-features-v5__grid,
  .tdld-about-v5__stats,
  .tdld-accomodation-v5__grid,
  .tdld-section-shell .block-body { grid-template-columns: 1fr; }
  .tdld-v5-hero__main { min-height: 470px; }
  .tdld-v5-hero__card { width: calc(100% - 40px); }
  .tdld-v5-booking-panel { position: static; }
}
@media (max-width: 767px) {
  body.single-listing .tdld-offers-top { padding-top: 12px; }
  .tdld-offers-head,
  .tdld-offer-bottom { display: block; }
  .tdld-offers-head > :last-child,
  .tdld-offer-bottom > :last-child { margin-top: 12px; }
  .tdld-offers-head h2 { font-size: 24px; }
  .tdld-offer-card { min-width: 88%; }
  .tdld-offer-card__body { padding: 18px; }
  .tdld-offer-card__body h3,
  .tdld-offer-price { font-size: 26px; }

  .tdld-v5-hero__main { min-height: 420px; }
  .tdld-v5-hero__card {
    width: calc(100% - 24px);
    margin: 12px;
    padding: 16px;
  }
  .tdld-listing-title { font-size: 34px; }
  .tdld-v5-hero__meta-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .tdld-v5-meta-card strong { font-size: 20px; }
  .tdld-v5-booking-panel { gap: 12px; }

  .tdld-v5-content-area,
  .tdld-v5-sidebar { gap: 12px; }
  .tdld-section-shell .block-body,
  .tdld-section-shell--details .detail-list,
  .tdld-section-shell--host .host-section-buttons,
  .tdld-similar-banners--main,
  .tdld-about-v5__stats,
  .tdld-accomodation-v5__grid,
  .tdld-features-v5__grid,
  .tdld-rules-v5__grid { grid-template-columns: 1fr; }
  .tdld-section-shell .block-body,
  .tdld-section-shell .block-body-v5,
  .tdld-section-shell .block-head,
  .tdld-section-shell .block-section,
  .tdld-section-shell .sort-wrap,
  .tdld-section-shell .similar-listing-section,
  .tdld-section-shell .reviews-section,
  .tdld-section-shell .host-section,
  .tdld-section-shell .gallery-section,
  .tdld-section-shell .map-section,
  .tdld-section-shell .details-section,
  .tdld-about-v5,
  .tdld-accomodation-v5,
  .tdld-features-v5,
  .tdld-rules-v5,
  .tdld-sidebar-similar { padding: 16px; }
  .tdld-about-v5__title,
  .tdld-section-shell .title,
  .tdld-section-shell .title-v5 { font-size: 24px; }
  .tdld-section-shell--gallery .featured-image-wrap { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .tdld-section-shell--gallery .featured-image-wrap a:first-child { grid-column: span 3; min-height: 240px; }
  .tdld-section-shell--gallery .featured-image-wrap a:not(:first-child) { min-height: 110px; }
}

/* ===== refresh 4 overrides ===== */
.tdld-v5-hero__grid {
  grid-template-columns: minmax(0, 1.52fr) minmax(330px, .86fr);
  gap: 20px;
  align-items: stretch;
}
.tdld-v5-hero__main { min-height: 560px; }
.tdld-v5-hero__card {
  width: min(70%, 650px);
  margin: 16px 16px 12px 16px;
  padding: 18px 20px;
}
.tdld-hero-copy__top > .breadcrumbs { margin-bottom: 8px; }
.tdld-listing-title { font-size: clamp(30px, 3vw, 60px); margin-bottom: 8px; }
.tdld-item-address { margin-bottom: 8px; }
.tdld-hero-copy__actions { gap: 10px; }
.tdld-v5-hero__bottom-row--compact {
  grid-template-columns: auto minmax(230px, 270px);
  justify-content: space-between;
  align-items: end;
  margin-top: 14px;
}
.tdld-v5-meta-card--single {
  min-width: 82px;
  max-width: 92px;
  padding: 12px 14px;
  border-radius: 22px;
}
.tdld-v5-meta-card--single strong { font-size: 22px; }
.tdld-v5-compact-story {
  max-width: 270px;
  padding: 16px 16px 14px;
  border-radius: 24px;
}
.tdld-v5-compact-story__eyebrow {
  font-size: 11px;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: #98a0af;
}
.tdld-v5-compact-story__price { font-size: 26px; }
.tdld-v5-compact-story__suffix { font-size: 16px; padding-bottom: 2px; }
.tdld-v5-compact-story__title { margin-top: 10px; font-size: 14px; text-transform: capitalize; }
.tdld-v5-compact-story p { font-size: 13px; line-height: 1.7; }
.tdld-v5-hero__aside { align-self: start; }
.tdld-v5-booking-panel {
  position: sticky;
  top: 24px;
  gap: 14px;
}
.tdld-v5-booking-panel .sidebar-booking-module,
.tdld-v5-booking-panel .contact-form-sidebar,
.tdld-v5-booking-panel .sidebar-booking-hourly,
.tdld-v5-booking-panel .widget,
.tdld-v5-sidebar-inline .widget {
  border-radius: 24px;
}
.tdld-v5-sidebar-inline {
  display: grid;
  gap: 14px;
}
.tdld-v5-main { padding-top: 8px; }
.tdld-v5-content-area--full { display: grid; gap: 18px; }
.tdld-section-shell { padding: 0; border-radius: 28px; }
.tdld-section-shell .block-section,
.tdld-section-shell .block-body,
.tdld-section-shell .block-body-v5,
.tdld-section-shell .block-head { padding: 0 !important; }

/* better text toggles */
.tdld-inline-copy,
.tdld-accomodation-v5,
.tdld-features-v5,
.tdld-rules-card { position: relative; }
.tdld-inline-copy__preview,
.tdld-inline-copy__full,
.tdld-about-v5__content,
.tdld-rules-text {
  font-size: 16px;
  line-height: 1.95;
  color: var(--td-muted);
}
.tdld-text-toggle,
.tdld-text-toggle--section {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 12px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--td-red);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  box-shadow: none;
}
.tdld-text-toggle:hover,
.tdld-text-toggle--section:hover { color: #a60202; background: transparent; }

/* details */
.tdld-details-v5 { padding: 26px 28px 28px; }
.tdld-details-v5__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}
.tdld-detail-chip {
  border: 1px solid var(--td-border);
  background: var(--td-card-soft);
  border-radius: 20px;
  padding: 14px 16px;
}
.tdld-detail-chip span { display: block; margin-bottom: 6px; font-size: 12px; color: var(--td-muted); }
.tdld-detail-chip strong { display: block; font-size: 16px; line-height: 1.5; color: var(--td-ink); word-break: break-word; }

/* gallery */
.tdld-gallery-v5 { padding: 28px; }
.tdld-gallery-v5__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}
.tdld-gallery-v5__head h2 {
  margin: 0;
  font-size: 34px;
  line-height: 1.1;
  color: var(--td-ink);
}
.tdld-gallery-v5__head span { color: var(--td-muted); font-size: 14px; }
.tdld-gallery-v5__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  grid-auto-rows: 180px;
  gap: 12px;
}
.tdld-gallery-v5__item {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  display: block;
  background: #ece7e0;
}
.tdld-gallery-v5__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}
.tdld-gallery-v5__item:hover img { transform: scale(1.04); }
.tdld-gallery-v5__item--featured { grid-row: span 2; min-height: 372px; }
.tdld-gallery-v5__more {
  position: absolute;
  inset: auto 12px 12px auto;
  background: rgba(0,0,0,.64);
  color: #fff;
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 13px;
  font-weight: 700;
}

/* similar listings only in hero aside */
.tdld-sidebar-similar--hero {
  padding: 18px;
}
.tdld-sidebar-similar__head h3 {
  margin: 0 0 4px;
  font-size: 28px;
  line-height: 1.15;
}
.tdld-sidebar-similar__head p { margin: 0 0 14px; font-size: 12px; letter-spacing: .18em; text-transform: uppercase; color: #98a0af; }
.tdld-similar-banners { display: grid; gap: 12px; }
.tdld-similar-banners--sidebar { gap: 12px; }
.tdld-similar-banners--main { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.tdld-banner-card,
.tdld_listing_banner,
.td-listing-banner,
.td-banner1-card {
  border-radius: 20px;
  overflow: hidden;
}

/* host + reviews spacing refinement */
.tdld-section-shell--host .host-section,
.tdld-section-shell--reviews .reviews-section,
.tdld-section-shell--map .map-section,
.tdld-section-shell--availability .availability-section,
.tdld-section-shell--prices .prices-section,
.tdld-section-shell--nearby .block,
.tdld-section-shell--video .block,
.tdld-section-shell--custom-periods .block {
  padding: 24px 28px !important;
}

@media (max-width: 1199px) {
  .tdld-v5-hero__grid { grid-template-columns: 1fr; }
  .tdld-v5-hero__main { min-height: 520px; }
  .tdld-v5-hero__card { width: calc(100% - 32px); max-width: none; }
}
@media (max-width: 767px) {
  .tdld-v5-hero__main { min-height: 480px; }
  .tdld-v5-hero__card { padding: 16px; border-radius: 24px; }
  .tdld-v5-hero__bottom-row--compact { grid-template-columns: 1fr; gap: 12px; }
  .tdld-v5-meta-card--single,
  .tdld-v5-compact-story { max-width: none; }
  .tdld-details-v5__grid { grid-template-columns: 1fr 1fr; }
  .tdld-gallery-v5__grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 140px; }
  .tdld-gallery-v5__item--featured { grid-column: 1 / -1; grid-row: auto; min-height: 240px; }
}

/* ===== refresh 5 overrides ===== */
.tdld-v5-hero--fullwidth {
  padding-bottom: 16px;
}
.tdld-v5-hero__main--solo {
  min-height: 540px;
}
.tdld-v5-hero__card--full {
  width: min(760px, calc(100% - 40px));
  max-width: 760px;
  margin: 24px;
  padding: 24px 24px 22px;
}
.tdld-v5-hero__story-row {
  margin-top: 16px;
  display: flex;
  justify-content: flex-start;
}
.tdld-v5-compact-story--hero-inline {
  max-width: 340px;
}
.tdld-v5-gallery-row {
  padding-bottom: 18px;
}

.tdld-v5-main-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 20px;
  align-items: start;
}
.tdld-v5-content-area--primary {
  display: grid;
  gap: 18px;
  min-width: 0;
}
.tdld-v5-sidebar--desktop {
  display: grid;
  gap: 16px;
  align-self: start;
}
.tdld-v5-sticky-booking {
  position: sticky;
  top: 20px;
  z-index: 5;
}
.tdld-v5-booking-card,
.tdld-sidebar-about {
  background: var(--td-card);
  border: 1px solid var(--td-border);
  border-radius: 28px;
  box-shadow: var(--td-shadow);
  overflow: hidden;
}
.tdld-v5-booking-card .sidebar-booking-module,
.tdld-v5-booking-card .contact-form-sidebar,
.tdld-v5-booking-card .sidebar-booking-hourly {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
}
.tdld-sidebar-about__inner {
  padding: 22px 22px 20px;
}
.tdld-sidebar-about__inner h3 {
  margin: 8px 0 12px;
  font-size: 28px;
  line-height: 1.15;
  color: var(--td-ink);
}
.tdld-sidebar-about__content,
.tdld-sidebar-about .tdld-inline-copy__preview,
.tdld-sidebar-about .tdld-inline-copy__full {
  font-size: 15px;
  line-height: 1.85;
}

.tdld-prices-v5 {
  padding: 24px 28px 26px;
}
.tdld-prices-v5__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}
.tdld-price-card {
  background: #fbf8f4;
  border: 1px solid #eee5d8;
  border-radius: 18px;
  padding: 14px 16px;
}
.tdld-price-card span {
  display: block;
  margin-bottom: 6px;
  font-size: 12px;
  color: var(--td-muted);
}
.tdld-price-card strong {
  display: block;
  font-size: 16px;
  line-height: 1.5;
  color: var(--td-ink);
}
.tdld-prices-v5__extras {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--td-border);
}
.tdld-prices-v5__extras h4 {
  margin: 0 0 12px;
  font-size: 18px;
  color: var(--td-ink);
}
.tdld-prices-v5__extras-list {
  display: grid;
  gap: 10px;
}
.tdld-extra-service-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: start;
  background: #fbf8f4;
  border: 1px solid #eee5d8;
  border-radius: 16px;
  padding: 12px 14px;
}
.tdld-extra-service-row strong,
.tdld-extra-service-row b {
  color: var(--td-ink);
}
.tdld-extra-service-row span {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  color: var(--td-muted);
}

.tdld-sidebar-similar--stack {
  padding: 18px;
}
.tdld-sidebar-similar--stack .tdld-sidebar-similar__head p {
  margin: 0 0 14px;
}

@media (max-width: 1199px) {
  .tdld-v5-main-grid {
    grid-template-columns: 1fr 330px;
  }
}
@media (max-width: 991px) {
  .tdld-v5-hero__main--solo {
    min-height: 470px;
  }
  .tdld-v5-hero__card--full {
    width: calc(100% - 24px);
    max-width: none;
    margin: 12px;
    padding: 18px 18px 16px;
  }
  .tdld-v5-main-grid {
    grid-template-columns: 1fr;
  }
  .tdld-v5-sidebar--desktop {
    order: 2;
  }
  .tdld-v5-content-area--primary {
    order: 1;
  }
  .tdld-v5-sticky-booking {
    position: static;
  }
}
@media (max-width: 767px) {
  .tdld-v5-hero__main--solo {
    min-height: 420px;
  }
  .tdld-v5-compact-story--hero-inline {
    max-width: none;
    width: 100%;
  }
  .tdld-gallery-v5 {
    padding: 18px;
  }
  .tdld-gallery-v5__head h2 {
    font-size: 28px;
  }
  .tdld-prices-v5,
  .tdld-sidebar-about__inner {
    padding: 18px;
  }
  .tdld-prices-v5__grid {
    grid-template-columns: 1fr 1fr;
  }
}


/* ===== refresh 6 targeted fixes ===== */
.tdld-v5-sidebar--desktop {
  width: 100%;
}
.tdld-v5-sidebar-sticky {
  position: sticky;
  top: 20px;
  display: grid;
  gap: 16px;
  width: 100%;
}
.tdld-v5-sticky-booking {
  position: static;
}
.tdld-v5-booking-card,
.tdld-sidebar-about,
.tdld-v5-sidebar-inline,
.tdld-sidebar-similar--stack {
  width: 100%;
}
.tdld-v5-sidebar-inline .widget,
.tdld-v5-sidebar-inline .widget:last-child {
  margin-bottom: 0;
}
.tdld-v5-booking-card .sidebar-booking-module-footer {
  border-top: 1px solid var(--td-border);
}
.tdld-v5-booking-card .sidebar-booking-module,
.tdld-v5-booking-card .sidebar-booking-module-footer,
.tdld-v5-booking-card .contact-form-sidebar,
.tdld-v5-booking-card .sidebar-booking-hourly {
  background: transparent;
}
.tdld-v5-booking-card .block,
.tdld-v5-booking-card .sidebar-booking-module-header,
.tdld-v5-booking-card .sidebar-booking-module-body,
.tdld-v5-booking-card .block-body-sidebar {
  border-radius: 0;
}
.tdld-v5-booking-card .sidebar-booking-module-header .item-price sub {
  display: inline-block;
  margin-left: 3px;
}
.tdld-v5-booking-card .sidebar-booking-module-footer .btn,
.tdld-v5-booking-card .sidebar-booking-module-footer button {
  margin-bottom: 10px;
}
.tdld-v5-booking-card .sidebar-booking-module-footer .social-share {
  padding: 0 18px 18px;
}
.tdld-v5-booking-card .sidebar-booking-module-footer .social-share a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.tdld-gallery-v5__grid {
  align-items: stretch;
}
.tdld-gallery-v5__item {
  cursor: pointer;
}
.tdld-gallery-v5__item img {
  display: block;
}

.tdld-section-shell--services .additional-services-section .block {
  padding: 24px 28px !important;
}
.tdld-section-shell--services .block-body {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}
.tdld-section-shell--services .block-right {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.tdld-section-shell--services .block-services {
  float: none;
  width: auto;
  background: #fbf8f4;
  border: 1px solid #eee5d8;
  border-radius: 16px;
  padding: 14px 16px;
}
.tdld-section-shell--services .block-services dt {
  margin: 0 0 8px;
  color: var(--td-ink);
}
.tdld-section-shell--services .block-services dt span {
  float: none;
  display: block;
  margin-top: 4px;
}

@media (max-width: 991px) {
  .tdld-v5-sidebar-sticky {
    position: static;
  }
  .tdld-v5-sidebar--desktop {
    order: 2;
  }
  .tdld-v5-sidebar--desktop #homey_remove_on_mobile.hidden-sm.hidden-xs,
  .tdld-v5-sidebar--desktop .sidebar-booking-module.hidden-sm.hidden-xs {
    display: block !important;
  }
  .tdld-v5-booking-card .overlay-booking-btn {
    display: none !important;
  }
  .tdld-v5-booking-card .sidebar-booking-module-footer {
    display: block !important;
  }
  .tdld-section-shell--services .block-body {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .tdld-v5-booking-card .sidebar-booking-module-header .item-price {
    font-size: 36px;
    line-height: 1.1;
  }
  .tdld-v5-booking-card .sidebar-booking-module-header .item-price sub {
    font-size: 18px;
  }
  .tdld-gallery-v5 {
    padding: 18px 18px 20px;
  }
  .tdld-gallery-v5__head {
    margin-bottom: 12px;
  }
  .tdld-gallery-v5__head span {
    font-size: 13px;
  }
  .tdld-gallery-v5__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 138px;
    gap: 10px;
  }
  .tdld-gallery-v5__item--featured {
    grid-column: 1 / -1;
    min-height: 228px;
  }
  .tdld-gallery-v5__item--small {
    min-height: 138px;
  }
  .tdld-section-shell--services .block-right {
    grid-template-columns: 1fr;
  }
}


/* ===== refresh 7 targeted fixes ===== */
:root {
  --td-muted: #535d6b;
}
body.single-listing .tdld-v5-shell {
  max-width: 1280px;
  width: calc(100% - 40px);
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.tdld-section-shell .title,
.tdld-section-shell .title-v5,
.tdld-section-shell h2,
.tdld-section-shell h3,
.tdld-section-shell h4,
.tdld-about-v5__content,
.tdld-inline-copy__preview,
.tdld-inline-copy__full,
.tdld-room-card p,
.tdld-room-card span,
.tdld-feature-list li,
.tdld-price-card span,
.tdld-extra-service-row span,
.tdld-v5-compact-story p,
.tdld-gallery-v5__head span,
.tdld-detail-chip span {
  color: var(--td-muted);
}
.tdld-v5-sidebar--desktop {
  position: sticky;
  top: 20px;
  align-self: start;
}
.tdld-v5-sidebar-sticky {
  position: static;
  display: grid;
  gap: 16px;
}
.tdld-v5-main-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 20px;
  align-items: start;
  width: 100%;
}
.tdld-v5-content-area--primary,
.tdld-v5-sidebar--desktop,
.tdld-v5-hero__main--solo,
.tdld-v5-gallery-row,
.tdld-v5-gallery-row .tdld-section-shell {
  min-width: 0;
}
.tdld-gallery-v5 {
  padding: 22px;
}
.tdld-gallery-v5__grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  grid-auto-rows: 165px;
  gap: 10px;
}
.tdld-gallery-v5__item {
  position: relative;
  overflow: hidden;
  border: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  min-height: 0;
  background: #ece4d7;
  border-radius: 22px;
  cursor: pointer;
}
.tdld-gallery-v5__item--featured {
  grid-column: 1 / 2;
  grid-row: 1 / span 2;
  min-height: 340px;
}
.tdld-gallery-v5__item--small {
  min-height: 165px;
}
.tdld-gallery-v5__item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.tdld-gallery-v5__more {
  position: absolute;
  right: 12px;
  bottom: 12px;
  min-width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(17,17,17,.62);
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}
.tdld-gallery-modal {
  position: fixed;
  inset: 0;
  z-index: 2147483500;
  display: none;
}
.tdld-gallery-modal.is-open {
  display: block;
}
.tdld-gallery-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.78);
}
.tdld-gallery-modal__dialog {
  position: absolute;
  inset: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tdld-gallery-modal__figure {
  position: relative;
  margin: 0;
  max-width: min(1180px, calc(100vw - 120px));
  max-height: calc(100vh - 110px);
}
.tdld-gallery-modal__image {
  display: block;
  max-width: 100%;
  max-height: calc(100vh - 140px);
  border-radius: 20px;
  object-fit: contain;
  box-shadow: 0 24px 60px rgba(0,0,0,.35);
}
.tdld-gallery-modal__caption,
.tdld-gallery-modal__counter {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
}
.tdld-gallery-modal__caption { bottom: -36px; font-size: 14px; }
.tdld-gallery-modal__counter { top: -36px; font-size: 14px; letter-spacing: .08em; }
.tdld-gallery-modal__close,
.tdld-gallery-modal__nav {
  position: absolute;
  border: 0;
  background: rgba(255,255,255,.18);
  color: #fff;
  width: 52px;
  height: 52px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  line-height: 1;
  backdrop-filter: blur(8px);
}
.tdld-gallery-modal__close { top: 0; right: 0; }
.tdld-gallery-modal__nav--prev { left: 12px; top: 50%; transform: translateY(-50%); }
.tdld-gallery-modal__nav--next { right: 12px; top: 50%; transform: translateY(-50%); }
.tdld-gallery-modal.is-single .tdld-gallery-modal__nav { display: none; }
html.tdld-gallery-lock,
body.tdld-gallery-lock { overflow: hidden; }
.tdld-accomodation-v5__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.tdld-room-card {
  min-height: 0;
}
.tdld-services-v5 {
  padding: 24px 28px 26px;
}
.tdld-services-v5__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}
.tdld-service-card {
  background: #fbf8f4;
  border: 1px solid #eee5d8;
  border-radius: 18px;
  padding: 15px 16px;
}
.tdld-service-card__top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: flex-start;
}
.tdld-service-card h4,
.tdld-service-card strong {
  margin: 0;
  color: var(--td-ink);
  font-size: 16px;
}
.tdld-service-card p {
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 1.7;
  color: var(--td-muted);
}
.overlay-booking-btn,
.overlay-booking-btn.visible-sm.visible-xs {
  z-index: 2147483200 !important;
}
#overlay-booking-module,
.overlay-booking-module {
  z-index: 2147483300 !important;
}
.subscriptionBell,
.wonderpush,
.wonderpush-widget,
.wpnp-notification,
.notificationIcon,
.bellIcon,
.sib-amp-web-push-container {
  z-index: 2147483100 !important;
}
@media (max-width: 991px) {
  body.single-listing .tdld-v5-shell {
    width: calc(100% - 28px);
  }
  .tdld-v5-main-grid {
    grid-template-columns: 1fr;
  }
  .tdld-v5-sidebar--desktop {
    position: static;
    top: auto;
    order: 2;
  }
  .tdld-v5-content-area--primary {
    order: 1;
  }
}
@media (max-width: 767px) {
  body.single-listing .tdld-v5-shell {
    width: calc(100% - 24px);
  }
  .tdld-gallery-v5 {
    padding: 16px;
  }
  .tdld-gallery-v5__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 120px;
    gap: 8px;
  }
  .tdld-gallery-v5__item--featured {
    grid-column: 1 / -1;
    grid-row: auto;
    min-height: 220px;
  }
  .tdld-gallery-v5__item--small {
    min-height: 120px;
  }
  .tdld-gallery-v5__more {
    width: 46px;
    height: 46px;
    min-width: 46px;
    font-size: 24px;
  }
  .tdld-gallery-modal__dialog {
    inset: 12px;
  }
  .tdld-gallery-modal__figure {
    max-width: calc(100vw - 36px);
  }
  .tdld-gallery-modal__nav {
    width: 44px;
    height: 44px;
    font-size: 28px;
  }
  .tdld-accomodation-v5__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .tdld-room-card {
    padding: 16px 14px;
  }
  .tdld-room-card h4 { font-size: 18px; }
  .tdld-room-card p,
  .tdld-room-card span { font-size: 14px; }
  .tdld-services-v5 {
    padding: 18px;
  }
  .tdld-services-v5__grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}


/* ===== refresh 8 targeted fixes ===== */
body.single-listing .tdld-v5-shell.container,
body.single-listing .tdld-v5-shell {
  max-width: 1240px !important;
  width: min(1240px, calc(100% - 36px)) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.tdld-v5-hero__main--solo,
.tdld-v5-gallery-row,
.tdld-v5-main,
.tdld-v5-main-grid,
.tdld-v5-content-area--primary,
.tdld-v5-sidebar--desktop,
.tdld-section-shell {
  width: 100%;
}
.tdld-v5-sidebar--desktop {
  position: relative;
  align-self: start;
}
.tdld-v5-sidebar-sticky {
  position: sticky;
  top: 18px;
  max-height: calc(100vh - 28px);
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 2px;
}
.tdld-v5-booking-panel,
.tdld-v5-sticky-booking {
  position: static !important;
  top: auto !important;
}
.tdld-v5-sidebar-sticky::-webkit-scrollbar {
  width: 6px;
}
.tdld-v5-sidebar-sticky::-webkit-scrollbar-thumb {
  background: rgba(0,0,0,.12);
  border-radius: 999px;
}
.tdld-gallery-launch,
.tdld-gallery-v5__item {
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  background: #ece4d7;
}
.tdld-gallery-v5__grid {
  align-items: stretch;
}
.tdld-gallery-v5__item--featured {
  aspect-ratio: 1.45 / 1;
  min-height: 0;
}
.tdld-gallery-v5__item--small {
  aspect-ratio: 1 / 0.78;
  min-height: 0;
}
.tdld-gallery-v5__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tdld-about-v5__content,
.tdld-inline-copy__preview,
.tdld-inline-copy__full {
  color: #46505d;
}
@media (max-width: 991px) {
  .tdld-v5-sidebar-sticky {
    position: static;
    max-height: none;
    overflow: visible;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  body.single-listing .tdld-v5-shell.container,
  body.single-listing .tdld-v5-shell {
    width: calc(100% - 24px) !important;
  }
  .tdld-gallery-v5__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: auto;
    gap: 10px;
    align-items: stretch;
  }
  .tdld-gallery-v5__item--featured {
    grid-column: 1 / -1;
    aspect-ratio: 1.22 / 1;
  }
  .tdld-gallery-v5__item--small {
    aspect-ratio: 1 / 1;
  }
  .tdld-gallery-v5__item,
  .tdld-gallery-launch {
    position: relative;
    min-height: 0 !important;
    height: auto !important;
    overflow: hidden;
  }
  .tdld-gallery-v5__item img {
    position: absolute;
    inset: 0;
  }
  .tdld-gallery-modal__dialog {
    inset: 10px;
    align-items: center;
  }
  .tdld-gallery-modal__figure {
    max-width: calc(100vw - 24px);
    width: 100%;
  }
  .tdld-gallery-modal__image {
    width: 100%;
    max-height: calc(100vh - 150px);
    border-radius: 16px;
  }
  .tdld-gallery-modal__close {
    top: 8px;
    right: 8px;
    width: 42px;
    height: 42px;
    z-index: 3;
  }
  .tdld-gallery-modal__nav {
    top: auto;
    bottom: 18px;
    transform: none;
    width: 46px;
    height: 46px;
    font-size: 28px;
    z-index: 3;
  }
  .tdld-gallery-modal__nav--prev {
    left: 14px;
  }
  .tdld-gallery-modal__nav--next {
    right: 14px;
  }
  .tdld-gallery-modal__counter {
    top: auto;
    bottom: -30px;
  }
  .tdld-gallery-modal__caption {
    bottom: -54px;
    padding: 0 56px;
  }
}


/* ===== refresh 9 targeted fixes ===== */
/* desktop sidebar should remain one clean sticky rail without inner scrolling */
.tdld-v5-main,
.tdld-v5-main .container,
.tdld-v5-main-grid,
.tdld-v5-sidebar--desktop,
.tdld-v5-sidebar-sticky,
.tdld-v5-booking-card {
  overflow: visible !important;
}
.tdld-v5-main-grid {
  align-items: start !important;
}
.tdld-v5-sidebar--desktop {
  position: relative !important;
  align-self: start !important;
}
.tdld-v5-sidebar-sticky {
  position: sticky !important;
  top: 18px !important;
  max-height: none !important;
  overflow: visible !important;
  padding-right: 0 !important;
}
.tdld-v5-booking-card,
.tdld-v5-booking-card .sidebar-booking-module,
.tdld-v5-booking-card .block,
.tdld-v5-booking-card .sidebar-booking-module-header,
.tdld-v5-booking-card .sidebar-booking-module-body,
.tdld-v5-booking-card .block-body-sidebar,
.tdld-v5-booking-card .sidebar-booking-module-footer {
  display: block !important;
  height: auto !important;
  min-height: 0 !important;
  overflow: visible !important;
}
.tdld-v5-booking-card .sidebar-booking-module {
  width: 100% !important;
}
.tdld-v5-booking-card .sidebar-booking-module-body {
  opacity: 1 !important;
  visibility: visible !important;
}

/* booking form field alignment on mobile */
.tdld-v5-booking-card #single-listing-date-range {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.tdld-v5-booking-card #single-listing-date-range .search-date-range-arrive,
.tdld-v5-booking-card #single-listing-date-range .search-date-range-depart {
  width: 100% !important;
  margin: 0 !important;
  float: none !important;
}
.tdld-v5-booking-card .search-calendar.single-listing-booking-calendar-js {
  grid-column: 1 / -1;
}
@media (max-width: 767px) {
  .tdld-v5-booking-card #single-listing-date-range {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }
  .tdld-v5-booking-card #single-listing-date-range .search-date-range-arrive,
  .tdld-v5-booking-card #single-listing-date-range .search-date-range-depart {
    width: 100% !important;
    margin: 0 !important;
  }
}

/* rules should stack on mobile, each card on its own row */
@media (max-width: 767px) {
  .tdld-rules-v5__grid {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }
  .tdld-rules-card,
  .tdld-rules-card--terms {
    grid-column: auto !important;
    width: 100% !important;
  }
}

/* gallery modal should feel smoother and keep both arrows visible on mobile */
.tdld-gallery-modal__figure {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tdld-gallery-modal__image {
  opacity: 1;
  transition: opacity .18s ease, transform .18s ease;
}
.tdld-gallery-modal.is-loading .tdld-gallery-modal__image {
  opacity: .2;
  transform: scale(.985);
}
.tdld-gallery-modal__nav {
  z-index: 5 !important;
}
.tdld-gallery-modal__close {
  z-index: 6 !important;
}
@media (max-width: 767px) {
  .tdld-gallery-modal__dialog {
    inset: 8px !important;
  }
  .tdld-gallery-modal__figure {
    max-width: calc(100vw - 20px) !important;
    width: 100% !important;
  }
  .tdld-gallery-modal__image {
    width: 100% !important;
    max-height: calc(100vh - 120px) !important;
    object-fit: contain !important;
  }
  .tdld-gallery-modal__nav {
    top: 50% !important;
    bottom: auto !important;
    transform: translateY(-50%) !important;
    width: 44px !important;
    height: 44px !important;
    font-size: 26px !important;
    background: rgba(17,17,17,.58) !important;
  }
  .tdld-gallery-modal__nav--prev {
    left: 8px !important;
    right: auto !important;
  }
  .tdld-gallery-modal__nav--next {
    right: 8px !important;
    left: auto !important;
  }
  .tdld-gallery-modal__close {
    top: 8px !important;
    right: 8px !important;
  }
  .tdld-gallery-modal__counter {
    top: 8px !important;
    bottom: auto !important;
    left: 58px !important;
    right: 58px !important;
  }
  .tdld-gallery-modal__caption {
    bottom: 8px !important;
    left: 14px !important;
    right: 14px !important;
    padding: 0 !important;
    font-size: 13px !important;
  }
  .tdld-gallery-lock .overlay-booking-btn,
  .tdld-gallery-lock #overlay-booking-module,
  .tdld-gallery-lock .overlay-booking-module {
    display: none !important;
  }
}


/* ===== refresh 10 targeted fixes ===== */
@media (min-width: 992px) {
  .tdld-v5-main-grid {
    display: flex !important;
    align-items: flex-start !important;
    gap: 24px !important;
    width: 100% !important;
  }
  .tdld-v5-content-area--primary {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    width: auto !important;
    max-width: calc(100% - 384px) !important;
  }
  .tdld-v5-sidebar--desktop {
    flex: 0 0 360px !important;
    width: 360px !important;
    max-width: 360px !important;
    min-width: 360px !important;
    margin-left: auto !important;
    align-self: flex-start !important;
    position: relative !important;
    overflow: visible !important;
  }
  .tdld-v5-sidebar-sticky {
    position: sticky !important;
    top: 20px !important;
    width: 100% !important;
    max-height: none !important;
    overflow: visible !important;
  }
  .tdld-v5-booking-card,
  .tdld-v5-sidebar-inline,
  .tdld-sidebar-similar--stack {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
}

@media (max-width: 991px) {
  .tdld-v5-main-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }
  .tdld-v5-content-area--primary,
  .tdld-v5-sidebar--desktop {
    max-width: 100% !important;
    width: 100% !important;
    min-width: 0 !important;
  }
}

.tdld-section-shell--custom-periods .custom-price-section,
.tdld-section-shell--custom-periods .block,
.tdld-section-shell--custom-periods .block-section,
.tdld-section-shell--custom-periods .block-body {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}
.tdld-section-shell--custom-periods .table-block {
  overflow-x: auto;
}


/* ===== refresh 11 targeted fixes ===== */
@media (min-width: 992px) {
  body.single-listing .tdld-v5-shell.container,
  body.single-listing .tdld-v5-shell {
    max-width: 1212px !important;
    width: min(1212px, calc(100% - 56px)) !important;
  }

  .tdld-v5-main-grid {
    gap: 28px !important;
  }

  .tdld-v5-content-area--primary {
    max-width: calc(100% - 368px) !important;
  }

  .tdld-v5-sidebar--desktop {
    flex: 0 0 340px !important;
    width: 340px !important;
    max-width: 340px !important;
    min-width: 340px !important;
  }
}

.tdld-gallery-modal__backdrop {
  background: rgba(3, 4, 8, .92) !important;
}

@media (max-width: 991px){
  body.single-listing .tdld-offers-top .container{
    width:min(100%, calc(100% - 28px));
  }
  .tdld-offer-card.is-host-offer-run .tdld-offer-card__media,
  .tdld-offer-card.is-host-offer-run .tdld-offer-card__media img{
    min-height:470px;
  }
}
@media (max-width: 767px){
  .tdld-offers-track{
    overflow:auto;
  }
  .tdld-offer-card.is-host-offer-run{
    grid-template-columns:1fr;
  }
  .tdld-offer-card.is-host-offer-run .tdld-host-offer__body{
    display:none;
  }
  .tdld-offer-card.is-host-offer-run .tdld-offer-card__media,
  .tdld-offer-card.is-host-offer-run .tdld-offer-card__media img{
    min-height:420px;
  }
}
