/* =========================================================
   CAMPER SPOT DETAIL — DESKTOP ONLY
   Only the opened place detail is changed.
   Map, header, toolbar, markers, list and mobile remain untouched.
   ========================================================= */
@media (min-width: 681px) {

  body.camperPage #spotDetailBackdrop.camperDetailBackdrop {
    position: fixed !important;
    inset: 0 !important;
    z-index: 30000 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    padding: 24px 24px 24px 0 !important;
    background: transparent !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  body.camperPage #spotDetailBackdrop[hidden] {
    display: none !important;
  }

  body.camperPage #spotDetail {
    position: relative !important;
    inset: auto !important;
    width: min(430px, calc(100vw - 48px)) !important;
    max-width: 430px !important;
    height: min(92vh, 860px) !important;
    max-height: min(92vh, 860px) !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    border: 1px solid rgba(31, 58, 41, .08) !important;
    border-radius: 24px !important;
    background: #f7f9f7 !important;
    box-shadow: 0 28px 80px rgba(0, 0, 0, .30) !important;
    overscroll-behavior: contain !important;
    scrollbar-width: thin !important;
  }

  body.camperPage #spotDetailBody {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body.camperPage #spotDetail .camperDetailClose {
    position: sticky !important;
    float: right !important;
    top: 12px !important;
    right: 12px !important;
    width: 40px !important;
    height: 40px !important;
    margin: 12px 12px -52px 0 !important;
    border-radius: 50% !important;
    border: 1px solid rgba(31,41,55,.10) !important;
    background: rgba(255,255,255,.96) !important;
    color: #20272f !important;
    box-shadow: 0 5px 18px rgba(0,0,0,.13) !important;
    z-index: 30020 !important;
    cursor: pointer !important;
  }

  /* Horizontal desktop photo gallery inside the detail window. */
  body.camperPage #spotDetail .camperSelectedPhotoWrap {
    position: relative !important;
    width: 100% !important;
  }

  body.camperPage #spotDetail .camperDetailDesktopCarousel {
    position: relative !important;
    width: 100% !important;
    height: 300px !important;
    overflow: hidden !important;
    background: #e8eeea !important;
    touch-action: pan-y !important;
    cursor: grab !important;
    user-select: none !important;
  }

  body.camperPage #spotDetail .camperDetailDesktopCarousel:active {
    cursor: grabbing !important;
  }

  body.camperPage #spotDetail .camperDetailDesktopTrack {
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    transform: translate3d(0,0,0);
    transition: transform .26s cubic-bezier(.2,.8,.2,1) !important;
    will-change: transform !important;
  }

  body.camperPage #spotDetail .camperDetailDesktopTrack.is-dragging {
    transition: none !important;
  }

  body.camperPage #spotDetail .camperDetailDesktopSlide {
    appearance: none !important;
    -webkit-appearance: none !important;
    flex: 0 0 100% !important;
    width: 100% !important;
    height: 100% !important;
    min-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    overflow: hidden !important;
    cursor: inherit !important;
  }

  body.camperPage #spotDetail .camperDetailDesktopSlide img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    pointer-events: none !important;
    -webkit-user-drag: none !important;
  }

  body.camperPage #spotDetail .camperDetailDesktopArrow {
    position: absolute !important;
    top: 50% !important;
    z-index: 12 !important;
    width: 38px !important;
    height: 38px !important;
    margin-top: -19px !important;
    padding: 0 !important;
    border: 1px solid rgba(255,255,255,.72) !important;
    border-radius: 50% !important;
    background: rgba(255,255,255,.92) !important;
    color: #284332 !important;
    box-shadow: 0 5px 16px rgba(0,0,0,.15) !important;
    font-size: 27px !important;
    line-height: 1 !important;
    cursor: pointer !important;
  }

  body.camperPage #spotDetail .camperDetailDesktopArrow.is-prev { left: 12px !important; }
  body.camperPage #spotDetail .camperDetailDesktopArrow.is-next { right: 12px !important; }

  body.camperPage #spotDetail .camperDetailDesktopCount {
    position: absolute !important;
    left: 50% !important;
    bottom: 10px !important;
    z-index: 12 !important;
    transform: translateX(-50%) !important;
    padding: 5px 9px !important;
    border-radius: 999px !important;
    background: rgba(20,33,24,.72) !important;
    color: #fff !important;
    font-size: 11px !important;
    line-height: 1 !important;
    font-weight: 850 !important;
    pointer-events: none !important;
  }

  /* Match the mobile detail content proportions. */
  body.camperPage #spotDetail .camperDetailContent {
    padding: 14px 14px 28px !important;
  }

  body.camperPage #spotDetail .camperDetailRating {
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 5px !important;
    min-height: 22px !important;
    margin: 0 0 7px !important;
    padding: 0 !important;
  }

  body.camperPage #spotDetail .camperDetailStars {
    color: #f59e0b !important;
    font-size: 17px !important;
    line-height: 1 !important;
    letter-spacing: 1px !important;
    white-space: nowrap !important;
  }

  body.camperPage #spotDetail .camperDetailRating strong {
    font-size: 13px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    color: #26352c !important;
  }

  body.camperPage #spotDetail .camperDetailRatingCount {
    font-size: 10.5px !important;
    font-weight: 700 !important;
    color: #7a837d !important;
  }

  body.camperPage #spotDetail .camperDetailRating.is-empty .camperDetailStars {
    color: #b9c0bc !important;
  }

  body.camperPage #spotDetail .camperDetailRating.is-empty strong {
    font-size: 11px !important;
    font-weight: 750 !important;
    color: #8a928d !important;
  }

  body.camperPage #spotDetail .camperTypePill {
    font-size: 9px !important;
    line-height: 1 !important;
  }

  body.camperPage #spotDetail .camperDetailContent h2 {
    margin: 2px 42px 6px 0 !important;
    font-size: 24px !important;
    line-height: 1.08 !important;
  }

  body.camperPage #spotDetail .camperSpotMeta {
    font-size: 10.5px !important;
    line-height: 1.35 !important;
  }

  body.camperPage #spotDetail .camperSpotPrice {
    margin-top: 8px !important;
    font-size: 12px !important;
    font-weight: 900 !important;
  }

  body.camperPage #spotDetail .camperPrimaryActions {
    display: grid !important;
    grid-template-columns: minmax(0,1fr) auto !important;
    gap: 8px !important;
    margin-top: 12px !important;
  }

  body.camperPage #spotDetail .camperPrimaryActions .btn {
    min-height: 42px !important;
    border-radius: 13px !important;
    font-size: 14px !important;
    font-weight: 850 !important;
  }

  /* Exactly the same 3-line description behavior as mobile. */
  body.camperPage #spotDetail .camperDetailDescription {
    position: relative !important;
    margin: 10px 0 4px !important;
    font-size: 15px !important;
    line-height: 1.42 !important;
    color: #20272f !important;
  }

  body.camperPage #spotDetail .camperDetailDescriptionText {
    white-space: pre-wrap !important;
  }

  body.camperPage #spotDetail .camperDetailDescription:not(.is-expanded) .camperDetailDescriptionText {
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 3 !important;
    overflow: hidden !important;
  }

  body.camperPage #spotDetail .camperDetailDescriptionToggle {
    display: inline !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    border: 0 !important;
    background: #fff !important;
    padding: 0 0 0 4px !important;
    margin: 0 !important;
    color: #20272f !important;
    font: inherit !important;
    font-weight: 850 !important;
    line-height: inherit !important;
    cursor: pointer !important;
  }

  body.camperPage #spotDetail .camperDetailDescription:not(.is-expanded) .camperDetailDescriptionToggle:not([hidden]) {
    position: absolute !important;
    right: 0 !important;
    bottom: 0 !important;
    background: linear-gradient(90deg, rgba(255,255,255,0), #fff 24px) !important;
    padding-left: 30px !important;
  }

  body.camperPage #spotDetail .camperDetailDescription.is-expanded .camperDetailDescriptionToggle {
    display: block !important;
    margin-top: 3px !important;
    padding-left: 0 !important;
    color: #5f6871 !important;
  }

  /* Same icon-only Services / Activities visual as mobile. */
  body.camperPage #spotDetail .camperServices {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, 43px) !important;
    grid-auto-rows: 43px !important;
    justify-content: start !important;
    align-items: start !important;
    gap: 6px !important;
    overflow: visible !important;
  }

  body.camperPage #spotDetail button.camperService.camperIconOnly {
    appearance: none !important;
    -webkit-appearance: none !important;
    width: 43px !important;
    min-width: 43px !important;
    max-width: 43px !important;
    height: 43px !important;
    min-height: 43px !important;
    max-height: 43px !important;
    padding: 3px !important;
    margin: 0 !important;
    border: 1px solid rgba(31,41,55,.10) !important;
    border-radius: 11px !important;
    background: #fff !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-sizing: border-box !important;
    font-size: 0 !important;
    line-height: 0 !important;
    cursor: pointer !important;
  }

  body.camperPage #spotDetail button.camperService.camperIconOnly img.camperServiceIcon {
    display: block !important;
    width: 35px !important;
    height: 35px !important;
    min-width: 35px !important;
    max-width: 35px !important;
    min-height: 35px !important;
    max-height: 35px !important;
    object-fit: contain !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body.camperPage #spotDetail .camperServiceLabel {
    display: none !important;
  }

  body.camperPage #spotDetail .camperDetailSection {
    margin-top: 18px !important;
    padding-top: 16px !important;
    border-top: 1px solid rgba(155,172,160,.28) !important;
    overflow: visible !important;
  }

  body.camperPage #spotDetail .camperDetailSection h3 {
    margin: 0 0 10px !important;
    font-size: 14px !important;
  }

  /* Selected badge stays attached to the photo, same behavior as mobile. */
  body.camperPage #spotDetail .camperSelectedDetailMedal {
    left: 10px !important;
    top: 10px !important;
  }

  body.camperPage #spotDetail .camperSelectedMedalButton {
    width: 62px !important;
    height: 62px !important;
  }

  body.camperPage #spotDetail .camperSelectedReasonCard {
    top: 69px !important;
    width: min(300px, calc(100vw - 60px)) !important;
  }

  /* Full photo viewer can still be opened by clicking a slide. */
  body.camperPage .camperDetailPhotoViewer {
    position: fixed !important;
    inset: 0 !important;
    z-index: 42000 !important;
    display: flex !important;
    flex-direction: column !important;
    background: #101318 !important;
  }

  body.camperPage .camperDetailPhotoViewerBar {
    min-height: 58px !important;
    padding: 8px 12px !important;
    display: grid !important;
    grid-template-columns: 42px 1fr 42px !important;
    align-items: center !important;
    background: #fff !important;
    color: #20272f !important;
  }

  body.camperPage .camperDetailPhotoViewerBar button {
    width: 38px !important;
    height: 38px !important;
    border: 1px solid rgba(31,41,55,.08) !important;
    border-radius: 999px !important;
    background: #fff !important;
  }

  body.camperPage .camperDetailPhotoViewerBar span {
    grid-column: 2 !important;
    justify-self: center !important;
    font-size: 12px !important;
    font-weight: 850 !important;
  }

  body.camperPage .camperDetailPhotoViewerStage {
    position: relative !important;
    flex: 1 1 auto !important;
    min-height: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  body.camperPage .camperDetailPhotoViewerStage img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
  }

  body.camperPage .camperDetailPhotoViewerStage > button {
    position: absolute !important;
    top: 50% !important;
    z-index: 2 !important;
    width: 42px !important;
    height: 42px !important;
    margin-top: -21px !important;
    border-radius: 999px !important;
    border: 1px solid rgba(255,255,255,.28) !important;
    background: rgba(0,0,0,.34) !important;
    color: #fff !important;
    font-size: 28px !important;
  }

  body.camperPage .camperDetailPhotoViewerStage .is-prev { left: 18px !important; }
  body.camperPage .camperDetailPhotoViewerStage .is-next { right: 18px !important; }
}


/* =========================================================
   CAMPER DETAIL DESKTOP — Prices list only
   ========================================================= */
@media (min-width: 681px) {
  body.camperPage #spotDetail .camperPricingPanel .camperPriceList {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0 !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body.camperPage #spotDetail .camperPricingPanel .camperPriceRow {
    display: flex !important;
    align-items: baseline !important;
    justify-content: space-between !important;
    gap: 18px !important;
    width: 100% !important;
    min-width: 0 !important;
    padding: 4px 0 !important;
    margin: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #4f5953 !important;
    font-size: 12px !important;
    line-height: 1.35 !important;
    font-weight: 450 !important;
  }

  body.camperPage #spotDetail .camperPricingPanel .camperPriceName {
    min-width: 0 !important;
    color: #4f5953 !important;
    font-weight: 450 !important;
  }

  body.camperPage #spotDetail .camperPricingPanel .camperPriceValue {
    flex: 0 0 auto !important;
    white-space: nowrap !important;
    color: #303a34 !important;
    font-weight: 600 !important;
    text-align: right !important;
  }

  body.camperPage #spotDetail .camperPricingPanel .camperPriceValue small {
    font: inherit !important;
    font-weight: 450 !important;
    color: #737c76 !important;
  }
}
