/* GlobaPlace Bookingplace safe category renderer */

.gp-safe-book-page {
  min-height: 100vh;
  background: #f6f4ed;
  color: #11120f;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.gp-safe-book-wrap {
  width: auto;
  max-width: none;
  margin-left: clamp(22px, 3vw, 72px);
  margin-right: clamp(22px, 3vw, 72px);
  box-sizing: border-box;
}

.gp-safe-book-hero {
  margin-top: 26px;
  padding: clamp(28px, 4vw, 70px);
  border: 1px solid rgba(17,18,15,.10);
  border-radius: 34px;
  background:
    radial-gradient(circle at 10% 0%, rgba(243,200,15,.32), transparent 34%),
    linear-gradient(135deg, #fffaf0, #ffffff 55%, #f1eee3);
  box-shadow: 0 24px 80px rgba(17,18,15,.10);
}

.gp-safe-book-kicker {
  display: inline-flex;
  padding: 8px 12px;
  border: 1px solid rgba(17,18,15,.10);
  border-radius: 999px;
  background: rgba(255,255,255,.72);
  color: rgba(17,18,15,.72);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.gp-safe-book-title {
  max-width: 1180px;
  margin: 18px 0 0;
  font-size: clamp(42px, 5.4vw, 92px);
  line-height: .92;
  letter-spacing: -.075em;
}

.gp-safe-book-subtitle {
  max-width: 940px;
  margin: 20px 0 0;
  color: rgba(17,18,15,.72);
  font-size: clamp(16px, 1.4vw, 22px);
  line-height: 1.45;
}

.gp-safe-book-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.gp-safe-book-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(17,18,15,.12);
  background: #fff;
  color: #11120f;
  text-decoration: none;
  font-weight: 900;
}

.gp-safe-book-btn.dark {
  background: #11120f;
  color: #fff;
  border-color: #11120f;
}

.gp-safe-book-layout {
  display: grid;
  grid-template-columns: minmax(300px, 390px) minmax(0, 1fr);
  gap: 22px;
  margin-top: 28px;
}

.gp-safe-book-sidebar {
  display: grid;
  gap: 14px;
  align-content: start;
}

.gp-safe-book-panel,
.gp-safe-book-toolbar,
.gp-safe-book-filterbar,
.gp-safe-book-trust-card {
  border: 1px solid rgba(17,18,15,.10);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 16px 50px rgba(17,18,15,.06);
}

.gp-safe-book-panel {
  padding: 18px;
}

.gp-safe-book-panel h2,
.gp-safe-book-panel h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.15;
  letter-spacing: -.025em;
}

.gp-safe-book-panel p {
  margin: 8px 0 0;
  color: rgba(17,18,15,.64);
  font-size: 13px;
  line-height: 1.42;
}

.gp-safe-book-nav,
.gp-safe-book-subnav {
  display: grid;
  gap: 8px;
  margin-top: 14px;
}

.gp-safe-book-subnav {
  max-height: 560px;
  overflow: auto;
  padding-right: 2px;
}

.gp-safe-book-nav a,
.gp-safe-book-subnav a {
  display: grid;
  gap: 3px;
  padding: 10px 11px;
  border: 1px solid rgba(17,18,15,.10);
  border-radius: 14px;
  background: #fff;
  color: #11120f;
  text-decoration: none;
  font-size: 13px;
  font-weight: 850;
}

.gp-safe-book-nav a {
  display: flex;
  justify-content: space-between;
}

.gp-safe-book-nav a[aria-current="page"],
.gp-safe-book-subnav a[aria-current="page"],
.gp-safe-book-nav a:hover,
.gp-safe-book-subnav a:hover {
  border-color: rgba(243,200,15,.58);
  background: #fff8d7;
}

.gp-safe-book-subnav strong {
  font-size: 12px;
  line-height: 1.18;
}

.gp-safe-book-subnav span {
  color: rgba(17,18,15,.60);
  font-size: 11px;
  line-height: 1.25;
}

.gp-safe-book-main {
  display: grid;
  gap: 22px;
  min-width: 0;
}

.gp-safe-book-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 18px;
}

.gp-safe-book-toolbar h2 {
  margin: 0;
  font-size: clamp(22px, 2.2vw, 34px);
  line-height: 1.05;
  letter-spacing: -.045em;
}

.gp-safe-book-toolbar p {
  margin: 5px 0 0;
  color: rgba(17,18,15,.62);
  font-size: 13px;
  line-height: 1.35;
}

.gp-safe-book-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.gp-safe-book-chip {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(17,18,15,.10);
  border-radius: 999px;
  background: #f8f6ef;
  color: rgba(17,18,15,.74);
  font-size: 12px;
  font-weight: 850;
}

.gp-safe-book-filterbar {
  display: grid;
  gap: 14px;
  padding: 16px;
}

.gp-safe-book-filter-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.gp-safe-book-filter-head strong {
  display: block;
  font-size: 18px;
  line-height: 1.15;
}

.gp-safe-book-filter-head span {
  display: block;
  margin-top: 5px;
  color: rgba(17,18,15,.62);
  font-size: 13px;
}

.gp-safe-book-filter-head a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: #11120f;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.gp-safe-book-filter-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 10px;
}

.gp-safe-book-filter-grid label {
  display: grid;
  gap: 6px;
}

.gp-safe-book-filter-grid label span {
  color: rgba(17,18,15,.68);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.gp-safe-book-filter-grid select {
  width: 100%;
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid rgba(17,18,15,.12);
  border-radius: 14px;
  background: #f8f6ef;
  color: #11120f;
  font-weight: 800;
}

.gp-safe-book-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 16px;
}

.gp-safe-book-card {
  overflow: hidden;
  border: 1px solid rgba(17,18,15,.10);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 16px 50px rgba(17,18,15,.06);
}

.gp-safe-book-card-image {
  position: relative;
  min-height: 160px;
  border-bottom: 1px solid rgba(17,18,15,.08);
  background:
    radial-gradient(circle at 72% 10%, rgba(243,200,15,.34), transparent 36%),
    linear-gradient(135deg, #f7f3e2, #ffffff);
}

.gp-safe-book-card-image::after {
  content: attr(data-label);
  position: absolute;
  left: 14px;
  bottom: 14px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(17,18,15,.86);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.gp-safe-book-card-body {
  display: grid;
  align-content: start;
  min-height: 260px;
  padding: 16px;
}

.gp-safe-book-card-body strong {
  display: block;
  font-size: 17px;
  line-height: 1.18;
}

.gp-safe-book-card-body p {
  margin: 8px 0 0;
  color: rgba(17,18,15,.64);
  font-size: 13px;
  line-height: 1.42;
}

.gp-safe-book-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 13px;
}

.gp-safe-book-meta span {
  display: inline-flex;
  padding: 6px 8px;
  border-radius: 999px;
  background: #f7f4e8;
  color: rgba(17,18,15,.72);
  font-size: 11px;
  font-weight: 850;
}

.gp-safe-book-card-actions {
  display: flex;
  gap: 9px;
  margin-top: 15px;
  align-self: end;
}

.gp-safe-book-card-actions a {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid rgba(17,18,15,.12);
  color: #11120f;
  text-decoration: none;
  font-size: 12px;
  font-weight: 900;
}

.gp-safe-book-card-actions a.primary {
  background: #11120f;
  border-color: #11120f;
  color: #fff;
}

.gp-safe-book-trust {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.gp-safe-book-trust-card {
  padding: 18px;
}

.gp-safe-book-trust-card strong {
  display: block;
  font-size: 17px;
}

.gp-safe-book-trust-card span {
  display: block;
  margin-top: 8px;
  color: rgba(17,18,15,.62);
  font-size: 13px;
  line-height: 1.42;
}

@media (max-width: 1480px) {
  .gp-safe-book-grid {
    grid-template-columns: repeat(3, minmax(0,1fr));
  }

  .gp-safe-book-filter-grid {
    grid-template-columns: repeat(4, minmax(0,1fr));
  }
}

@media (max-width: 1080px) {
  .gp-safe-book-layout {
    grid-template-columns: 1fr;
  }

  .gp-safe-book-grid {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }

  .gp-safe-book-filter-grid {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
}

@media (max-width: 760px) {
  .gp-safe-book-wrap {
    margin-left: 12px;
    margin-right: 12px;
  }

  .gp-safe-book-grid,
  .gp-safe-book-trust,
  .gp-safe-book-filter-grid {
    grid-template-columns: 1fr;
  }

  .gp-safe-book-toolbar,
  .gp-safe-book-filter-head {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* GP Booking Search Results Context B5r START */

.gp-safe-book-search-context {
  border: 1px solid rgba(17,18,15,.10);
  border-radius: 24px;
  background:
    radial-gradient(circle at 0% 0%, rgba(243,200,15,.18), transparent 34%),
    #fff;
  box-shadow: 0 16px 50px rgba(17,18,15,.06);
  padding: 18px;
}

.gp-safe-book-search-context-main {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-start;
}

.gp-safe-book-search-context-kicker {
  display: inline-flex;
  width: fit-content;
  min-height: 26px;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  background: #fff8d7;
  color: rgba(17,18,15,.76);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.gp-safe-book-search-context h2 {
  margin: 10px 0 0;
  color: #11120f;
  font-size: clamp(22px, 2.1vw, 36px);
  line-height: 1.05;
  letter-spacing: -.045em;
}

.gp-safe-book-search-context p {
  max-width: 860px;
  margin: 8px 0 0;
  color: rgba(17,18,15,.62);
  font-size: 13px;
  line-height: 1.42;
}

.gp-safe-book-search-context-main a {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 999px;
  background: #11120f;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.gp-safe-book-search-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.gp-safe-book-search-chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(17,18,15,.10);
  border-radius: 999px;
  background: #f8f6ef;
  color: rgba(17,18,15,.76);
  font-size: 12px;
  font-weight: 850;
}

.gp-safe-book-search-chip strong {
  color: #11120f;
  font-weight: 950;
}

@media (max-width: 780px) {
  .gp-safe-book-search-context-main {
    flex-direction: column;
  }
}

/* GP Booking Search Results Context B5r END */
