.guesty-booking .guesty-summary-card {
    background: #fff;
    border: 0;
    border-radius: 0;
    padding: 0;
    margin-top: 0 !important;
}

.guesty-booking .guesty-summary-card h3 {
    margin-top: 0;
    font-size: 1.2rem;
}

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

.guesty-search-only-header[hidden],
.guesty-search-only-empty-wrapper[hidden] {
    display: none !important;
}

.guesty-result {
    margin-top: 1rem;
    font-size: .8rem;
}

.guesty-booking-loading {
    min-height: 8rem;
    display: grid;
    place-items: center;
}

.guesty-booking .guesty-step-actions {
    display: flex;
    align-items: stretch;
    gap: 12px;
    margin-top: 1.5rem;
}

.guesty-step-navigation {
    display: contents;
}

.guesty-booking .guesty-step-actions > .guesty-check,
.guesty-booking .guesty-step-actions > #guesty-request-book,
.guesty-booking .guesty-step-actions > #guesty-create-reservation,
.guesty-booking .guesty-step-actions > .guesty-apply-coupon {
    order: 2;
}

.guesty-booking .guesty-step-chevron {
    display: inline-flex;
    flex: 0 0 48px;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 48px;
    height: 48px;
    min-height: 48px;
    margin: 0;
    padding: 0;
    border: 1px solid #75b9bb;
    border-radius: 9px;
    background: #fff;
    color: #75b9bb;
    cursor: pointer;
    font: 300 32px/1 sans-serif;
}

.guesty-booking .guesty-step-chevron span {
    display: block;
    line-height: 1;
    transform: translateY(-2px);
}

.guesty-step-back { order: 1; }
.guesty-step-next { order: 3; }

.guesty-booking-details {
    padding-top: .25rem;
}

.guesty-search-error {
    color: #b32d2e;
    font-weight: 600;
}

.guesty-booking .guesty-stay-details {
    display: block;
    margin-bottom: 2rem;
}

.guesty-booking .guesty-stay-details div {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 18px;
}

.guesty-guest-picker {
    position: relative;
    margin: 1em 0;
}

.guesty-guest-toggle {
    width: 100%;
    margin-top: 0;
    padding: 12px;
    border: 1px solid #d3d8df;
    border-radius: 7px;
    background: #fff;
    color: #1f2933;
    text-align: left;
    cursor: pointer;
}

.guesty-guest-menu {
    position: absolute;
    z-index: 20;
    width: min(100%, 320px);
    box-sizing: border-box;
    padding: 16px 20px;
    border: 1px solid #e1e4e8;
    border-radius: 7px;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .14);
}

.guesty-guest-row,
.guesty-stepper,
.guesty-price-breakdown p,
.guesty-price-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.guesty-booking .guesty-pricing-details {
    margin-top: 2rem;
    font-size: 14px;
    line-height: 18px;
}

.guesty-booking .guesty-coupon-guidance {
    margin: .45rem 0 0;
    color: #646970;
    font-size: 12px;
    line-height: 1.4;
}

.guesty-booking .guesty-price-row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 1rem;
    margin: .7rem 0;
    font-size: 14px;
    line-height: 18px;
}

.guesty-price-group {
    margin: 1.4rem 0;
}

.guesty-booking .guesty-price-disclosure {
    width: 100%;
    min-height: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    cursor: pointer;
    font: inherit;
    line-height: 18px;
    text-align: left;
}

.guesty-disclosure-chevron {
    width: .55rem;
    height: .55rem;
    margin-right: auto;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: rotate(45deg) translateY(-2px);
    transition: transform .2s ease;
}

.guesty-price-disclosure[aria-expanded="true"] .guesty-disclosure-chevron {
    transform: rotate(225deg) translate(-2px, -1px);
}

.guesty-price-items[hidden] {
    display: none !important;
}

.guesty-price-group-amount {
    margin-left: 1rem;
}

.guesty-booking .guesty-price-item {
    padding-left: .4rem;
}

.guesty-price-before-tax {
    margin: 1.5rem 0;
}

.guesty-price-coupon {
    margin: 1.25rem 0;
}

.guesty-coupon-identification {
    display: inline-flex;
    align-items: center;
    gap: .65rem;
}

.guesty-coupon-remove {
    font-size: 1.45rem;
    font-weight: 300;
    line-height: 1;
}

.guesty-coupon-tag {
    position: relative;
    width: .8rem;
    height: .8rem;
    border: 1px solid currentColor;
    border-radius: 2px 2px 2px 5px;
    transform: rotate(45deg);
}

.guesty-coupon-tag::after {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 2px;
    height: 2px;
    border: 1px solid currentColor;
    border-radius: 50%;
    content: "";
}

.guesty-revised-price {
    display: grid;
    justify-items: end;
    gap: .2rem;
}

.guesty-revised-price del {
    color: #68717e;
    font-size: .9em;
}

.guesty-booking .guesty-price-total {
    margin-top: 1.6rem;
    padding-bottom: 1.6rem;
    color: #102b63;
    font-size: 18px;
}

.guesty-quote-warning {
    display: flex;
    align-items: center;
    gap: .8rem;
    margin: 1rem 0 1.5rem;
    padding: 1rem;
    border-radius: 3px;
    background: #fff8df;
    color: #242424;
}

.guesty-quote-warning > span {
    display: inline-grid;
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    place-items: center;
    border-radius: 50%;
    background: #ffbd00;
    color: #fff;
    font-weight: 700;
}

.guesty-quote-warning p {
    margin: 0;
}

.guesty-guest-row + .guesty-guest-row {
    margin-top: 12px;
}

.guesty-guest-type small {
    color: #4b5563;
}

.guesty-stepper button,
.guesty-guest-count {
    width: 42px;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #d3d8df;
    background: #fff;
    line-height: 38px;
    text-align: center;
}

.guesty-stepper button {
    display: block;
    min-height: 40px;
    margin: 0;
    padding: 0;
    color: #354052;
    cursor: pointer;
    font-size: 22px;
    line-height: 38px;
}

.guesty-stepper button:first-child { border-radius: 8px 0 0 8px; }
.guesty-stepper button:last-child { border-radius: 0 8px 8px 0; }
.guesty-stepper button:disabled { color: #b7bec7; cursor: not-allowed; }
.guesty-guest-count { border-left: 0; border-right: 0; font-weight: 600; line-height: 38px; }

.guesty-price-breakdown p {
    margin: 10px 0;
}

.guesty-booking .guesty-check,
.guesty-booking .guesty-apply-coupon,
.guesty-booking #guesty-request-book,
.guesty-booking #guesty-create-reservation {
    display: inline-flex;
    flex: 1 1 auto;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: auto;
    height: 48px;
    min-height: 48px;
    margin: 0;
    padding: 0 12px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    background: #75b9bb;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    white-space: nowrap;
}

.guesty-booking button {
    text-transform: uppercase;
}

.guesty-booking .guesty-guest-toggle,
.guesty-booking .guesty-coupon,
.guesty-booking .guesty-coupon label,
.guesty-booking .guesty-price-group button {
    text-transform: none !important;
}

.guesty-booking .guesty-coupon {
    padding-bottom: .9rem;
    border-bottom: 1px solid var(--color-content-border, #ddd);
}

.guesty-booking .guesty-booking-success {
    padding: 0;
    text-align: center;
}

.guesty-booking h2 {
    font-size: 1.4rem;
}

.guesty-booking .guesty-booking-success h2 {
    margin-top: 0;
}

.guesty-result .guesty-booking-success {
    font-size: 1rem;
}

.guesty-reservation-error {
    color: #b32d2e;
    font-weight: 600;
}
.guesty-coupon {
    margin: 1rem 0;
}

.guesty-coupon-form {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    margin-top: .75rem;
}

.guesty-coupon-form[hidden] {
    display: none !important;
}

.guesty-coupon-message {
    flex-basis: 100%;
    margin: 0;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
    color: #b5b5b5 !important;
    cursor: not-allowed !important;
    text-decoration: line-through !important;
}

.flatpickr-day[aria-disabled="true"] {
    color: #b5b5b5 !important;
    cursor: not-allowed !important;
    pointer-events: none !important;
    text-decoration: line-through !important;
}

.flatpickr-calendar .flatpickr-day.selected,
.flatpickr-calendar .flatpickr-day.startRange,
.flatpickr-calendar .flatpickr-day.endRange,
.flatpickr-calendar .flatpickr-day.selected:hover,
.flatpickr-calendar .flatpickr-day.startRange:hover,
.flatpickr-calendar .flatpickr-day.endRange:hover,
.flatpickr-calendar .flatpickr-day.selected:focus,
.flatpickr-calendar .flatpickr-day.startRange:focus,
.flatpickr-calendar .flatpickr-day.endRange:focus {
    border-color: #75b9bb !important;
    background: #75b9bb !important;
    color: #fff !important;
}

.flatpickr-calendar .flatpickr-day.inRange {
    border-color: transparent !important;
    background: rgba(117, 185, 187, .22) !important;
    box-shadow: -5px 0 0 rgba(117, 185, 187, .22), 5px 0 0 rgba(117, 185, 187, .22) !important;
}

.flatpickr-calendar .flatpickr-day.startRange + .endRange:not(:nth-child(7n+1)) {
    box-shadow: -10px 0 0 #75b9bb !important;
}

.flatpickr-calendar .flatpickr-day.today:not(.selected) {
    border-color: #75b9bb !important;
}

@media (max-width: 900px) {
    .flatpickr-calendar.open {
        position: fixed !important;
        top: 50dvh !important;
        right: auto !important;
        bottom: auto !important;
        left: 50% !important;
        max-height: calc(100dvh - 24px);
        overflow-y: auto;
        transform: translate(-50%, -50%) !important;
    }
}

.guesty-calendar-debug {
    margin: 0 0 1rem;
    padding: .75rem;
    border: 2px solid #d63638;
    background: #fff;
    color: #1d2327;
    font: 13px/1.45 monospace;
    overflow-wrap: anywhere;
}

.guesty-calendar-debug pre {
    margin: .5rem 0 0;
    white-space: pre-wrap;
}
