:root {
  --cp-ink: #1d1d1b;
  --cp-muted: #68645c;
  --cp-line: #e0ddd3;
  --cp-soft: #f5f2ea;
  --cp-accent: #b9af8e;
  --cp-accent-dark: #403915;
  --cp-orange: #f85d1b;
  --cp-white: #fff;
}

[data-cp-app] {
  width: 100%;
  max-width: 100%;
  color: var(--cp-ink);
  overflow: visible;
}

[data-cp-app],
[data-cp-app] * {
  box-sizing: border-box;
}

.menu-button .menu-open .icon-menu {
  position: relative;
  display: block;
  width: 28px;
  height: 22px;
  color: var(--cp-orange);
}

.menu-button .menu-open .icon-menu svg {
  display: none;
}

.menu-button .menu-open .icon-menu::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  box-shadow: 0 7px 0 currentColor, 0 14px 0 currentColor;
}

.cp-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 28px;
  align-items: start;
}

.cp-shell--overview {
  display: block;
}

.cp-panel {
  background: var(--cp-white);
  border: 1px solid var(--cp-line);
  border-radius: 8px;
  padding: 18px;
}

.cp-filterbar {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)) minmax(110px, auto);
  gap: 14px 17px;
  width: 100%;
  max-width: 863px;
  margin: 0 0 34px;
  padding: 0;
  background: transparent;
  border-radius: 0;
  justify-content: start;
}

.cp-input,
.cp-select,
.cp-filter-submit,
.cp-filter-clear {
  width: 100%;
  height: 35px;
  min-height: 35px;
  border: 1px solid #d7d0c3;
  border-radius: 11.5px;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  box-shadow: none;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.cp-input {
  grid-column: 1 / -1;
  background: var(--cp-white);
  color: #6a675f;
  border-color: #b4a988;
  padding: 0 12px;
}

.cp-select {
  appearance: none;
  background-color: #b4a988;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='5' viewBox='0 0 10 5' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 3 4-3' fill='none' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: right 12px center;
  background-repeat: no-repeat;
  color: #fff;
  padding: 0 30px 0 12px;
}

.cp-select:disabled {
  cursor: not-allowed;
  opacity: 0.62;
}

.cp-filter-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 35px;
  gap: 8px;
}

.cp-filter-submit,
.cp-filter-clear {
  background: var(--cp-orange);
  border-color: var(--cp-orange);
  color: var(--cp-white);
  cursor: pointer;
  padding: 0 18px;
}

.cp-filter-clear {
  align-items: center;
  display: inline-flex;
  font-size: 22px;
  justify-content: center;
  line-height: 1;
  padding: 0;
}

.cp-input::placeholder {
  color: #6a675f;
  opacity: 1;
}

.cp-input:focus,
.cp-select:focus,
.cp-filter-submit:focus,
.cp-filter-clear:focus {
  border-color: var(--cp-accent-dark);
  color: var(--cp-ink);
  box-shadow: 0 0 0 3px rgba(64, 57, 21, 0.12);
  outline: 0;
}

.cp-select:focus {
  color: #fff;
}

.cp-filter-submit:hover,
.cp-filter-submit:focus,
.cp-filter-clear:hover,
.cp-filter-clear:focus {
  background: #df4e13;
  border-color: #df4e13;
  color: var(--cp-white);
}

.cp-results-head {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  margin: 0 0 18px;
}

.cp-results-head strong {
  font-size: 20px;
}

.cp-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  margin: -12px;
  padding: 12px;
  overflow: visible;
}

#paginering-camperplaatsen {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 40px 16px 24px;
  flex-wrap: wrap;
}

.pagina-knop {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  min-width: 44px;
  padding: 0 16px;
  border: 2px solid #e0d9d0;
  border-radius: 12px;
  background: #ffffff;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  color: #7a7068;
  transition: all 0.18s ease;
  font-family: inherit;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.07);
  -webkit-tap-highlight-color: transparent;
  user-select: none;
}

.pagina-knop:hover {
  border-color: #f25922;
  color: #f25922;
  background: rgba(242, 89, 34, 0.05);
}

.pagina-knop.pagina-actief {
  background: #f25922;
  border-color: #f25922;
  color: #ffffff;
  box-shadow: 0 3px 14px rgba(242, 89, 34, 0.35);
}

.pagina-knop:disabled {
  opacity: 0.2;
  cursor: not-allowed;
  pointer-events: none;
}

.pagina-pijl {
  font-size: 22px;
  min-width: 54px;
  height: 54px;
  border-radius: 50%;
}

.pagina-info {
  width: 100%;
  text-align: center;
  font-size: 13px;
  color: #9a9088;
  margin-top: 4px;
}

.cp-card {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 0;
  min-height: 410px;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  background: var(--cp-white);
  border: 1px solid rgba(224, 221, 211, 0.75);
  border-radius: 18px;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.cp-card:hover {
  box-shadow: 0 12px 30px rgba(29, 29, 27, 0.32);
  transform: translateY(-2px);
}

.cp-card__media {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  min-height: 0;
  overflow: hidden;
}

.cp-card__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: var(--cp-soft);
  transition: filter 0.18s ease;
}

.cp-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
  padding: 18px 18px 17px;
}

.cp-card__type {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  border-radius: 999px;
  padding: 7px 14px;
  color: #fff;
  background: rgba(29, 27, 18, 0.76);
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
}

.cp-card__heart {
  position: absolute;
  right: 18px;
  bottom: 14px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  color: #fff;
  cursor: pointer;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.24));
  transition: transform 0.16s ease;
}

.cp-card__heart:hover,
.cp-card__heart:focus-visible {
  transform: scale(1.06);
}

.cp-card__heart:focus-visible {
  outline: 2px solid #0b74ff;
  outline-offset: 3px;
  border-radius: 8px;
}

.cp-card__heart-icon {
  display: block;
  width: 100%;
  height: 100%;
  fill: rgba(255, 255, 255, 0);
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linejoin: round;
  transition: fill 0.16s ease, stroke-width 0.16s ease;
}

.cp-card__heart.is-active .cp-card__heart-icon {
  fill: currentColor;
  stroke-width: 2;
}

.cp-tip-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  color: #fff;
  background: #ff5b00;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
}

.cp-card__meta,
.cp-muted {
  color: var(--cp-muted);
}

.cp-card__meta {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  font-size: 14px;
  line-height: 1.4;
}

.cp-card__meta span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cp-card__meta .cp-icon {
  width: 18px;
  height: 18px;
  color: #174f4b;
}

.cp-card__title {
  margin: 0;
  color: var(--cp-orange);
  font-size: 21px;
  line-height: 1.16;
  overflow-wrap: anywhere;
}

.cp-card__text {
  display: -webkit-box;
  min-height: 42px;
  overflow: hidden;
  color: var(--cp-ink);
  font-size: 14px;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.cp-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: auto;
  min-width: 0;
}

.cp-card__price {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  border-radius: 999px;
  padding: 5px 11px;
  color: var(--cp-muted);
  background: #faf8f2;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.cp-card__rating {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 30px;
  min-width: 0;
}

.cp-pillrow {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.cp-pill {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  border-radius: 999px;
  padding: 5px 10px;
  background: var(--cp-soft);
  color: var(--cp-muted);
  font-size: 13px;
  font-weight: 700;
}

.cp-pill .cp-stars {
  color: inherit;
}

.cp-icon {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cp-lucide-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
  background-color: currentColor;
  mask-image: var(--cp-icon-url);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-image: var(--cp-icon-url);
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
}

.cp-lucide-icon--olive {
  color: #5a5120;
}

.cp-lucide-icon--ink {
  color: var(--cp-ink);
}

.cp-stars {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  min-height: 30px;
  color: #f5a623;
  font-weight: 800;
}

.cp-stars .cp-icon {
  width: 16px;
  height: 16px;
  fill: currentColor;
  stroke: currentColor;
}

.cp-stars .is-empty {
  color: #c9c5bb;
}

.cp-stars .is-half {
  color: #f5a623;
  opacity: 0.65;
}

.cp-stars span:last-child {
  margin-left: 4px;
  color: var(--cp-muted);
  font-size: 13px;
  line-height: 1;
}

.cp-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-radius: 6px;
  padding: 10px 14px;
  background: var(--cp-accent-dark);
  color: #fff;
  text-decoration: none;
  font-weight: 800;
}

.cp-button--secondary {
  border: 1px solid var(--cp-line);
  background: var(--cp-white);
  color: var(--cp-ink);
}

.cp-detail {
  display: grid;
  gap: 24px;
}

.cp-kicker {
  margin: 0 0 8px;
  color: var(--cp-accent-dark);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.cp-location-page {
  gap: 24px;
}

.cp-location-hero {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.15fr);
  gap: 0;
  align-items: stretch;
  background: var(--cp-white);
  border: 1px solid var(--cp-line);
  border-radius: 8px;
  overflow: hidden;
}

.cp-location-hero h1,
.cp-featured-hero h1 {
  margin: 0 0 12px;
  line-height: 1.05;
}

.cp-location-hero h1 {
  color: var(--cp-orange);
  font-size: 30px;
  line-height: 1.12;
}

.cp-location-hero__content {
  display: grid;
  align-content: end;
  gap: 14px;
  min-width: 0;
  padding: 30px;
}

.cp-location-line,
.cp-location-intro {
  margin: 0;
}

.cp-location-line {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--cp-accent-dark);
  font-size: 16px;
  font-weight: 700;
}

.cp-location-line .cp-icon {
  width: 20px;
  height: 20px;
}

.cp-location-line .cp-lucide-icon {
  width: 20px;
  height: 20px;
}

.cp-location-intro {
  max-width: 58ch;
  color: var(--cp-ink);
  font-size: 15px;
  line-height: 1.55;
}

.cp-location-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px 24px;
  margin-top: 2px;
}

.cp-location-meta--top {
  align-items: center;
  margin-top: 4px;
}

.cp-location-meta--bottom {
  gap: 12px 36px;
}

.cp-type-badge,
.cp-meta-review,
.cp-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 30px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.cp-type-badge {
  padding: 8px 15px;
  color: #fff;
  background: var(--cp-accent-dark);
}

.cp-meta-score {
  display: inline-flex;
  align-items: baseline;
}

.cp-meta-highlight {
  display: grid;
  gap: 6px;
  margin-top: 2px;
}

.cp-meta-highlight__price {
  color: #333;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.1;
}

.cp-meta-highlight__score {
  display: flex;
  align-items: baseline;
  gap: 8px;
  color: var(--cp-ink);
  font-size: 18px;
  font-weight: 700;
}

.cp-meta-highlight__score strong {
  color: var(--cp-orange);
  font-size: 20px;
}

.cp-meta-review,
.cp-meta-item {
  padding: 0;
  color: var(--cp-muted);
  background: transparent;
  border: 0;
}

.cp-meta-price {
  color: var(--cp-accent-dark);
}

.cp-meta-review .cp-icon,
.cp-meta-item .cp-icon {
  width: 17px;
  height: 17px;
  color: var(--cp-accent-dark);
}

.cp-meta-review .cp-lucide-icon,
.cp-meta-item .cp-lucide-icon {
  width: 17px;
  height: 17px;
}

.cp-location-gallery {
  display: grid;
  grid-template-rows: auto auto;
  gap: 20px;
  min-width: 0;
  height: auto;
  align-self: start;
  padding: 20px 20px 20px 0;
}

.cp-location-gallery--single {
  grid-template-rows: auto;
  gap: 0;
  padding-bottom: 20px;
}

.cp-location-gallery__main {
  position: relative;
  width: 100%;
  height: clamp(220px, 30vw, 300px);
  min-height: 0;
  max-height: 300px;
  background: var(--cp-white);
  border-radius: 8px;
}

.cp-location-gallery__main.cp-image-button {
  border-radius: 8px;
}

.cp-image-button {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: transparent;
  cursor: zoom-in;
  overflow: hidden;
}

.cp-image-button img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.cp-location-gallery__thumbs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.cp-location-gallery__thumbs .cp-image-button {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 6px;
}

.cp-hero-media {
  display: grid;
  gap: 10px;
}

.cp-hero-media img:first-child {
  width: 100%;
  max-height: 520px;
  object-fit: cover;
  border-radius: 8px;
}

.cp-thumbs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.cp-thumbs img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 6px;
}

.cp-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.cp-facts--compact {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.cp-fact {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4px 10px;
  align-items: start;
  background: var(--cp-white);
  border: 1px solid var(--cp-line);
  border-radius: 8px;
  padding: 12px;
}

.cp-fact span {
  display: block;
  grid-column: 2;
  color: var(--cp-muted);
  font-size: 13px;
}

.cp-fact strong {
  grid-column: 2;
}

.cp-facilities {
  columns: 2;
  padding-left: 20px;
}

.cp-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 44px;
  align-items: start;
}

.cp-detail-main,
.cp-section {
  display: grid;
  gap: 18px;
}

.cp-section {
  padding: 20px 0;
  border-top: 1px solid var(--cp-line);
}

.cp-section h2,
.cp-booking-panel h2,
.cp-featured-strip h2 {
  margin: 0;
  font-size: 19px;
  line-height: 1.2;
}

.cp-section p,
.cp-rich-text p {
  margin: 0;
  line-height: 1.65;
}

.cp-rich-text {
  display: grid;
  gap: 14px;
}

.cp-booking-panel {
  position: sticky;
  top: 24px;
}

.cp-booking-panel .cp-panel {
  background: var(--cp-white);
}

.cp-location-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  width: 100%;
}

.cp-location-logo img {
  display: block;
  width: auto;
  max-width: min(300px, 100%);
  max-height: 180px;
  object-fit: contain;
}

.cp-plan-summary {
  display: grid;
  gap: 14px;
  margin-top: 16px;
  margin-bottom: 18px;
}

.cp-info-list {
  display: grid;
  gap: 20px;
  margin: 22px 0 18px;
}

.cp-info-list div {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 5px 14px;
  align-items: start;
}

.cp-info-list dt {
  grid-column: 2;
  color: var(--cp-muted);
  font-size: 14px;
  font-weight: 800;
}

.cp-info-list dd {
  grid-column: 2;
  margin: 0;
  font-weight: 800;
  line-height: 1.45;
}

.cp-info-list dd a {
  color: inherit;
  text-decoration: none;
}

.cp-info-list dd a:hover,
.cp-info-list dd a:focus-visible {
  color: var(--cp-orange);
}

.cp-mobile-tel {
  display: none;
}

.cp-info-list .cp-icon {
  width: 24px;
  height: 24px;
  color: var(--cp-accent-dark);
}

.cp-info-list .cp-lucide-icon {
  width: 24px;
  height: 24px;
}

.cp-suitable {
  display: grid;
  gap: 10px;
  margin: 0 0 18px;
}

.cp-suitable > span {
  color: var(--cp-muted);
  font-size: 13px;
  font-weight: 700;
}

.cp-suitable > div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.cp-suitable__item {
  position: relative;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 4px;
  min-width: 0;
  min-height: 96px;
  padding: 12px 14px 10px;
  color: #222;
  background: #d2e1f3;
  border-radius: 20px;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.15;
}

.cp-suitable__image {
  display: block;
  width: auto;
  max-width: 95px;
  height: 30px;
  object-fit: contain;
}

.cp-suitable__item--length {
  grid-column: 1 / -1;
  grid-template-columns: auto 1fr;
  justify-items: start;
  align-content: center;
  min-height: 56px;
  padding: 12px 16px;
  background: #f7fafc;
  border: 1px solid #dbe5ef;
  border-radius: 16px;
  text-align: left;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .75);
}

.cp-suitable__item--length .cp-icon {
  width: 32px;
  height: 32px;
  color: var(--cp-accent-dark);
}

.cp-suitable__item--length .cp-suitable__label {
  justify-content: flex-start;
  min-height: 0;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
}

.cp-suitable__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 28px;
}

.cp-suitable--summary {
  margin: 8px 0 2px;
}

.cp-suitable--summary > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.cp-checkmark {
  color: #08b84f;
  font-size: 22px;
  line-height: 1;
}

.cp-checkmark + span {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.15;
  white-space: nowrap;
}

.cp-action-stack {
  display: grid;
  gap: 10px;
}

.cp-facility-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cp-facility-grid li {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 6px 10px;
  background: var(--cp-white);
  border: 1px solid var(--cp-line);
  border-radius: 8px;
  font-size: 13px;
  font-weight: 700;
}

.cp-facility-grid .cp-icon {
  width: 24px;
  height: 24px;
  color: var(--cp-accent-dark);
}

.cp-facility-grid .cp-lucide-icon {
  width: 30px;
  height: 30px;
}

.cp-map {
  display: block;
  width: 100%;
  min-height: 320px;
  margin-top: 14px;
  border: 0;
  border-radius: 8px;
  background: var(--cp-soft);
}

.cp-review-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: start;
}

.cp-review-grid--compact {
  grid-template-columns: 1fr;
}

.cp-review-card {
  display: grid;
  gap: 14px;
  padding: 22px 0;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #c8c8c8;
  border-radius: 0;
}

.cp-review-card h3,
.cp-review-card p {
  margin: 0;
}

.cp-review-card p {
  color: #4f4b46;
  font-size: 16px;
  line-height: 1.55;
}

.cp-review-card > span {
  color: #888;
  font-size: 14px;
  font-weight: 700;
}

.cp-review-score {
  display: inline-flex;
  align-items: center;
  gap: 2px;
}

.cp-review-score__suffix {
  color: #888;
  font-weight: 800;
}

.cp-review-score .cp-stars span:last-child {
  color: #888;
  font-size: 15px;
}

.cp-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) 64px;
  grid-template-rows: 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 24px;
  background: rgba(0, 0, 0, 0.88);
}

.cp-lightbox img {
  grid-column: 2;
  max-width: 100%;
  max-height: 82vh;
  justify-self: center;
  border-radius: 8px;
  object-fit: contain;
}

.cp-lightbox__close,
.cp-lightbox__nav {
  border: 0;
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
  cursor: pointer;
}

.cp-lightbox__close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  font-size: 32px;
  line-height: 1;
}

.cp-lightbox__nav {
  width: 52px;
  height: 72px;
  border-radius: 8px;
  font-size: 44px;
}

.cp-lightbox__count {
  grid-column: 1 / -1;
  color: #fff;
  text-align: center;
  font-weight: 800;
}

.cp-empty,
.cp-error {
  padding: 22px;
  border-radius: 8px;
  background: var(--cp-soft);
}

.cp-featured-page {
  display: grid;
  gap: 22px;
}

.cp-featured-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 28px;
  align-items: center;
  padding: 28px;
  color: var(--cp-white);
  background: var(--cp-accent-dark);
  border-radius: 8px;
}

.cp-featured-hero .cp-kicker,
.cp-featured-hero .cp-muted {
  color: rgba(255, 255, 255, 0.78);
}

.cp-featured-hero__content {
  display: grid;
  gap: 16px;
}

.cp-featured-hero__content p {
  margin: 0;
  line-height: 1.6;
}

.cp-featured-hero__media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
}

.cp-featured-actions .cp-button {
  background: var(--cp-white);
  color: var(--cp-accent-dark);
}

.cp-featured-summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.cp-summary-card {
  display: grid;
  gap: 4px;
  min-height: 96px;
  padding: 14px;
  background: var(--cp-white);
  border: 1px solid var(--cp-line);
  border-radius: 8px;
}

.cp-summary-card span {
  color: var(--cp-muted);
  font-size: 13px;
  font-weight: 700;
}

.cp-summary-card .cp-icon {
  color: var(--cp-accent-dark);
}

.cp-featured-strip {
  display: grid;
  gap: 14px;
  padding: 18px;
  background: var(--cp-soft);
  border-radius: 8px;
}

.cp-featured-lower {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 18px;
  align-items: start;
}

@media (max-width: 980px) {
  .cp-shell,
  .cp-location-hero,
  .cp-detail-layout,
  .cp-featured-hero,
  .cp-featured-lower {
    grid-template-columns: 1fr;
  }

  .cp-filterbar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cp-filterbar .cp-input {
    grid-column: 1 / -1;
  }

  .cp-grid {
    gap: 18px;
  }

  .cp-booking-panel {
    position: static;
  }

  .cp-featured-summary,
  .cp-facts--compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cp-facility-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  [data-cp-app] {
    width: 100%;
    max-width: 100%;
  }

  .cp-filterbar,
  .cp-facts,
  .cp-thumbs,
  .cp-location-gallery__thumbs,
  .cp-featured-summary,
  .cp-review-grid {
    grid-template-columns: 1fr;
  }

  .cp-filterbar {
    padding: 0;
  }

  .cp-filter-actions {
    position: relative;
    display: block;
  }

  .cp-filter-actions .cp-filter-submit {
    padding-right: 56px;
  }

  .cp-filter-actions .cp-filter-clear {
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
  }

  .cp-input,
  .cp-select,
  .cp-filter-submit,
  .cp-filter-clear {
    font-size: 16px;
  }

  .cp-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin: 0;
    padding: 0;
  }

  .cp-card {
    min-height: 400px;
    border-radius: 18px;
  }

  .cp-card:hover {
    box-shadow: none;
    transform: none;
  }

  .cp-card:hover .cp-card__image {
    filter: brightness(0.86);
  }

  .cp-card__body {
    padding: 18px 18px 17px;
  }

  .cp-card__title {
    font-size: 21px;
  }

  .cp-card__type {
    min-height: 32px;
    padding: 7px 14px;
    font-size: 13px;
  }

  .cp-card__heart {
    right: 16px;
    bottom: 12px;
    width: 32px;
    height: 32px;
  }

  .cp-featured-hero {
    padding: 18px;
  }

  .cp-location-hero {
    padding: 0;
  }

  .cp-location-hero__content {
    padding: 22px;
  }

  .cp-location-hero h1 {
    font-size: 24px;
  }

  .cp-suitable--summary > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .cp-suitable__item {
    min-height: 78px;
    padding: 10px 10px 8px;
    border-radius: 18px;
  }

  .cp-suitable__image {
    max-width: 68px;
    height: 22px;
  }

  .cp-suitable__item--length {
    min-height: 50px;
    padding: 10px 12px;
    border-radius: 14px;
  }

  .cp-suitable__item--length .cp-icon {
    width: 28px;
    height: 28px;
  }

  .cp-suitable__item--length .cp-suitable__label {
    font-size: 13px;
  }

  .cp-suitable__label {
    gap: 5px;
    min-height: 22px;
  }

  .cp-checkmark {
    font-size: 17px;
  }

  .cp-checkmark + span {
    font-size: 12px;
  }

  .cp-location-gallery {
    padding: 20px;
  }

  .cp-location-gallery__main {
    height: clamp(220px, 62vw, 300px);
  }

  .cp-location-gallery__thumbs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    padding: 0;
  }

  .cp-lightbox {
    grid-template-columns: 42px minmax(0, 1fr) 42px;
    padding: 14px;
  }

  .cp-lightbox__nav {
    width: 40px;
    height: 56px;
  }

  .pagina-knop {
    height: 48px;
    min-width: 48px;
  }

  .pagina-pijl {
    min-width: 54px;
    height: 54px;
  }

  .cp-facility-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .cp-facility-grid li {
    min-height: 56px;
    justify-content: flex-start;
    gap: 10px;
    padding: 8px 12px;
    font-size: 12px;
    line-height: 1.25;
  }

  .cp-facility-grid .cp-icon {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
  }

  .cp-mobile-tel {
    display: inline;
  }

  .cp-desktop-phone {
    display: none;
  }
}
