/* Configure booking modal on event-space details */
.gm-bk-overlay {
    position: fixed;
    inset: 0;
    z-index: 200000;
    display: none;
    align-items: flex-start;
    justify-content: center;
    padding: 28px 20px 40px;
    overflow-x: hidden;
    overflow-y: auto;
    background: rgba(26, 20, 16, 0.55);
}

.gm-bk-overlay.is-open {
    display: flex;
}

body.gm-bk-lock {
    overflow: hidden;
}

body.gm-bk-lock .swal2-container {
    z-index: 300000 !important;
}

.gm-bk-dialog {
    width: 100%;
    max-width: 1180px;
    min-height: 0;
    margin: 24px auto 40px;
    border-radius: 20px;
    background: #F8F4EE;
    box-shadow: 0 24px 80px rgba(26, 20, 16, 0.28);
    overflow-x: hidden;
}

.gm-bk-dialog,
.gm-bk-dialog * {
    box-sizing: border-box;
}

.daterangepicker {
    z-index: 200100 !important;
}

.gm-bk-stepper {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding: 16px 72px 16px 28px;
    border-radius: 20px 20px 0 0;
    background: #F8F4EE;
    border-bottom: 1px solid #E6DCCE;
}

.gm-bk-steps {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-width: 0;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.gm-bk-steps::-webkit-scrollbar {
    display: none;
}

.gm-bk-step {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    gap: 8px;
    min-height: 42px;
    padding: 8px 14px;
    border: none;
    border-radius: 22px;
    background: transparent;
    cursor: pointer;
    font-family: Outfit, sans-serif;
    font-size: 13.5px;
    font-weight: 600;
    color: #6b6255;
    white-space: nowrap;
    line-height: 1;
}

.gm-bk-step-label {
    font-weight: 600;
    font-style: normal;
}

.gm-bk-step span {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #e9e1d0;
    color: #6b6255;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12.5px;
    font-weight: 700;
    flex-shrink: 0;
}

.gm-bk-step.is-done {
    background: #e7f3e5;
    color: #2f7a34;
}

.gm-bk-step.is-done:disabled {
    opacity: 1;
    cursor: default;
    pointer-events: none;
}

.gm-bk-step.is-done span {
    background: #3fa845;
    color: #fff;
}

.gm-bk-step.is-on {
    background: #C9851A;
    color: #fff;
}

.gm-bk-step.is-on span {
    background: #fff;
    color: #C9851A;
}

.gm-bk-chevron {
    color: #6b6255;
    opacity: 0.5;
    font-size: 12px;
}

.gm-bk-close {
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #e7dfd0;
    background: #fff;
    color: #6b6255;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.gm-bk-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 400px);
    gap: 28px;
    align-items: start;
    padding: 20px 28px 32px;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
}

.gm-bk-panel,
.gm-bk-main,
.gm-bk-side {
    min-width: 0;
    max-width: 100%;
}

.gm-bk-main {
    padding: 34px 40px 30px;
    background: #fff;
    border-radius: 20px;
}

.gm-bk-side {
    /* margin-top: 22px; */
    padding: 18px 18px 16px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 28px rgba(26, 20, 16, 0.06);
}

.gm-sd-book .gm-bk-side {
    margin-top: 12px;
    padding: 14px 14px 12px;
    border: 1px solid #E6DCCE;
    box-shadow: none;
}

.gm-bk-tag {
    display: inline-block;
    margin-bottom: 12px;
    padding: 5px 12px;
    border-radius: 6px;
    background: #faf1de;
    color: #a56d0a;
    font-family: Outfit, sans-serif;
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.gm-bk-main h1 {
    margin: 0 0 16px;
    font-family: 'Palatino Linotype', Palatino, Georgia, serif;
    font-size: 26px;
    font-weight: 600;
    color: #1A1410;
}

.gm-bk-h {
    margin: 0 0 10px;
    font-family: 'Palatino Linotype', Palatino, Georgia, serif;
    font-size: 18px;
    font-weight: 700;
    color: #1A1410;
}

.gm-bk-help {
    margin: -8px 0 14px;
    font-family: Outfit, sans-serif;
    font-size: 13px;
    color: #6b6255;
}

.gm-bk-label {
    display: block;
    margin-bottom: 7px;
    font-family: Outfit, sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #3a342c;
}

.gm-bk-field {
    width: 100%;
    max-width: 100%;
    height: 48px;
    min-height: 48px;
    line-height: 48px;
    padding: 0 14px;
    border: none;
    border-radius: 9px;
    background: #faf5ea;
    font-family: Outfit, sans-serif;
    font-size: 14px;
    color: #1A1410;
    box-sizing: border-box;
    overflow: hidden;
}

textarea.gm-bk-field {
    height: auto;
    min-height: 110px;
    line-height: 1.5;
    padding: 12px 14px;
    resize: vertical;
}

.gm-bk-field:focus {
    outline: none;
    border-color: #C9851A;
    box-shadow: 0 0 0 3px rgba(201, 133, 26, 0.12);
}

.gm-bk-datewrap {
    position: relative;
}

.gm-bk-datewrap i {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #C9851A;
    pointer-events: none;
}

.gm-bk-datewrap .gm-bk-field,
.gm-bk-selectwrap .gm-bk-field {
    padding-right: 40px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gm-bk-selectwrap {
    position: relative;
}

.gm-bk-selectwrap::after {
    content: "";
    position: absolute;
    right: 16px;
    top: 50%;
    width: 8px;
    height: 8px;
    margin-top: -6px;
    border-right: 2px solid #C9851A;
    border-bottom: 2px solid #C9851A;
    transform: rotate(45deg);
    pointer-events: none;
}

.gm-bk-selectwrap select {
    appearance: none;
    -webkit-appearance: none;
    height: 48px;
    min-height: 48px;
    line-height: 48px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 14px;
    padding-right: 40px;
}

.gm-bk-row2 {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 16px;
    margin-bottom: 10px;
}

.gm-bk-row2.even {
    grid-template-columns: 1fr 1fr;
}

.gm-bk-hr {
    border: none;
    border-top: 1px solid #e7dfd0;
    margin: 14px 0;
}

.gm-bk-addons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 16px;
}

.gm-bk-addon {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
    padding: 14px 16px;
    border: 1.5px solid #e7dfd0;
    border-radius: 10px;
    background: #faf5ea;
    cursor: pointer;
}

.gm-bk-dd .extra-card.gm-bk-addon {
    display: block;
    cursor: default;
    margin-bottom: 10px;
}

.gm-bk-dd .extra-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.gm-bk-dd .extra-title {
    font-family: Outfit, sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #1A1410;
}

.gm-bk-dd .extra-price {
    font-family: Outfit, sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #1A1410;
}

.gm-bk-dd .extra-stepper {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
}

.gm-bk-addon.is-on {
    border-color: #C9851A;
    background: #fdf3df;
}

.gm-bk-addon-left {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    min-width: 0;
}

.gm-bk-addon-left > div {
    min-width: 0;
}

.gm-bk-check {
    width: 19px;
    height: 19px;
    margin-top: 2px;
    border: 2px solid #e7dfd0;
    border-radius: 5px;
    background: #fff;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 11px;
}

.gm-bk-addon.is-on .gm-bk-check {
    background: #C9851A;
    border-color: #C9851A;
}

.gm-bk-addon strong {
    display: block;
    font-family: Outfit, sans-serif;
    font-size: 13.5px;
    margin-bottom: 2px;
}

.gm-bk-addon small {
    display: block;
    font-family: Outfit, sans-serif;
    font-size: 12px;
    color: #6b6255;
}

.gm-bk-addon em {
    font-style: normal;
    font-family: Outfit, sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #a56d0a;
    white-space: nowrap;
}

.gm-bk-promo-row {
    display: flex;
    gap: 8px;
    min-width: 0;
}

.gm-bk-promo-row .gm-bk-field {
    flex: 1;
    min-width: 0;
}

.gm-bk-apply {
    border: none;
    border-radius: 9px;
    padding: 0 18px;
    background: #C9851A;
    color: #fff;
    font-family: Outfit, sans-serif;
    font-weight: 700;
    cursor: pointer;
}

.gm-bk-applied {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    border: 1px solid #cfe6c8;
    border-radius: 9px;
    background: #f2f7ef;
}

.gm-bk-applied[hidden] {
    display: none !important;
}

.gm-bk-promo-row[hidden] {
    display: none !important;
}

.gm-bk-coupon-row {
    display: flex;
    align-items: stretch;
    gap: 8px;
    margin-bottom: 4px;
}

.gm-bk-coupon {
    display: flex;
    flex: 1;
    min-width: 0;
}

.gm-bk-coupon input {
    flex: 1;
    min-width: 0;
    height: 46px;
    border: 1px solid #e7dfd0;
    border-right: 0;
    border-radius: 10px 0 0 10px;
    padding: 0 12px;
    background: #F8F4EE;
    color: #1A1410;
    font-family: Outfit, sans-serif;
    font-size: 14px;
}

.gm-bk-coupon input:focus {
    outline: none;
    border-color: #C9851A;
}

.gm-bk-coupon-apply,
.gm-bk-coupon-remove {
    height: 46px;
    padding: 0 14px;
    border: 0;
    font-family: Outfit, sans-serif;
    font-weight: 700;
    cursor: pointer;
}

.gm-bk-coupon-apply {
    border-radius: 0 10px 10px 0;
    background: #1A1410;
    color: #fff;
}

.gm-bk-coupon-remove {
    display: none;
    border-radius: 10px;
    background: #F8F4EE;
    color: #1A1410;
    border: 1px solid #e7dfd0;
}

.gm-bk-coupon-msg {
    margin: 8px 0 0;
    font-family: Outfit, sans-serif;
    font-size: 13px;
    min-height: 0;
}

.gm-bk-applied-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.gm-bk-ok {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #3fa845;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.gm-bk-applied strong {
    display: block;
    font-family: Outfit, sans-serif;
    font-size: 13.5px;
}

.gm-bk-applied small {
    font-family: Outfit, sans-serif;
    font-size: 12px;
    color: #6b6255;
}

.gm-bk-remove {
    background: none;
    border: none;
    color: #a56d0a;
    font-family: Outfit, sans-serif;
    font-weight: 600;
    font-size: 13px;
    text-decoration: underline;
    cursor: pointer;
}

.gm-bk-foot {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    margin-top: 14px;
}

.gm-bk-pay-cta {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 6px;
}

.gm-bk-foot-due {
    font-family: Outfit, sans-serif;
    font-size: 13px;
    color: #6b6255;
}

.gm-bk-foot-due strong {
    margin-left: 8px;
    color: #C9851A;
    font-size: 16px;
    font-weight: 800;
}

.gm-bk-foot p {
    margin: 0;
    font-family: Outfit, sans-serif;
    font-size: 13.5px;
    color: #6b6255;
}

.gm-bk-foot p i {
    color: #C9851A;
    margin-right: 4px;
}

.gm-bk-foot a {
    color: #a56d0a;
    font-weight: 600;
    text-decoration: underline;
}

.gm-bk-go {
    border: none;
    border-radius: 9px;
    padding: 14px 28px;
    background: #C9851A;
    color: #fff;
    font-family: Outfit, sans-serif;
    font-size: 13.5px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    cursor: pointer;
    white-space: nowrap;
}

.gm-bk-go:hover {
    background: #a56d0a;
}

.gm-bk-side h2 {
    margin: 0 0 10px;
    font-family: 'Palatino Linotype', Palatino, 'Cormorant Garamond', Georgia, serif;
    font-size: 22px;
    font-weight: 700;
    color: #1A1410;
}

.gm-bk-side img.cover {
    width: 100%;
    height: 168px;
    object-fit: cover;
    border-radius: 16px;
    margin-bottom: 10px;
}

.gm-bk-side-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 6px;
}

.gm-bk-badge {
    display: inline-flex;
    align-items: center;
    height: 26px;
    padding: 0 12px;
    border-radius: 999px;
    background: #FAF1DE;
    color: #C9851A;
    font-family: Outfit, sans-serif;
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.gm-bk-stars {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    color: #C9851A;
    flex-shrink: 0;
}

.gm-bk-stars .gm-ico {
    width: 14px;
    height: 14px;
    color: #C9851A;
}

.gm-bk-stars .gm-ico svg {
    display: block;
    width: 14px;
    height: 14px;
}

.gm-bk-side h3 {
    margin: 0 0 4px;
    font-family: 'Palatino Linotype', Palatino, 'Cormorant Garamond', Georgia, serif;
    font-size: 22px;
    font-weight: 700;
    color: #1A1410;
    line-height: 1.2;
}

.gm-bk-loc {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin: 0;
    font-family: Outfit, sans-serif;
    font-size: 13px;
    line-height: 1.35;
    color: #6b6255;
    overflow-wrap: anywhere;
}

.gm-bk-pin {
    width: 14px;
    height: 18px;
    flex-shrink: 0;
    margin-top: 1px;
    object-fit: contain;
    display: block;
}

.gm-bk-side-hr {
    border: none;
    border-top: 1px solid #E7DFD0;
    margin: 8px 0;
}

.gm-bk-sum {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 12px;
    padding: 3px 0;
    font-family: Outfit, sans-serif;
    font-size: 13.5px;
}

.gm-bk-sum span {
    color: #8A8174;
}

.gm-bk-sum strong {
    color: #1A1410;
    font-weight: 700;
    text-align: right;
}

.gm-bk-side h4 {
    margin: 0 0 4px;
    font-family: 'Palatino Linotype', Palatino, 'Cormorant Garamond', Georgia, serif;
    font-size: 16px;
    font-weight: 700;
    color: #1A1410;
}

.gm-bk-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin: 0;
    padding: 0;
    border: none;
}

.gm-bk-total span {
    font-family: 'Palatino Linotype', Palatino, 'Cormorant Garamond', Georgia, serif;
    font-weight: 700;
    font-size: 16px;
    color: #1A1410;
}

.gm-bk-total strong {
    font-family: Outfit, sans-serif;
    font-size: 22px;
    font-weight: 800;
    color: #C9851A;
}

#gm-bk-deposit-section,
#pay-sum-deposit-section {
    margin-top: 6px;
}

#gm-bk-deposit-section[hidden],
#pay-sum-deposit-section[hidden] {
    display: none !important;
}

.gm-bk-deposit strong {
    color: #C9851A;
}

.gm-bk-remain span,
.gm-bk-remain strong {
    font-size: 13px;
}

.gm-bk-error {
    margin-top: 8px;
    font-family: Outfit, sans-serif;
    font-size: 13px;
    color: #b42318;
}

.gm-bk-panel[hidden] {
    display: none !important;
}

.gm-bk-pay-methods {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 16px;
}

.gm-bk-pay-btn {
    flex: 1 1 180px;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 14px;
    border: 1.5px solid #e7dfd0;
    border-radius: 10px;
    background: #faf5ea;
    color: #6b6255;
    font-family: Outfit, sans-serif;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.gm-bk-pay-btn.is-on {
    border-color: #C9851A;
    background: #fdf6e8;
    color: #1A1410;
}

.gm-bk-pay-btn i {
    font-size: 16px;
}

.gm-bk-pay-icon {
    width: 22px;
    height: 22px;
    display: block;
    flex-shrink: 0;
    object-fit: contain;
}

.gm-bk-pay-btn:disabled {
    opacity: 0.55;
    cursor: not-allowed;
}

.gm-bk-pay .gm-bk-label {
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.gm-bk-icon-wrap {
    position: relative;
}

.gm-bk-icon-wrap > i {
    position: absolute;
    right: 14px;
    top: 50%;
    z-index: 1;
    color: #a89b86;
    pointer-events: none;
    transform: translateY(-50%);
}

.gm-bk-icon-wrap .gm-bk-stripe {
    padding-right: 40px;
}

.gm-bk-stripe {
    min-height: 48px;
    padding: 14px 12px;
    border: 1px solid #e7dfd0;
    border-radius: 10px;
    background: #F8F4EE;
}

.gm-bk-save {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px 0 8px;
    font-family: Outfit, sans-serif;
    font-size: 13.5px;
}

.gm-bk-save input {
    width: 19px;
    height: 19px;
    accent-color: #C9851A;
}

.gm-bk-ssl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 12px;
    padding: 10px 14px;
    border: 1px solid #e7dfd0;
    border-radius: 9px;
    background: #faf5ea;
}

.gm-bk-ssl-ok {
    color: #2f7a34;
    font-family: Outfit, sans-serif;
    font-size: 13.5px;
    font-weight: 700;
}

.gm-bk-ssl-ok i {
    margin-right: 6px;
}

.gm-bk-ssl-badges {
    display: flex;
    gap: 18px;
    font-family: Outfit, sans-serif;
    font-size: 11.5px;
    font-weight: 600;
    color: #6b6255;
}

.gm-bk-cancel {
    padding: 12px 14px;
    border: 1px solid #f5c6c6;
    border-radius: 9px;
    background: #fdecec;
}

.gm-bk-cancel strong {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 6px;
    color: #c0392b;
    font-family: Outfit, sans-serif;
    font-size: 13.5px;
}

.gm-bk-cancel p {
    margin: 0;
    font-family: Outfit, sans-serif;
    font-size: 12.5px;
    line-height: 1.6;
    color: #7a4a45;
}

.gm-bk-back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #a56d0a;
    font-family: Outfit, sans-serif;
    font-size: 13.5px;
    font-weight: 700;
    background: none;
    border: none;
    cursor: pointer;
}

.gm-bk-paynow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    border: none;
    border-radius: 9px;
    background: #C9851A;
    color: #fff;
    font-family: Outfit, sans-serif;
    font-size: 13.5px;
    font-weight: 700;
    letter-spacing: 0.03em;
    cursor: pointer;
}

.gm-bk-paynow:hover {
    background: #a56d0a;
}

.gm-bk-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 4px;
    font-family: Outfit, sans-serif;
    font-size: 13px;
    color: #6b6255;
}

.gm-bk-meta i {
    width: 16px;
    color: #C9851A;
}

.gm-bk-sum.is-indent span {
    padding-left: 14px;
}

.gm-bk-pay .gm-bk-side h3 {
    font-size: 18px;
    margin: 0 0 8px;
}

.gm-bk-pay .gm-bk-side h4 {
    margin: 0 0 6px;
}

#pay-sum-grand-row {
    margin-bottom: 4px;
}

#pay-sum-grand-row strong {
    color: #1A1410;
}

@media (max-width: 1100px) {
    .gm-bk-grid {
        grid-template-columns: minmax(0, 1fr) minmax(240px, 280px);
        gap: 16px;
        padding: 0 16px 16px;
    }

    .gm-bk-main {
        padding: 28px 24px 24px;
    }

    .gm-bk-side {
        padding: 22px 18px;
    }
}

@media (max-width: 991px) {
    .gm-bk-grid {
        grid-template-columns: 1fr;
    }

    .gm-bk-row2,
    .gm-bk-row2.even,
    .gm-bk-addons {
        grid-template-columns: 1fr;
    }

    .gm-bk-foot {
        flex-direction: column;
        align-items: stretch;
    }

    .gm-bk-go,
    .gm-bk-paynow,
    .gm-bk-back {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .gm-bk-pay-methods {
        flex-direction: column;
    }

    .gm-bk-pay-btn {
        flex: 1 1 auto;
        width: 100%;
    }
}

.gm-bk-dialog.is-confirm {
    width: min(900px, 100%);
}

.gm-bk-confirm {
    padding: 0 20px 26px;
}

.gm-bk-success {
    margin-top: 4px;
    padding: 38px 30px 32px;
    border-radius: 14px;
    background: #eaf0e2;
    text-align: center;
}

.gm-bk-success-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 16px;
    border-radius: 50%;
    background: #d5e8ce;
    color: #2f7a34;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
}

.gm-bk-success-title {
    margin: 0 0 10px;
    font-family: 'Palatino Linotype', Palatino, Georgia, serif;
    font-size: 26px;
    font-weight: 600;
    color: #2f7a34;
}

.gm-bk-success-title em {
    font-style: italic;
    font-weight: 600;
}

.gm-bk-success-text {
    max-width: 480px;
    margin: 0 auto;
    font-family: Outfit, sans-serif;
    font-size: 13.5px;
    line-height: 1.6;
    color: #4f6b4a;
}

.gm-bk-confirm-card {
    margin-top: 18px;
    padding: 28px 30px;
    border-radius: 14px;
    background: #fff;
}

.gm-bk-confirm-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 18px;
    margin-bottom: 16px;
    border-bottom: 1px solid #e7dfd0;
}

.gm-bk-confirm-label {
    margin-bottom: 4px;
    font-family: Outfit, sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #a56d0a;
}

.gm-bk-confirm-id {
    font-family: Outfit, sans-serif;
    font-size: 19px;
    font-weight: 700;
    color: #1A1410;
}

.gm-bk-paid {
    background: #2f7a34;
    color: #fff;
    font-family: Outfit, sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.02em;
    padding: 6px 14px;
    border-radius: 20px;
}

.gm-bk-detail {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px;
    padding: 3px 0;
    font-family: Outfit, sans-serif;
    font-size: 13.5px;
    line-height: 1.4;
}

.gm-bk-detail .lbl {
    flex: 0 0 168px;
    color: #6b6255;
}

.gm-bk-detail .val {
    flex: 1 1 auto;
    min-width: 0;
    font-weight: 700;
    text-align: left;
    color: #1A1410;
}

.gm-bk-amount {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 16px;
    margin-top: 8px;
    border-top: 1px solid #e7dfd0;
}

.gm-bk-amount .lbl {
    font-family: Outfit, sans-serif;
    font-weight: 700;
    font-size: 15px;
}

.gm-bk-amount .val {
    font-family: Outfit, sans-serif;
    font-weight: 800;
    font-size: 20px;
    color: #C9851A;
}

.gm-bk-confirm-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    margin-top: 22px;
}

.gm-bk-view,
.gm-bk-receipt {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 28px;
    border-radius: 999px;
    font-family: Outfit, sans-serif;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.01em;
    cursor: pointer;
    white-space: nowrap;
}

.gm-bk-view {
    background: #C9851A;
    color: #fff;
    border: 1.5px solid #C9851A;
}

.gm-bk-view:hover {
    background: #a56d0a;
    border-color: #a56d0a;
}

.gm-bk-receipt {
    background: #fff;
    color: #C9851A;
    border: 1.5px solid #C9851A;
}

.gm-bk-receipt:hover {
    background: #fdf6e8;
}

.gm-bk-browse {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
    color: #a56d0a;
    font-family: Outfit, sans-serif;
    font-weight: 700;
    font-size: 13.5px;
    text-decoration: none;
}

.gm-bk-browse:hover {
    color: #C9851A;
}

@media (max-width: 720px) {
    .gm-bk-overlay {
        padding: 12px 10px 20px;
        align-items: flex-start;
    }

    .gm-bk-dialog {
        margin: 8px auto 24px;
        border-radius: 16px;
        min-height: 0;
    }

    .gm-bk-stepper {
        padding: 12px 46px 12px 10px;
        border-radius: 16px 16px 0 0;
    }

    .gm-bk-steps {
        justify-content: flex-start;
        gap: 8px;
    }

    .gm-bk-step {
        gap: 6px;
        min-height: 36px;
        padding: 6px 8px;
        font-size: 12px;
    }

    .gm-bk-step span {
        width: 22px;
        height: 22px;
        font-size: 11px;
    }

    .gm-bk-step.is-on {
        padding: 6px 12px;
    }

    .gm-bk-step:not(.is-on) .gm-bk-step-label {
        display: none;
    }

    .gm-bk-chevron {
        font-size: 10px;
        flex-shrink: 0;
    }

    .gm-bk-close {
        right: 10px;
        top: 12px;
        transform: none;
        width: 28px;
        height: 28px;
    }

    .gm-bk-grid {
        padding: 12px 16px 24px;
        gap: 14px;
    }

    .gm-bk-main {
        padding: 20px 16px 22px;
        border-radius: 16px;
    }

    .gm-bk-main h1 {
        margin-bottom: 18px;
        font-size: 22px;
        line-height: 1.2;
    }

    .gm-bk-h {
        font-size: 14px;
    }

    .gm-bk-hr {
        margin: 14px 0;
    }

    .gm-bk-side {
        padding: 20px 16px;
    }

    .gm-sd-book .gm-bk-side {
        padding: 14px 14px 12px;
    }

    .gm-bk-side img.cover {
        height: 140px;
        border-radius: 12px;
    }

    .gm-bk-side h2,
    .gm-bk-side h3 {
        font-size: 18px;
    }

    .gm-bk-side-meta {
        flex-wrap: wrap;
    }

    .gm-bk-promo-row,
    .gm-bk-applied,
    .gm-bk-ssl {
        flex-direction: column;
        align-items: stretch;
    }

    .gm-bk-apply {
        height: 46px;
        width: 100%;
    }

    .gm-bk-save {
        align-items: flex-start;
    }

    .gm-bk-confirm {
        padding: 0 12px 20px;
    }

    .gm-bk-success {
        padding: 24px 16px 22px;
    }

    .gm-bk-success-title {
        font-size: 22px;
    }

    .gm-bk-confirm-card {
        padding: 18px 16px;
    }

    .gm-bk-confirm-top,
    .gm-bk-confirm-actions,
    .gm-bk-amount {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .gm-bk-detail .lbl {
        flex: 0 0 132px;
    }

    .gm-bk-amount .val {
        text-align: left;
        font-size: 18px;
    }

    .gm-bk-view,
    .gm-bk-receipt {
        width: 100%;
        text-align: center;
    }

    .gm-bk-overlay .daterangepicker {
        max-width: calc(100vw - 16px);
    }
}

@media (max-width: 480px) {
    .gm-bk-overlay {
        padding: 8px 8px 16px;
    }

    .gm-bk-dialog {
        min-height: 0;
        border-radius: 14px;
    }

    .gm-bk-stepper {
        border-radius: 14px 14px 0 0;
    }

    .gm-bk-chevron {
        display: none;
    }

    .gm-bk-steps {
        gap: 6px;
    }

    .gm-bk-step.is-on .gm-bk-step-label {
        max-width: 120px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .gm-bk-grid {
        padding: 0 8px 12px;
    }

    .gm-bk-main,
    .gm-bk-side {
        padding: 16px 14px 18px;
        border-radius: 14px;
    }

    .gm-sd-book .gm-bk-side {
        padding: 14px 14px 12px;
    }

    .gm-bk-main h1 {
        font-size: 20px;
    }

    .gm-bk-pay-btn {
        font-size: 13px;
        padding: 14px 12px;
    }

    .gm-bk-total strong {
        font-size: 18px;
    }

    .gm-bk-sum {
        gap: 8px;
        font-size: 13px;
    }
}

.gm-bk-widget {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: none;
    width: 100%;
}

.gm-bk-widget .gm-bk-field,
.gm-bk-widget .gm-bk-datewrap .gm-bk-field {
    width: 100%;
    height: 52px;
    border-radius: 10px;
}

.gm-bk-dd {
    position: relative;
    width: 100%;
}

.gm-bk-dd > a {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    height: 52px;
    padding: 0 42px 0 16px;
    border: 1px solid #ddd6cc;
    border-radius: 10px;
    background: #fff;
    color: #1A1410;
    font-family: Outfit, sans-serif;
    font-size: 15px;
}

.gm-bk-dd > a:after {
    content: "\f107";
    font-family: "FontAwesome";
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    color: #b5aa9a;
}

.gm-bk-dd.active > a:after {
    transform: translateY(-50%) rotate(180deg);
}

.gm-bk-dd .qtyTotalS,
.gm-bk-dd .gm-bk-qty-total,
.gm-bk-dd .qtyTotal {
    display: inline-block !important;
    background-color: #5f0101;
    border-radius: 50%;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    line-height: 18px;
    text-align: center;
    height: 18px;
    width: 18px;
    margin-left: 6px;
}

.gm-bk-qty-row {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
}

.gm-bk-qty-row .qtyTitle {
    flex: 1;
    font-weight: 600;
}

.gm-bk-qty-row input {
    width: 40px;
    text-align: center;
    border: 0;
    background: transparent;
    font-weight: 600;
}

.gm-bk-qty-btn {
    width: 28px;
    height: 28px;
    border: 1px solid #ddd6cc;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
}

@media print {
    body * {
        visibility: hidden;
    }

    .gm-bk-confirm-card,
    .gm-bk-confirm-card * {
        visibility: visible;
    }

    .gm-bk-confirm-card {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        box-shadow: none;
    }

    .gm-bk-confirm-actions {
        display: none;
    }
}
