:root {
    --hp-blue: #0755aa;
    --hp-blue-dark: #063f86;
    --hp-green: #18a957;
    --hp-ink: #14345c;
    --hp-muted: #64748b;
    --hp-line: #dbe7f4;
    --hp-surface: #ffffff;
    --hp-page: #f5faff;
    --hp-shadow: 0 8px 30px rgba(23, 68, 118, .08);
}

body {
    background: var(--hp-page);
    color: var(--hp-ink);
}

.hp-booking-redesign {
    max-width: 1140px;
}

.hp-booking-redesign .hp-parking-header,
.hp-booking-redesign .hp-parking-overview,
.hp-booking-redesign .blueBox,
.hp-booking-form-area > .row,
.hp-booking-form-area .hp-parking-images,
.hp-booking-form-area .hp-parking-service,
.hp-booking-form-area > .row:last-of-type,
.hp-booking-form-area > h5,
.hp-booking-form-area > .mb-5 {
    background: var(--hp-surface);
    border: 1px solid var(--hp-line);
    border-radius: 12px;
    box-shadow: var(--hp-shadow);
}

.hp-booking-redesign .hp-parking-header {
    position: relative;
    isolation: isolate;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 32px;
    align-items: center;
    margin-top: 0;
    padding: 32px 22px 52px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.hp-booking-redesign .hp-parking-header::before {
    position: absolute;
    z-index: -1;
    top: 0;
    right: calc(50% - 50vw);
    bottom: 0;
    left: calc(50% - 50vw);
    content: '';
    background: linear-gradient(105deg, #f5faff 0%, #e8f4ff 100%);
}

.hp-redesign-back-to-results {
    display: inline-flex;
    gap: 6px;
    align-items: center;
    margin-bottom: 14px;
    color: #276b9c;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.hp-redesign-back-to-results:hover,
.hp-redesign-back-to-results:focus {
    color: var(--hp-blue-dark);
    text-decoration: underline;
}

.hp-redesign-heading {
    min-width: 0;
}

.hp-booking-redesign .hp-parking-title {
    margin: 0 0 12px;
    color: var(--hp-blue-dark);
    font-size: clamp(1.7rem, 3vw, 2.45rem);
    font-weight: 800;
    letter-spacing: -.035em;
    line-height: 1.08;
}

.hp-booking-redesign .hp-parking-location {
    display: block;
    margin-top: 9px;
    color: var(--hp-muted);
    font-size: .58em;
    font-weight: 500;
    letter-spacing: 0;
}

.hp-booking-redesign .hp-parking-rating {
    color: var(--hp-blue-dark);
}

.hp-booking-redesign .hp-redesign-rating {
    margin-top: 0;
}

.hp-booking-redesign .hp-redesign-rating .star-rating-container {
    align-items: center;
    gap: 0;
    line-height: 1;
}

.hp-booking-redesign .hp-redesign-rating .stars-background,
.hp-booking-redesign .hp-redesign-rating .stars-overlay {
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    gap: 2px;
    font-size: 1.35rem;
    line-height: 1;
}

.hp-booking-redesign .hp-redesign-rating .star-rating-container > span:last-child {
    display: inline-flex;
    align-items: center;
    align-self: center;
    margin-top: 0;
    line-height: 1;
}

.hp-booking-redesign .hp-redesign-rating .offer-rating {
    margin-left: 0 !important;
}

.hp-booking-redesign .hp-redesign-rating a,
.hp-booking-redesign .hp-redesign-rating .star-rating-container > span:last-child {
    color: var(--hp-blue-dark) !important;
}

.hp-booking-redesign .hp-redesign-rating a {
    display: inline-flex;
    padding-left: 0 !important;
    cursor: pointer;
}

.hp-booking-redesign .hp-redesign-rating a:hover .star-rating-container > span:last-child {
    color: var(--hp-blue) !important;
    text-decoration: underline;
}

#show-rating-modal .star-rating-container {
    align-items: center;
    line-height: 1;
}

#show-rating-modal .stars-background,
#show-rating-modal .stars-overlay {
    top: 0;
    left: 0;
    display: flex;
    gap: 2px;
    font-size: 1.15rem;
    line-height: 1;
}

#show-rating-modal .review-rating {
    display: inline-flex;
    gap: 2px;
    white-space: nowrap;
}

#show-rating-modal .review-rating .star {
    color: #ccc;
    font-size: 1.05rem;
    line-height: 1;
}

#show-rating-modal .review-rating .star.is-filled {
    color: #ffd700;
    filter: drop-shadow(1px 1px 0 rgba(0, 0, 0, .25));
}

.hp-redesign-hero-image {
    position: relative;
    height: 180px;
    overflow: hidden;
    border-radius: 10px;
    background: #eaf2fb;
}

.hp-redesign-hero-image > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hp-redesign-provider-badge {
    position: absolute;
    right: 14px;
    bottom: 14px;
    display: grid;
    place-items: center;
    width: 108px;
    height: 72px;
    padding: 8px;
    border-radius: 8px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 6px 18px rgba(0, 0, 0, .16);
}

.hp-redesign-provider-badge img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.hp-redesign-highlights {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 16px;
    padding: 0 18px;
    background: #fff;
    border: 1px solid var(--hp-line);
    border-radius: 12px;
    box-shadow: var(--hp-shadow);
    overflow: hidden;
}

.hp-redesign-highlights > div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 72px;
    padding: 10px 18px;
    color: #294a70;
    font-size: .88rem;
}

.hp-redesign-highlights > div + div {
    border-left: 1px solid var(--hp-line);
}

.hp-mobile-period-heading {
    display: none;
}

.hp-highlight-cancellation-long {
    display: none;
}

.hp-highlight-cancellation-short {
    display: inline;
}

.hp-highlight-icon {
    display: grid;
    flex: 0 0 38px;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #edf5ff;
    color: var(--hp-blue);
}

.hp-highlight-icon svg {
    width: 23px;
    height: 23px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
}

.hp-highlight-icon--success {
    background: #edf5ff;
    color: var(--hp-blue);
}

.hp-booking-redesign .hp-parking-overview {
    display: none !important;
}

.hp-booking-redesign .hp-provider-logo-wrap {
    display: none;
}

.hp-booking-redesign .hp-provider-title,
.hp-booking-redesign .hp-info-title,
.hp-booking-form-area h5 {
    color: var(--hp-blue-dark) !important;
    font-weight: 750 !important;
}

.hp-booking-redesign .hp-parking-provider {
    padding-left: 24px;
    border-left: 1px solid var(--hp-line);
}

.hp-booking-redesign .hp-booking-period-title {
    display: none !important;
}

.hp-redesign-period-summary {
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    margin-top: 16px;
    padding: 14px 18px;
    border: 1px solid var(--hp-line);
    border-radius: 12px;
    background: #fff;
    box-shadow: var(--hp-shadow);
    color: var(--hp-blue-dark);
}

.hp-period-calendar,
.hp-glance-icon {
    display: grid;
    place-items: center;
    color: var(--hp-blue);
}

.hp-period-calendar svg,
.hp-glance-icon svg,
.hp-redesign-secure svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
}

.hp-period-days {
    margin-left: 8px;
    color: var(--hp-muted);
    font-weight: 500;
}

.hp-period-change {
    border: 1px solid #b8cee6;
    color: var(--hp-blue-dark);
    font-size: .82rem;
    font-weight: 700;
}

.hp-period-change:hover {
    border-color: var(--hp-blue);
    background: #edf5ff;
    color: var(--hp-blue);
}

.hp-redesign-date-editor[hidden] {
    display: none !important;
}

.hp-redesign-glance {
    display: block !important;
    margin-top: 16px;
    padding: 18px 22px 22px;
    border: 1px solid var(--hp-line);
    border-radius: 12px;
    background: #fff;
    box-shadow: var(--hp-shadow);
}

.hp-redesign-glance h2 {
    margin: 0 0 18px;
    color: var(--hp-blue-dark);
    font-size: 1rem;
    font-weight: 750;
}

.hp-glance-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.hp-glance-grid--valet {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hp-glance-item {
    display: flex;
    align-items: center;
    flex-direction: column;
    min-width: 0;
    padding: 0 18px;
    text-align: center;
}

.hp-glance-item + .hp-glance-item {
    border-left: 1px solid var(--hp-line);
}

.hp-glance-icon {
    width: 42px;
    height: 42px;
    margin-bottom: 9px;
}

.hp-glance-icon svg {
    width: 32px;
    height: 32px;
}

.hp-glance-item strong {
    color: var(--hp-blue-dark);
    font-size: .78rem;
    font-weight: 700;
}

.hp-glance-item > span:last-child {
    margin-top: 5px;
    color: #344b66;
    font-size: .78rem;
    line-height: 1.4;
}

.hp-person-surcharge {
    display: block;
    margin-top: 5px;
    color: var(--hp-muted);
    font-size: .7rem;
    line-height: 1.35;
}

.hp-flight-delay-note {
    display: block;
    margin-top: 5px;
    color: var(--hp-muted);
    font-size: .68rem;
    font-weight: 400;
    line-height: 1.35;
}

.hp-booking-redesign .blueBox {
    padding: 12px;
    background: #fff !important;
}

.hp-booking-redesign .blueBox .whiteBox {
    align-items: end;
    margin: 0;
    padding: 4px;
    background: transparent;
}

.hp-booking-redesign .blueBox.hp-redesign-date-editor {
    margin-top: 10px !important;
    padding: 18px 20px !important;
    overflow: visible;
}

.hp-booking-redesign .blueBox.desktop-content.mt-md-0.hp-redesign-date-editor {
    margin-top: 10px !important;
}

.hp-booking-redesign .hp-redesign-date-editor form {
    width: 100%;
}

.hp-booking-redesign .hp-redesign-date-editor .whiteBox {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 160px;
    gap: 18px;
    align-items: end;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
}

.hp-booking-redesign .hp-redesign-date-editor .whiteBox > div {
    width: 100%;
    padding: 0;
}

.hp-booking-redesign .hp-redesign-date-editor .whiteBox > div > .row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin: 0;
}

.hp-booking-redesign .hp-redesign-date-editor .whiteBox .row {
    width: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.hp-booking-redesign .hp-redesign-date-editor .whiteBox .row > [class*="col-"] {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.hp-booking-redesign .hp-redesign-date-editor .whiteBox .row > div,
.hp-booking-redesign .hp-redesign-date-editor .top-label-1 {
    width: 100%;
    margin: 0;
    padding: 0;
}

.hp-booking-redesign .hp-redesign-date-editor .top-label-1 {
    top: auto;
    height: auto;
    background: transparent;
}

.hp-booking-redesign .hp-redesign-date-editor .top-label-1 > label:first-child {
    display: block;
    position: static;
    margin-bottom: 7px;
    line-height: 1.35;
}

.hp-booking-redesign .hp-redesign-date-editor .top-label-1 > label:last-child {
    display: none;
}

.hp-booking-redesign .hp-redesign-date-editor .top-label-1 input {
    position: static !important;
    top: auto;
    left: auto !important;
    width: 100% !important;
    min-height: 46px;
    padding: 10px 12px;
    border: 1px solid #c9d8e8 !important;
    border-radius: 7px;
    outline: none !important;
    background: #fff !important;
    box-shadow: none !important;
    color: #223d5e !important;
    font-size: .95rem;
}

.hp-booking-redesign .hp-redesign-date-editor .top-label-1 input:focus {
    border-color: var(--hp-blue) !important;
    box-shadow: 0 0 0 3px rgba(7, 85, 170, .1) !important;
}

.hp-booking-redesign .hp-redesign-date-editor .custom-btn {
    width: 100%;
    min-height: 46px;
    margin: 0 !important;
}

.hp-booking-redesign .blueBox label {
    color: #3f5773;
    font-size: .78rem;
    font-weight: 650;
}

.hp-booking-redesign .blueBox input,
.hp-booking-redesign .blueBox .timeinput,
.hp-booking-form-area .form-control,
.hp-booking-form-area .form-select {
    min-height: 46px;
    border: 1px solid #c9d8e8;
    border-radius: 7px;
    background-color: #fff;
    color: #223d5e;
    box-shadow: none;
}

.hp-booking-redesign .blueBox input:focus,
.hp-booking-form-area .form-control:focus,
.hp-booking-form-area .form-select:focus {
    border-color: var(--hp-blue);
    box-shadow: 0 0 0 3px rgba(7, 85, 170, .1);
}

.hp-booking-redesign .custom-btn,
.hp-booking-form-area .okButton {
    border: 0;
    border-radius: 7px;
    font-weight: 750;
    transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.hp-booking-redesign .custom-btn {
    background: linear-gradient(135deg, #0967ca, #034a9d) !important;
    color: #fff !important;
    box-shadow: 0 7px 18px rgba(7, 85, 170, .22);
}

.hp-booking-redesign .custom-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(7, 85, 170, .3);
}

.hp-booking-form-area .btn-step-1.okButton {
    background: #ffc72c !important;
    color: #17384a !important;
    box-shadow: 0 7px 18px rgba(199, 145, 0, .24);
}

.hp-booking-form-area .btn-step-1.okButton:hover,
.hp-booking-form-area .btn-step-1.okButton:focus {
    background: #f3bb18 !important;
    color: #17384a !important;
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(199, 145, 0, .32);
}

.hp-booking-time-info {
    color: #0755aa;
    cursor: help;
    vertical-align: -2px;
    outline: 0;
}

.hp-booking-time-info:focus-visible {
    filter: drop-shadow(0 0 3px rgba(7, 85, 170, .55));
}

.hp-booking-time-tooltip {
    position: fixed;
    z-index: 11000;
    width: min(310px, calc(100vw - 24px));
    padding: 12px 14px;
    border-radius: 9px;
    background: #073d5c;
    color: #fff;
    font-size: .78rem;
    line-height: 1.45;
    box-shadow: 0 12px 30px rgba(5, 55, 76, .25);
    pointer-events: none;
}

.hp-booking-time-tooltip strong {
    color: #ffc72c;
}

.hp-booking-time-tooltip[hidden] {
    display: none !important;
}

.hp-services-wrapper {
    margin: 16px 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

.hp-booking-redesign + .hp-services-wrapper {
    display: none !important;
}

.hp-services-wrapper .hp-services-price-card {
    border: 1px solid var(--hp-line);
    border-radius: 12px;
    background: #fff;
    box-shadow: var(--hp-shadow);
}

.hp-services-wrapper .hp-service-item i {
    color: var(--hp-green);
}

.hp-services-wrapper .hp-price-value,
.hp-services-wrapper .calculated_price {
    color: var(--hp-blue-dark);
}

.hp-mobile-conversion-card,
.hp-mobile-sticky-booking {
    display: none;
}

.hp-mobile-panel-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    text-align: left;
    pointer-events: none;
}

.hp-mobile-panel-chevron {
    display: none;
}

.hp-booking-form-area {
    margin-top: 0;
}

.hp-booking-form-area > .row:first-child {
    margin: 0 !important;
    padding: 0 40px 20px !important;
    border-radius: 12px 12px 0 0;
    border-bottom: 0;
    box-shadow: none;
}

.hp-booking-form-area > .row:first-child .col-lg-3 {
    display: none;
}

.hp-booking-form-area > .row:first-child .col-lg-9 {
    width: 100%;
}

.hp-booking-form-area .steps {
    display: flex;
    align-items: center;
    margin: 0;
}

.hp-booking-form-area > .row:first-child .accordion#accordionExample {
    padding-top: 18px !important;
}

.hp-booking-form-area #progress {
    display: none;
}

.hp-booking-form-area .step-item {
    position: relative;
    display: flex;
    flex: 1 1 0;
    align-items: center;
    gap: 8px;
    min-width: 0;
    text-align: left;
}

.hp-booking-form-area .step-item:last-child {
    flex: 0 0 auto;
}

.hp-booking-form-area .step-item:not(:last-child)::after {
    content: "";
    position: static;
    flex: 1 1 auto;
    min-width: 24px;
    height: 2px;
    background: var(--hp-blue);
}

.hp-booking-form-area .step-button,
.hp-booking-form-area .step-button-active {
    position: relative;
    z-index: 2;
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    border-color: #b8c9db;
    color: #7890aa;
    font-size: .82rem;
}

@media (min-width: 768px) {
    .hp-booking-form-area {
        margin-top: -16px !important;
    }
}

.hp-booking-form-area .step-button-active {
    border-color: var(--hp-blue);
    background: var(--hp-blue);
    color: #fff;
}

.hp-booking-form-area .step-title {
    position: relative;
    z-index: 2;
    flex: 0 0 auto;
    margin: 0;
    padding: 4px 2px;
    color: var(--hp-blue) !important;
    font-weight: 700;
    line-height: 1.2;
}

.hp-booking-form-area .step-item:first-of-type .step-title {
    color: var(--hp-blue) !important;
    font-weight: 800;
}

.hp-booking-form-area > .row:nth-child(2) {
    margin: 0 0 16px !important;
    padding: 4px 22px 24px;
    border-radius: 0 0 12px 12px;
    border-top: 0;
}

.hp-booking-form-area .bookingSidebar {
    display: none !important;
}

.hp-booking-form-area > .row:nth-child(2) > .col-lg-9 {
    width: 100%;
}

.hp-booking-form-area label {
    margin-bottom: 6px;
    color: #3e5570;
    font-weight: 600;
}

.hp-booking-form-area .py-2.ms-lg-3 {
    border-color: var(--hp-line) !important;
}

.hp-booking-form-area .form-check-input {
    width: 17px;
    height: 17px;
    border-color: #aebfd1;
}

.hp-booking-form-area .form-check-input:checked {
    border-color: var(--hp-blue);
    background-color: var(--hp-blue);
}

.hp-booking-form-area .okButton {
    width: min(100%, 430px);
    min-height: 64px;
    margin-top: 10px;
    font-size: 1.05rem;
}

@media (min-width: 768px) {
    .hp-booking-form-area .hp-redesign-action-row {
        display: block;
        width: 100%;
        text-align: right;
    }

    .hp-booking-form-area .hp-redesign-action-row .hp-redesign-checkout {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    .hp-booking-form-area .hp-redesign-checkout-cluster {
        display: flex;
        align-items: center;
        gap: 24px;
        width: 489px;
    }

    .hp-booking-form-area .hp-redesign-checkout-cluster .hp-redesign-total {
        flex: 0 0 135px;
        align-items: flex-start;
        text-align: left;
    }

    .hp-booking-form-area .hp-redesign-primary-action {
        display: flex;
        flex: 0 0 330px;
        flex-direction: column;
    }

    .hp-booking-form-area .hp-redesign-action-row .btn-step-1.okButton {
        order: 1;
        width: 330px;
        min-height: 55px;
        padding: 13px 24px !important;
        display: block;
        margin-right: 0 !important;
        margin-left: auto !important;
    }

    .hp-booking-form-area .hp-redesign-primary-action .cancel_date {
        order: 2;
        width: 330px;
        min-height: 24px;
        margin: 8px 0 0;
        padding-top: 0 !important;
        text-align: center !important;
        white-space: nowrap;
    }
}

.hp-redesign-checkout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
    align-items: end;
    margin-top: 14px;
    padding-top: 18px;
    border-top: 1px solid var(--hp-line);
    text-align: left;
}

.hp-redesign-secure {
    display: flex;
    gap: 8px;
    align-items: center;
    color: #7a8da4;
    font-size: .78rem;
}

.hp-redesign-secure svg {
    width: 18px;
    height: 18px;
}

.hp-redesign-total {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    color: var(--hp-blue-dark);
}

.hp-redesign-total > span {
    font-size: .82rem;
    font-weight: 700;
}

.hp-redesign-total strong {
    font-size: 2rem;
    line-height: 1.05;
}

.hp-redesign-total small {
    color: var(--hp-muted);
    font-size: .7rem;
}

.hp-booking-form-area .cancel_date {
    min-height: 24px;
    margin: 0;
    color: #5f7289;
    font-size: .78rem;
}

.hp-booking-form-area .cancel_date.is-cancellable::before {
    content: "✓";
    display: inline-grid;
    place-items: center;
    width: 20px;
    height: 20px;
    margin-right: 6px;
    border-radius: 50%;
    background: #edf5ff;
    color: var(--hp-blue);
    font-weight: 800;
}

.hp-booking-form-area .hp-parking-images,
.hp-booking-form-area .hp-parking-service,
.hp-booking-form-area > .row:last-of-type,
.hp-booking-form-area > .mb-5 {
    margin: 16px 0 0 !important;
    padding: 18px;
}

.hp-booking-form-area .hp-parking-images > h5,
.hp-booking-form-area .hp-parking-service > h5,
.hp-booking-form-area > h5 {
    margin-top: 0 !important;
}

.hp-booking-form-area .hp-parking-images .row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.hp-booking-form-area .hp-parking-images .row > div {
    width: auto;
    padding: 0;
}

.hp-booking-form-area .hp-parking-images img {
    width: 100%;
    height: 150px;
    margin: 0 !important;
    border-radius: 8px;
    object-fit: cover;
}

.hp-booking-form-area .hp-parking-service > .row > div + div {
    border-left: 1px solid var(--hp-line);
}

.hp-booking-form-area .hp-parking-service > .row > div {
    padding-right: 28px !important;
    padding-left: 28px !important;
}

.hp-booking-form-area .hp-parking-service > .row > div:first-child {
    padding-left: 16px !important;
}

.hp-booking-form-area .hp-parking-service > .row > div + div {
    padding-left: 34px !important;
}

.hp-booking-form-area .hp-parking-service .nav {
    padding-left: 6px !important;
}

.hp-booking-form-area .hp-parking-service .fa-check-circle {
    display: inline-grid;
    place-items: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #edf5ff;
    color: var(--hp-blue) !important;
    font-family: inherit !important;
    font-size: 0;
    vertical-align: middle;
}

.hp-booking-form-area .hp-parking-service .fa-check-circle::before {
    content: "✓";
    font-size: .72rem;
    font-weight: 800;
    line-height: 1;
}

.hp-booking-form-area > .row:last-of-type p,
.hp-booking-form-area .hp-parking-service li {
    color: #536a83;
    line-height: 1.65;
}

.hp-booking-form-area > .row.hp-about-card {
    margin: 16px 0 !important;
    padding: 24px 22px !important;
}

.hp-booking-form-area .hp-about-card > .col-12 {
    padding: 0;
}

.hp-booking-form-area .hp-about-card h5 {
    margin: 0 0 12px !important;
}

.hp-booking-form-area .hp-about-card p,
.hp-booking-form-area .hp-about-card p:last-child {
    margin: 0 0 10px;
    line-height: 1.7;
}

.hp-booking-form-area .hp-about-card p:last-child {
    margin-bottom: 0;
}

.hp-booking-form-area > h5 {
    margin-bottom: -16px;
    padding: 18px 18px 0;
    border-bottom: 0;
    border-radius: 12px 12px 0 0;
    box-shadow: none;
}

.hp-booking-form-area > .mb-5 {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 18px;
    padding-top: 8px;
    border-top: 0;
    border-radius: 0 0 12px 12px;
}

.hp-booking-form-area > .mb-5 .col-12:last-of-type {
    grid-column: 2;
    grid-row: 1 / span 2;
}

.hp-booking-form-area #map {
    height: 360px !important;
    border-radius: 9px;
}

@media (max-width: 991.98px) {
    .hp-booking-redesign .hp-parking-header {
        grid-template-columns: minmax(0, 1fr) 290px;
    }

    .hp-booking-redesign .hp-parking-overview {
        grid-template-columns: 1fr;
    }

    .hp-booking-redesign .hp-parking-provider {
        padding: 18px 0 0;
        border-top: 1px solid var(--hp-line);
        border-left: 0;
    }

    .hp-booking-form-area .hp-parking-images .row {
        grid-template-columns: repeat(2, 1fr);
    }

    .hp-glance-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 18px 0;
    }

    .hp-glance-item:nth-child(4) {
        border-left: 0;
    }

    .hp-booking-redesign .hp-redesign-date-editor .whiteBox {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    body {
        background: #fff;
    }

    .hp-booking-redesign {
        padding-right: 12px;
        padding-left: 12px;
    }

    .hp-booking-redesign > .desktop-content,
    .hp-services-wrapper.desktop-content,
    .hp-booking-form-area .desktop-content {
        display: block !important;
    }

    .hp-booking-redesign > .mobile-content,
    .hp-booking-redesign .blueBoxMob,
    .hp-booking-form-area .mobile-content {
        display: none !important;
    }

    .hp-booking-redesign .hp-parking-header {
        grid-template-columns: 1fr;
        gap: 16px;
        margin-top: 12px;
    }

    .hp-redesign-hero-image {
        height: 190px;
    }

    .hp-redesign-highlights {
        grid-template-columns: 1fr;
    }

    .hp-redesign-highlights > div + div {
        border-left: 0;
    }

    .hp-booking-redesign .blueBox .whiteBox > div {
        margin-bottom: 8px;
    }

    .hp-booking-redesign .hp-redesign-date-editor .whiteBox > div > .row {
        grid-template-columns: 1fr;
    }

    .hp-redesign-period-summary {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .hp-period-change {
        grid-column: 1 / -1;
        width: 100%;
    }

    .hp-glance-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .hp-glance-item {
        padding: 12px;
    }

    .hp-glance-item:nth-child(odd) {
        border-left: 0;
    }

    .hp-glance-item:nth-child(4) {
        border-left: 1px solid var(--hp-line);
    }

    .hp-redesign-checkout {
        grid-template-columns: 1fr;
    }

    .hp-redesign-total {
        align-items: flex-start;
    }

    .hp-services-wrapper .hp-services-price-card {
        align-items: flex-start;
        flex-direction: column;
    }

    .hp-booking-form-area > .row:first-child,
    .hp-booking-form-area > .row:nth-child(2) {
        padding-right: 14px !important;
        padding-left: 14px !important;
    }

    .hp-booking-form-area .step-title {
        max-width: 86px;
        font-size: .7rem !important;
    }

    .hp-booking-form-area .hp-parking-images .row {
        grid-template-columns: repeat(2, 1fr);
    }

    .hp-booking-form-area .hp-parking-images img {
        height: 120px;
    }

    .hp-booking-form-area .hp-parking-service > .row > div {
        width: 100%;
        padding: 0 0 16px;
        border-left: 0 !important;
    }

    .hp-booking-form-area > .mb-5 {
        display: block;
    }

    .hp-booking-form-area #map {
        height: 300px !important;
    }
}

@media (max-width: 430px) {
    .hp-booking-form-area .hp-parking-images .row {
        grid-template-columns: 1fr;
    }

    .hp-booking-form-area .hp-parking-images img {
        height: 190px;
    }
}

@media (max-width: 767.98px) {
    /* Browser parsing can place these legacy siblings outside the redesign
       container. Hide them globally only at the mobile breakpoint. */
    .hp-parking-overview,
    .hp-services-wrapper {
        display: none !important;
    }

    html,
    body {
        padding-bottom: 0;
        background: var(--hp-page);
        overflow-x: hidden;
    }

    body .mainContent.pt-8 {
        margin-top: 60px !important;
        padding-top: 8px !important;
    }

    .hp-legacy-mobile-booking,
    .hp-booking-period-title {
        display: none !important;
    }

    .hp-booking-redesign .hp-redesign-date-editor[hidden] {
        display: none !important;
    }

    .hp-booking-redesign,
    .hp-booking-form-area {
        width: 100%;
        padding-right: 12px;
        padding-left: 12px;
    }

    .hp-booking-redesign .hp-parking-header {
        display: flex !important;
        flex-direction: column;
        gap: 14px;
        margin-top: 4px;
        padding: 12px;
        min-width: 0;
    }

    .hp-booking-redesign .hp-redesign-heading {
        width: 100%;
        min-width: 0;
    }

    .hp-booking-redesign .hp-redesign-hero-image {
        order: -1;
        width: 100%;
        height: 180px;
    }

    .hp-booking-redesign .hp-redesign-provider-badge {
        right: 10px;
        bottom: 10px;
        max-width: 92px;
        padding: 7px;
    }

    .hp-booking-redesign .hp-parking-title {
        margin-bottom: 8px;
        font-size: 1.55rem;
        line-height: 1.12;
        white-space: normal;
        overflow-wrap: anywhere;
    }

    .hp-booking-redesign .hp-parking-location {
        margin-top: 5px;
        font-size: .72em;
    }

    .hp-booking-redesign .hp-redesign-rating .stars-background,
    .hp-booking-redesign .hp-redesign-rating .stars-overlay {
        font-size: 1.25rem;
    }

    .hp-booking-redesign .hp-redesign-rating .star-rating-container > span:last-child {
        margin-left: 7px !important;
        font-size: .78rem;
    }

    .hp-booking-redesign > .hp-redesign-highlights.desktop-content {
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        grid-auto-flow: column !important;
        grid-auto-columns: minmax(0, 1fr) !important;
        margin-top: 12px;
        padding: 0;
    }

    .hp-redesign-highlights > div {
        width: auto !important;
        min-width: 0 !important;
        min-width: 0;
        padding: 12px 7px;
        flex-direction: column;
        gap: 7px;
        text-align: center;
        font-size: .67rem;
        line-height: 1.25;
        min-height: 96px;
    }

    .hp-highlight-cancellation-long {
        display: none;
    }

    .hp-highlight-cancellation-short {
        display: inline;
    }

    .hp-redesign-highlights > div + div {
        border-left: 1px solid var(--hp-line);
    }

    .hp-highlight-icon {
        flex-basis: 34px;
        width: 34px;
        height: 34px;
    }

    .hp-booking-redesign > .hp-redesign-period-summary.desktop-content {
        display: grid !important;
        grid-template-columns: 28px minmax(0, 1fr) auto;
        gap: 8px;
        margin-top: 0;
        padding: 11px 10px;
    }

    .hp-mobile-period-heading {
        display: block;
        margin: 14px 2px 7px;
        color: var(--hp-blue-dark);
        font-size: .92rem;
        font-weight: 750;
        line-height: 1.25;
    }

    .hp-period-calendar {
        width: 28px;
        height: 32px;
    }

    .hp-redesign-period-summary > strong {
        display: flex;
        align-items: center;
        gap: 5px;
        min-width: 0;
        font-size: clamp(.67rem, 2.8vw, .78rem);
        line-height: 1.3;
        white-space: nowrap;
    }

    .hp-period-days {
        display: inline;
        margin-top: 0;
        margin-left: 0;
        font-size: .72rem;
    }

    .hp-period-change {
        grid-column: auto;
        width: auto;
        min-height: 38px;
        padding: 6px 8px;
        font-size: .68rem;
        line-height: 1.15;
        white-space: nowrap;
    }

    .hp-booking-redesign .blueBox.hp-redesign-date-editor {
        padding: 14px !important;
    }

    .hp-redesign-glance {
        margin-top: 12px;
        padding: 16px 0 12px;
        overflow: hidden;
    }

    .hp-redesign-glance h2 {
        margin: 0 16px 12px;
    }

    .hp-glance-grid,
    .hp-glance-grid--valet {
        display: flex;
        gap: 0;
        overflow-x: auto;
        padding: 0 8px 8px;
        scroll-snap-type: x proximity;
        scrollbar-width: thin;
    }

    .hp-glance-item,
    .hp-glance-grid--valet .hp-glance-item {
        flex: 0 0 145px;
        min-height: 138px;
        padding: 8px 12px;
        border-left: 1px solid var(--hp-line) !important;
        scroll-snap-align: start;
    }

    .hp-glance-item:first-child {
        border-left: 0 !important;
    }

    .hp-glance-icon {
        width: 34px;
        height: 34px;
        margin-bottom: 6px;
    }

    .hp-glance-icon svg {
        width: 27px;
        height: 27px;
    }

    .hp-mobile-conversion-card {
        display: grid;
        grid-template-columns: 1fr auto;
        gap: 10px 14px;
        align-items: center;
        margin-top: 12px;
        padding: 16px;
        border: 1px solid var(--hp-line);
        border-radius: 12px;
        background: #fff;
        box-shadow: var(--hp-shadow);
    }

    .hp-mobile-conversion-price {
        display: flex;
        flex-direction: column;
        color: var(--hp-muted);
        font-size: .72rem;
    }

    .hp-mobile-conversion-price strong {
        color: var(--hp-blue-dark);
        font-size: 1.75rem;
        line-height: 1.1;
    }

    .hp-mobile-conversion-trust {
        display: flex;
        align-items: center;
        gap: 6px;
        color: var(--hp-green);
        font-size: .7rem;
        font-weight: 700;
        text-align: right;
    }

    .hp-mobile-conversion-trust > span {
        display: inline-grid;
        place-items: center;
        flex: 0 0 24px;
        width: 24px;
        height: 24px;
        border: 1px solid currentColor;
        border-radius: 50%;
    }

    .hp-mobile-conversion-cta {
        grid-column: 1 / -1;
        min-height: 50px;
        border-radius: 7px;
        background: linear-gradient(135deg, #0967ca, #034a9d);
        color: #fff;
        font-weight: 750;
    }

    .hp-booking-form-area {
        margin-top: 12px !important;
    }

    .hp-booking-form-area > .row:first-child {
        padding: 0 8px 12px !important;
    }

    .hp-booking-form-area > .row:first-child .accordion#accordionExample {
        padding-top: 14px !important;
    }

    .hp-booking-form-area .steps {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        align-items: start;
    }

    .hp-booking-form-area .step-item,
    .hp-booking-form-area .step-item:last-child {
        position: relative;
        display: flex;
        flex-direction: column;
        gap: 5px;
        align-items: center;
        text-align: center;
    }

    .hp-booking-form-area .step-item:not(:last-child)::after {
        position: absolute;
        top: 17px;
        left: calc(50% + 18px);
        width: calc(100% - 36px);
        min-width: 0;
    }

    .hp-booking-form-area .step-button,
    .hp-booking-form-area .step-button-active {
        flex-basis: 34px;
        width: 34px !important;
        height: 34px !important;
        min-width: 34px !important;
        min-height: 34px !important;
        padding: 0 !important;
        line-height: 32px !important;
    }

    .hp-booking-form-area .step-title {
        max-width: none;
        padding: 0 2px;
        font-size: .66rem !important;
        line-height: 1.15 !important;
        white-space: normal;
    }

    .hp-booking-form-area > .row:nth-child(2) {
        padding: 8px 14px 22px !important;
    }

    .hp-booking-form-area .form-control,
    .hp-booking-form-area .form-select {
        min-height: 48px;
        font-size: 16px;
    }

    .hp-booking-form-area .hp-personal-name-row {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .hp-booking-form-area .hp-personal-name-row > div {
        width: 100%;
        max-width: none;
    }

    .hp-booking-form-area .hp-personal-name-row .hp-salutation-field {
        grid-column: 1 / -1;
        justify-self: start;
        width: min(210px, 100%);
    }

    .hp-booking-form-area .hp-arrival-time-row {
        display: grid;
        grid-template-columns: minmax(100px, 150px) minmax(100px, 150px) auto;
        align-items: start;
        justify-content: start;
        column-gap: 12px;
        margin-right: 0;
        margin-left: 0;
    }

    .hp-booking-form-area .hp-arrival-time-row > div {
        width: 100%;
        max-width: none;
        padding-right: 0;
        padding-left: 0;
    }

    .hp-booking-form-area .hp-arrival-time-row .arrival_hour,
    .hp-booking-form-area .hp-arrival-time-row .arrival_minute {
        width: 100%;
        min-height: 50px;
        padding: 10px 38px 10px 14px;
        border: 1px solid #bfd1df;
        border-radius: 10px;
        background-color: #fafdff;
        color: #3f5870;
        font-weight: 400;
        box-shadow: 0 2px 7px rgba(7, 61, 92, .06);
        transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
    }

    .hp-booking-form-area .hp-arrival-time-row .arrival_hour:hover,
    .hp-booking-form-area .hp-arrival-time-row .arrival_minute:hover {
        border-color: #80afd0;
        background-color: #fff;
    }

    .hp-booking-form-area .hp-arrival-time-row .arrival_hour:focus,
    .hp-booking-form-area .hp-arrival-time-row .arrival_minute:focus {
        border-color: var(--hp-blue);
        background-color: #fff;
        box-shadow: 0 0 0 3px rgba(8, 119, 193, .14);
    }

    .hp-booking-form-area .hp-arrival-time-row .arrival_hour option,
    .hp-booking-form-area .hp-arrival-time-row .arrival_minute option {
        min-width: 340px;
        padding: 9px 12px;
        background: #fff;
        color: #3f5870;
        font-weight: 400;
        white-space: nowrap;
    }

    .hp-booking-form-area .hp-arrival-time-row .arrival_hour option:disabled,
    .hp-booking-form-area .hp-arrival-time-row .arrival_minute option:disabled {
        background: #eef7fd;
        color: #55758a;
        font-weight: 700;
    }

    .hp-booking-form-area .hp-arrival-time-row > .py-2 {
        grid-column: 1 / -1;
    }

    .hp-redesign-checkout {
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 10px;
        margin-top: 10px;
        padding-top: 14px;
    }

    .hp-redesign-total {
        align-items: flex-end;
        text-align: right;
    }

    .hp-booking-form-area .okButton {
        min-height: 54px;
        font-size: .95rem;
    }

    .hp-booking-form-area .hp-redesign-action-row {
        display: block;
        width: 100%;
    }

    .hp-booking-form-area .hp-redesign-action-row .hp-redesign-checkout {
        display: block;
    }

    .hp-booking-form-area .hp-redesign-checkout-cluster {
        display: grid;
        grid-template-columns: minmax(90px, 1fr) minmax(180px, 250px);
        align-items: start;
        gap: 10px 12px;
        width: 100%;
    }

    .hp-booking-form-area .hp-redesign-checkout-cluster .hp-redesign-total {
        align-items: flex-end;
        text-align: right;
    }

    .hp-booking-form-area .hp-redesign-action-row .hp-redesign-secure {
        display: none;
    }

    .hp-booking-form-area .hp-redesign-primary-action {
        display: flex;
        min-width: 0;
        flex-direction: column;
    }

    .hp-booking-form-area .hp-redesign-primary-action .okButton {
        order: 1;
        width: 100%;
        min-height: 58px;
        margin: 0;
    }

    .hp-booking-form-area .hp-redesign-primary-action .cancel_date {
        order: 2;
        margin: 7px 0 0;
        padding-top: 0 !important;
        text-align: center !important;
    }

    .hp-booking-form-area .hp-parking-images,
    .hp-booking-form-area .hp-parking-service,
    .hp-booking-form-area > .row.hp-about-card,
    .hp-booking-form-area > h5,
    .hp-booking-form-area > .mb-5 {
        margin-top: 12px !important;
        border-radius: 10px;
    }

    .hp-booking-form-area .hp-parking-images .row {
        display: flex;
        flex-wrap: nowrap;
        gap: 10px;
        overflow-x: auto;
    }

    .hp-booking-form-area .hp-parking-images .row > div {
        flex: 0 0 82%;
    }

    .hp-booking-form-area .hp-parking-images img {
        height: 185px;
    }

    .hp-booking-form-area > .mb-5 {
        padding: 16px;
    }

    .hp-mobile-panel-toggle {
        min-height: 44px;
        cursor: pointer;
        pointer-events: auto;
    }

    .hp-mobile-panel-chevron {
        display: inline-block;
        color: var(--hp-blue);
        font-size: 1.25rem;
        line-height: 1;
        transition: transform .2s ease;
    }

    .hp-mobile-panel-toggle.is-open .hp-mobile-panel-chevron {
        transform: rotate(180deg);
    }

    .hp-mobile-panel-content:not(.is-open) {
        display: none !important;
    }

    #hp-mobile-images.is-open,
    #hp-mobile-services.is-open {
        display: flex !important;
    }

    #hp-mobile-about.is-open,
    #hp-mobile-directions.is-open {
        display: block !important;
    }

    .hp-booking-form-area .hp-parking-images,
    .hp-booking-form-area .hp-parking-service,
    .hp-booking-form-area > .row.hp-about-card,
    .hp-booking-form-area > h5 {
        padding-top: 8px !important;
        padding-bottom: 8px !important;
    }

    .hp-booking-form-area .hp-parking-images > h5,
    .hp-booking-form-area .hp-parking-service > h5,
    .hp-booking-form-area .hp-about-card h5,
    .hp-booking-form-area > h5 {
        margin: 0 !important;
    }

    .hp-mobile-sticky-booking {
        position: fixed;
        z-index: 1040;
        right: 0;
        bottom: 0;
        left: 0;
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(145px, 44%);
        gap: 12px;
        align-items: center;
        padding: 10px max(14px, env(safe-area-inset-right)) calc(10px + env(safe-area-inset-bottom)) max(14px, env(safe-area-inset-left));
        border-top: 1px solid var(--hp-line);
        background: rgba(255, 255, 255, .97);
        box-shadow: 0 -8px 24px rgba(23, 68, 118, .13);
        backdrop-filter: blur(10px);
    }

    .hp-mobile-sticky-booking > div {
        display: flex;
        flex-direction: column;
        color: var(--hp-muted);
        font-size: .68rem;
    }

    .hp-mobile-sticky-booking strong {
        color: var(--hp-blue-dark);
        font-size: 1.35rem;
        line-height: 1.05;
    }

    .hp-mobile-sticky-booking button {
        min-height: 48px;
        border: 0;
        border-radius: 7px;
        background: linear-gradient(135deg, #0967ca, #034a9d);
        color: #fff;
        font-size: .78rem;
        font-weight: 750;
    }
}
