  /* Kyrgyz Wonders — Destination detail 6.5.2. One canonical stylesheet. */
body.single-kw_destination {
  --kwd-navy: #0d2739;
  --kwd-navy-2: #082033;
  --kwd-gold: #c98b2b;
  --kwd-gold-dark: #9a6818;
  --kwd-cream: #fbf8f2;
  --kwd-line: #e7e0d5;
  --kwd-text: #334353;
  --kwd-muted: #6d7881;
  background: #fff;
  color: var(--kwd-text);
}
body.single-kw_destination .kw-container {
  width: min(1320px, calc(100% - 48px));
  margin-inline: auto;

  @media (max-width: 782px) {
    width: min(100% - 28px, 1320px);
  }
}
body.single-kw_destination .kwd-page h1,
body.single-kw_destination .kwd-page h2,
body.single-kw_destination .kwd-page h3 {
  font-family: Marcellus, Georgia, serif;
  color: var(--kwd-navy);
  font-weight: 400;
}
body.single-kw_destination .kwd-page h2 {
  font-size: clamp(34px, 3vw, 48px);
  line-height: 1.08;
  letter-spacing: -0.02em;
  margin: 6px 0 18px;
}
body.single-kw_destination .kwd-section-label {
  display: block;
  color: #c98b2b;
  font-size:  30px;
  font-weight:550;
  font-family:"Great Vibes";
  text-transform: capitalize;
}
body.single-kw_destination .kwd-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 48px;
  padding: 0 24px;
  border: 1px solid #b17a21;
  border-radius: 999px;
  background: linear-gradient(135deg, #b67d22, #8f611b);
  box-shadow: 0 10px 26px rgba(139, 92, 18, 0.18);
  color: #fff !important;
  font: 700 13px/1 Manrope, Arial, sans-serif;
  text-decoration: none;
  transition: 0.2s ease;
}
body.single-kw_destination .kwd-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 32px rgba(139, 92, 18, 0.24);
}
body.single-kw_destination .kwd-text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 0;
  background: none;
  color: #45525e;
  font: 600 12px/1.2 Manrope, Arial, sans-serif;
  text-decoration: none;
  cursor: pointer;
}

/* Hero */

body.single-kw_destination .kwd-breadcrumbs a,
body.single-kw_destination .kwd-breadcrumbs b {
  color: inherit;
  text-decoration: none;
  font-weight: 500;
}

body.single-kw_destination .kwd-video span {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fff;
  color: var(--kwd-navy);
}
/* Sections */
body.single-kw_destination .kwd-section {
  padding-top: 82px;
  padding-bottom: 22px;

  @media (max-width: 782px) {
    padding-top: 56px;
  }
}

body.single-kw_destination .kwd-copy {
  color: #56636e;
  font: 400 14px/1.82 Manrope, Arial, sans-serif;
}
body.single-kw_destination .kwd-copy p {
  margin: 0 0 15px;
}
body.single-kw_destination .kwd-overview-icons {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 30px;
  padding-top: 24px;
  border-top: 1px solid var(--kwd-line);

  @media (max-width: 782px) {
    grid-template-columns: repeat(2, 1fr);
  }
}
body.single-kw_destination .kwd-overview-icons div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
  color: #5b6570;
  font: 600 10px/1.3 Manrope, Arial, sans-serif;
}
body.single-kw_destination .kwd-overview-icons i {
  font-size: 20px;
  color: var(--kwd-gold);
}

body.single-kw_destination .kw-dsp-overview-slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}
body.single-kw_destination .kw-dsp-overview-slide.is-active {
  opacity: 1;
  visibility: visible;
}
body.single-kw_destination .kw-dsp-overview-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.single-kw_destination .kw-dsp-slider-arrow,
body.single-kw_destination .kwd-expand {
  position: absolute;
  z-index: 4;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  background: rgba(8, 31, 47, 0.78);
  color: #fff;
  display: grid;
  place-items: center;
  cursor: pointer;
  backdrop-filter: blur(8px);
}
body.single-kw_destination .kw-dsp-slider-arrow {
  top: 50%;
  transform: translateY(-50%);
}
body.single-kw_destination .kw-dsp-slider-prev {
  left: 16px;
}
.kw-dsp-slider-next {
  right: 16px;
}
body.single-kw_destination .kwd-expand {
  top: 14px;
  right: 14px;
  border-radius: 9px;
}

/* Destination facts */
body.single-kw_destination .kwd-facts-section {
  margin-top: 62px;
  padding: 50px 0;
  background: linear-gradient(90deg, #fbf8f2, #f6f1e7);
  border-block: 1px solid #eee5d6;
}
body.single-kw_destination .kwd-facts-section h2 {
  font-size: 34px;
  margin-bottom: 28px;
}
body.single-kw_destination .kwd-facts-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
  border: 1px solid rgba(201, 139, 43, 0.16);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
  overflow: hidden;

  @media (max-width: 1100px) {
    grid-template-columns: repeat(3, 1fr);
  }
  @media (max-width: 782px) {
    grid-template-columns: repeat(2, 1fr);
  }
}
body.single-kw_destination .kwd-facts-grid article {
  min-height: 112px;
  padding: 20px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-right: 1px solid #eadfcf;

  @media (max-width: 782px) {
    border-bottom: 1px solid #eadfcf;
  }
}
body.single-kw_destination .kwd-facts-grid article:last-child {
  border-right: 0;
}
body.single-kw_destination .kwd-facts-grid i {
  font-size: 21px;
  color: var(--kwd-gold);
}
body.single-kw_destination .kwd-facts-grid strong {
  display: block;
  color: #293a49;
  font: 700 10px/1.2 Manrope, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
body.single-kw_destination .kwd-facts-grid span {
  display: block;
  margin-top: 5px;
  color: #6b7680;
  font: 500 11px/1.4 Manrope, Arial, sans-serif;
}

/* Content cards */
body.single-kw_destination .kwd-heading-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}
body.single-kw_destination .kwd-heading-row h2 {
  margin-bottom: 0;
}
body.single-kw_destination .kwd-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
body.single-kw_destination .kwd-image-card {
  overflow: hidden;
  border: 1px solid var(--kwd-line);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(13, 39, 57, 0.06);
}
body.single-kw_destination .kwd-image-card > img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
body.single-kw_destination .kwd-image-card > div {
  padding: 18px 20px 20px;
}
body.single-kw_destination .kwd-image-card h3 {
  margin: 0 0 7px;
  font-size: 21px;
}
body.single-kw_destination .kwd-image-card p {
  margin: 0;
  color: #6d7881;
  font: 400 13px/1.55 Manrope, Arial, sans-serif;
}

/* Best time */
body.single-kw_destination .kwd-season-band {
  position: relative;
  margin-top: 78px;
  padding: 64px 0;
  background: linear-gradient(90deg, rgb(20 35 48 / 74%), rgb(51 54 60 / 90%)),  
  
    var(--kwd-season-bg) center/cover no-repeat;
  color: #fff;

  @media (max-width: 782px) {
    padding: 48px 0;
  }
}
body.single-kw_destination .kwd-season-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
  gap: 54px;
  align-items: center;

  @media (max-width: 1100px) {
    grid-template-columns: 1fr;
  }
}
body.single-kw_destination .kwd-season-copy h2 {
  color: #fff;
  font-size: 42px;
  margin-bottom: 16px;

  @media (max-width: 782px) {
    font-size: 34px;
  }
}
body.single-kw_destination .kwd-season-copy p {
  max-width: 520px;
  color: #dce5eb;
  font: 400 14px/1.5 Manrope, Arial, sans-serif;
}
body.single-kw_destination .kwd-season-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
body.single-kw_destination .kwd-season-grid article {
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  color: #263746;
  box-shadow: 1 10px 24px rgba(0, 0, 0, 0.18);
}
body.single-kw_destination .kwd-season-grid img {
  width: 100%;
  height: 148px;
  object-fit: cover;
}
body.single-kw_destination .kwd-season-grid article > div {
  padding: 14px 14px 16px;
}
body.single-kw_destination .kwd-season-grid h3 {
  margin: 0;
  color: #142d40;
  font: 800 12px Manrope, Arial, sans-serif;
  text-transform: uppercase;
}
body.single-kw_destination .kwd-season-grid strong {
  display: block;
  margin-top: 4px;
  color: #a06a18;
  font: 700 10px Manrope, Arial, sans-serif;
}
body.single-kw_destination .kwd-season-grid p {
  margin: 7px 0 0;
  color: #65727c;
  font: 400 11px/1.5 Manrope, Arial, sans-serif;
 }

/* Useful info */
body.single-kw_destination .kwd-info-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;

  @media (max-width: 1100px) {
    grid-template-columns: repeat(2, 1fr);
  }
  @media (max-width: 782px) {
    grid-template-columns: 1fr;
  }
}
body.single-kw_destination .kwd-info-grid article {
  min-height: 92px;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 18px;
  border: 1px solid var(--kwd-line);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(13, 39, 57, 0.04);
}
body.single-kw_destination .kwd-info-grid i {
  width: 38px;
  text-align: center;
  color: var(--kwd-gold);
  font-size: 22px;
}
body.single-kw_destination .kwd-info-grid strong {
  display: block;
  color: #273b4b;
  font: 700 14px Manrope, Arial, sans-serif;
}
body.single-kw_destination .kwd-info-grid span {
  display: block;
  margin-top: 4px;
  color: #75808a;
  font: 400 12px/1.4 Manrope, Arial, sans-serif;
}

/* Map */

body.single-kw_destination .kwd-map-copy {
  padding: 48px 44px;

  @media (max-width: 782px) {
    padding: 30px 24px;
  }
}
body.single-kw_destination .kwd-map-copy h2 {
  font-size: 40px;
}
body.single-kw_destination .kwd-map-copy p {
  color: #66737d;
  font: 400 13px/1.7 Manrope, Arial, sans-serif;
  margin-bottom: 26px;
}

body.single-kw_destination .leaflet-container {
  font-family: Manrope, Arial, sans-serif;
}

/* Gallery mosaic */
body.single-kw_destination .kwd-gallery-grid {
  display: grid;
  grid-template-columns: 1.55fr 1fr 1fr;
  grid-template-rows: 190px 190px;
  gap: 10px;

  @media (max-width: 782px) {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
}
body.single-kw_destination .kwd-gallery-grid button {
  position: relative;
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: 12px;
  background: #edf1f3;
  cursor: pointer;
}
body.single-kw_destination .kwd-gallery-grid button:first-child {
  grid-row: 1/3;

  @media (max-width: 782px) {
    grid-column: 1/3;
    height: 240px;
  }
}
body.single-kw_destination .kwd-gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}
body.single-kw_destination .kwd-gallery-grid button:hover img {
  transform: scale(1.025);
}
body.single-kw_destination .kwd-gallery-more {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(6, 28, 43, 0.55);
  color: #fff;
  font: 800 26px Manrope, Arial, sans-serif;
}
body.single-kw_destination .kwd-gallery-more small {
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-top: 5px;
}

/* FAQ + Tours: FAQ visuals are shared with Tour Details in unified-site.css. */

body.single-kw_destination .kwd-related-grid .kw-tour-card {
  min-width: 0;
}

/* CTA */
body.single-kw_destination .kwd-cta {
  margin-top: 30px;
  background: linear-gradient(
      90deg,
      rgba(5, 28, 45, 0.95),
      rgba(5, 28, 45, 0.74)
    ),
    var(--kwd-cta) center/cover no-repeat;
  color: #fff;
}
body.single-kw_destination .kwd-cta > .kw-container {
  min-height: 250px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;

  @media (max-width: 782px) {
    min-height: 260px;
    display: block;
    padding-block: 48px;
  }
}
body.single-kw_destination .kwd-cta span {
  color: #e0a437;
  font: 600 14px Manrope, Arial, sans-serif;
}
body.single-kw_destination .kwd-cta h2 {
  color: #fff;
  font-size: 40px;
  margin: 8px 0;
}
body.single-kw_destination .kwd-cta p {
  margin: 0;
  color: #d7e1e7;
  font: 400 14px Manrope, Arial, sans-serif;
}

/* Lightbox */
body.single-kw_destination .kwdr-lightbox {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
}
body.single-kw_destination .kwdr-lightbox.is-open {
  display: block;
}
body.single-kw_destination .kwdr-lightbox__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(4, 14, 22, 0.94);
  backdrop-filter: blur(8px);
}
body.single-kw_destination .kwdr-lightbox__dialog {
  position: absolute;
  inset: 28px 38px;
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) 56px;
  grid-template-rows: minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;

  @media (max-width: 782px) {
    inset: 18px 12px;
    grid-template-columns: 42px minmax(0, 1fr) 42px;
    gap: 6px;
  }
}
body.single-kw_destination .kwdr-lightbox figure {
  margin: 0;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  min-height: 0;
}
body.single-kw_destination .kwdr-lightbox__image {
  display: block;
  max-width: 100%;
  max-height: calc(100vh - 180px);
  width: auto;
  height: auto;
  object-fit: contain;
  margin: auto;
  border-radius: 10px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.32);
}
body.single-kw_destination .kwdr-lightbox figcaption {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: #fff;
  font: 500 12px Manrope, Arial, sans-serif;
  margin-top: 12px;
}
body.single-kw_destination .kwdr-lightbox__close,
body.single-kw_destination .kwdr-lightbox__nav {
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.09);
  color: #fff;
  display: grid;
  place-items: center;
  cursor: pointer;
  backdrop-filter: blur(8px);
}
body.single-kw_destination .kwdr-lightbox__close {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
}
body.single-kw_destination .kwdr-lightbox__thumbs {
  grid-column: 2;
  display: flex;
  justify-content: center;
  gap: 8px;
  overflow: auto;
  padding-top: 4px;

  @media (max-width: 782px) {
    grid-column: 1/4;
  }
}
body.single-kw_destination .kwdr-lightbox__thumbs button {
  flex: 0 0 72px;
  height: 48px;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 6px;
  overflow: hidden;
  background: none;
  cursor: pointer;
}
body.single-kw_destination .kwdr-lightbox__thumbs button.is-active {
  border-color: #d6a449;
}
body.single-kw_destination .kwdr-lightbox__thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.kw-lightbox-open {
  overflow: hidden;
}

body.single-kw_destination .kwd-facts-grid article:nth-child(3) {
  @media (max-width: 1100px) {
    border-right: 0;
  }
}

body.single-kw_destination .kwd-card-grid,body.single-kw_destination .kwd-season-grid,body.single-kw_destination .kwd-related-grid {
  @media (max-width: 782px) {
    grid-template-columns: 1fr;
  }
}body.single-kw_destination .kwd-gallery-grid button,body.single-kw_destination .kwd-gallery-grid button:first-child {
  @media (max-width: 782px) {
    grid-row: auto;
    height: 150px;
  }
}body.single-kw_destination .kwd-cta .kwd-btn {
  @media (max-width: 782px) {
    margin-top: 20px;
  }
}body.single-kw_destination .kwdr-lightbox__nav {
  @media (max-width: 782px) {
    width: 40px;
    height: 40px;
  }
}

/* Hero helpers */
body.single-kw_destination .kwd-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.78);
  margin-bottom: 62px;
  font-size: 13px;
}

body.single-kw_destination .kwd-video {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  text-decoration: none;
  font: 700 13px Manrope, Arial, sans-serif;
  right: 0;
  bottom: 28px;

  @media (max-width: 782px) {
    display: none;
  }
  @media (max-width: 767px) {
    position: static;
    margin-top: 16px;
  }
}

/* Sticky destination navigation */
/* Same sticky-tab behavior and visual rhythm as Tour Detailed. */
body.single-kw_destination .kwd-sticky {
  position: sticky;
  top: var(--kw-admin-bar-height, 0px);
  z-index: 9990;
  isolation: isolate;
  border-bottom: 1px solid #e9e3db;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 22px rgba(16, 42, 62, 0.07);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
body.single-kw_destination .kwd-sticky__inner {
  width: min(1320px, calc(100% - 48px));
  min-height: 58px;
  height: auto;
  display: flex;
  align-items: center;
  gap: 2px;

  @media (max-width: 767px) {
    width: min(100% - 36px, 1320px);
  }
}
body.single-kw_destination .kwd-sticky__links {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  min-width: 0;
  height: 58px;
  gap: 2px;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
}
body.single-kw_destination .kwd-sticky__links::-webkit-scrollbar {
  display: none;
}
body.single-kw_destination .kwd-sticky__links a {
  position: relative;
  display: flex;
  align-items: center;
  height: 58px;
  padding: 0 15px;
  color: #3c4e5a;
  font: 700 13px/1 Manrope, Arial, sans-serif;
  text-decoration: none;
  white-space: nowrap;
}
body.single-kw_destination .kwd-sticky__links a:after {
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 0;
  height: 2px;
  background: transparent;
  transform: none;
}
body.single-kw_destination .kwd-sticky__links a:hover,
body.single-kw_destination .kwd-sticky__links a.is-active {
  color: var(--kwd-gold-dark);
}
body.single-kw_destination .kwd-sticky__links a.is-active:after {
  background: var(--kwd-gold);
}
body.single-kw_destination .kwd-sticky__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  flex: 0 0 auto;
  min-height: 38px;
  margin-left: auto;
  padding: 0 18px;
  border: 0;
  border-radius: 7px;
  background: #c98b2b;
  color: #fff;
  font: 800 11px/1 Manrope, Arial, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;

  @media (max-width: 767px) {
    display: none;
  }
}
body.single-kw_destination [id^="destination-"] {
  scroll-margin-top: calc(var(--kw-admin-bar-height, 0px) + 82px);
}

body.single-kw_destination .kwd-overview-gallery .kw-dsp-overview-slide {
  cursor: zoom-in;
}
body.single-kw_destination
  .kwd-overview-gallery
  .kw-dsp-overview-slide:focus-visible {
  outline: 3px solid #c98b2b;
  outline-offset: 3px;
}
body.single-kw_destination .kwd-map {
  min-height: 430px;
  background: #e8eee6;
  position: relative;
  overflow: hidden;

  @media (max-width: 782px) {
    min-height: 330px;
  }
}

body.single-kw_destination .kwd-overview {
  display: grid;
  padding-top: 72px;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: 64px;
  align-items: start;

  @media (max-width: 1100px) {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  @media (max-width: 782px) {
    padding-top: 140px;
  }
  @media (max-width: 1199px) {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  @media (max-width: 767px) {
    padding-top: 48px;
  }
}

body.single-kw_destination .kwd-overview-highlights {
  margin: 10px 0 10;
  padding: 15px 15px;
  border: 2px solid #e7e4df30;
  border-radius: 12px;
  background: #e2dbce3b;
 display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px -0px;
}
body.single-kw_destination .kwd-overview-highlights li {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  color: #52606b;
  font: 500 13px/1.5 Manrope, Arial, sans-serif;
	
}
body.single-kw_destination .kwd-overview-highlights i {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #c98b2b;
  color: #fff;
  font-size: 8px;
  margin-top: 1px;
}
body.single-kw_destination .kwd-overview-gallery {
  min-width: 0;
}
body.single-kw_destination .kwd-slider-stage {
  position: relative;
  height: 430px;
  background: #eef1f3;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(16, 32, 51, 0.08);

  @media (max-width: 782px) {
    height: 300px;
  }
}
body.single-kw_destination .kwd-thumbs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 9px;
  margin-top: 10px;

  @media (max-width: 767px) {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px;
  }
}
body.single-kw_destination .kwd-thumbs button {
  cursor: pointer;
  height: 92px;
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid transparent;
  padding: 0;
  background: #eef2f4;

  @media (max-width: 767px) {
    height: 58px;
  }
}
body.single-kw_destination .kwd-thumbs button.is-active {
  border-color: #c98b2b;
}
body.single-kw_destination .kwd-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
body.single-kw_destination .kwd-conditions {
  padding-top: 58px;
  padding-bottom: 58px;
}
body.single-kw_destination .kwd-condition-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;

  @media (max-width: 1199px) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  @media (max-width: 767px) {
    grid-template-columns: 1fr;
  }
}
body.single-kw_destination .kwd-condition-grid article {
  min-height: 96px;
  padding: 17px 18px;
  border: 1px solid #e8dfd2;
  border-radius: 12px;
  background: #fff;
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  grid-template-areas: "icon label" "icon value";
  gap: 2px 11px;
  align-items: center;
  box-shadow: 0 6px 18px rgba(16, 32, 51, 0.04);
}
body.single-kw_destination .kwd-condition-grid i {
  grid-area: icon;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fff5e5;
  color: #c98b2b;
  display: grid;
  place-items: center;
  font-size: 16px;
}
body.single-kw_destination .kwd-condition-grid small {
  grid-area: label;
  color: #87919b;
  font: 700 9px/1.2 Manrope, Arial, sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
body.single-kw_destination .kwd-condition-grid strong {
  grid-area: value;
  color: #102033;
  font: 700 13px/1.4 Manrope, Arial, sans-serif;
}
body.single-kw_destination .kwd-month-rating-row {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 6px;
  margin-top: 14px;
  padding: 14px;
  border-radius: 12px;
  background: #f8f6f2;
  border: 1px solid #ebe4d8;

  @media (max-width: 767px) {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
body.single-kw_destination .kwd-month-rating-row span {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  color: #65727e;
  font: 700 9px/1 Manrope, Arial, sans-serif;
}
body.single-kw_destination .kwd-month-rating-row i {
  width: 100%;
  height: 5px;
  border-radius: 999px;
  background: #d8dee3;
}
body.single-kw_destination .kwd-month-rating-row .rating-1 i {
  background: #d8b36b;
}
body.single-kw_destination .kwd-month-rating-row .rating-2 i {
  background: #b3a350;
}
body.single-kw_destination .kwd-month-rating-row .rating-3 i {
  background: #6e9c63;
}
body.single-kw_destination .kwd-related-section {
  padding-top: 56px;
}
body.single-kw_destination .kwd-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;

  @media (max-width: 1199px) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  @media (max-width: 767px) {
    grid-template-columns: 1fr;
  }
}
body.single-kw_destination .kwd-map-shell {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  min-height: 430px;
  border: 1px solid #e9dfd1;
  border-radius: 16px;
  background: #fbf8f2;
  box-shadow: 0 14px 36px rgba(13, 39, 57, 0.05);
  overflow: hidden;

  @media (max-width: 1100px) {
    grid-template-columns: 1fr;
  }
}
body.single-kw_destination .kwd-map iframe {
  background: #eef1eb;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 430px;
  border: 0;
}
body.single-kw_destination .kwd-thumbs button:nth-child(n + 5) {
  @media (max-width: 767px) {
    display: none;
  }
}

/* Destination hero facts use the shared Tour Facts component in unified-site.css. */
