.pcb-booking {
  --pcb-primary: #2b9fa2;
  --pcb-primary-deep: #006769;
  --pcb-ocean: #0c769d;
  --pcb-coral: #e65c5c;
  --pcb-ink: #1c1a29;
  --pcb-muted: #3d4949;
  --pcb-line: #bcc9c9;
  --pcb-mist: #f8fafb;
  --pcb-surface: #ffffff;
  background: var(--pcb-surface);
  border: 1px solid var(--pcb-line);
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(23, 25, 39, 0.06);
  color: var(--pcb-ink);
  font-family: "Open Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  margin: 0 0 32px;
  max-width: 760px;
  overflow: visible;
  width: min(100%, 760px);
}

.pcb-booking * {
  box-sizing: border-box;
}

.pcb-booking__hero {
  align-items: center;
  background-color: #0c769d;
  background-image:
    linear-gradient(180deg, rgba(0, 49, 52, 0.58), rgba(0, 49, 52, 0.26)),
    var(--pcb-hero-image, url("../images/ionio-cruise.jpg")),
    linear-gradient(135deg, #0c769d, #2b9fa2);
  background-position: center, center 48%, center;
  background-repeat: no-repeat;
  background-size: auto, cover, auto;
  color: #fff;
  display: flex;
  justify-content: center;
  min-height: 265px;
  padding: 22px;
  text-align: center;
}

.pcb-booking__eyebrow,
.pcb-panel__header span {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pcb-booking__hero h3 {
  color: #fff;
  font-family: Montserrat, "Open Sans", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.15;
  margin: 0 0 12px;
}

.pcb-booking__meta,
.pcb-booking__amenities {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pcb-booking__meta {
  justify-content: center;
}

.pcb-booking__meta span,
.pcb-booking__amenities span,
.pcb-booking__start {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 999px;
  display: inline-flex;
  font-size: 12px;
  min-height: 28px;
  padding: 4px 10px;
}

.pcb-booking__start {
  background: #fff;
  border-color: #fff;
  color: var(--pcb-primary-deep);
  cursor: pointer;
  font-weight: 700;
  margin-top: 14px;
  min-height: 36px;
  padding: 7px 16px;
}

.pcb-booking__start:hover {
  background: var(--pcb-primary);
  border-color: var(--pcb-primary);
  color: #fff;
}

.pcb-booking__description {
  color: var(--pcb-muted);
  font-size: 15px;
  line-height: 1.55;
  padding: 14px 20px 0;
}

.pcb-booking__amenities {
  padding: 14px 20px 0;
}

.pcb-booking__amenities span {
  background: var(--pcb-mist);
  border-color: rgba(188, 201, 201, 0.7);
  color: var(--pcb-primary-deep);
  font-weight: 700;
}

.pcb-booking__layout {
  display: block;
  padding: 8px 14px 12px;
}

.pcb-booking.is-collapsed .pcb-booking__layout,
.pcb-booking.is-collapsed .pcb-booking__confirmation {
  display: none;
}

.pcb-booking.is-expanded .pcb-booking__start,
.pcb-booking.is-complete .pcb-booking__start {
  display: none;
}

.pcb-booking.is-expanded .pcb-booking__description,
.pcb-booking.is-expanded .pcb-booking__amenities {
  display: none;
}

.pcb-booking__main {
  max-width: none;
}

.pcb-wizard {
  display: flex;
  flex-direction: column;
  height: auto;
  min-height: 0;
}

.pcb-wizard__progress {
  display: grid;
  gap: 6px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 0 6px;
}

.pcb-wizard__progress span {
  background: rgba(43, 159, 162, 0.22);
  border: 0;
  border-radius: 999px;
  display: block;
  height: 4px;
  min-height: 0;
  overflow: hidden;
  padding: 0;
}

.pcb-wizard__progress span.is-active {
  background: var(--pcb-primary);
}

.pcb-wizard__progress span.is-done {
  background: var(--pcb-primary);
  opacity: 0.68;
}

.pcb-wizard__viewport {
  flex: 0 0 auto;
  min-height: 0;
  overflow: hidden;
  transition: height 220ms ease;
}

.pcb-wizard__track {
  align-items: flex-start;
  display: flex;
  height: auto;
  transition: transform 240ms ease;
  width: 400%;
}

.pcb-wizard__page {
  display: grid;
  flex: 0 0 25%;
  gap: 10px;
  min-height: 0;
  overflow: visible;
  padding: 1px;
}

.pcb-panel,
.pcb-booking__summary {
  background: #fff;
  border: 1px solid var(--pcb-line);
  border-radius: 8px;
  padding: 10px 12px;
}

.pcb-wizard__page[data-pcb-step="0"] .pcb-panel {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 12px;
}

.pcb-wizard__page[data-pcb-step="0"] .pcb-panel__header {
  display: none;
}

.pcb-panel__header {
  align-items: baseline;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin-bottom: 12px;
}

.pcb-calendar__header {
  align-items: center;
  display: grid;
  gap: 8px;
  grid-template-columns: 36px minmax(0, 1fr) 36px;
  margin-bottom: 6px;
}

.pcb-calendar__header button {
  background: #fff;
  border: 1px solid var(--pcb-line);
  border-radius: 6px;
  color: var(--pcb-primary-deep);
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  height: 36px;
  line-height: 1;
  padding: 0;
  width: 36px;
}

.pcb-calendar__header button:hover:not(:disabled) {
  background: var(--pcb-primary-deep);
  border-color: var(--pcb-primary-deep);
  color: #fff;
}

.pcb-calendar__header button:disabled {
  cursor: not-allowed;
  opacity: 0.35;
}

.pcb-panel__header h4,
.pcb-booking__summary h4 {
  color: var(--pcb-primary-deep);
  font-family: Montserrat, "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
  margin: 0;
}

.pcb-date-picker {
  position: relative;
}

.pcb-date-picker__button {
  background: #fff;
  border: 1px solid var(--pcb-line);
  border-radius: 6px;
  color: var(--pcb-ink);
  cursor: pointer;
  font: inherit;
  font-weight: 700;
  min-height: 42px;
  padding: 8px 10px;
  text-align: left;
  width: 100%;
}

.pcb-date-picker__button:hover,
.pcb-date-picker__button[aria-expanded="true"] {
  border-color: var(--pcb-primary);
  color: var(--pcb-primary-deep);
}

.pcb-date-popover {
  background: #fff;
  border: 1px solid var(--pcb-line);
  border-radius: 8px;
  box-shadow: 0 18px 38px rgba(23, 25, 39, 0.16);
  left: 50%;
  max-width: min(360px, calc(100vw - 48px));
  max-height: min(72vh, 520px);
  overflow: auto;
  padding: 12px;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 360px;
  z-index: 20;
}

.pcb-date-popover[hidden] {
  display: none;
}

.pcb-calendar {
  display: grid;
  gap: 6px;
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.pcb-calendar__weekday {
  color: var(--pcb-muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 4px 0;
  text-align: center;
}

.pcb-calendar__day {
  align-items: center;
  background: #fff;
  border: 1px solid var(--pcb-line);
  border-radius: 6px;
  box-sizing: border-box;
  color: var(--pcb-ink);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  justify-content: center;
  max-width: 100%;
  min-height: 32px;
  min-inline-size: 0;
  min-width: 0 !important;
  padding: 3px;
  width: 100% !important;
}

.pcb-calendar__day:hover {
  border-color: var(--pcb-primary);
  color: var(--pcb-primary-deep);
}

.pcb-calendar__day.is-selected {
  background: var(--pcb-primary-deep);
  border-color: var(--pcb-primary-deep);
  color: #fff;
}

.pcb-calendar__day.is-disabled {
  background: #f4f6f7;
  color: rgba(61, 73, 73, 0.35);
  cursor: not-allowed;
}

.pcb-calendar__day.is-soldout {
  background: rgba(230, 92, 92, 0.08);
  border-color: rgba(230, 92, 92, 0.42);
  color: var(--pcb-coral);
  cursor: not-allowed;
}

.pcb-calendar__day small {
  font-size: 8px;
  line-height: 1;
  text-transform: uppercase;
}

.pcb-calendar__note {
  color: var(--pcb-muted);
  font-size: 12px;
  margin: 4px 0 0;
  text-align: center;
}

.pcb-calendar__note.is-selected,
.pcb-selected-date {
  color: var(--pcb-primary-deep);
  font-size: 13px;
  font-weight: 800;
  margin: 4px 0 0;
  text-align: center;
}

.pcb-ticket-list {
  display: grid;
  gap: 8px;
}

.pcb-ticket {
  align-items: center;
  background: var(--pcb-mist);
  border: 1px solid var(--pcb-line);
  border-radius: 8px;
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 10px 12px;
}

.pcb-ticket > div {
  min-width: 0;
}

.pcb-ticket strong {
  display: block;
  font-size: 15px;
  overflow-wrap: anywhere;
}

.pcb-ticket em {
  color: var(--pcb-muted);
  display: block;
  font-size: 12px;
  font-style: normal;
  margin-top: 2px;
}

.pcb-booking .pcb-stepper {
  align-items: center;
  display: grid;
  gap: 8px;
  grid-template-columns: 36px 30px 36px !important;
  justify-self: end;
  max-width: 118px !important;
  min-width: 118px !important;
  width: 118px !important;
}

.pcb-booking .pcb-stepper button {
  appearance: none !important;
  background: #fff !important;
  border: 1px solid var(--pcb-primary) !important;
  border-radius: 6px !important;
  box-sizing: border-box !important;
  color: var(--pcb-primary-deep) !important;
  cursor: pointer;
  font-size: 18px !important;
  height: 36px !important;
  line-height: 1 !important;
  margin: 0 !important;
  max-height: 36px !important;
  max-width: 36px !important;
  min-height: 36px !important;
  min-width: 36px !important;
  padding: 0 !important;
  width: 36px !important;
}

.pcb-stepper button:hover {
  background: var(--pcb-primary-deep);
  color: #fff;
}

.pcb-stepper button:disabled {
  background: #edf2f3;
  border-color: var(--pcb-line);
  color: rgba(61, 73, 73, 0.45);
  cursor: not-allowed;
}

.pcb-stepper output {
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}

.pcb-booking__next {
  color: var(--pcb-primary-deep);
  font-size: 12px;
  font-weight: 700;
  margin: 10px 0 0;
}

.pcb-customer-grid {
  display: grid;
  align-items: start;
  column-gap: 12px;
  row-gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pcb-field {
  align-content: start;
  display: grid;
  gap: 5px;
  grid-template-rows: auto 40px auto;
  margin-bottom: 0;
  min-width: 0;
}

.pcb-field span {
  font-size: 12px;
  font-weight: 700;
}

.pcb-field.is-invalid input,
.pcb-field.is-invalid select,
.pcb-field.is-invalid textarea {
  border-color: #9f1d20;
}

.pcb-field-error {
  color: #9f1d20;
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
  margin-top: 2px;
  min-height: 15px;
  overflow-wrap: anywhere;
}

.pcb-booking input,
.pcb-booking select,
.pcb-booking textarea {
  background: #fff;
  border: 1px solid var(--pcb-line);
  border-radius: 6px;
  color: var(--pcb-ink);
  font: inherit;
  line-height: 1.3;
  min-height: 40px;
  padding: 8px 10px;
  width: 100%;
}

.pcb-booking input:focus,
.pcb-booking select:focus,
.pcb-booking textarea:focus {
  border-color: var(--pcb-primary);
  box-shadow: 0 0 0 3px rgba(12, 118, 157, 0.12);
  outline: none;
}

.pcb-booking__confirmation {
  background: rgba(43, 159, 162, 0.12);
  border: 1px solid rgba(43, 159, 162, 0.32);
  border-radius: 8px;
  color: var(--pcb-primary-deep);
  display: grid;
  gap: 5px;
  margin: 14px 20px 0;
  padding: 12px 14px;
}

.pcb-booking__confirmation[hidden] {
  display: none;
}

.pcb-booking__confirmation strong {
  font-family: Montserrat, "Open Sans", sans-serif;
  font-size: 16px;
}

.pcb-booking__confirmation span {
  font-size: 12px;
  overflow-wrap: anywhere;
}

.pcb-booking__payment-link {
  color: var(--pcb-teal);
  display: inline-block;
  font-weight: 800;
  margin-top: 10px;
  text-decoration: underline;
}

.pcb-report {
  background: #fff;
  border: 1px solid rgba(16, 74, 80, 0.14);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(13, 55, 64, 0.08);
  box-sizing: border-box;
  color: var(--pcb-text);
  display: grid;
  gap: 22px;
  margin: 0;
  max-width: none;
  padding: 26px;
  width: 100%;
}

.pcb-report--locked {
  padding: 18px;
}

.pcb-report__header {
  text-align: center;
}

.pcb-report__header h2,
.pcb-report__capacity h3,
.pcb-report__panel h3,
.pcb-report__table-wrap h3,
.pcb-report__table-wrap h4 {
  font-family: Montserrat, "Open Sans", sans-serif;
  letter-spacing: 0;
  line-height: 1.12;
  margin: 0;
}

.pcb-report__header h2 {
  font-size: 42px;
  font-weight: 500;
}

.pcb-report__capacity h3,
.pcb-report__panel h3,
.pcb-report__table-wrap h3 {
  font-size: 32px;
  font-weight: 500;
}

.pcb-report__header p,
.pcb-report__capacity p,
.pcb-report__panel > p,
.pcb-report__section-head p {
  color: var(--pcb-muted);
  font-size: 16px;
  line-height: 1.45;
  margin: 6px 0 0;
}

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

.pcb-report__tabs a {
  background: #f7fbfb;
  border: 1px solid rgba(0, 111, 120, 0.24);
  border-radius: 999px;
  color: var(--pcb-teal);
  font-size: 16px;
  font-weight: 900;
  line-height: 1.2;
  padding: 12px 16px;
  text-align: center;
  text-decoration: none;
}

.pcb-report__tabs a.is-active {
  background: #2f9aa0;
  border-color: #2f9aa0;
  color: #fff !important;
  filter: none;
  opacity: 1;
  text-shadow: none !important;
}

.pcb-report__panel {
  display: grid;
  gap: 18px;
}

.pcb-report__section-head {
  align-items: start;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(280px, 0.9fr) minmax(360px, 1fr);
}

.pcb-report__filters {
  align-items: end;
  display: grid;
  gap: 12px;
}

.pcb-report__filters--capacity {
  grid-template-columns: minmax(260px, 1fr) minmax(120px, auto);
}

.pcb-report__filters--bookings {
  grid-template-columns: minmax(210px, 1.2fr) minmax(140px, 0.75fr) minmax(140px, 0.75fr) minmax(170px, 0.9fr) minmax(240px, 1.5fr) minmax(110px, auto);
}

.pcb-report__filters label {
  color: var(--pcb-muted);
  display: grid;
  font-weight: 800;
  gap: 6px;
  grid-template-rows: 24px 52px;
  min-width: 0;
}

.pcb-report__filters input,
.pcb-report__filters select {
  border: 1px solid rgba(16, 74, 80, 0.2);
  border-radius: 6px;
  box-sizing: border-box;
  color: var(--pcb-text);
  height: 52px;
  min-height: 52px;
  padding: 8px 10px;
  width: 100%;
}

.pcb-report__filters button,
.pcb-report__actions a {
  background: var(--pcb-teal);
  border: 0;
  border-radius: 6px;
  color: #fff;
  font-weight: 800;
  min-height: 52px;
  padding: 10px 18px;
  text-align: center;
  text-decoration: none;
}

.pcb-report__filters button {
  align-self: end;
  height: 52px;
  width: 100%;
}

.pcb-report__actions {
  align-self: start;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pcb-report__actions a {
  align-items: center;
  background: #f7fbfb;
  border: 1px solid rgba(0, 111, 120, 0.24);
  color: var(--pcb-teal);
  display: flex;
  font-size: 14px;
  justify-content: center;
  line-height: 1.2;
}

.pcb-report__actions a:hover,
.pcb-report__tabs a:hover,
.pcb-report__week-nav a:hover {
  background: #eaf7f7;
}

.pcb-report__week-nav {
  align-items: center;
  background: #f7fbfb;
  border: 1px solid rgba(0, 111, 120, 0.14);
  border-radius: 8px;
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(170px, 220px) minmax(0, 1fr) minmax(170px, 220px);
  padding: 12px;
}

.pcb-report__week-nav a {
  border: 1px solid rgba(0, 111, 120, 0.24);
  border-radius: 999px;
  color: var(--pcb-teal);
  font-weight: 900;
  justify-self: stretch;
  padding: 10px 14px;
  text-align: center;
  text-decoration: none;
}

.pcb-report__week-nav a:last-child {
  justify-self: stretch;
}

.pcb-report__week-nav strong {
  color: #143a40;
  font-family: Montserrat, "Open Sans", sans-serif;
  justify-self: center;
  text-align: center;
}

.pcb-report__metrics,
.pcb-report__cards {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pcb-report__metrics > div,
.pcb-report-card {
  background: #f8fbfb;
  border: 1px solid rgba(16, 74, 80, 0.12);
  border-radius: 8px;
  padding: 16px;
}

.pcb-report__metrics strong {
  display: block;
  font-family: Montserrat, "Open Sans", sans-serif;
  font-size: 24px;
}

.pcb-report__metrics span,
.pcb-report-card p {
  color: var(--pcb-muted);
}

.pcb-report__capacity {
  display: grid;
  gap: 18px;
  text-align: center;
}

.pcb-report__days {
  display: grid;
  gap: 18px;
  text-align: left;
}

.pcb-report-day {
  display: grid;
  gap: 12px;
}

.pcb-report-day h4 {
  border-bottom: 1px solid rgba(16, 74, 80, 0.12);
  font-family: Montserrat, "Open Sans", sans-serif;
  margin: 0;
  padding-bottom: 8px;
}

.pcb-report-card {
  align-items: center;
  display: grid;
  gap: 16px;
  grid-template-columns: 92px minmax(0, 1fr);
  text-align: left;
}

.pcb-report-card h4,
.pcb-report-card h5 {
  font-size: 16px;
  margin: 0 0 4px;
}

.pcb-report-card strong {
  color: #2f8389;
}

.pcb-report-card p {
  margin: 4px 0 0;
}

.pcb-report-card__ring {
  align-items: center;
  background: conic-gradient(#4db2b7 calc(var(--pcb-card-fill) * 1%), #e8f1f2 0);
  border-radius: 999px;
  display: flex;
  height: 82px;
  justify-content: center;
  width: 82px;
}

.pcb-report-card__ring span {
  align-items: center;
  background: #fff;
  border-radius: 999px;
  display: flex;
  font-weight: 900;
  height: 58px;
  justify-content: center;
  width: 58px;
}

.pcb-report__table-wrap {
  display: grid;
  gap: 12px;
  overflow-x: auto;
}

.pcb-report__table {
  border-collapse: collapse;
  min-width: 980px;
  width: 100%;
}

.pcb-report__table--summary {
  min-width: 520px;
}

.pcb-report__table th,
.pcb-report__table td {
  border-bottom: 1px solid rgba(16, 74, 80, 0.1);
  padding: 10px;
  text-align: left;
  vertical-align: top;
}

.pcb-report__table th {
  background: #2f8f95;
  color: #fff;
  font-weight: 800;
}

.pcb-report__table tbody tr:nth-child(even) {
  background: #f2f8f8;
}

.pcb-report__empty {
  background: #f8fbfb;
  border: 1px solid rgba(16, 74, 80, 0.12);
  border-radius: 8px;
  color: var(--pcb-muted);
  margin: 0;
  padding: 18px;
}

.pcb-report__customer-contact {
  color: var(--pcb-muted);
  display: block;
  font-size: 12px;
  line-height: 1.45;
  margin-top: 4px;
  overflow-wrap: anywhere;
}

.pcb-booking__summary dl {
  display: grid;
  gap: 6px;
  margin: 10px 0;
}

.pcb-booking__summary dl div,
.pcb-total {
  align-items: baseline;
  display: flex;
  gap: 16px;
  justify-content: space-between;
}

.pcb-booking__summary dt {
  color: var(--pcb-muted);
  font-size: 12px;
}

.pcb-booking__summary dd {
  font-weight: 700;
  margin: 0;
  text-align: right;
}

.pcb-price {
  align-items: flex-end;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 5px 8px;
  justify-content: flex-end;
}

.pcb-price__old {
  color: var(--pcb-muted);
  font-size: 12px;
  font-weight: 600;
  text-decoration: line-through;
}

.pcb-price__new {
  color: #9f1d20;
  font-size: 17px;
  font-weight: 800;
}

.pcb-price__badge {
  background: rgba(230, 92, 92, 0.1);
  border: 1px solid rgba(230, 92, 92, 0.36);
  border-radius: 999px;
  color: #9f1d20;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  padding: 4px 7px;
}

.pcb-booking__summary .pcb-field {
  margin: 12px 0 0;
}

.pcb-booking__actions {
  align-items: start;
  display: grid;
  gap: 10px;
  grid-template-columns: auto minmax(0, 1fr);
  margin-top: 12px;
}

.pcb-booking__back,
.pcb-booking__continue,
.pcb-booking__submit {
  background: var(--pcb-primary-deep);
  border: 0;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  min-height: 44px;
  padding: 0 16px;
  width: 100%;
}

.pcb-booking__back {
  align-items: center;
  background: #fff;
  border: 1px solid var(--pcb-line);
  color: var(--pcb-primary-deep);
  display: inline-flex;
  gap: 8px;
  justify-content: center;
  width: auto;
}

.pcb-booking__back span[aria-hidden="true"] {
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
}

.pcb-booking__continue {
  grid-column: 2;
}

.pcb-booking__submit {
  grid-column: 2;
}

.pcb-booking[data-step="0"] .pcb-booking__submit,
.pcb-booking[data-step="1"] .pcb-booking__submit,
.pcb-booking[data-step="2"] .pcb-booking__submit,
.pcb-booking[data-step="3"] .pcb-booking__continue {
  display: none;
}

.pcb-booking[data-step="0"] .pcb-booking__back {
  visibility: hidden;
}

.pcb-booking__back:hover:not(:disabled) {
  border-color: var(--pcb-primary);
  color: var(--pcb-primary);
}

.pcb-booking__submit:hover:not(:disabled) {
  background: var(--pcb-primary);
}

.pcb-booking__continue:hover:not(:disabled) {
  background: var(--pcb-primary);
}

.pcb-booking__back:disabled,
.pcb-booking__continue:disabled,
.pcb-booking__submit:disabled {
  cursor: not-allowed;
  opacity: 0.65;
}

.pcb-booking__status {
  color: var(--pcb-primary-deep);
  font-size: 12px;
  grid-column: 1 / -1;
  margin: 8px 0 0;
}

.pcb-booking__status.is-error,
.pcb-message-error {
  color: #9f1d20;
}

@media (max-width: 900px) {
  .pcb-report__filters--capacity,
  .pcb-report__metrics,
  .pcb-report__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pcb-report__filters--bookings {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pcb-report__search-field,
  .pcb-report__filters--bookings button {
    grid-column: 1 / -1;
  }

  .pcb-report__section-head {
    grid-template-columns: 1fr;
  }

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

  .pcb-report__week-nav {
    grid-template-columns: 1fr;
  }

  .pcb-report__week-nav a:last-child {
    justify-self: stretch;
  }

  .pcb-booking__layout {
    padding: 8px 14px 12px;
  }

  .pcb-booking__main {
    max-width: none;
    width: 100%;
  }

  .pcb-booking__hero,
  .pcb-booking__description,
  .pcb-booking__amenities,
  .pcb-booking__confirmation {
    padding-left: 16px;
    padding-right: 16px;
  }

  .pcb-booking__hero h3 {
    font-size: 26px;
  }
}

@media (max-width: 560px) {
  .pcb-report {
    gap: 16px;
    padding: 18px 14px;
  }

  .pcb-report__header h2 {
    font-size: clamp(34px, 12vw, 50px);
    line-height: 1.04;
  }

  .pcb-report__capacity h3,
  .pcb-report__panel h3,
  .pcb-report__table-wrap h3 {
    font-size: 32px;
    line-height: 1.1;
  }

  .pcb-report__header p,
  .pcb-report__capacity p,
  .pcb-report__panel > p,
  .pcb-report__section-head p {
    font-size: 15px;
    line-height: 1.45;
  }

  .pcb-report__tabs,
  .pcb-report__filters--capacity,
  .pcb-report__filters--bookings,
  .pcb-report__metrics,
  .pcb-report__cards {
    grid-template-columns: 1fr;
  }

  .pcb-report__search-field,
  .pcb-report__filters--bookings button {
    grid-column: auto;
  }

  .pcb-report__actions {
    gap: 8px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pcb-report__actions a {
    font-size: 13px;
    min-height: 42px;
    padding: 8px 10px;
  }

  .pcb-report__filters label {
    grid-template-rows: auto 48px;
    text-align: center;
  }

  .pcb-report__filters input,
  .pcb-report__filters select {
    height: 48px;
    min-height: 48px;
  }

  .pcb-report__filters button {
    height: 48px;
    min-height: 48px;
  }

  .pcb-report__table-wrap {
    overflow-x: visible;
  }

  .pcb-report__table {
    border-collapse: separate;
    border-spacing: 0 10px;
    min-width: 0;
  }

  .pcb-report__table thead {
    display: none;
  }

  .pcb-report__table,
  .pcb-report__table tbody,
  .pcb-report__table tr,
  .pcb-report__table td {
    display: block;
    width: 100%;
  }

  .pcb-report__table tr {
    background: #fff;
    border: 1px solid rgba(16, 74, 80, 0.12);
    border-radius: 8px;
    box-shadow: 0 8px 18px rgba(13, 55, 64, 0.06);
    overflow: hidden;
  }

  .pcb-report__table tbody tr:nth-child(even) {
    background: #fff;
  }

  .pcb-report__table td {
    align-items: start;
    border-bottom: 1px solid rgba(16, 74, 80, 0.08);
    display: grid;
    gap: 10px;
    grid-template-columns: 92px minmax(0, 1fr);
    padding: 10px 12px;
  }

  .pcb-report__table td::before {
    color: var(--pcb-teal);
    content: attr(data-label);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
  }

  .pcb-report__table td:last-child {
    border-bottom: 0;
  }

  .pcb-report-card {
    grid-template-columns: 78px minmax(0, 1fr);
  }

  .pcb-report-card__ring {
    height: 70px;
    width: 70px;
  }

  .pcb-report-card__ring span {
    height: 48px;
    width: 48px;
  }

  .pcb-booking {
    border-radius: 8px;
    width: 100%;
  }

  .pcb-wizard__progress {
    gap: 5px;
    margin-bottom: 6px;
  }

  .pcb-wizard__progress span {
    height: 4px;
    padding: 0;
  }

  .pcb-customer-grid {
    grid-template-columns: 1fr;
  }

  .pcb-booking__description {
    font-size: 14px;
    line-height: 1.5;
  }

  .pcb-panel,
  .pcb-booking__summary {
    padding: 12px;
  }

  .pcb-booking__hero {
    min-height: 228px;
    padding: 18px 16px;
  }

  .pcb-booking__meta {
    gap: 8px;
  }

  .pcb-panel__header {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .pcb-calendar__header {
    grid-template-columns: 36px minmax(110px, 1fr) 36px;
    margin-bottom: 6px;
    width: 100%;
  }

  .pcb-calendar__header button {
    height: 36px;
    width: 36px;
  }

  .pcb-date-popover {
    max-width: calc(100vw - 28px);
    width: calc(100vw - 28px);
  }

  .pcb-booking__summary dl div,
  .pcb-total {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .pcb-booking__summary dd {
    text-align: left;
  }

  .pcb-price {
    justify-content: flex-start;
  }

  .pcb-stepper {
    justify-content: start;
    justify-self: end;
  }

  .pcb-booking__actions {
    grid-template-columns: 48px minmax(0, 1fr);
  }

  .pcb-booking__back {
    min-height: 44px;
    padding: 0;
    width: 48px;
  }

  .pcb-booking__back-text {
    display: none;
  }

  .pcb-calendar {
    gap: 5px;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    overflow: visible;
  }

  .pcb-calendar__day {
    font-size: 11.5px;
    min-height: 28px;
    min-width: 0;
    padding: 1px;
  }
}

@media (max-width: 380px) {
  .pcb-booking__layout {
    padding: 8px 10px 10px;
  }

  .pcb-panel,
  .pcb-booking__summary {
    padding: 10px;
  }

  .pcb-booking__hero {
    min-height: 202px;
  }

  .pcb-calendar__weekday {
    font-size: 7.5px;
    letter-spacing: 0;
  }

  .pcb-calendar {
    gap: 4px;
  }

  .pcb-calendar__day {
    font-size: 11px;
    min-height: 26px;
  }
}
