.hm-booking-box,
.hm-booking-flow,
.hm-dashboard {
    box-sizing: border-box;
    max-width: 1120px;
    margin: 24px auto;
    color: #072d47;
    font-family: inherit;
}

.hm-booking-box,
.hm-booking-flow section,
.hm-dashboard section {
    border: 1px solid #d6d6d6;
    border-radius: 8px;
    padding: 22px;
    background: #fff;
    margin-bottom: 18px;
}

.hm-booking-box h3,
.hm-booking-flow h3,
.hm-dashboard h3 {
    margin: 0 0 16px;
    color: #072d47;
    font-family: inherit;
    font-weight: 600;
}

.hm-booking-box dl,
.hm-plan-summary {
    display: grid;
    gap: 10px;
    margin: 0 0 16px;
}

.hm-booking-box dl div,
.hm-plan-summary div {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 8px;
}

.hm-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 11px 18px;
    border: 0;
    border-radius: 6px;
    background: #072d47;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    font-family: inherit;
    font-weight: 700;
    text-transform: uppercase;
}

.hm-booking-flow {
    display: grid;
    gap: 18px;
}

.hm-booking-flow label {
    display: grid;
    gap: 6px;
    margin-bottom: 12px;
    font-weight: 600;
    color: #072d47;
}

.hm-booking-flow input,
.hm-booking-flow textarea,
.hm-booking-flow select {
    width: 100%;
    border: 1px solid #c7d1d6;
    border-radius: 6px;
    padding: 10px 12px;
    background: #fff;
    color: #072d47;
}

.hm-booking-flow input[type="checkbox"],
.hm-booking-flow input[type="radio"] {
    width: auto;
    min-width: 16px;
    min-height: 16px;
    padding: 0;
}

.hm-booking-flow fieldset {
    border: 1px solid #d6d6d6;
    border-radius: 8px;
    margin: 14px 0;
    padding: 16px;
}

.hm-payment-options {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.hm-payment-options label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0;
}

.hm-payment-options input {
    width: auto;
}

.hm-wallet-credit-option {
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
    margin-top: 14px;
}

.hm-wallet-credit-amount {
    max-width: 360px;
    margin-top: 4px;
}

.hm-wallet-credit-amount small {
    color: #2a7193;
    font-weight: 500;
}

.hm-wallet-credit-amount input:disabled {
    background: #f3f6f8;
    color: #7b8b94;
}

.hm-terms-section p {
    margin: 0 0 14px;
    color: #072d47;
    line-height: 1.6;
}

.hm-terms-list {
    display: grid;
    gap: 8px;
    margin: 0 0 18px;
    padding-left: 20px;
    color: #072d47;
    line-height: 1.5;
}

.hm-checkbox-label {
    display: flex !important;
    grid-template-columns: none;
    align-items: flex-start;
    gap: 10px;
    margin: 0;
    padding: 14px;
    border-left: 4px solid #2e84a6;
    background: #f2f7f9;
    font-weight: 600;
}

.hm-checkbox-label span {
    display: block;
    line-height: 1.5;
}

.hm-notice {
    max-width: 1120px;
    margin: 18px auto;
    padding: 14px 16px;
    border-radius: 8px;
    background: #eef6f9;
    color: #072d47;
}

.hm-notice-success {
    background: #e9f8ef;
}

.hm-waitlist-form {
    max-width: 1120px;
    margin: 14px auto 0;
    padding: 22px;
    border: 1px solid #d6d6d6;
    border-top: 4px solid #072d47;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 44px rgba(7, 45, 71, .08);
    color: #072d47;
}

.hm-waitlist-head {
    margin-bottom: 18px;
}

.hm-waitlist-kicker {
    display: block;
    margin-bottom: 6px;
    color: #2e84a6;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.hm-waitlist-head h3 {
    margin: 0 0 8px;
    color: #072d47;
    font-family: inherit;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
}

.hm-waitlist-head p {
    margin: 0;
    max-width: 660px;
    color: #4b5f6e;
    font-size: 15px;
    line-height: 1.6;
}

.hm-waitlist-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    align-items: end;
}

.hm-waitlist-form label {
    display: grid;
    gap: 7px;
    margin: 0;
    color: #072d47;
    font-weight: 700;
}

.hm-waitlist-form input {
    width: 100%;
    min-height: 46px;
    padding: 11px 13px;
    border: 1px solid #c7d1d6;
    border-radius: 6px;
    background: #fff;
    color: #072d47;
    font: inherit;
    box-sizing: border-box;
}

.hm-waitlist-form input:focus {
    outline: 0;
    border-color: #2e84a6;
    box-shadow: 0 0 0 3px rgba(46, 132, 166, .14);
}

.hm-waitlist-button {
    width: 100%;
    margin-top: 16px;
}

@media (min-width: 760px) {
    .hm-waitlist-grid label:last-child {
        max-width: 220px;
    }
}

@media (max-width: 700px) {
    .hm-waitlist-form {
        padding: 18px;
    }

    .hm-waitlist-grid {
        grid-template-columns: 1fr;
    }
}

.hm-payment-success-modal-open {
    overflow: hidden;
}

.hm-payment-success-modal[hidden] {
    display: none;
}

.hm-payment-success-modal {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: grid;
    place-items: center;
    overflow-y: auto;
    padding: 20px;
    font-family: "Inter", Arial, sans-serif;
}

.hm-payment-success-modal-backdrop {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(7, 29, 48, .72);
    backdrop-filter: blur(5px);
    cursor: pointer;
}

.hm-payment-success-modal-card {
    position: relative;
    z-index: 2;
    width: min(360px, 100%);
    overflow: hidden;
    border: 1px solid #d6d6d6;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 28px 80px rgba(7, 29, 48, .34);
    color: #072d47;
    text-align: center;
    pointer-events: auto;
}

.hm-payment-success-modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 4;
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    border: 0;
    border-radius: 4px;
    background: transparent;
    color: #072d47;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
}

.hm-payment-success-modal-close:hover,
.hm-payment-success-modal-close:focus-visible {
    background: #eef4f7;
    color: #2e84a6;
    outline: 2px solid #2e84a6;
    outline-offset: 1px;
}

.hm-payment-success-modal-body {
    padding: 28px 28px 22px;
}

.hm-payment-success-modal-icon {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    margin: 0 auto 20px;
    border-radius: 6px;
    background: #effbf4;
    box-shadow: 0 0 0 10px rgba(27, 171, 93, .06);
}

.hm-payment-success-modal-icon span {
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    border-radius: 999px;
    background: #19a75a;
    color: #fff;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
}

.hm-payment-success-modal-card .hm-payment-success-modal-kicker {
    margin: 0 0 8px;
    color: #2e84a6;
    font: 400 10px/1.2 "Oswald", Arial, sans-serif;
    text-transform: uppercase;
}

.hm-payment-success-modal-card h3 {
    margin: 0 0 10px;
    color: #072d47;
    font: 400 24px/1.2 "Oswald", Arial, sans-serif;
    text-transform: uppercase;
}

.hm-payment-success-modal-card .hm-payment-success-modal-message {
    max-width: 286px;
    margin: 0 auto 22px;
    color: #30495a;
    font-size: 13px;
    line-height: 1.6;
}

.hm-payment-success-destination {
    position: relative;
    display: flex;
    min-height: 112px;
    margin-bottom: 22px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 5px;
    padding: 18px;
    background: linear-gradient(135deg, #174c6b, #072d47);
    color: #fff;
    isolation: isolate;
}

.hm-payment-success-destination.has-image {
    background-image: linear-gradient(rgba(7, 45, 71, .7), rgba(7, 45, 71, .84)), var(--hm-payment-destination-image);
    background-position: center;
    background-size: cover;
}

.hm-payment-success-destination span,
.hm-payment-success-destination strong {
    position: relative;
    z-index: 1;
}

.hm-payment-success-destination span {
    margin-bottom: 7px;
    color: rgba(255, 255, 255, .72);
    font: 400 9px/1.2 "Oswald", Arial, sans-serif;
    text-transform: uppercase;
}

.hm-payment-success-destination strong {
    max-width: 250px;
    color: #fff;
    font: 400 13px/1.3 "Oswald", Arial, sans-serif;
    text-transform: uppercase;
}

.hm-payment-success-modal-continue {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    gap: 14px;
    border: 1px solid #072d47;
    border-radius: 5px;
    padding: 0 22px;
    background: #072d47;
    color: #fff;
    cursor: pointer;
    font: 400 14px/1.2 "Oswald", Arial, sans-serif;
    text-decoration: none;
    text-transform: uppercase;
}

.hm-payment-success-modal-continue:hover,
.hm-payment-success-modal-continue:focus-visible {
    border-color: #2e84a6;
    background: #2e84a6;
    color: #fff;
    outline: 2px solid rgba(46, 132, 166, .32);
    outline-offset: 2px;
}

.hm-payment-success-modal-footer {
    display: flex;
    min-height: 42px;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    border-top: 1px solid #dce5ea;
    padding: 10px 18px;
    background: #f4f7f9;
    color: #476273;
    font: 400 9px/1.3 "Oswald", Arial, sans-serif;
    text-transform: uppercase;
}

.hm-payment-success-secure::before {
    content: "\1F512";
    margin-right: 6px;
    font-family: Arial, sans-serif;
}

@media (max-width: 480px) {
    .hm-payment-success-modal {
        align-items: start;
        padding: 14px;
    }

    .hm-payment-success-modal-card {
        margin: 18px 0;
    }

    .hm-payment-success-modal-body {
        padding: 26px 20px 20px;
    }
}

.hm-dashboard nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 18px;
}

.hm-dashboard nav a {
    color: #2e84a6;
    text-decoration: none;
}

.hm-dashboard table {
    width: 100%;
    border-collapse: collapse;
}

.hm-dashboard th,
.hm-dashboard td {
    border-bottom: 1px solid #d6d6d6;
    padding: 10px;
    text-align: left;
}

.hm-admin-payment-plan {
    box-sizing: border-box;
    max-width: 1120px;
    margin: 28px auto;
    padding: 22px;
    border: 1px solid #d6d6d6;
    border-left: 4px solid #2e84a6;
    border-radius: 8px;
    background: #fff;
    color: #072d47;
    font-family: inherit;
}

.hm-admin-payment-plan h3 {
    margin: 0 0 10px;
    color: #072d47;
}

.hm-admin-payment-plan-note,
.hm-admin-payment-plan .description {
    color: #2e84a6;
}

.hm-admin-payment-toggles {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 16px;
}

.hm-admin-payment-toggles label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
}

.hm-frontend-partitions {
    display: grid;
    gap: 8px;
    margin: 16px 0;
}

.hm-frontend-partition-head,
.hm-frontend-partition-row {
    display: grid;
    grid-template-columns: minmax(110px, .8fr) minmax(90px, .7fr) minmax(110px, .8fr) minmax(180px, 1.2fr) auto;
    gap: 10px;
    align-items: center;
}

.hm-frontend-partition-head {
    color: #2e84a6;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.hm-frontend-partition-row {
    padding: 10px;
    border: 1px solid #d6d6d6;
    border-radius: 6px;
    background: #f7f9fa;
}

.hm-frontend-partition-row input {
    width: 100%;
    min-height: 38px;
    border: 1px solid #c7d1d6;
    border-radius: 6px;
    padding: 8px 10px;
}

.hm-frontend-partition-row button,
.hm-button-secondary {
    min-height: 38px;
    padding: 8px 12px;
    border: 1px solid #d6d6d6;
    border-radius: 6px;
    background: #f2f7f9;
    color: #072d47;
    cursor: pointer;
    font: inherit;
    font-weight: 700;
}

.hm-admin-payment-plan-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}

@media (max-width: 720px) {
    .hm-booking-box dl div,
    .hm-plan-summary div {
        display: grid;
    }

    .hm-frontend-partition-head {
        display: none;
    }

    .hm-frontend-partition-row {
        grid-template-columns: 1fr;
    }
}

/* Expedition checkout */
.hm-booking-flow {
    --hm-navy: #072d47;
    --hm-navy-deep: #041d31;
    --hm-blue: #2e84a6;
    --hm-cyan: #4baabf;
    --hm-surface: #f4f7fb;
    --hm-border: #d6d6d6;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
    align-items: start;
    max-width: 900px;
    color: var(--hm-navy);
    font-family: "Inter", Arial, sans-serif;
}

.hm-booking-flow .hm-booking-panel {
    margin: 0;
    border: 1px solid var(--hm-border);
    border-radius: 2px;
    padding: 12px;
    background: #fff;
    box-shadow: none;
}

.hm-booking-flow .hm-booking-panel-trip,
.hm-booking-flow .hm-booking-panel-participants,
.hm-booking-flow .hm-terms-section,
.hm-booking-flow .hm-payment-panel {
    grid-column: 1;
}

.hm-booking-flow .hm-payment-panel {
    grid-row: auto;
    position: static;
    padding: 0;
    border-color: #bfc9d2;
}

.hm-booking-section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 30px;
    margin-bottom: 10px;
    border-bottom: 1px solid var(--hm-border);
    color: var(--hm-navy);
    font: 400 12px/1.2 "Oswald", Arial, sans-serif;
    text-transform: uppercase;
}

.hm-booking-section-header svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
}

.hm-trip-summary {
    display: grid;
    gap: 6px;
}

.hm-trip-summary > strong {
    color: #101f2c;
    font-size: 18px;
    line-height: 1.25;
}

.hm-trip-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    color: #334b5b;
    font-size: 13px;
}

.hm-trip-meta > span:first-child::before {
    content: "□";
    margin-right: 5px;
    color: var(--hm-blue);
    font-size: 11px;
}

.hm-difficulty-badge {
    border: 1px solid #e9b8b8;
    padding: 2px 6px;
    background: #fff3f3;
    color: #b23a3a;
    font: 400 9px/1.2 "Oswald", Arial, sans-serif;
    text-transform: uppercase;
}

.hm-spots-remaining {
    width: fit-content;
    margin: 4px 0 0;
    border: 1px solid rgba(46, 132, 166, .25);
    padding: 6px 10px;
    background: #eef6f9;
    color: var(--hm-navy);
    font: 600 12px/1.25 "Inter", Arial, sans-serif;
}

.hm-booking-flow .hm-participant-count-label {
    width: min(120px, 100%);
    margin: 10px 0 0;
    font: 600 12px/1.3 "Inter", Arial, sans-serif;
}

.hm-participant-limit {
    margin: 12px 0 0;
    padding: 12px 14px;
    border-left: 4px solid var(--hm-blue);
    background: #eef6f9;
    color: var(--hm-navy);
    font: 400 14px/1.5 "Inter", Arial, sans-serif;
}

.hm-participant-limit[hidden] {
    display: none !important;
}

.hm-booking-flow input,
.hm-booking-flow textarea,
.hm-booking-flow select {
    min-height: 42px;
    border-color: #c8d1da;
    border-radius: 0;
    padding: 9px 11px;
    color: #152c3e;
    font: 400 14px/1.4 "Inter", Arial, sans-serif;
    box-shadow: none;
}

.hm-booking-flow input:focus,
.hm-booking-flow textarea:focus,
.hm-booking-flow select:focus {
    outline: 2px solid rgba(46, 132, 166, .18);
    border-color: var(--hm-blue);
}

.hm-booking-flow fieldset {
    margin: 10px 0 0;
    border: 1px solid #cfd7df;
    border-radius: 0;
    padding: 12px;
}

.hm-booking-flow fieldset legend {
    padding: 0 7px;
    color: #145697;
    font-size: 12px;
}

.hm-participant-fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.hm-booking-flow .hm-participant-fields label {
    margin: 0;
    color: #192d3b;
    font-size: 12px;
}

.hm-participant-preferences {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 12px;
}

.hm-booking-flow .hm-participant-preferences label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    color: #263d4c;
    font-size: 12px;
    font-weight: 500;
}

.hm-terms-copy {
    border: 1px solid #c9d5e3;
    padding: 14px;
    background: #eef4ff;
}

.hm-terms-section .hm-terms-copy p {
    margin-bottom: 10px;
    color: #253d50;
    font-size: 12px;
    line-height: 1.55;
}

.hm-terms-section .hm-terms-list {
    gap: 5px;
    margin-bottom: 12px;
    color: #253d50;
    font-size: 11px;
    line-height: 1.5;
}

.hm-booking-flow .hm-checkbox-label {
    margin: 12px 0 0;
    border: 0;
    border-left: 3px solid var(--hm-navy);
    padding: 11px;
    background: rgba(255, 255, 255, .72);
    color: #12283a;
    font-size: 11px;
}

.hm-payment-panel-header {
    padding: 24px;
    background: var(--hm-navy-deep);
    color: #fff;
}

.hm-payment-panel-header > span {
    display: block;
    margin-bottom: 8px;
    color: var(--hm-cyan);
    font: 400 13px/1.2 "Oswald", Arial, sans-serif;
    text-transform: uppercase;
}

.hm-payment-panel-header h3 {
    margin: 0;
    color: #fff;
    font: 600 23px/1.2 "Inter", Arial, sans-serif;
}

.hm-payment-panel-body {
    padding: 24px;
}

.hm-payment-options {
    display: grid;
    gap: 10px;
}

.hm-booking-flow .hm-payment-options label {
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    min-height: 72px;
    margin: 0;
    border: 1px solid #cbd3dc;
    padding: 12px 14px;
    background: #fff;
    cursor: pointer;
}

.hm-booking-flow .hm-payment-options label:has(input:checked) {
    border-color: #4d84ef;
    background: #f1f5ff;
    box-shadow: inset 0 0 0 1px #4d84ef;
}

.hm-payment-options label > span {
    display: grid;
    gap: 3px;
}

.hm-payment-options strong {
    color: #081a2b;
    font-size: 17px;
}

.hm-payment-options small {
    color: #425463;
    font-size: 12px;
    font-weight: 400;
}

.hm-wallet-payment-box {
    position: relative;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 14px;
    margin-top: 14px;
    border: 1px solid #cbd3dc;
    padding: 14px;
    background: #f7f8fb;
}

.hm-wallet-payment-heading {
    display: flex;
    align-items: center;
    gap: 12px;
}

.hm-wallet-payment-icon {
    display: grid;
    place-items: center;
    width: 26px;
    height: 26px;
    border: 2px solid #1760c6;
    color: #1760c6;
    font-weight: 800;
}

.hm-wallet-payment-heading > span:last-child {
    display: grid;
    gap: 3px;
}

.hm-wallet-payment-heading strong {
    color: #0b2032;
    font-size: 16px;
}

.hm-wallet-payment-heading small {
    color: #1760c6;
    font-size: 12px;
}

.hm-booking-flow .hm-wallet-credit-option {
    display: block !important;
    margin: 0;
}

.hm-wallet-credit-option input {
    position: absolute;
    width: 1px !important;
    height: 1px;
    opacity: 0;
}

.hm-toggle-control {
    position: relative;
    display: block;
    width: 40px;
    height: 22px;
    border-radius: 999px;
    background: #b8bec7;
    transition: background .2s ease;
}

.hm-toggle-control::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fff;
    transition: transform .2s ease;
}

.hm-wallet-credit-option input:checked + .hm-toggle-control {
    background: var(--hm-blue);
}

.hm-wallet-credit-option input:checked + .hm-toggle-control::after {
    transform: translateX(18px);
}

.hm-wallet-credit-amount {
    grid-column: 1 / -1;
    max-width: none;
    margin: 0;
    padding-top: 12px;
    border-top: 1px solid var(--hm-border);
    font-size: 12px;
}

.hm-wallet-credit-amount[hidden],
.hm-wallet-credit-amount:has(input:disabled) {
    display: none;
}

.hm-wallet-credit-amount small {
    color: #476778;
    font-size: 11px;
}

.hm-payment-panel .hm-plan-summary {
    gap: 0;
    margin: 22px 0 14px;
}

.hm-payment-panel .hm-plan-summary div {
    min-height: 45px;
    align-items: center;
    border-bottom: 1px solid #d1d6dc;
    padding: 8px 0;
    color: #273a48;
}

.hm-payment-panel .hm-plan-summary dt,
.hm-payment-panel .hm-plan-summary dd {
    margin: 0;
    font-size: 15px;
}

.hm-payment-panel .hm-plan-row-loyalty-discount,
.hm-payment-panel .hm-plan-row-mission-wallet-credit {
    color: #1451b8;
}

.hm-payment-panel .hm-plan-row-grand-total {
    margin-top: 5px;
    border-top: 2px dotted #263b4c;
    border-bottom: 0;
    color: #071827;
    font-weight: 800;
}

.hm-payment-panel .hm-plan-row-due-now,
.hm-payment-panel .hm-plan-row-remaining {
    min-height: 38px;
    color: #425463;
}

.hm-payment-panel .hm-plan-row-remaining {
    border-bottom: 0;
}

.hm-installments {
    margin: 0 0 18px;
    padding-left: 18px;
    color: #395160;
    font-size: 11px;
    line-height: 1.55;
}

.hm-booking-submit {
    width: 100%;
    min-height: 48px;
    border-radius: 0;
    background: #031426;
    font: 600 15px/1.2 "Inter", Arial, sans-serif;
    letter-spacing: .08em;
}

.hm-booking-submit::after {
    content: "→";
    margin-left: 14px;
    font-size: 22px;
    font-weight: 400;
}

.hm-secure-transaction {
    margin: 14px 0 0;
    color: #344754;
    text-align: center;
    font: 400 10px/1.4 "Oswald", Arial, sans-serif;
    text-transform: uppercase;
}

@media (max-width: 900px) {
    .hm-booking-flow {
        grid-template-columns: minmax(0, 1fr);
    }

    .hm-booking-flow .hm-booking-panel,
    .hm-booking-flow .hm-payment-panel {
        grid-column: 1;
        grid-row: auto;
    }

    .hm-booking-flow .hm-payment-panel {
        position: static;
    }
}

@media (max-width: 560px) {
    .hm-booking-flow {
        margin: 12px auto;
        gap: 12px;
    }

    .hm-participant-fields {
        grid-template-columns: 1fr;
    }

    .hm-participant-preferences {
        display: grid;
        gap: 10px;
    }

    .hm-payment-panel-header,
    .hm-payment-panel-body {
        padding: 18px;
    }
}
