.page-package-details {
  color: #082b55;
  background: #fbfdff;
}

.page-package-details .content-container {
  width: min(1480px, calc(100% - clamp(28px, 4.6vw, 72px)));
  margin-inline: auto;
}

.page-package-details .site-header {
  box-shadow: 0 1px 0 rgba(8, 43, 85, .05);
}

.page-package-details .top-strip-package-copy {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0;
  font-size: 12px;
}

.page-package-details .top-strip-package-copy strong {
  color: #fff;
}

.page-package-details .top-strip-package-copy span {
  color: rgba(255, 255, 255, .52);
}

.pd-main {
  padding: 20px 0 44px;
  background:
    radial-gradient(circle at 84% 8%, rgba(229, 239, 255, .38), transparent 24%),
    #fff;
}

.pd-breadcrumb-row {
  display: flex;
  min-height: 38px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 14px;
}

.pd-breadcrumbs {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 10px;
  color: #49627c;
  font-size: 13px;
}

.pd-breadcrumbs a,
.pd-breadcrumbs strong {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
}

.pd-breadcrumbs strong {
  overflow: hidden;
  color: #082b55;
  text-overflow: ellipsis;
}

.pd-breadcrumbs > svg {
  width: 12px;
  height: 12px;
  color: #9aabbb;
}

.pd-breadcrumbs a > svg {
  width: 14px;
  height: 14px;
  color: #0b4d8f;
}

.pd-share-button {
  display: inline-flex;
  min-height: 38px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 17px;
  border: 1px solid #d3deea;
  border-radius: 9px;
  color: #082b55;
  background: #fff;
  font-size: 13px;
  font-weight: 750;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(8, 43, 85, .04);
}

.pd-share-button svg {
  width: 15px;
  height: 15px;
}

.pd-share-wrap {
  position: relative;
  flex: 0 0 auto;
}

.pd-share-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 30;
  display: grid;
  width: 250px;
  gap: 7px;
  padding: 13px;
  border: 1px solid #dbe5ef;
  border-radius: 11px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(8, 43, 85, .18);
}

.pd-share-menu[hidden],
.pd-share-menu button[hidden] {
  display: none;
}

.pd-share-menu > strong {
  padding: 1px 3px 5px;
  color: #082b55;
  font-size: 13px;
  font-weight: 800;
}

.pd-share-menu > a,
.pd-share-menu > button {
  display: flex;
  min-height: 40px;
  align-items: center;
  gap: 9px;
  padding: 0 11px;
  border: 1px solid #e0e8f0;
  border-radius: 8px;
  color: #12385f;
  background: #f8fbfd;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}

.pd-share-menu > a:first-of-type {
  border-color: rgba(25, 170, 91, .24);
  color: #08783d;
  background: #effbf4;
}

.pd-share-menu > a:hover,
.pd-share-menu > button:hover {
  border-color: #b9cada;
  background: #fff;
}

.pd-share-menu svg {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
}

.pd-share-menu > small {
  min-height: 17px;
  padding: 1px 3px 0;
  color: #08783d;
  font-size: 11px;
  font-weight: 650;
}

.pd-layout {
  display: grid;
  grid-template-columns: minmax(0, 2.28fr) minmax(286px, 1fr);
  gap: 24px;
  align-items: start;
}

.pd-content-column,
.pd-sidebar {
  display: grid;
  min-width: 0;
  gap: 15px;
}

.pd-card {
  border: 1px solid #e0e7ee;
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 7px 22px rgba(8, 43, 85, .045);
}

.pd-card h2 {
  margin: 0;
  color: #082b55;
  font-size: 17px;
  line-height: 1.2;
  letter-spacing: -.025em;
}

.pd-hero {
  position: relative;
  height: clamp(290px, 25vw, 380px);
  overflow: hidden;
  border-radius: 9px;
  color: #fff;
  background: #194d77;
  isolation: isolate;
}

.pd-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
  object-position: center;
}

.pd-route-badge {
  position: absolute;
  top: 16px;
  left: 18px;
  display: inline-flex;
  min-height: 25px;
  align-items: center;
  gap: 5px;
  padding: 0 11px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff2e3f, #f31929);
  font-size: 12px;
  font-weight: 750;
  box-shadow: 0 8px 18px rgba(229, 25, 43, .25);
}

.pd-route-badge svg {
  width: 11px;
  height: 11px;
}

.pd-hero-price {
  position: absolute;
  top: 15px;
  right: 18px;
  display: grid;
  min-width: 104px;
  min-height: 80px;
  align-content: center;
  padding: 11px 15px;
  border-radius: 10px;
  background: rgba(4, 37, 72, .91);
  box-shadow: 0 12px 28px rgba(1, 20, 38, .22);
  backdrop-filter: blur(10px);
}

.pd-hero-price small,
.pd-hero-price span {
  font-size: 9px;
}

.pd-hero-price strong {
  margin: 1px 0;
  font-size: 21px;
  letter-spacing: -.03em;
}

.pd-hero-copy {
  position: absolute;
  right: 20px;
  bottom: 17px;
  left: 20px;
}

.pd-hero-copy h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(30px, 3.5vw, 50px);
  line-height: 1.06;
  letter-spacing: -.045em;
  text-shadow: 0 2px 10px rgba(0, 17, 35, .72);
}

.pd-hero-copy > p {
  max-width: 700px;
  margin: 8px 0 13px;
  color: rgba(255, 255, 255, .9);
  font-size: clamp(12px, 1.2vw, 17px);
  font-weight: 600;
  text-shadow: 0 2px 8px rgba(0, 17, 35, .82);
}

.pd-hero-facts {
  display: flex;
  width: fit-content;
  max-width: 100%;
  overflow: hidden;
  border-radius: 10px;
  background: rgba(2, 36, 69, .84);
  backdrop-filter: blur(8px);
}

.pd-hero-facts > div {
  display: flex;
  min-width: 132px;
  align-items: center;
  gap: 11px;
  padding: 11px 15px;
  border-right: 1px solid rgba(255, 255, 255, .15);
}

.pd-hero-facts > div:last-child {
  border-right: 0;
}

.pd-hero-facts svg {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
}

.pd-hero-facts p,
.pd-hero-facts strong,
.pd-hero-facts small {
  display: block;
  margin: 0;
}

.pd-hero-facts strong {
  font-size: 15px;
}

.pd-hero-facts small {
  margin-top: 1px;
  color: rgba(255, 255, 255, .76);
  font-size: 9px;
}

.pd-vehicle-section {
  padding: 20px;
}

.pd-section-heading p {
  margin: 6px 0 0;
  color: #49627c;
  font-size: 13px;
}

.pd-vehicle-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 13px;
  margin-top: 17px;
}

.pd-vehicle-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 274px;
  flex-direction: column;
  align-items: stretch;
  padding: 21px 9px 12px;
  border: 1px solid #ccd8e4;
  border-radius: 9px;
  color: #082b55;
  background: #fff;
  text-align: left;
  cursor: pointer;
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.pd-vehicle-card:hover {
  transform: translateY(-2px);
}

.pd-vehicle-card.is-selected {
  border-color: #ff3343;
  background: linear-gradient(180deg, #fff 0%, #fffafa 100%);
}

.pd-radio {
  position: absolute;
  top: 12px;
  right: 12px;
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border: 1.5px solid #91a8be;
  border-radius: 50%;
}

.pd-vehicle-card.is-selected .pd-radio {
  border: 2px solid #fff;
  color: #fff;
  background: #ff2638;
  box-shadow: 0 4px 10px rgba(233, 33, 48, .24);
}

.pd-vehicle-card.is-selected .pd-radio::after {
  content: "✓";
  font-size: 15px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
}

.pd-popular-tag {
  position: absolute;
  top: 9px;
  left: 9px;
  display: none;
  min-height: 22px;
  align-items: center;
  gap: 4px;
  padding: 0 8px;
  border-radius: 999px;
  color: #fff;
  background: #ff2638;
  font-size: 8px;
  font-style: normal;
  font-weight: 800;
}

.pd-vehicle-card.is-selected .pd-popular-tag {
  display: inline-flex;
}

.pd-popular-tag svg {
  width: 9px;
  height: 9px;
}

.pd-vehicle-card > img {
  width: 100%;
  height: 132px;
  margin: 10px 0 0;
  object-fit: contain;
}

.pd-vehicle-card > strong {
  display: block;
  margin-top: 3px;
  font-size: 15px;
  text-align: center;
}

.pd-vehicle-specs {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 10px 0 13px;
  color: #49627c;
  font-size: 8px;
  white-space: nowrap;
}

.pd-vehicle-specs span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.pd-vehicle-specs svg {
  width: 13px;
  height: 13px;
  color: #17477a;
}

.pd-vehicle-card > b,
.pd-vehicle-card > small {
  display: block;
}

.pd-vehicle-card > b {
  margin-top: auto;
  color: #0a2e57;
  font-size: 17px;
}

.pd-vehicle-card.is-selected > b {
  color: #ef1e32;
}

.pd-vehicle-card > small {
  margin-top: 2px;
  color: #435f7b;
  font-size: 9px;
}

.pd-highlights {
  padding: 16px 19px 18px;
}

.pd-highlight-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 14px;
}

.pd-highlight-grid > div {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 9px;
}

.pd-highlight-grid > div > span {
  display: grid;
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  place-items: center;
  color: #0a3e79;
}

.pd-highlight-grid svg {
  width: 27px;
  height: 27px;
}

.pd-highlight-grid p,
.pd-highlight-grid strong,
.pd-highlight-grid small {
  display: block;
  margin: 0;
}

.pd-highlight-grid strong {
  font-size: 9px;
}

.pd-highlight-grid small {
  margin-top: 2px;
  color: #647b91;
  font-size: 8px;
}

.pd-details-card {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(260px, 1.1fr);
  gap: 18px;
  align-items: start;
  padding: 16px 19px;
}

.pd-details-copy > p {
  margin: 8px 0 13px;
  color: #395775;
  font-size: 9px;
  line-height: 1.55;
}

.pd-detail-list {
  margin: 0;
}

.pd-detail-list > div {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 12px;
  padding: 9px 0;
  border-bottom: 1px solid #e9eef3;
  font-size: 8px;
}

.pd-detail-list > div:last-child {
  border-bottom: 0;
}

.pd-detail-list dt {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #153d69;
  font-weight: 700;
}

.pd-detail-list dt svg {
  width: 15px;
  height: 15px;
  flex: 0 0 auto;
}

.pd-detail-list dd {
  margin: 0;
  color: #173d67;
}

.pd-gallery {
  display: grid;
  height: 300px;
  min-height: 0;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1.15fr .85fr;
  gap: 5px;
  overflow: hidden;
  border-radius: 8px;
}

.pd-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pd-gallery-main {
  grid-column: 1 / -1;
}

.pd-itinerary-card {
  padding: 15px 19px 9px;
}

.pd-itinerary-days {
  display: grid;
  gap: 8px;
  margin-top: 9px;
}

.pd-itinerary-day {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) 42%;
  gap: 15px;
  align-items: start;
  padding: 0 0 8px;
  border-bottom: 1px solid #e7edf2;
}

.pd-itinerary-day:last-child {
  border-bottom: 0;
}

.pd-day-number {
  display: grid;
  justify-items: center;
  align-self: stretch;
  align-content: start;
}

.pd-day-number strong,
.pd-day-number span {
  display: grid;
  place-items: center;
}

.pd-day-number strong {
  width: 36px;
  height: 22px;
  border-radius: 4px 4px 0 0;
  color: #fff;
  background: #ff2738;
  font-size: 9px;
}

.pd-day-number span {
  width: 36px;
  height: 31px;
  border: 1px solid #d7e1ea;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  color: #0a315d;
  font-size: 15px;
  font-weight: 800;
}

.pd-itinerary-copy h3 {
  margin: 2px 0 5px;
  color: #082b55;
  font-size: 15px;
}

.pd-itinerary-copy ul {
  margin: 0;
  padding-left: 15px;
  color: #173d67;
  font-size: 8px;
  line-height: 1.55;
}

.pd-itinerary-media {
  display: grid;
  min-width: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.pd-itinerary-media img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  border-radius: 7px;
  object-fit: cover;
}

.pd-safety-strip {
  display: flex;
  min-height: 53px;
  align-items: center;
  gap: 12px;
  padding: 10px 18px;
  border-radius: 8px;
  color: #0751a2;
  background: #eef6ff;
}

.pd-safety-strip > span {
  display: grid;
  width: 27px;
  height: 27px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  color: #0b6ee8;
}

.pd-safety-strip svg {
  width: 23px;
  height: 23px;
}

.pd-safety-strip p,
.pd-safety-strip strong,
.pd-safety-strip small {
  display: block;
  margin: 0;
}

.pd-safety-strip strong {
  font-size: 9px;
}

.pd-safety-strip small {
  margin-top: 1px;
  color: #335c87;
  font-size: 8px;
}

.pd-sidebar {
  position: relative;
}

.pd-booking-card {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.pd-booking-head {
  padding: 16px 18px 13px;
  color: #fff;
  background: linear-gradient(135deg, #082f5e, #001d3f);
}

.pd-booking-head h2 {
  color: #fff;
  font-size: 19px;
}

.pd-booking-head p {
  margin: 3px 0 0;
  color: rgba(255, 255, 255, .84);
  font-size: 12px;
}

.pd-booking-body {
  padding: 19px 18px;
}

.pd-trip-type {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin: 0 0 15px;
  padding: 0;
  border: 0;
}

.pd-trip-type[hidden] {
  display: none !important;
}

.pd-trip-type legend,
.pd-form-grid label > span,
.pd-full-field > span {
  display: block;
  margin-bottom: 7px;
  color: #0b3562;
  font-size: 9px;
  font-weight: 800;
}

.pd-trip-type legend {
  grid-column: 1 / -1;
  width: 100%;
}

.pd-trip-type label {
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 1px solid #cbd9e6;
  color: #153d69;
  background: #fff;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
  transition: color .2s ease, background .2s ease, border-color .2s ease;
}

.pd-trip-type label:first-of-type {
  border-radius: 8px 0 0 8px;
}

.pd-trip-type label:last-of-type {
  margin-left: -1px;
  border-radius: 0 8px 8px 0;
}

.pd-trip-type label:has(input:checked) {
  z-index: 1;
  border-color: #082f5e;
  color: #fff;
  background: linear-gradient(135deg, #082f5e, #001d3f);
}

.pd-trip-type input {
  position: absolute;
  opacity: 0;
}

.pd-trip-type label > span {
  display: none;
}

.pd-trip-type input:checked + span {
  border: 0;
}

.pd-form-grid {
  display: grid;
  gap: 10px;
}

.pd-form-grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pd-form-grid label,
.pd-full-field {
  display: block;
  min-width: 0;
  margin-bottom: 14px;
}

.pd-return-fields {
  transition: opacity .2s ease;
}

.pd-return-fields.is-disabled {
  opacity: .45;
}

.pd-selected-duration {
  display: flex;
  min-height: 38px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: -4px 0 14px;
  padding: 8px 11px;
  border: 1px solid #d3deea;
  border-radius: 7px;
  color: #0b315d;
  background: #f8fbff;
  font-size: 10px;
}

.pd-selected-duration span {
  display: flex;
  align-items: center;
  gap: 7px;
  font-weight: 700;
}

.pd-selected-duration svg {
  width: 14px;
  height: 14px;
}

.pd-selected-duration strong {
  color: #f12539;
  font-size: 11px;
  font-weight: 850;
}

.pd-form-grid label > div,
.pd-full-field > div {
  position: relative;
  display: flex;
  min-height: 44px;
  align-items: center;
  border: 1px solid #d3deea;
  border-radius: 7px;
  color: #234e79;
  background: #fff;
}

.pd-form-grid input,
.pd-form-grid select,
.pd-full-field input,
.pd-full-field select {
  width: 100%;
  min-width: 0;
  height: 42px;
  padding: 0 11px;
  border: 0;
  outline: 0;
  color: #0b315d;
  background: transparent;
  font-size: 9px;
  font-weight: 600;
}

.pd-form-grid input {
  padding-right: 29px;
}

.pd-form-grid select,
.pd-full-field select {
  appearance: none;
}

.pd-form-grid div > svg {
  position: absolute;
  right: 9px;
  width: 14px;
  height: 14px;
  pointer-events: none;
}

.pd-full-field > div > svg {
  width: 15px;
  height: 15px;
  flex: 0 0 auto;
  margin-left: 10px;
}

.pd-full-field > div input,
.pd-full-field > div select {
  padding-left: 8px;
}

.pd-package-price {
  display: grid;
  min-height: 108px;
  place-items: center;
  align-content: center;
  margin-top: 2px;
  border-radius: 7px;
  background: #f1f3f6;
  text-align: center;
}

.pd-package-price small {
  font-size: 12px;
  font-weight: 750;
}

.pd-package-price strong {
  margin: 4px 0;
  color: #0c3767;
  font-size: 22px;
}

.pd-package-price span {
  color: #4d6680;
  font-size: 9px;
}

.pd-continue-button {
  display: flex;
  width: 100%;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 13px;
  border-radius: 7px;
  border: 0;
  color: #fff;
  background: linear-gradient(135deg, #ff2437, #f51a2c);
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 10px 21px rgba(241, 26, 44, .19);
}

.pd-continue-button:disabled {
  cursor: wait;
  opacity: .7;
}

.pd-booking-status {
  margin: 9px 0 0;
}

.pd-booking-status:empty {
  display: none;
}

.pd-details-card,
.pd-itinerary-card,
.pd-safety-strip,
.pd-sidebar > section {
  content-visibility: auto;
  contain-intrinsic-size: 1px 420px;
}

.pd-continue-button svg {
  width: 15px;
  height: 15px;
}

.pd-booking-promises {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  margin-top: 13px;
  color: #536b83;
  font-size: 6.5px;
  white-space: nowrap;
}

.pd-booking-promises span {
  display: inline-flex;
  align-items: center;
  gap: 3px;
}

.pd-booking-promises svg {
  width: 10px;
  height: 10px;
}

.pd-summary-card,
.pd-list-card {
  padding: 16px;
}

.pd-summary-card dl {
  display: grid;
  gap: 9px;
  margin: 14px 0 16px;
}

.pd-summary-card dl > div {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  color: #153d69;
  font-size: 8px;
}

.pd-summary-card dt,
.pd-summary-card dd {
  margin: 0;
}

.pd-summary-card dd {
  flex: 0 0 auto;
  font-weight: 650;
  text-align: right;
}

.pd-summary-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding-top: 13px;
  border-top: 1px solid #dbe4ec;
  font-size: 12px;
  font-weight: 800;
}

.pd-summary-total strong {
  color: #f02032;
  font-size: 16px;
}

.pd-summary-card > p {
  display: grid;
  gap: 3px;
  margin: 14px 0 0;
  padding: 11px;
  border-radius: 6px;
  color: #0b3562;
  background: #eaf4ff;
  font-size: 8px;
}

.pd-summary-card > p span {
  color: #446481;
}

.pd-list-card ul {
  display: grid;
  gap: 8px;
  margin: 13px 0 0;
  padding: 0;
  list-style: none;
}

.pd-list-card li {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #173d67;
  font-size: 8px;
}

.pd-list-card li svg {
  width: 13px;
  height: 13px;
  flex: 0 0 auto;
}

.pd-inclusion-card li svg {
  color: #17a951;
}

.pd-exclusion-card li svg {
  color: #ff2738;
}

.pd-help-card {
  display: flex;
  min-height: 82px;
  align-items: center;
  gap: 11px;
  padding: 14px 16px;
  border-radius: 8px;
  background: #f1f7fd;
}

.pd-help-card > span {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid #a8c3dd;
  border-radius: 50%;
}

.pd-help-card > span svg {
  width: 21px;
  height: 21px;
}

.pd-help-card p,
.pd-help-card strong,
.pd-help-card small,
.pd-help-card a {
  display: block;
  margin: 0;
}

.pd-help-card strong {
  font-size: 15px;
}

.pd-help-card small {
  margin-top: 1px;
  color: #536c85;
  font-size: 12px;
}

.pd-help-card a {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 5px;
  color: #f02032;
  font-size: 13px;
  font-weight: 800;
}

.pd-help-card a svg {
  width: 14px;
  height: 14px;
}

/* Reference-matched readability scale */
.pd-main {
  
  font-size: 15px;
  font-weight: 500;
  line-height: 1.45;
}

.pd-breadcrumbs,
.pd-share-button {
  font-size: 15px;
}

.pd-breadcrumbs a {
  font-weight: 550;
}

.pd-breadcrumbs strong,
.pd-share-button {
  font-weight: 750;
}

.pd-card h2 {
  font-size: 21px;
  font-weight: 780;
  letter-spacing: -.025em;
}

.pd-route-badge {
  font-size: 15px;
  font-weight: 750;
}

.pd-hero-price small,
.pd-hero-price span {
  font-size: 13px;
  font-weight: 500;
}

.pd-hero-price strong {
  font-size: 26px;
  font-weight: 800;
}

.pd-hero-copy h1 {
  font-weight: 760;
}

.pd-hero-copy > p {
  font-size: clamp(14px, 1.25vw, 19px);
  font-weight: 500;
}

.pd-hero-facts strong {
  font-size: 15px;
  font-weight: 750;
}

.pd-hero-facts small {
  font-size: 13px;
  font-weight: 500;
}

.pd-section-heading p {
  font-size: 15px;
  font-weight: 500;
}

.pd-vehicle-card > strong {
  font-size: 18px;
  font-weight: 760;
}

.pd-vehicle-specs {
  font-size: 13px;
  font-weight: 550;
}

.pd-vehicle-card > b {
  font-size: 22px;
  font-weight: 800;
}

.pd-vehicle-card > small {
  font-size: 13px;
  font-weight: 600;
}

.pd-highlight-grid strong {
  font-size: 15px;
  font-weight: 750;
}

.pd-highlight-grid small {
  font-size: 10.5px;
  font-weight: 500;
}

.pd-details-copy > p {
  font-size: 12.5px;
  font-weight: 500;
  line-height: 1.6;
}

.pd-detail-list > div {
  font-size: 11.5px;
}

.pd-detail-list dt {
  font-weight: 720;
}

.pd-detail-list dd {
  font-weight: 550;
}

.pd-itinerary-copy h3 {
  font-size: 16px;
  font-weight: 760;
}

.pd-itinerary-copy ul {
  font-size: 11.5px;
  font-weight: 550;
  line-height: 1.65;
}

.pd-safety-strip strong {
  font-size: 15px;
  font-weight: 750;
}

.pd-safety-strip small {
  font-size: 10.5px;
  font-weight: 500;
}

.pd-booking-head h2 {
  font-size: 24px;
  font-weight: 760;
}

.pd-booking-head p {
  font-size: 15px;
  font-weight: 500;
}

.pd-trip-type legend,
.pd-form-grid label > span,
.pd-full-field > span {
  font-size: 12.5px;
  font-weight: 750;
}

.pd-trip-type label {
  font-size: 15px;
  font-weight: 700;
}

.pd-form-grid input,
.pd-form-grid select,
.pd-full-field input,
.pd-full-field select {
  font-size: 12.5px;
  font-weight: 600;
}

.pd-package-price small {
  font-size: 15px;
  font-weight: 750;
}

.pd-package-price strong {
  font-size: 30px;
  font-weight: 800;
}

.pd-package-price span {
  font-size: 15px;
  font-weight: 500;
}

.pd-continue-button {
  font-size: 15px;
  font-weight: 800;
}

.pd-booking-promises {
  font-size: 9px;
  font-weight: 550;
}

.pd-summary-card dl > div,
.pd-list-card li {
  font-size: 11.5px;
  font-weight: 550;
}

.pd-summary-card dt {
  font-weight: 550;
}

.pd-summary-card dd {
  font-weight: 700;
}

.pd-summary-total {
  font-size: 15px;
  font-weight: 750;
}

.pd-summary-total strong {
  font-size: 20px;
  font-weight: 800;
}

.pd-summary-card > p {
  font-size: 13px;
  font-weight: 500;
}

.pd-summary-card > p strong {
  font-weight: 750;
}

.pd-help-card strong {
  font-size: 15px;
  font-weight: 760;
}

.pd-help-card small {
  font-size: 12px;
  font-weight: 500;
}

.pd-help-card a {
  font-size: 14px;
  font-weight: 800;
}

@media (max-width: 1120px) {
  .pd-layout {
    grid-template-columns: minmax(0, 2.05fr) minmax(280px, 1fr);
    gap: 18px;
  }

  .pd-hero-facts > div {
    min-width: 116px;
    padding-inline: 11px;
  }

  .pd-vehicle-specs {
    gap: 7px;
    font-size: 12px;
  }
}

@media (max-width: 900px) {
  .pd-layout {
    grid-template-columns: 1fr;
  }

  .pd-booking-card {
    position: static;
  }

  .pd-sidebar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
  }

  .pd-booking-card,
  .pd-help-card {
    grid-column: 1 / -1;
  }
}

@media (max-width: 680px) {
  .page-package-details .content-container {
    width: min(100% - 24px, 620px);
  }

  .pd-main {
    padding-top: 12px;
  }

  .pd-breadcrumb-row {
    align-items: flex-start;
  }

  .pd-breadcrumbs {
    flex-wrap: wrap;
    gap: 6px;
    font-size: 13px;
  }

  .pd-share-button {
    min-height: 34px;
    padding: 0 11px;
    font-size: 12px;
  }

  .pd-share-menu {
    width: min(250px, calc(100vw - 24px));
  }

  .pd-hero {
    height: 350px;
  }

  .pd-hero-price {
    top: 12px;
    right: 12px;
  }

  .pd-route-badge {
    top: 12px;
    left: 12px;
  }

  .pd-hero-copy {
    right: 12px;
    bottom: 12px;
    left: 12px;
  }

  .pd-hero-copy h1 {
    font-size: 31px;
  }

  .pd-hero-facts {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(3, 1fr);
  }

  .pd-hero-facts > div {
    min-width: 0;
    gap: 7px;
    padding: 10px 8px;
  }

  .pd-hero-facts svg {
    width: 19px;
    height: 19px;
  }

  .pd-hero-facts strong {
    font-size: 15px;
  }

  .pd-hero-facts small {
    font-size: 9px;
  }

  .pd-vehicle-grid {
    grid-template-columns: 1fr;
  }

  .pd-highlight-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }

  .pd-vehicle-card {
    display: grid;
    min-height: 150px;
    grid-template-columns: 40% 1fr;
    grid-template-rows: auto auto auto 1fr;
    column-gap: 12px;
    align-items: center;
    padding: 17px 12px;
  }

  .pd-vehicle-card > img {
    height: 115px;
    grid-row: 1 / -1;
    margin: 0;
  }

  .pd-vehicle-card > strong {
    margin: 0;
    text-align: left;
  }

  .pd-vehicle-specs {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 5px 0;
    white-space: normal;
  }

  .pd-vehicle-card > b {
    margin-top: 0;
  }

  .pd-details-card {
    grid-template-columns: 1fr;
  }

  .pd-gallery {
    min-height: 245px;
  }

  .pd-itinerary-day {
    grid-template-columns: 45px 1fr;
  }

  .pd-itinerary-media {
    grid-column: 1 / -1;
  }

  .pd-sidebar {
    grid-template-columns: 1fr;
  }

  .pd-booking-card,
  .pd-help-card {
    grid-column: auto;
  }
}

@media (max-width: 430px) {
  .pd-hero {
    height: 405px;
  }

  .pd-hero-price {
    min-width: 91px;
    min-height: 69px;
    padding: 8px 11px;
  }

  .pd-hero-price strong {
    font-size: 18px;
  }

  .pd-hero-copy > p {
    font-size: 13px;
  }

  .pd-hero-facts {
    grid-template-columns: 1fr;
  }

  .pd-hero-facts > div {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .13);
  }

  .pd-hero-facts > div:last-child {
    border-bottom: 0;
  }

  .pd-highlight-grid,
  .pd-form-grid.two {
    grid-template-columns: 1fr;
  }

  .pd-booking-promises {
    flex-wrap: wrap;
    justify-content: center;
    font-size: 8px;
  }
}
