.pbp-booking,
.pbp-booking * {
    box-sizing: border-box;
}

.pbp-booking [hidden] {
    display: none !important;
}

.pbp-booking {
    --pbp-bg: #101116;
    --pbp-panel: #181a21;
    --pbp-panel-strong: #20232c;
    --pbp-surface: #12141a;
    --pbp-surface-raised: #252832;
    --pbp-border: #353944;
    --pbp-border-strong: #454a57;
    --pbp-text: #f8f7fb;
    --pbp-text-soft: #d8dae1;
    --pbp-muted: #a7abb7;
    --pbp-faint: #777c89;
    --pbp-placeholder: #737986;
    --pbp-progress-bg: rgba(0, 0, 0, 0.18);
    --pbp-panel-overlay: rgba(32, 35, 44, 0.8);
    --pbp-secondary-hover: #30343f;
    --pbp-selected-text: #dffffb;
    --pbp-danger-text: #ffdce8;
    --pbp-danger-bg: rgba(173, 31, 81, 0.3);
    --pbp-danger-border: #a9325d;
    --pbp-warning-text: #fff0be;
    --pbp-warning-bg: rgba(122, 83, 10, 0.3);
    --pbp-warning-border: #9d761e;
    --pbp-calendar-bg: #171923;
    --pbp-calendar-header: rgba(28, 30, 42, 0.97);
    --pbp-calendar-grid: rgba(241, 240, 247, 0.1);
    --pbp-calendar-subgrid: rgba(241, 240, 247, 0.05);
    --pbp-reserved-text: #ffb0d5;
    --pbp-reserved-bg: rgba(255, 92, 168, 0.2);
    --pbp-buffer-text: #ffe0a4;
    --pbp-buffer-bg: rgba(255, 201, 106, 0.15);
    --pbp-violet-text: #ded7ff;
    --pbp-pink: #f44f88;
    --pbp-cyan: #37d6cb;
    --pbp-yellow: #ffd166;
    --pbp-violet: #8a74ef;
    --pbp-on-pink: #151016;
    --pbp-on-cyan: #071211;
    --pbp-primary-hover: #ff78a5;
    position: relative;
    width: min(100%, 1040px);
    margin: 24px auto;
    overflow: hidden;
    color: var(--pbp-text);
    background-color: var(--pbp-bg);
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
        linear-gradient(135deg, rgba(244, 79, 136, 0.08), transparent 35%, rgba(55, 214, 203, 0.06));
    background-size: 32px 32px, 32px 32px, 100% 100%;
    border: 1px solid var(--pbp-border);
    border-radius: 8px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color-scheme: dark;
    scroll-margin-top: 24px;
    animation: pbp-enter 420ms ease both;
}

.pbp-booking.pbp-theme-light {
    --pbp-bg: #f7f8fb;
    --pbp-panel: #ffffff;
    --pbp-panel-strong: #eef1f5;
    --pbp-surface: #ffffff;
    --pbp-surface-raised: #eef1f5;
    --pbp-border: #cfd5df;
    --pbp-border-strong: #aeb8c6;
    --pbp-text: #171a22;
    --pbp-text-soft: #303640;
    --pbp-muted: #5f6673;
    --pbp-faint: #747d8c;
    --pbp-placeholder: #747d8c;
    --pbp-progress-bg: rgba(23, 26, 34, 0.035);
    --pbp-panel-overlay: rgba(255, 255, 255, 0.9);
    --pbp-secondary-hover: #e1e6ed;
    --pbp-selected-text: #0b4f49;
    --pbp-danger-text: #761d40;
    --pbp-danger-bg: #fff0f5;
    --pbp-danger-border: #d889a6;
    --pbp-warning-text: #694900;
    --pbp-warning-bg: #fff7dc;
    --pbp-warning-border: #d7af4e;
    --pbp-calendar-bg: #f7f8fb;
    --pbp-calendar-header: rgba(255, 255, 255, 0.97);
    --pbp-calendar-grid: rgba(23, 26, 34, 0.12);
    --pbp-calendar-subgrid: rgba(23, 26, 34, 0.06);
    --pbp-reserved-text: #861b49;
    --pbp-reserved-bg: rgba(244, 79, 136, 0.15);
    --pbp-buffer-text: #705000;
    --pbp-buffer-bg: rgba(224, 166, 32, 0.18);
    --pbp-violet-text: #4c36ad;
    --pbp-pink: #bd275e;
    --pbp-cyan: #087a74;
    --pbp-yellow: #795700;
    --pbp-violet: #674cc8;
    --pbp-on-pink: #ffffff;
    --pbp-on-cyan: #ffffff;
    --pbp-primary-hover: #a81f51;
    color-scheme: light;
    background-image:
        linear-gradient(rgba(23, 26, 34, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(23, 26, 34, 0.04) 1px, transparent 1px),
        linear-gradient(135deg, rgba(244, 79, 136, 0.06), transparent 35%, rgba(55, 214, 203, 0.08));
    box-shadow: 0 24px 70px rgba(28, 36, 49, 0.16);
}

.pbp-booking h2,
.pbp-booking h3,
.pbp-booking h4,
.pbp-booking p {
    margin: 0;
    color: inherit;
}

.pbp-booking h2,
.pbp-booking h3,
.pbp-booking h4 {
    color: var(--pbp-text) !important;
    font-family: "Space Grotesk", sans-serif;
    letter-spacing: 0;
}

.pbp-booking .pbp-heading h2,
.pbp-booking .pbp-step-heading h3,
.pbp-booking .pbp-route-points h4,
.pbp-booking .pbp-summary > strong {
    color: var(--pbp-text) !important;
}

.pbp-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 28px 32px 22px;
    border-bottom: 1px solid var(--pbp-border);
}

.pbp-heading h2 {
    margin-top: 3px;
    font-size: 30px;
    line-height: 1.1;
}

.pbp-booking .pbp-kicker,
.pbp-booking .pbp-step-heading > span {
    color: var(--pbp-cyan) !important;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0;
}

.pbp-booking .pbp-secure {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 7px;
    color: var(--pbp-muted) !important;
    font-size: 13px;
    font-weight: 700;
}

.pbp-secure i {
    color: var(--pbp-yellow);
    font-size: 18px;
}

.pbp-progress {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 0 32px;
    background: var(--pbp-progress-bg);
    border-bottom: 1px solid var(--pbp-border);
}

.pbp-progress > div {
    position: relative;
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 62px;
    color: var(--pbp-faint);
    border-bottom: 3px solid transparent;
    font-size: 13px;
    font-weight: 700;
}

.pbp-progress > div span {
    display: inline-grid;
    width: 27px;
    height: 27px;
    flex: 0 0 27px;
    place-items: center;
    border: 1px solid var(--pbp-border-strong);
    border-radius: 50%;
    font-size: 12px;
}

.pbp-booking .pbp-progress > div small {
    color: inherit !important;
}

.pbp-progress > div.is-active {
    color: var(--pbp-text);
    border-bottom-color: var(--pbp-pink);
}

.pbp-progress > div.is-active span {
    color: var(--pbp-on-pink) !important;
    background: var(--pbp-pink);
    border-color: var(--pbp-pink);
}

.pbp-progress > div.is-complete {
    color: var(--pbp-cyan);
}

.pbp-progress > div.is-complete span {
    color: var(--pbp-on-cyan) !important;
    background: var(--pbp-cyan);
    border-color: var(--pbp-cyan);
}

.pbp-booking form {
    margin: 0;
}

.pbp-step {
    min-height: 390px;
    padding: 30px 32px 34px;
    color: var(--pbp-text);
}

.pbp-step-heading {
    display: flex;
    align-items: baseline;
    gap: 14px;
    margin-bottom: 24px;
}

.pbp-step-heading h3 {
    font-size: 22px;
    line-height: 1.2;
}

.pbp-grid {
    display: grid;
    gap: 18px;
}

.pbp-grid-start {
    grid-template-columns: minmax(260px, 2fr) minmax(160px, 0.8fr) minmax(140px, 0.65fr);
}

.pbp-grid-contact {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pbp-booking .pbp-field {
    position: relative;
    display: grid;
    min-width: 0;
    gap: 7px;
    margin: 0;
    color: var(--pbp-text);
    font: inherit;
}

.pbp-booking .pbp-field > span {
    color: var(--pbp-text-soft) !important;
    font-size: 13px;
    font-weight: 700;
}

.pbp-field b {
    color: var(--pbp-pink);
}

.pbp-field em {
    color: var(--pbp-muted);
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
}

.pbp-booking input,
.pbp-booking select {
    width: 100%;
    min-width: 0;
    min-height: 46px;
    margin: 0;
    padding: 10px 12px;
    color: var(--pbp-text) !important;
    background: var(--pbp-surface) !important;
    border: 1px solid var(--pbp-border-strong) !important;
    border-radius: 6px;
    box-shadow: none;
    font-family: "Manrope", sans-serif;
    font-size: 15px;
    line-height: 1.3;
}

.pbp-booking input::placeholder {
    color: var(--pbp-placeholder);
    opacity: 1;
}

.pbp-booking select {
    color-scheme: dark;
}

.pbp-booking input:focus,
.pbp-booking select:focus,
.pbp-booking button:focus-visible {
    outline: 3px solid rgba(55, 214, 203, 0.28);
    outline-offset: 2px;
    border-color: var(--pbp-cyan);
}

.pbp-duration-field,
.pbp-start-time-field {
    width: min(100%, 310px);
}

.pbp-duration-field {
    margin-bottom: 14px;
}

.pbp-start-time-field {
    margin-bottom: 22px;
}

.pbp-autocomplete {
    position: absolute;
    z-index: 1200;
    top: 100%;
    right: 0;
    left: 0;
    overflow: hidden;
    margin-top: 5px;
    background: #f8f7fb;
    border: 1px solid #c9ccd4;
    border-radius: 6px;
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.28);
}

.pbp-autocomplete:empty {
    display: none;
}

.pbp-autocomplete button {
    display: block;
    width: 100%;
    min-height: 42px;
    padding: 9px 12px;
    color: #20222a;
    background: #fff;
    border: 0;
    border-bottom: 1px solid #e4e5e9;
    border-radius: 0;
    font: 600 13px/1.35 "Manrope", sans-serif;
    text-align: left;
    cursor: pointer;
}

.pbp-autocomplete button:hover,
.pbp-autocomplete button:focus-visible {
    color: #111217;
    background: #e9fffc;
}

.pbp-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 28px;
}

.pbp-actions-end {
    justify-content: flex-end;
}

.pbp-actions-inline {
    display: flex;
    gap: 10px;
}

.pbp-booking .pbp-button,
.pbp-booking .pbp-icon-button {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0;
    padding: 10px 16px;
    border: 1px solid transparent;
    border-radius: 6px;
    box-shadow: none;
    font: 800 14px/1.2 "Manrope", sans-serif;
    text-decoration: none;
    cursor: pointer;
    transition: transform 140ms ease, border-color 140ms ease, background-color 140ms ease;
}

.pbp-booking .pbp-button:hover:not(:disabled),
.pbp-booking .pbp-icon-button:hover:not(:disabled) {
    transform: translateY(-1px);
}

.pbp-booking .pbp-button:disabled {
    cursor: not-allowed;
    opacity: 0.45;
}

.pbp-booking .pbp-button-primary {
    color: var(--pbp-on-pink) !important;
    background: var(--pbp-pink) !important;
    border-color: var(--pbp-pink) !important;
}

.pbp-booking .pbp-button-primary:hover:not(:disabled) {
    color: var(--pbp-on-pink) !important;
    background: var(--pbp-primary-hover) !important;
    border-color: var(--pbp-primary-hover) !important;
}

.pbp-booking .pbp-button-secondary {
    color: var(--pbp-text) !important;
    background: var(--pbp-surface-raised) !important;
    border-color: var(--pbp-border-strong) !important;
}

.pbp-booking .pbp-button-secondary:hover:not(:disabled) {
    color: var(--pbp-text) !important;
    background: var(--pbp-secondary-hover) !important;
    border-color: var(--pbp-cyan) !important;
}

.pbp-button.is-loading::after {
    width: 15px;
    height: 15px;
    content: "";
    border: 2px solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: pbp-spin 650ms linear infinite;
}

.pbp-error,
.pbp-route-warning,
.partybusplan-config-error {
    margin: 0 0 20px;
    padding: 12px 14px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 650;
}

.pbp-error {
    color: var(--pbp-danger-text);
    background: var(--pbp-danger-bg);
    border: 1px solid var(--pbp-danger-border);
}

.pbp-route-warning {
    margin-top: 18px;
    color: var(--pbp-warning-text);
    background: var(--pbp-warning-bg);
    border: 1px solid var(--pbp-warning-border);
}

.partybusplan-config-error {
    color: #6b1c39;
    background: #fff0f5;
    border: 1px solid #d889a6;
    font-family: "Manrope", sans-serif;
}

.pbp-calendar-panel {
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--pbp-border);
    border-radius: 6px;
    background: var(--pbp-panel);
}

.pbp-calendar-heading {
    display: grid;
    gap: 10px;
    padding: 14px 14px 10px;
    border-bottom: 1px solid var(--pbp-border);
}

.pbp-booking .pbp-calendar-heading h4 {
    margin: 0 0 3px;
    color: var(--pbp-text) !important;
    font-size: 15px;
}

.pbp-booking .pbp-calendar-heading p {
    margin: 0;
    color: var(--pbp-muted) !important;
    font-size: 12px;
}

.pbp-calendar-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 7px 14px;
}

.pbp-booking .pbp-calendar-legend span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--pbp-muted) !important;
    font-size: 11px;
    font-weight: 650;
}

.pbp-calendar-legend i {
    width: 9px;
    height: 9px;
    border-radius: 2px;
}

.pbp-calendar-legend .is-reserved {
    background: var(--pbp-pink);
}

.pbp-calendar-legend .is-buffer {
    background: var(--pbp-yellow);
}

.pbp-calendar-note {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding: 9px 14px;
    color: var(--pbp-muted);
    border-bottom: 1px solid var(--pbp-border);
    background: var(--pbp-panel-strong);
    font-size: 11px;
    line-height: 1.45;
}

.pbp-calendar-note i {
    flex: none;
    margin-top: 1px;
    color: var(--pbp-violet);
    font-size: 16px;
}

.pbp-booking .pbp-calendar-note span {
    color: var(--pbp-muted) !important;
}

.pbp-calendar {
    min-height: 350px;
}

.pbp-calendar-empty {
    display: grid;
    min-height: 350px;
    place-items: center;
    padding: 20px;
    color: var(--pbp-muted);
    font-size: 13px;
    text-align: center;
}

.pbp-calendar-scroll {
    max-height: 620px;
    overflow: auto;
    scrollbar-color: var(--pbp-border-strong) transparent;
}

.pbp-calendar-canvas {
    position: relative;
    min-width: 100%;
    background: var(--pbp-calendar-bg);
}

.pbp-calendar-header {
    position: sticky;
    top: 0;
    z-index: 8;
    display: grid;
    min-height: 42px;
    color: var(--pbp-muted);
    border-bottom: 1px solid var(--pbp-border-strong);
    background: var(--pbp-calendar-header);
    backdrop-filter: blur(10px);
}

.pbp-calendar-header > span,
.pbp-calendar-header > strong {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 6px;
    padding: 0 10px;
    overflow: hidden;
    color: var(--pbp-text-soft);
    border-right: 1px solid var(--pbp-border);
    font-size: 11px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pbp-booking .pbp-calendar-header > span,
.pbp-booking .pbp-calendar-header > strong {
    color: var(--pbp-text-soft) !important;
}

.pbp-booking .pbp-calendar-header > span {
    color: var(--pbp-muted) !important;
    letter-spacing: 0;
    text-transform: uppercase;
}

.pbp-calendar-header > strong {
    font-family: "Space Grotesk", sans-serif;
    font-weight: 650;
}

.pbp-calendar-header i {
    color: var(--pbp-violet);
}

.pbp-calendar-body {
    position: relative;
    min-width: 100%;
}

.pbp-calendar-hour-line {
    position: absolute;
    z-index: 1;
    right: 0;
    left: 68px;
    border-top: 1px solid var(--pbp-calendar-grid);
}

.pbp-calendar-time {
    position: absolute;
    z-index: 5;
    left: 0;
    width: 68px;
    padding: 3px 8px 0 0;
    color: var(--pbp-muted);
    background: var(--pbp-calendar-bg);
    font: 650 11px "Space Grotesk", sans-serif;
    text-align: right;
    transform: translateY(-1px);
}

.pbp-calendar-lanes {
    position: absolute;
    inset-block: 0;
    z-index: 2;
    display: grid;
}

.pbp-calendar-lane {
    position: relative;
    border-right: 1px solid var(--pbp-border);
    background: repeating-linear-gradient(
        to bottom,
        transparent 0,
        transparent 29px,
        var(--pbp-calendar-subgrid) 29px,
        var(--pbp-calendar-subgrid) 30px);
}

.pbp-calendar-block {
    position: absolute;
    right: 4px;
    left: 4px;
    z-index: 2;
    display: grid;
    align-content: start;
    gap: 1px;
    min-height: 18px;
    padding: 3px 5px;
    overflow: hidden;
    border-left: 3px solid currentColor;
    border-radius: 4px;
    pointer-events: none;
}

.pbp-booking .pbp-calendar-block strong {
    overflow: hidden;
    color: inherit !important;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pbp-booking .pbp-calendar-block small {
    color: inherit !important;
    font-size: 10px;
    line-height: 1.2;
    opacity: 0.8;
}

.pbp-calendar-block.is-reserved {
    color: var(--pbp-reserved-text);
    background: var(--pbp-reserved-bg);
}

.pbp-calendar-block.is-buffer {
    color: var(--pbp-buffer-text);
    background: var(--pbp-buffer-bg);
}

.pbp-calendar-click-layer {
    position: absolute;
    inset-block: 0;
    z-index: 4;
}

.pbp-booking .pbp-calendar-target {
    position: absolute;
    right: 0;
    left: 0;
    min-height: 0;
    margin: 0;
    padding: 0;
    appearance: none;
    border: 0;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.pbp-booking .pbp-calendar-target.is-available {
    cursor: pointer;
}

.pbp-booking .pbp-calendar-target.is-available:hover,
.pbp-booking .pbp-calendar-target.is-available:focus-visible {
    z-index: 5;
    outline: 0;
}

.pbp-booking .pbp-calendar-target.is-unavailable {
    cursor: not-allowed;
}

.pbp-calendar-preview,
.pbp-calendar-selection {
    position: absolute;
    right: 2px;
    left: 2px;
    z-index: 5;
    min-height: 28px;
    padding: 5px 7px;
    color: var(--pbp-violet-text);
    border: 1px solid rgba(138, 116, 239, 0.75);
    border-radius: 5px;
    background: rgba(138, 116, 239, 0.11);
    box-shadow: inset 0 0 16px rgba(138, 116, 239, 0.08);
    font: 750 11px/1.2 "Space Grotesk", sans-serif;
    pointer-events: none;
}

.pbp-calendar-selection {
    z-index: 6;
    border-width: 2px;
    background: rgba(138, 116, 239, 0.17);
    box-shadow: inset 0 0 18px rgba(138, 116, 239, 0.1), 0 0 12px rgba(138, 116, 239, 0.2);
    font-weight: 800;
}

.pbp-selected-time {
    margin-top: 20px;
    padding: 13px 15px;
    color: var(--pbp-selected-text);
    background: rgba(55, 214, 203, 0.11);
    border: 1px solid rgba(55, 214, 203, 0.5);
    border-radius: 6px;
    font-size: 14px;
    font-weight: 750;
}

.pbp-price {
    display: grid;
    gap: 7px;
    margin-top: 16px;
    font-size: 14px;
}

.pbp-price > div {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 20px;
}

.pbp-booking .pbp-price > div span {
    color: var(--pbp-muted) !important;
}

.pbp-booking .pbp-price strong {
    color: var(--pbp-text) !important;
}

.pbp-price-total {
    margin-top: 4px;
    padding-top: 10px;
    border-top: 1px solid var(--pbp-border);
    font-size: 17px;
}

.pbp-booking .pbp-price .pbp-price-total span,
.pbp-booking .pbp-price .pbp-price-deposit span {
    color: var(--pbp-text) !important;
    font-weight: 800;
}

.pbp-booking .pbp-price .pbp-price-deposit strong {
    color: var(--pbp-yellow) !important;
}

.pbp-empty {
    padding: 16px;
    color: var(--pbp-muted);
    background: var(--pbp-panel);
    border: 1px solid var(--pbp-border);
    border-radius: 6px;
}

.pbp-stop-list {
    display: grid;
    gap: 12px;
}

.pbp-route-choice-note {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    padding: 18px;
    margin-bottom: 20px;
    background: var(--pbp-panel);
    border: 1px solid var(--pbp-border);
    border-radius: 8px;
}

.pbp-route-choice-note > div {
    flex: 1 1 240px;
    min-width: 0;
}

.pbp-route-choice-note p { margin: 6px 0; }
.pbp-route-choice-note small { color: var(--pbp-muted); }

.pbp-duration-suggestion {
    margin: 0 0 14px;
    padding: 14px 16px;
    color: var(--pbp-text-soft);
    background: var(--pbp-panel);
    border: 1px solid var(--pbp-border);
    border-left: 3px solid var(--pbp-cyan);
    border-radius: 6px;
    font-size: 13px;
    line-height: 1.65;
}

.pbp-booking [data-pbp="use-suggested-duration"] { margin-bottom: 16px; }

.pbp-stop {
    display: grid;
    grid-template-columns: minmax(230px, 1.5fr) minmax(125px, 0.55fr) minmax(190px, 1fr) 44px;
    gap: 12px;
    align-items: end;
    padding: 14px;
    background: var(--pbp-panel-overlay);
    border: 1px solid var(--pbp-border);
    border-radius: 6px;
}

.pbp-booking .pbp-icon-button {
    width: 44px;
    padding: 0 !important;
    color: #ff98bb !important;
    background: #2a2027 !important;
    border-color: #754057 !important;
}

.pbp-icon-button i {
    font-size: 19px;
}

.pbp-add-stop {
    margin-top: 12px !important;
}

.pbp-route-timing {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    margin: 18px 0;
    overflow: hidden;
    background: var(--pbp-border);
    border: 1px solid var(--pbp-border);
    border-radius: 6px;
}

.pbp-route-timing > div {
    display: grid;
    gap: 3px;
    padding: 12px;
    background: var(--pbp-panel);
    text-align: center;
}

.pbp-route-timing span {
    color: var(--pbp-muted) !important;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.pbp-route-timing strong {
    color: var(--pbp-text) !important;
    font-size: 14px;
}

.pbp-route-points {
    margin: 18px 0;
}

.pbp-route-points h4 {
    margin-bottom: 8px;
    font-size: 14px;
}

.pbp-route-points ol {
    display: grid;
    gap: 7px;
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: pbp-route;
}

.pbp-route-points li {
    display: flex;
    align-items: center;
    gap: 9px;
    color: var(--pbp-text-soft);
    font-size: 13px;
    counter-increment: pbp-route;
}

.pbp-route-points li::before {
    display: grid;
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    place-items: center;
    content: counter(pbp-route);
    color: var(--pbp-on-cyan);
    background: var(--pbp-cyan);
    border-radius: 50%;
    font-size: 11px;
    font-weight: 900;
}

.pbp-route-points small {
    display: block;
    color: var(--pbp-muted) !important;
}

.pbp-booking .pbp-route-points li,
.pbp-booking .pbp-route-points li span,
.pbp-booking .pbp-route-points li strong {
    color: var(--pbp-text-soft) !important;
}

.pbp-map {
    width: 100%;
    height: clamp(280px, 42vw, 430px);
    min-height: 280px;
    overflow: hidden;
    background: #d8dde0;
    border: 1px solid #555b67;
    border-radius: 6px;
    isolation: isolate;
}

.pbp-map .leaflet-control-attribution {
    color: #333;
    font-size: 9px;
}

.pbp-map-marker {
    display: grid !important;
    place-items: center;
    color: var(--pbp-on-pink);
    background: var(--pbp-pink);
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.35);
    font: 900 12px/1 "Manrope", sans-serif;
}

.pbp-map-marker.is-start {
    color: var(--pbp-on-cyan);
    background: var(--pbp-cyan);
}

.pbp-summary {
    margin-top: 22px;
    padding: 18px;
    background: var(--pbp-panel-overlay);
    border: 1px solid var(--pbp-border);
    border-radius: 6px;
}

.pbp-summary > strong {
    display: block;
    margin-bottom: 4px;
    font-family: "Space Grotesk", sans-serif;
    font-size: 17px;
}

.pbp-booking .pbp-summary > p {
    color: var(--pbp-muted) !important;
    font-size: 13px;
}

.pbp-summary > p + p {
    margin-top: 3px;
}

.pbp-booking .pbp-terms {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    margin-top: 18px;
    color: var(--pbp-text-soft);
    font-size: 13px;
    cursor: pointer;
}

.pbp-booking .pbp-terms span {
    color: var(--pbp-text-soft) !important;
}

.pbp-booking .pbp-terms input {
    width: 19px;
    min-width: 19px;
    height: 19px;
    min-height: 19px;
    margin-top: 1px;
    padding: 0;
    accent-color: var(--pbp-pink);
}

@keyframes pbp-enter {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes pbp-spin {
    to { transform: rotate(360deg); }
}

@media (max-width: 820px) {
    .pbp-grid-start,
    .pbp-grid-contact {
        grid-template-columns: 1fr 1fr;
    }

    .pbp-address-field,
    .pbp-grid-contact .pbp-field:first-child {
        grid-column: 1 / -1;
    }

    .pbp-stop {
        grid-template-columns: 1fr 1fr 44px;
    }

    .pbp-stop-address {
        grid-column: 1 / -1;
    }

    .pbp-stop-remove {
        grid-column: 3;
    }
}

@media (max-width: 560px) {
    .pbp-booking {
        margin: 12px 0;
        border-right: 0;
        border-left: 0;
        border-radius: 0;
    }

    .pbp-heading {
        align-items: flex-start;
        padding: 22px 18px 18px;
    }

    .pbp-heading h2 {
        font-size: 25px;
    }

    .pbp-secure {
        font-size: 0;
    }

    .pbp-secure i {
        font-size: 20px;
    }

    .pbp-progress {
        padding: 0 10px;
    }

    .pbp-progress > div {
        min-height: 56px;
        gap: 4px;
    }

    .pbp-progress > div small {
        font-size: 10px;
    }

    .pbp-step {
        min-height: 360px;
        padding: 24px 18px 28px;
    }

    .pbp-step-heading {
        display: block;
    }

    .pbp-step-heading h3 {
        margin-top: 4px;
        font-size: 20px;
    }

    .pbp-grid-start,
    .pbp-grid-contact,
    .pbp-stop {
        grid-template-columns: minmax(0, 1fr);
    }

    .pbp-address-field,
    .pbp-grid-contact .pbp-field:first-child,
    .pbp-stop-address,
    .pbp-stop-remove {
        grid-column: auto;
    }

    .pbp-route-timing {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .pbp-actions,
    .pbp-actions-inline {
        align-items: stretch;
        flex-direction: column-reverse;
    }

    .pbp-actions-inline {
        flex-direction: column;
    }

    .pbp-booking .pbp-button {
        width: 100%;
    }

    .pbp-map {
        height: 310px;
    }

    .pbp-calendar-scroll {
        max-height: 520px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .pbp-booking {
        animation: none;
    }

    .pbp-booking .pbp-button,
    .pbp-booking .pbp-icon-button {
        transition: none;
    }
}