/* Soves page stylesheet: hotel-booking.css */

.soves-booking-page {
    background: #ffffff;
    color: var(--soves-text);
}
.soves-booking-page .soves-hotel-detail-hero {
    min-height: clamp(300px, 38vw, 430px);
    position: relative;
    isolation: isolate;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-size: cover;
    color: #ffffff;
    text-align: center;
    overflow: hidden;
}

.soves-booking-page .soves-hotel-detail-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.34), rgba(15, 23, 42, 0.62));
}

.soves-booking-page .soves-hotel-detail-hero h1 {
    margin: 0 0 12px;
    color: #ffffff;
    font-size: clamp(34px, 4vw, 52px);
    line-height: 1.08;
    font-weight: 600;
    letter-spacing: -0.025em;
}

.soves-booking-page .soves-hotel-detail-breadcrumb {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.86);
    font-family: "IBM Plex Sans", sans-serif;
    font-size: clamp(15px, 1.6vw, 20px);
    font-weight: 700;
    line-height: 1.45;
}

.soves-booking-page .soves-hotel-detail-breadcrumb a,
.soves-booking-page .soves-hotel-detail-breadcrumb strong {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #ffffff;
    text-decoration: none;
    transition: color 0.16s ease;
}

.soves-booking-page .soves-hotel-detail-breadcrumb a:hover,
.soves-booking-page .soves-hotel-detail-breadcrumb a:focus-visible {
    color: var(--soves-primary);
    outline: 0;
}

.soves-booking-page .soves-hotel-detail-breadcrumb a+a::before,
.soves-booking-page .soves-hotel-detail-breadcrumb strong::before {
    content: "/";
    margin-right: 3px;
    color: rgba(255, 255, 255, 0.65);
}

.soves-booking-page .soves-hotel-detail-breadcrumb svg {
    width: 20px;
    height: 20px;
    display: block;
    fill: currentColor;
}

.soves-booking-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin: 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: 14px;
    font-weight: 800;
}

.soves-booking-breadcrumb a,
.soves-booking-breadcrumb strong,
.soves-booking-breadcrumb span {
    color: inherit;
}

.soves-booking-breadcrumb a {
    text-decoration: none;
}

.soves-booking-breadcrumb a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.soves-booking-breadcrumb strong {
    color: #ffffff;
}


.soves-booking-container {
    width: min(1350px, calc(100% - 32px));
    margin: 0 auto;
    padding: 42px 0 90px;
    display: grid;
    gap: 34px;
}

.soves-booking-step-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 28px;
}

.soves-booking-step-title {
    display: grid;
    gap: 12px;
}

.soves-booking-step-header h1 {
    max-width: 560px;
    margin: 0;
    color: var(--soves-text);
    font-size: clamp(38px, 4.2vw, 58px);
    line-height: 1.04;
    font-weight: 600;
    letter-spacing: 0;
}

.soves-booking-step-subtitle {
    max-width: 560px;
    margin: 0;
    color: #4e5561;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 700;
}

.soves-booking-stepper-wrap {
    flex: 1;
    min-width: 420px;
    border: 1px solid #e6edf4;
    border-radius: 10px;
    background: #ffffff;
    padding: 8px;
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.06);
}

.soves-booking-stepper {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
}

.soves-booking-stepper-step {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: #667085;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.soves-booking-stepper-step.is-active {
    background: var(--soves-blue);
    color: #ffffff;
    font-weight: 600;
}

.soves-booking-calendar-step-form {
    display: grid;
    gap: 18px;
}

.soves-booking-calendar-step-form.is-calendar-step .soves-booking-details-section {
    display: none;
}

.soves-booking-calendar-step-form.is-guest-step .soves-booking-calendar-step-grid,
.soves-booking-calendar-step-form.is-guest-step .soves-booking-calendar-legend,
.soves-booking-calendar-step-form.is-guest-step .soves-booking-messages:empty {
    display: none;
}

.soves-booking-calendar-step-form.is-guest-step .soves-booking-payment-methods,
.soves-booking-calendar-step-form.is-guest-step .soves-booking-terms,
.soves-booking-calendar-step-form.is-guest-step .soves-booking-details-actions {
    display: none;
}

.soves-booking-calendar-step-form.is-payment-step .soves-booking-calendar-step-grid,
.soves-booking-calendar-step-form.is-payment-step .soves-booking-calendar-legend,
.soves-booking-calendar-step-form.is-payment-step .soves-form-grid,
.soves-booking-calendar-step-form.is-payment-step .soves-booking-guest-actions,
.soves-booking-calendar-step-form.is-payment-step .soves-booking-messages:empty {
    display: none;
}

.soves-booking-calendar-step-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(380px, 0.86fr);
    gap: 24px;
    align-items: stretch;
}

.soves-booking-calendars-panel,
.soves-booking-step-summary,
.soves-booking-details-form,
.soves-booking-details-facts span,
.soves-booking-messages {
    border: 1px solid #e6edf4;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.06);
}

.soves-booking-calendars-panel {
    min-width: 0;
    overflow: hidden;
}

.soves-booking-calendars-panel-head {
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e6edf4;
    background: #f8fafc;
    padding: 0 20px;
}

.soves-booking-calendars-panel-head p {
    margin: 0;
    color: var(--soves-primary);
    font-size: 13px;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.soves-booking-calendar-reset {
    min-width: 74px;
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--soves-primary);
    border-radius: 999px;
    background: var(--soves-primary);
    color: #ffffff;
    padding: 8px 14px;
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
    text-transform: none;
    cursor: pointer;
    box-shadow: 0 8px 18px rgba(226, 74, 59, 0.16);
}

.soves-booking-calendar-reset:hover,
.soves-booking-calendar-reset:focus-visible {
    border-color: var(--soves-primary-dark);
    background: var(--soves-primary-dark);
    color: #ffffff;
    outline: none;
}

.soves-booking-calendars-body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 486px;
    background: #ffffff;
}

.soves-booking-calendar-shell {
    min-width: 0;
    padding: 30px 20px 24px;
    box-sizing: border-box;
}

.soves-booking-calendar-shell.is-checkin {
    border-right: 1px solid #e6edf4;
}

.soves-booking-calendar-meta-row {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) 44px;
    align-items: center;
    margin-bottom: 26px;
    border: 1px solid #e6edf4;
    border-radius: 999px;
    background: #f8fafc;
    padding: 7px;
}

.soves-booking-calendar-meta {
    grid-column: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.soves-booking-cal-shift {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e6edf4;
    border-radius: 999px;
    background: #ffffff;
    color: var(--soves-primary);
    padding: 0;
    font-size: 24px;
    line-height: 1;
    font-weight: 600;
    cursor: pointer;
    box-shadow: none;
}

.soves-booking-cal-shift:hover,
.soves-booking-cal-shift:focus-visible {
    border-color: var(--soves-primary);
    background: #fff5f3;
    color: var(--soves-primary);
    outline: none;
}

.soves-booking-cal-shift:disabled {
    border-color: transparent;
    background: #eef2f6;
    color: #b2bdc8;
    cursor: default;
}

.soves-booking-cal-shift.is-prev {
    grid-column: 1;
}

.soves-booking-cal-shift.is-next {
    grid-column: 3;
}

.soves-booking-calendar-month-chip {
    height: 34px;
    min-width: 164px;
    border: 0;
    border-radius: 999px;
    appearance: none;
    background: #ffffff;
    color: var(--soves-primary);
    padding: 8px 34px 8px 14px;
    font: inherit;
    font-size: 13px;
    line-height: 1;
    font-weight: 600;
    text-align: center;
    text-align-last: center;
    cursor: pointer;
}

.soves-booking-calendar-month-chip:hover,
.soves-booking-calendar-month-chip:focus-visible {
    background: var(--soves-primary);
    color: #ffffff;
    outline: none;
}

.soves-booking-calendar-weekdays,
.soves-booking-calendar-days {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 6px;
}

.soves-booking-calendar-weekdays {
    margin-bottom: 8px;
}

.soves-booking-calendar-weekdays span {
    min-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #667085;
    font-size: 11px;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
}

.soves-booking-calendar-day {
    position: relative;
    height: 40px;
    min-width: 0;
    border: 1px solid #000000;
    border-radius: 14px;
    background: #ffffff;
    color: var(--soves-text);
    padding: 0;
    font-size: 14px;
    line-height: 38px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    box-shadow: none;
    transition: background-color 0.16s ease, border-color 0.16s ease, color 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
}

.soves-booking-calendar-day:hover,
.soves-booking-calendar-day:focus-visible {
    border-color: var(--soves-primary);
    background: #fff5f3;
    color: var(--soves-primary-dark);
    box-shadow: 0 8px 18px rgba(226, 74, 59, 0.12);
    transform: translateY(-1px);
    outline: none;
}

.soves-booking-calendar-day.is-other-month {
    color: #b2bdc8;
}

.soves-booking-calendar-day:not(.is-disabled):not(.is-unavailable):not(.is-other-month) {
    border-color: var(--soves-primary);
    color: var(--soves-primary);
}

.soves-booking-calendar-day.is-today:not(.is-selected):not(.is-in-range):not(.is-soves-selected-start):not(.is-soves-selected-end):not(.is-soves-in-range) {
    border: 2px solid var(--soves-primary);
    background: #ffffff;
}

.soves-booking-calendar-day.is-soves-in-range,
.soves-booking-calendar-day.is-in-range {
    border-color: var(--soves-primary);
    background: var(--soves-primary);
    color: #ffffff;
    box-shadow: 0 10px 22px rgba(226, 74, 59, 0.18);
}

.soves-booking-calendar-day.is-soves-selected-start,
.soves-booking-calendar-day.is-soves-selected-end,
.soves-booking-calendar-day.is-selected {
    border-color: var(--soves-primary);
    background: var(--soves-primary);
    color: #ffffff;
    box-shadow: 0 10px 22px rgba(226, 74, 59, 0.24);
}

.soves-booking-calendar-day.is-disabled {
    color: #b2bdc8;
    border-color: #b2bdc8;
    cursor: default;
    pointer-events: none;
}

.soves-booking-calendar-day.is-range-blocked {
    cursor: not-allowed;
    pointer-events: auto;
}

.soves-booking-calendar-day.is-unavailable {
    border-color: #e6edf4;
    background: #f8fafc;
    color: #9aa6ad;
    box-shadow: 0 1px 1px rgba(0, 14, 51, 0.04);
}

.soves-booking-calendar-day.is-unavailable::after {
    content: "";
    position: absolute;
    left: 6px;
    right: 6px;
    top: 50%;
    border-top: 2px solid var(--soves-primary);
    transform: rotate(-35deg);
    transform-origin: center;
}

.soves-booking-calendar-day.is-selected::after {
    display: none;
}

.soves-booking-step-summary {
    display: flex;
    min-width: 0;
    min-height: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    padding: 16px;
}

.soves-booking-step-arrival-departure {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.soves-booking-step-date-box {
    min-height: 136px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    border: 1px solid #e6edf4;
    border-radius: 10px;
    background: #ffffff;
    padding: 20px;
    box-sizing: border-box;
}

.soves-booking-step-date-label {
    color: #667085;
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
    flex-direction: row;
    white-space: nowrap;
    text-transform: uppercase;
}

.soves-booking-step-date-day {
    color: var(--soves-primary);
    font-size: 52px;
    line-height: 0.9;
    font-weight: 600;
}

.soves-booking-step-date-month {
    color: var(--soves-text);
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
}

.soves-booking-fixed-room-summary {
    display: grid;
    grid-template-columns: minmax(138px, 170px) minmax(0, 1fr);
    gap: 16px;
    border: 1px solid #e6edf4;
    border-radius: 10px;
    background: #ffffff;
    padding: 16px;
}

.soves-booking-fixed-room-media,
.soves-booking-fixed-room-placeholder {
    min-height: 160px;
    border-radius: 8px;
    background: linear-gradient(135deg, #eef3f9, #ffe7dc);
    overflow: hidden;
}

.soves-booking-fixed-room-media img {
    width: 100%;
    height: 100%;
    min-height: 160px;
    display: block;
    object-fit: cover;
}

.soves-booking-fixed-room-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--soves-primary);
    font-weight: 600;
}

.soves-booking-fixed-room-copy {
    min-width: 0;
}

.soves-booking-fixed-room-kicker {
    margin: 0 0 8px;
    color: var(--soves-primary);
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
}

.soves-booking-fixed-room-copy h2 {
    margin: 0;
    color: var(--soves-text);
    font-size: 24px;
    line-height: 1.08;
    font-weight: 600;
}

.soves-booking-fixed-room-hotel {
    margin: 8px 0 0;
    color: #4e5561;
    font-size: 14px;
    font-weight: 700;
}

.soves-booking-fixed-room-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}

.soves-booking-fixed-room-meta span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: 1px solid #e6edf4;
    border-radius: 999px;
    background: #f8fafc;
    color: #4e5561;
    padding: 7px 10px;
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
}

.soves-booking-fixed-room-meta .soves-ms-icon {
    color: var(--soves-primary);
    font-size: 14px;
    line-height: 1;
}

.soves-booking-fixed-room-description {
    margin: 14px 0 0;
    color: #4e5561;
    font-size: 14px;
    line-height: 1.45;
}

.soves-booking-guest-stepper {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 16px;
    border: 1px solid #e6edf4;
    border-radius: 10px;
    background: #ffffff;
    padding: 16px;
}

.soves-booking-guest-stepper span {
    display: block;
    color: #667085;
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
}

.soves-booking-guest-stepper em {
    display: block;
    margin-top: 6px;
    color: #4e5561;
    font-size: 13px;
    line-height: 1.2;
    font-style: normal;
    font-weight: 700;
}

.soves-booking-guest-controls {
    display: inline-grid;
    grid-template-columns: 36px 46px 36px;
    align-items: center;
    border: 1px solid #e6edf4;
    border-radius: 999px;
    background: #f8fafc;
    padding: 4px;
}

.soves-booking-guest-controls button {
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 999px;
    background: #ffffff;
    color: var(--soves-primary);
    padding: 0;
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
    cursor: pointer;
}

.soves-booking-guest-controls button:hover,
.soves-booking-guest-controls button:focus-visible {
    background: var(--soves-primary);
    color: #ffffff;
    outline: none;
}

.soves-booking-guest-controls button:disabled {
    background: transparent;
    color: #b2bdc8;
    cursor: default;
}

.soves-booking-guest-controls strong {
    color: var(--soves-text);
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    text-align: center;
}

.soves-booking-check-availability,
.soves-booking-submit,
.soves-booking-guest-info-button {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    border: 1px solid var(--soves-primary);
    border-radius: 100px;
    background: var(--soves-primary);
    color: #ffffff;
    padding: 14px 18px;
    font-size: 15px;
    line-height: 1;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0 8px 18px rgba(226, 74, 59, 0.18);
}

.soves-booking-check-availability:hover,
.soves-booking-check-availability:focus-visible,
.soves-booking-submit:hover,
.soves-booking-submit:focus-visible,
.soves-booking-guest-info-button:hover,
.soves-booking-guest-info-button:focus-visible {
    background: var(--soves-primary-dark);
    color: #ffffff;
    outline: none;
}

.soves-booking-calendar-legend {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 14px 22px;
}

.soves-booking-calendar-legend-items {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px 22px;
}

.soves-booking-calendar-legend span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--soves-text);
    font-size: 13px;
    line-height: 1;
    font-weight: 600;
}

.soves-booking-step-button {
    width: auto;
    min-width: 260px;
    margin: 0;
}

.soves-booking-calendar-legend .soves-booking-guest-info-button {
    width: auto;
    min-width: 260px;
    margin-top: 0;
}

.soves-booking-guest-info-button,
.soves-booking-guest-info-button span,
.soves-booking-guest-info-button .soves-ms-icon {
    color: #ffffff;
}

.soves-booking-guest-info-button .soves-ms-icon {
    width: auto;
    height: auto;
    border: 0;
    background: transparent;
    color: #ffffff;
    line-height: 1;
}

.soves-booking-calendar-legend .soves-booking-guest-info-button .soves-ms-icon::before,
.soves-booking-guest-info-button .soves-ms-icon::after {
    border: 0;
}

.soves-booking-calendar-legend-items i {
    width: 20px;
    height: 20px;
    min-width: 20px;
    display: inline-block;
    border: 1px solid #e6edf4;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    flex: 0 0 20px;
}

.soves-booking-calendar-legend-items .is-range {
    border-color: var(--soves-primary);
    background: #fff5f3;
}

.soves-booking-calendar-legend-items .is-selected {
    border-color: var(--soves-primary);
    background: var(--soves-primary);
}

.soves-booking-calendar-legend-items .is-unavailable {
    border-color: #fecaca;
    background: #f8fafc
}

.soves-booking-calendar-legend-items .is-unavailable::after {
    content: "";
    position: absolute;
    left: 3px;
    right: 3px;
    top: 9px;
    border-top: 2px solid var(--soves-primary);
    transform: rotate(-35deg);
}

.soves-booking-calendars-body.is-litepicker {
    display: flex;
    min-height: 486px;
    padding: 24px;
}

.soves-booking-litepicker-calendar {
    width: 100%;
    flex: 1;
    min-height: 100%;
    display: flex;
}

.soves-booking-litepicker-calendar .litepicker {
    position: static;
    display: flex;
    width: 100%;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    font-family: inherit;
}

.soves-booking-litepicker-calendar .container__months {
    width: 100% !important;
    min-height: 100%;
    box-shadow: none;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
}

.soves-booking-litepicker-calendar .month-item {
    width: 100% !important;
    min-height: 430px;
    display: grid;
    grid-template-rows: auto auto minmax(0, 1fr);
    border: 1px solid #e6edf4;
    border-radius: 10px;
    padding: 22px;
    box-sizing: border-box;
}

.soves-booking-litepicker-calendar .month-item-header {
    position: relative;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 36px;
    padding: 0 44px;
    color: var(--soves-primary);
    font-weight: 700;
}

.soves-booking-litepicker-calendar .litepicker .container__months .month-item-header div {
    min-width: 0;
    display: flex !important;
    flex: 1 1 auto;
    align-items: center;
    justify-content: center;
    gap: 6px;
    text-align: center;
}

.soves-booking-litepicker-calendar .month-item-name,
.soves-booking-litepicker-calendar .month-item-year,
.soves-booking-litepicker-calendar .month-item-header select {
    flex: 0 1 auto;
    width: auto !important;
    max-width: 100%;
    border: 0;
    border-radius: 0;
    appearance: none;
    background: transparent;
    color: var(--soves-primary);
    padding: 0;
    font: inherit;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: none;
}

.soves-booking-litepicker-calendar .month-item-name.is-static,
.soves-booking-litepicker-calendar .month-item-year.is-static {
    cursor: default;
    pointer-events: none;
}

.soves-booking-litepicker-calendar .month-item-name:hover,
.soves-booking-litepicker-calendar .month-item-name:focus,
.soves-booking-litepicker-calendar .month-item-header select:hover,
.soves-booking-litepicker-calendar .month-item-header select:focus {
    border: 0;
    background: transparent;
    color: var(--soves-primary);
    box-shadow: none;
    outline: none;
}

.soves-booking-litepicker-calendar .month-item-name::-ms-expand,
.soves-booking-litepicker-calendar .month-item-year::-ms-expand,
.soves-booking-litepicker-calendar .month-item-header select::-ms-expand {
    display: none;
}

.soves-booking-litepicker-calendar .container__days,
.soves-booking-litepicker-calendar .container__days>div {
    width: 100%;
}

.soves-booking-litepicker-calendar .container__days {
    display: grid !important;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 8px;
    align-content: stretch;
}

.soves-booking-litepicker-calendar .day-item {
    min-height: 46px;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 12px;
    color: var(--soves-text);
    font-weight: 700;
}

.soves-booking-litepicker-calendar .day-item.is-soves-in-range,
.soves-booking-litepicker-calendar .day-item.is-in-range {
    border-color: var(--soves-primary) !important;
    background: var(--soves-primary) !important;
    color: #ffffff !important;
}

.soves-booking-litepicker-calendar .day-item.is-soves-selected-start,
.soves-booking-litepicker-calendar .day-item.is-soves-selected-end,
.soves-booking-litepicker-calendar .day-item.is-start-date,
.soves-booking-litepicker-calendar .day-item.is-end-date {
    border-color: var(--soves-primary) !important;
    background: var(--soves-primary) !important;
    color: #ffffff !important;
}

.soves-booking-litepicker-calendar .day-item.is-today:not(.is-start-date):not(.is-end-date):not(.is-in-range):not(.is-soves-selected-start):not(.is-soves-selected-end):not(.is-soves-in-range) {
    border-color: var(--soves-primary) !important;
    background: #ffffff !important;
    color: var(--soves-text) !important;
}

.soves-booking-litepicker-calendar .day-item.is-soves-unavailable {
    position: relative;
    border-color: #fecaca !important;
    background: #fff5f3 !important;
    color: #98a2b3 !important;
    cursor: not-allowed !important;
}

.soves-booking-litepicker-calendar .day-item.is-soves-unavailable::after {
    content: "";
    position: absolute;
    left: 6px;
    right: 6px;
    top: 50%;
    height: 2px;
    border-radius: 999px;
    background: var(--soves-primary);
    transform: translateY(-50%) rotate(-32deg);
    transform-origin: center;
}

.soves-booking-litepicker-calendar .day-item:hover {
    border-color: transparent !important;
    background: transparent !important;
    box-shadow: none;
    color: var(--soves-text) !important;
}

.soves-booking-litepicker-calendar .day-item.is-soves-unavailable:hover {
    border-color: #fecaca !important;
    background: #fff5f3 !important;
    color: #98a2b3 !important;
}

.soves-booking-litepicker-calendar .day-item.is-soves-range-blocked,
.soves-booking-litepicker-calendar .day-item.is-soves-range-blocked:hover,
.soves-booking-litepicker-calendar .day-item.is-soves-range-blocked:focus-visible {
    border-color: #fecaca !important;
    background: #fff5f3 !important;
    color: #98a2b3 !important;
    cursor: not-allowed !important;
}

.soves-booking-litepicker-calendar .day-item.is-soves-in-range:hover,
.soves-booking-litepicker-calendar .day-item.is-in-range:hover {
    border-color: var(--soves-primary) !important;
    background: var(--soves-primary) !important;
    color: #ffffff !important;
}

.soves-booking-litepicker-calendar .day-item.is-soves-selected-start:hover,
.soves-booking-litepicker-calendar .day-item.is-soves-selected-end:hover,
.soves-booking-litepicker-calendar .day-item.is-start-date:hover,
.soves-booking-litepicker-calendar .day-item.is-end-date:hover {
    border-color: var(--soves-primary) !important;
    background: var(--soves-primary) !important;
    color: #ffffff !important;
}

.soves-booking-litepicker-calendar .button-previous-month,
.soves-booking-litepicker-calendar .button-prev-month,
.soves-booking-litepicker-calendar .button-next-month {
    position: absolute;
    top: 50%;
    display: inline-flex !important;
    visibility: visible !important;
    align-items: center;
    justify-content: center;
    color: var(--soves-primary);
    transform: translateY(-50%);
}

.soves-booking-litepicker-calendar .button-previous-month,
.soves-booking-litepicker-calendar .button-prev-month {
    left: 0;
}

.soves-booking-litepicker-calendar .button-next-month {
    right: 0;
}

.soves-booking-litepicker-calendar .button-previous-month:hover,
.soves-booking-litepicker-calendar .button-prev-month:hover,
.soves-booking-litepicker-calendar .button-next-month:hover {
    background: transparent;
    box-shadow: none;
    color: var(--soves-primary);
}

.soves-booking-messages {
    padding: 14px 18px;
}

.soves-booking-messages p {
    margin: 0;
    color: var(--soves-text);
    font-weight: 600;
}

.soves-booking-messages p.is-error {
    color: var(--soves-primary-dark);
}

.soves-booking-details-section {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 24px;
    align-items: start;
    margin-top: 36px;
    border-top: 1px solid #e6edf4;
    padding-top: 36px;
}

.soves-booking-details-copy h2 {
    max-width: 560px;
    margin: 0;
    color: var(--soves-text);
    font-size: clamp(30px, 3.1vw, 46px);
    line-height: 1.05;
    font-weight: 600;
}

.soves-booking-details-copy>p:not(.soves-eyebrow) {
    max-width: 500px;
    margin: 16px 0 0;
    color: #4e5561;
    font-size: 15px;
    line-height: 1.55;
    font-weight: 700;
}

.soves-booking-details-facts {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(132px, 1fr));
    gap: 12px;
    margin-top: 26px;
}

.soves-booking-details-facts span {
    min-height: 104px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    color: #667085;
    padding: 16px;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
}

.soves-booking-details-facts strong {
    color: var(--soves-primary);
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    text-transform: none;
}

.soves-booking-details-form {
    padding: 24px;
}

.soves-booking-details-form .soves-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.soves-booking-details-form label {
    display: grid;
    gap: 8px;
    margin: 0;
    color: #667085;
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
}

.soves-booking-details-form .soves-required-label::after {
    content: " *";
    color: var(--soves-primary);
    font-weight: 800;
}

.soves-booking-details-form input,
.soves-booking-details-form select,
.soves-booking-details-form textarea {
    width: 100%;
    min-height: 46px;
    border: 1px solid #e6edf4;
    border-radius: 8px;
    background: #ffffff;
    color: var(--soves-text);
    padding: 12px 13px;
    font: inherit;
    font-size: 14px;
    box-sizing: border-box;
}

.soves-booking-details-form input:focus,
.soves-booking-details-form select:focus,
.soves-booking-details-form textarea:focus,
.soves-booking-calendar-month-chip:focus {
    border-color: var(--soves-primary);
    outline: none;
    box-shadow: 0 0 0 3px rgba(226, 74, 59, 0.1);
}

.soves-booking-details-form textarea {
    min-height: 108px;
    resize: vertical;
}

.soves-booking-details-form .soves-form-full {
    grid-column: 1 / -1;
}

.soves-booking-details-form .soves-booking-terms {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 16px;
    color: #4e5561;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 600;
    text-transform: none;
}

.soves-booking-details-form .soves-booking-terms input {
    width: 18px;
    min-width: 18px;
    min-height: 18px;
    height: 18px;
    margin-top: 1px;
    padding: 0;
}

.soves-booking-details-form .soves-booking-terms a {
    color: var(--soves-primary);
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.soves-booking-submit.is-processing,
.soves-booking-submit:disabled {
    cursor: progress;
    opacity: 0.78;
}

.soves-booking-phone-control {
    display: block;
    border: 1px solid #e6edf4;
    border-radius: 8px;
    background: #ffffff;
    min-height: 52px;
    position: relative;
    overflow: visible;
}

.soves-booking-phone-control:focus-within {
    border-color: var(--soves-primary);
    box-shadow: 0 0 0 3px rgba(226, 74, 59, 0.1);
}

.soves-booking-phone-control input {
    border: 0;
    min-height: 50px;
    box-shadow: none;
}

.soves-booking-phone-control .iti {
    width: 100%;
    display: block;
}

.soves-booking-phone-control .iti__tel-input {
    width: 100%;
    min-height: 50px;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: var(--soves-text);
    font: inherit;
    font-size: 14px;
    font-weight: 600;
    box-shadow: none;
}

.soves-booking-phone-control .iti__country-container,
.soves-booking-phone-control .iti__country-container:hover,
.soves-booking-phone-control .iti__country-container:focus,
.soves-booking-phone-control .iti__country-container:focus-within,
.soves-booking-phone-control .iti__country-container:active {
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.soves-booking-phone-control .iti__selected-country {
    border-radius: 8px 0 0 8px;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 12px;
}

.soves-booking-phone-control .iti__selected-country:hover,
.soves-booking-phone-control .iti__selected-country:focus-visible {
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.soves-booking-phone-control .iti__selected-dial-code {
    display: none !important;
}

.soves-booking-phone-control .iti__dropdown-content {
    border: 1px solid #e6edf4;
    border-radius: 10px;
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.16);
}

.soves-booking-phone-control .iti__country-list {
    max-height: 260px;
}

.soves-booking-phone-control .iti__search-input-wrapper,
.soves-booking-country-control .iti__search-input-wrapper {
    padding: 10px;
}

.soves-booking-phone-control .iti__search-input,
.soves-booking-country-control .iti__search-input {
    min-height: 42px;
    border: 1px solid #e6edf4;
    border-radius: 8px;
    padding: 10px 42px 10px 38px !important;
    font: inherit;
    font-size: 14px;
    font-weight: 700;
}

.soves-booking-phone-control .iti__search-input:focus,
.soves-booking-country-control .iti__search-input:focus {
    border-color: var(--soves-primary);
    box-shadow: 0 0 0 3px rgba(226, 74, 59, 0.1);
    outline: none;
}

.soves-booking-phone-control .iti__search-input-wrapper::before,
.soves-booking-country-control .iti__search-input-wrapper::before {
    left: 22px;
}

.soves-booking-phone-control .iti__search-clear,
.soves-booking-country-control .iti__search-clear {
    right: 18px;
    border: 1px solid #e6edf4;
    border-radius: 999px;
    background: #fff5f3;
    color: var(--soves-primary);
    width: 26px;
    height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
}

.soves-booking-phone-control .iti__search-clear:hover,
.soves-booking-country-control .iti__search-clear:hover,
.soves-booking-phone-control .iti__search-clear:focus-visible,
.soves-booking-country-control .iti__search-clear:focus-visible {
    border-color: var(--soves-primary);
    background: var(--soves-primary);
    color: #ffffff;
    outline: none;
}

.soves-booking-phone-control .iti__search-clear.iti__hide {
    display: none !important;
}

.soves-booking-country-control {
    display: block;
    border: 1px solid #e6edf4;
    border-radius: 8px;
    background: #ffffff;
    min-height: 52px;
    position: relative;
}

.soves-booking-country-control .choices {
    width: 100%;
    margin: 0;
}

.soves-booking-country-control .choices__inner {
    min-height: 50px;
    display: flex;
    align-items: center;
    border: 0;
    border-radius: 8px;
    background: transparent;
    padding: 8px 38px 8px 13px;
    color: var(--soves-text);
    font: inherit;
    font-size: 14px;
    font-weight: 600;
}

.soves-booking-country-control .choices[data-type*="select-one"]::after {
    right: 15px;
    border-color: var(--soves-primary) transparent transparent;
}

.soves-booking-country-control .choices[data-type*="select-one"].is-open::after {
    border-color: transparent transparent var(--soves-primary);
}

.soves-booking-country-control .choices__list--single {
    padding: 0;
}

.soves-booking-country-control .choices__list--dropdown,
.soves-booking-country-control .choices__list[aria-expanded] {
    z-index: 30;
    margin-top: 8px;
    border: 1px solid #e6edf4;
    border-radius: 10px;
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.16);
    overflow: hidden;
}

.soves-booking-country-control .choices__input--cloned {
    min-height: 42px;
    margin: 10px;
    border: 1px solid #e6edf4;
    border-radius: 8px;
    background: #ffffff;
    padding: 10px 12px;
    font: inherit;
    font-size: 14px;
    font-weight: 700;
}

.soves-booking-country-control .choices__input--cloned:focus {
    border-color: var(--soves-primary);
    box-shadow: 0 0 0 3px rgba(226, 74, 59, 0.1);
    outline: none;
}

.soves-booking-country-control .choices__item--choice {
    padding: 10px 12px;
    color: var(--soves-text);
    font-size: 13px;
    font-weight: 600;
}

.soves-booking-country-control .choices__item--choice.is-highlighted {
    background: #fff5f3;
    color: var(--soves-primary);
}

.soves-booking-country-control input {
    width: 100%;
    border: 0;
    min-height: 50px;
    background: transparent;
    color: var(--soves-text);
    font-weight: 600;
    box-shadow: none;
    cursor: pointer;
    caret-color: transparent;
}

.soves-booking-country-control:focus-within {
    border-color: var(--soves-primary);
    box-shadow: 0 0 0 3px rgba(226, 74, 59, 0.1);
}

.soves-booking-country-control .iti {
    width: 100%;
    display: block;
}

.soves-booking-country-control .iti__tel-input {
    width: 100%;
    min-height: 50px;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: var(--soves-text);
    font: inherit;
    font-size: 14px;
    font-weight: 600;
    box-shadow: none;
    cursor: pointer;
}

.soves-booking-country-control .iti__country-container,
.soves-booking-country-control .iti__country-container:hover,
.soves-booking-country-control .iti__country-container:focus,
.soves-booking-country-control .iti__country-container:focus-within,
.soves-booking-country-control .iti__country-container:active,
.soves-booking-country-control .iti__selected-country {
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.soves-booking-country-control .iti__selected-country {
    border-radius: 8px 0 0 8px;
    padding: 0 12px;
}

.soves-booking-country-control .iti__dropdown-content {
    border: 1px solid #e6edf4;
    border-radius: 10px;
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.16);
}

.soves-booking-country-control .iti__country-list {
    max-height: 260px;
}

.soves-booking-phone-divider {
    color: #cbd5e1;
    font-weight: 700;
}

.soves-booking-back-button {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid var(--soves-primary);
    border-radius: 100px;
    background: var(--soves-primary);
    color: #ffffff;
    padding: 14px 18px;
    font-size: 15px;
    line-height: 1;
    font-weight: 600;
    cursor: pointer;
    box-shadow: none;
}

.soves-booking-back-button:hover,
.soves-booking-back-button:focus-visible {
    border-color: var(--soves-primary-dark);
    background: var(--soves-primary-dark);
    color: #ffffff;
    outline: none;
}

.soves-booking-details-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-top: 20px;
}

.soves-booking-details-actions .soves-booking-back-button,
.soves-booking-details-actions .soves-booking-submit {
    width: auto;
    margin-top: 0;
    flex-direction: row;
    justify-content: center;
    font-weight: 600;
    white-space: nowrap;
}

.soves-booking-details-actions .soves-booking-submit {
    margin-left: auto;
}

.soves-booking-submit {
    width: 100%;
    margin-top: 20px;
}

@media (max-width: 1200px) {

    .soves-booking-calendar-step-grid,
    .soves-booking-details-section {
        gap: 20px;
    }

    .soves-booking-calendar-shell {
        padding-right: 14px;
        padding-left: 14px;
    }
}

@media (max-width: 980px) {

    .soves-booking-step-header,
    .soves-booking-calendar-step-grid,
    .soves-booking-details-section {
        display: grid;
        grid-template-columns: 1fr;
    }

    .soves-booking-stepper-wrap {
        min-width: 0;
    }

    .soves-booking-details-facts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    .soves-booking-container {
        padding: 100px 0 70px;
        gap: 30px;
    }

    .soves-booking-stepper,
    .soves-booking-calendars-body,
    .soves-booking-step-arrival-departure,
    .soves-booking-fixed-room-summary,
    .soves-booking-guest-stepper,
    .soves-booking-phone-control,
    .soves-booking-details-form .soves-form-grid,
    .soves-booking-details-facts {
        grid-template-columns: 1fr;
    }

    .soves-booking-calendar-legend {
        align-items: stretch;
    }

    .soves-booking-calendar-legend-items,
    .soves-booking-step-button {
        width: 100%;
    }

    .soves-booking-calendar-legend .soves-booking-guest-info-button,
    .soves-booking-details-actions .soves-booking-back-button,
    .soves-booking-details-actions .soves-booking-submit {
        width: 100%;
    }

    .soves-booking-details-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .soves-booking-litepicker-calendar .container__months {
        grid-template-columns: 1fr;
    }

    .soves-booking-guest-controls {
        justify-self: stretch;
        grid-template-columns: 44px 1fr 44px;
    }

    .soves-booking-calendar-shell.is-checkin {
        border-right: 0;
        border-bottom: 1px solid #e6edf4;
    }

    .soves-booking-calendars-body {
        min-height: 0;
    }

    .soves-booking-calendar-shell {
        padding: 22px 12px;
    }

    .soves-booking-calendar-meta-row {
        margin-bottom: 18px;
    }

    .soves-booking-calendar-month-chip {
        min-width: 0;
        font-size: 13px;
        padding-right: 8px;
        padding-left: 8px;
    }

    .soves-booking-calendar-weekdays,
    .soves-booking-calendar-days {
        gap: 5px;
    }

    .soves-booking-calendar-day {
        height: 36px;
        font-size: 12px;
        line-height: 32px;
    }

    .soves-booking-details-form {
        padding: 18px;
    }
}

/* Booking page hard overrides. Kept last so theme/button defaults cannot flatten the booking UI. */
body .soves-booking-process-page {
    --soves-booking-ink: #172033;
    --soves-booking-muted: #667085;
    --soves-booking-line: #e6eaf0;
    --soves-booking-soft: #f5f7fb;
    --soves-booking-primary: #e24a3b;
    --soves-booking-primary-dark: #be3429;
    --soves-booking-blue: #0d63f3;
}

body .soves-booking-process-page .soves-booking-container {
    max-width: 1240px !important;
}

body .soves-booking-process-page .soves-booking-step-header h1,
body .soves-booking-process-page .soves-booking-details-copy h2 {
    color: var(--soves-booking-ink) !important;
    letter-spacing: 0 !important;
}

body .soves-booking-process-page .soves-booking-stepper-wrap,
body .soves-booking-process-page .soves-booking-calendars-panel,
body .soves-booking-process-page .soves-booking-step-summary,
body .soves-booking-process-page .soves-booking-details-form,
body .soves-booking-process-page .soves-booking-messages,
body .soves-booking-process-page .soves-booking-details-facts span {
    border: 1px solid var(--soves-booking-line) !important;
    border-radius: 8px !important;
    background: #ffffff !important;
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.06) !important;
}

body .soves-booking-process-page .soves-booking-stepper-step.is-active,
body .soves-booking-process-page .soves-booking-submit,
body .soves-booking-process-page .soves-booking-guest-info-button,
body .soves-booking-process-page button.soves-booking-submit[type="submit"],
body .soves-booking-process-page button.soves-booking-step-button[type="button"] {
    border-color: var(--soves-booking-primary) !important;
    background: var(--soves-booking-primary) !important;
    color: #ffffff !important;
    box-shadow: 0 10px 22px rgba(226, 74, 59, 0.2) !important;
}

body .soves-booking-process-page .soves-booking-submit,
body .soves-booking-process-page .soves-booking-guest-info-button,
body .soves-booking-process-page button.soves-booking-submit[type="submit"],
body .soves-booking-process-page button.soves-booking-step-button[type="button"] {
    border-radius: 100px !important;
}

body .soves-booking-process-page .soves-booking-submit:hover,
body .soves-booking-process-page .soves-booking-submit:focus-visible,
body .soves-booking-process-page .soves-booking-guest-info-button:hover,
body .soves-booking-process-page .soves-booking-guest-info-button:focus-visible,
body .soves-booking-process-page button.soves-booking-submit[type="submit"]:hover,
body .soves-booking-process-page button.soves-booking-submit[type="submit"]:focus-visible,
body .soves-booking-process-page button.soves-booking-step-button[type="button"]:hover,
body .soves-booking-process-page button.soves-booking-step-button[type="button"]:focus-visible {
    border-color: var(--soves-booking-primary-dark) !important;
    background: var(--soves-booking-primary-dark) !important;
    color: #ffffff !important;
}

body .soves-booking-process-page .soves-booking-calendar-meta-row {
    grid-template-columns: 42px minmax(0, 1fr) 42px !important;
    border-radius: 999px !important;
    background: var(--soves-booking-soft) !important;
}

body .soves-booking-process-page button.soves-booking-cal-shift[type="button"],
body .soves-booking-process-page .soves-booking-cal-shift {
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    min-height: 34px !important;
    border: 1px solid var(--soves-booking-line) !important;
    border-radius: 999px !important;
    background: #ffffff !important;
    color: var(--soves-booking-primary) !important;
    padding: 0 !important;
    font-size: 22px !important;
    line-height: 1 !important;
    font-weight: 600 !important;
    box-shadow: none !important;
}

body .soves-booking-process-page button.soves-booking-cal-shift[type="button"]:hover,
body .soves-booking-process-page button.soves-booking-cal-shift[type="button"]:focus-visible {
    border-color: var(--soves-booking-primary) !important;
    background: #fff5f3 !important;
    color: var(--soves-booking-primary-dark) !important;
}

body .soves-booking-process-page button.soves-booking-cal-shift[type="button"]:disabled {
    border-color: transparent !important;
    background: #edf1f6 !important;
    color: #b2bdc8 !important;
    box-shadow: none !important;
}

body .soves-booking-process-page .soves-booking-calendar-month-chip {
    height: 34px !important;
    min-height: 34px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: #ffffff !important;
    color: var(--soves-booking-primary) !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    text-align: center !important;
    text-align-last: center !important;
    box-shadow: none !important;
}

body .soves-booking-process-page .soves-booking-calendar-month-chip:hover,
body .soves-booking-process-page .soves-booking-calendar-month-chip:focus-visible {
    background: var(--soves-booking-primary) !important;
    color: #ffffff !important;
}

body .soves-booking-process-page .soves-booking-calendar-day {
    width: 100% !important;
    height: 40px !important;
    min-height: 40px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid #000000 !important;
    border-radius: 14px !important;
    background: #ffffff !important;
    padding: 0 !important;
    font-size: 14px !important;
    line-height: 1 !important;
    font-weight: 600 !important;
    box-shadow: none !important;
}

body .soves-booking-process-page .soves-booking-calendar-day:not(:disabled):hover,
body .soves-booking-process-page .soves-booking-calendar-day:not(:disabled):focus-visible {
    border-color: var(--soves-booking-primary) !important;
    background: #fff5f3 !important;
    color: var(--soves-booking-primary-dark) !important;
    box-shadow: 0 8px 18px rgba(226, 74, 59, 0.12) !important;
}

body .soves-booking-process-page .soves-booking-calendar-day:not(.is-disabled):not(.is-unavailable):not(.is-other-month) {
    border-color: var(--soves-booking-primary) !important;
    color: var(--soves-booking-primary) !important;
}

body .soves-booking-process-page .soves-booking-calendar-day.is-soves-selected-start,
body .soves-booking-process-page .soves-booking-calendar-day.is-soves-selected-end,
body .soves-booking-process-page .soves-booking-calendar-day.is-selected {
    border-color: var(--soves-booking-primary) !important;
    background: var(--soves-booking-primary) !important;
    color: #ffffff !important;
    box-shadow: 0 10px 22px rgba(226, 74, 59, 0.24) !important;
}

body .soves-booking-process-page .soves-booking-calendar-day.is-soves-in-range,
body .soves-booking-process-page .soves-booking-calendar-day.is-in-range {
    border-color: var(--soves-booking-primary) !important;
    background: var(--soves-booking-primary) !important;
    color: #ffffff !important;
    box-shadow: 0 10px 22px rgba(226, 74, 59, 0.18) !important;
}

body .soves-booking-process-page .soves-booking-calendar-day.is-today:not(.is-selected):not(.is-in-range):not(.is-soves-selected-start):not(.is-soves-selected-end):not(.is-soves-in-range) {
    border: 2px solid var(--soves-booking-primary) !important;
    background: #ffffff !important;
    color: var(--soves-booking-ink) !important;
}

body .soves-booking-process-page .soves-booking-calendar-day.is-unavailable,
body .soves-booking-process-page .soves-booking-calendar-day.is-disabled {
    background: #f8fafc !important;
    color: #9aa6ad !important;
    border-color: #9aa6ad !important;
    cursor: default !important;
}

body .soves-booking-process-page .soves-booking-calendar-day.is-range-blocked {
    cursor: not-allowed !important;
    pointer-events: auto !important;
}

body .soves-booking-process-page .soves-booking-fixed-room-meta span,
body .soves-booking-process-page .soves-booking-guest-stepper {
    border-color: var(--soves-booking-line) !important;
    background: var(--soves-booking-soft) !important;
}

body .soves-booking-process-page .soves-booking-guest-controls {
    border-radius: 999px !important;
    background: #ffffff !important;
}

body .soves-booking-process-page .soves-booking-guest-controls button {
    border: 0 !important;
    border-radius: 999px !important;
    background: #fff5f3 !important;
    color: var(--soves-booking-primary) !important;
    box-shadow: none !important;
}

body .soves-booking-process-page .soves-booking-guest-controls button:hover,
body .soves-booking-process-page .soves-booking-guest-controls button:focus-visible {
    background: var(--soves-booking-primary) !important;
    color: #ffffff !important;
}

body .soves-booking-process-page .soves-booking-guest-controls button:disabled {
    background: #f2f4f7 !important;
    color: #b2bdc8 !important;
}

body .soves-booking-process-page .soves-booking-details-form input,
body .soves-booking-process-page .soves-booking-details-form select,
body .soves-booking-process-page .soves-booking-details-form textarea {
    min-height: 48px !important;
    border: 1px solid var(--soves-booking-line) !important;
    border-radius: 8px !important;
    background: #ffffff !important;
    color: var(--soves-booking-ink) !important;
    box-shadow: none !important;
}

body .soves-booking-process-page .soves-booking-back-button {
    border-radius: 100px !important;
    border-color: var(--soves-booking-primary) !important;
    background: var(--soves-booking-primary) !important;
    color: #ffffff !important;
}

body .soves-booking-process-page .soves-booking-back-button:hover,
body .soves-booking-process-page .soves-booking-back-button:focus-visible {
    border-color: var(--soves-booking-primary-dark) !important;
    background: var(--soves-booking-primary-dark) !important;
    color: #ffffff !important;
}

body .soves-booking-process-page .soves-booking-details-form input:focus,
body .soves-booking-process-page .soves-booking-details-form select:focus,
body .soves-booking-process-page .soves-booking-details-form textarea:focus {
    border-color: var(--soves-booking-primary) !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(226, 74, 59, 0.1) !important;
}

body .soves-booking-process-page .soves-booking-phone-control {
    display: block !important;
    border: 1px solid var(--soves-booking-line) !important;
    border-radius: 8px !important;
    background: #ffffff !important;
}

body .soves-booking-process-page .soves-booking-phone-control:focus-within {
    border-color: var(--soves-booking-primary) !important;
    box-shadow: 0 0 0 3px rgba(226, 74, 59, 0.1) !important;
}

body .soves-booking-process-page .soves-booking-phone-control input {
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

body .soves-booking-process-page .soves-booking-phone-control .iti {
    width: 100% !important;
}

body .soves-booking-process-page .soves-booking-phone-control .iti__country-container,
body .soves-booking-process-page .soves-booking-phone-control .iti__selected-country,
body .soves-booking-process-page .soves-booking-country-control .iti__country-container,
body .soves-booking-process-page .soves-booking-country-control .iti__selected-country {
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

body .soves-booking-process-page .soves-booking-country-control {
    border: 1px solid var(--soves-booking-line) !important;
    border-radius: 8px !important;
    background: #ffffff !important;
}

body .soves-booking-process-page .soves-booking-country-control input {
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

body .soves-booking-process-page .soves-booking-country-control:focus-within {
    border-color: var(--soves-booking-primary) !important;
    box-shadow: 0 0 0 3px rgba(226, 74, 59, 0.1) !important;
}

body .soves-booking-process-page .soves-booking-litepicker-calendar .litepicker .container__days .day-item:hover,
body .soves-booking-process-page .soves-booking-litepicker-calendar .litepicker .container__days .day-item:focus-visible {
    border-color: var(--soves-booking-primary) !important;
    background: #fff5f3 !important;
    color: var(--soves-booking-ink) !important;
    box-shadow: none !important;
}

body .soves-booking-process-page .soves-booking-litepicker-calendar .litepicker .container__days .day-item.is-soves-in-range,
body .soves-booking-process-page .soves-booking-litepicker-calendar .litepicker .container__days .day-item.is-in-range {
    border-color: var(--soves-booking-primary) !important;
    background: var(--soves-booking-primary) !important;
    color: #ffffff !important;
    box-shadow: none !important;
}

body .soves-booking-process-page .soves-booking-litepicker-calendar .litepicker .container__days .day-item.is-soves-selected-start,
body .soves-booking-process-page .soves-booking-litepicker-calendar .litepicker .container__days .day-item.is-soves-selected-end,
body .soves-booking-process-page .soves-booking-litepicker-calendar .litepicker .container__days .day-item.is-start-date,
body .soves-booking-process-page .soves-booking-litepicker-calendar .litepicker .container__days .day-item.is-end-date {
    border-color: var(--soves-booking-primary) !important;
    background: var(--soves-booking-primary) !important;
    color: #ffffff !important;
    box-shadow: none !important;
}

body .soves-booking-process-page .soves-booking-litepicker-calendar .litepicker .container__days .day-item.is-soves-in-range:hover,
body .soves-booking-process-page .soves-booking-litepicker-calendar .litepicker .container__days .day-item.is-soves-in-range:focus-visible,
body .soves-booking-process-page .soves-booking-litepicker-calendar .litepicker .container__days .day-item.is-in-range:hover,
body .soves-booking-process-page .soves-booking-litepicker-calendar .litepicker .container__days .day-item.is-in-range:focus-visible {
    border-color: var(--soves-booking-primary) !important;
    background: var(--soves-booking-primary) !important;
    color: #ffffff !important;
    box-shadow: none !important;
}

body .soves-booking-process-page .soves-booking-litepicker-calendar .litepicker .container__days .day-item.is-soves-selected-start:hover,
body .soves-booking-process-page .soves-booking-litepicker-calendar .litepicker .container__days .day-item.is-soves-selected-end:hover,
body .soves-booking-process-page .soves-booking-litepicker-calendar .litepicker .container__days .day-item.is-soves-selected-start:focus-visible,
body .soves-booking-process-page .soves-booking-litepicker-calendar .litepicker .container__days .day-item.is-soves-selected-end:focus-visible,
body .soves-booking-process-page .soves-booking-litepicker-calendar .litepicker .container__days .day-item.is-start-date:hover,
body .soves-booking-process-page .soves-booking-litepicker-calendar .litepicker .container__days .day-item.is-end-date:hover,
body .soves-booking-process-page .soves-booking-litepicker-calendar .litepicker .container__days .day-item.is-start-date:focus-visible,
body .soves-booking-process-page .soves-booking-litepicker-calendar .litepicker .container__days .day-item.is-end-date:focus-visible {
    border-color: var(--soves-booking-primary) !important;
    background: var(--soves-booking-primary) !important;
    color: #ffffff !important;
    box-shadow: none !important;
}

body .soves-booking-process-page .soves-booking-litepicker-calendar .litepicker .container__days .day-item.is-soves-unavailable,
body .soves-booking-process-page .soves-booking-litepicker-calendar .litepicker .container__days .day-item.is-soves-unavailable:hover,
body .soves-booking-process-page .soves-booking-litepicker-calendar .litepicker .container__days .day-item.is-soves-unavailable:focus-visible,
body .soves-booking-process-page .soves-booking-litepicker-calendar .litepicker .container__days .day-item.is-soves-range-blocked,
body .soves-booking-process-page .soves-booking-litepicker-calendar .litepicker .container__days .day-item.is-soves-range-blocked:hover,
body .soves-booking-process-page .soves-booking-litepicker-calendar .litepicker .container__days .day-item.is-soves-range-blocked:focus-visible {
    border-color: #fecaca !important;
    background: #fff5f3 !important;
    color: #98a2b3 !important;
    box-shadow: none !important;
    cursor: not-allowed !important;
}

body .soves-booking-process-page .soves-booking-details-form input,
body .soves-booking-process-page .soves-booking-details-form select,
body .soves-booking-process-page .soves-booking-details-form textarea,
body .soves-booking-process-page .soves-booking-details-form input:hover,
body .soves-booking-process-page .soves-booking-details-form select:hover,
body .soves-booking-process-page .soves-booking-details-form textarea:hover,
body .soves-booking-process-page .soves-booking-details-form input:focus,
body .soves-booking-process-page .soves-booking-details-form select:focus,
body .soves-booking-process-page .soves-booking-details-form textarea:focus,
body .soves-booking-process-page .soves-booking-details-form .soves-booking-phone-control,
body .soves-booking-process-page .soves-booking-details-form .soves-booking-country-control,
body .soves-booking-process-page .soves-booking-details-form .soves-booking-phone-control:focus-within,
body .soves-booking-process-page .soves-booking-details-form .soves-booking-country-control:focus-within,
body .soves-booking-process-page .soves-booking-details-form .iti__country-container,
body .soves-booking-process-page .soves-booking-details-form .iti__selected-country,
body .soves-booking-process-page .soves-booking-details-form .iti__country-container:hover,
body .soves-booking-process-page .soves-booking-details-form .iti__selected-country:hover,
body .soves-booking-process-page .soves-booking-details-form .iti__country-container:focus-within,
body .soves-booking-process-page .soves-booking-details-form .iti__selected-country:focus-visible {
    box-shadow: none !important;
}

body .soves-booking-process-page .soves-booking-details-form .soves-booking-phone-control:focus-within,
body .soves-booking-process-page .soves-booking-details-form .soves-booking-country-control:focus-within {
    border-color: var(--soves-booking-line) !important;
}

body .soves-booking-process-page .soves-booking-details-form .soves-booking-terms {
    display: flex !important;
    align-items: flex-start !important;
    text-transform: none !important;
}

body .soves-booking-process-page .soves-booking-details-form .soves-required-label::after {
    color: var(--soves-booking-primary) !important;
}

body .soves-booking-process-page .soves-booking-details-form .soves-booking-terms a {
    color: var(--soves-booking-primary) !important;
}

body .soves-booking-process-page .soves-booking-details-form .soves-booking-terms input[type="checkbox"] {
    width: 18px !important;
    min-width: 18px !important;
    min-height: 18px !important;
    height: 18px !important;
    padding: 0 !important;
}

.iti__selected-country-primary:hover,
.iti__selected-country-primary:focus,
.iti__selected-country-primary:focus-visible,
.iti__selected-country-primary:active {
    background: transparent !important;
    background-color: transparent !important;
}

.litepicker .container__months .month-item-weekdays-row {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
    justify-self: stretch !important;
    gap: 0 !important;
}

.litepicker .container__months .month-item-weekdays-row>div {
    width: auto !important;
    min-width: 0 !important;
    text-align: center !important;
}

.soves-booking-litepicker-calendar .container__months {
    width: 100% !important;
}

.soves-booking-litepicker-calendar .container__months.columns-2 {
    grid-template-columns: repeat(2, minmax(280px, 1fr)) !important;
}

@media (max-width: 767px) {

    .soves-booking-litepicker-calendar .container__months,
    .soves-booking-litepicker-calendar .container__months.columns-2 {
        grid-template-columns: 1fr !important;
    }
}

body .soves-booking-process-page .soves-booking-calendar-step-form.is-guest-step .soves-booking-payment-methods,
body .soves-booking-process-page .soves-booking-calendar-step-form.is-guest-step .soves-booking-terms,
body .soves-booking-process-page .soves-booking-calendar-step-form.is-guest-step .soves-booking-details-actions,
body .soves-booking-process-page .soves-booking-calendar-step-form.is-payment-step .soves-form-grid,
body .soves-booking-process-page .soves-booking-calendar-step-form.is-payment-step .soves-booking-guest-actions {
    display: none !important;
}

body .soves-booking-process-page .soves-booking-calendar-step-form.is-payment-step .soves-booking-payment-methods,
body .soves-booking-process-page .soves-booking-calendar-step-form.is-payment-step .soves-booking-terms,
body .soves-booking-process-page .soves-booking-calendar-step-form.is-payment-step .soves-booking-details-actions {
    display: block !important;
}

body .soves-booking-process-page .soves-booking-calendar-step-form.is-payment-step .soves-booking-terms,
body .soves-booking-process-page .soves-booking-calendar-step-form.is-payment-step .soves-booking-details-actions {
    display: flex !important;
}

.soves-booking-payment-method-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 22px;
    margin-top: 18px;
    align-items: stretch;
}

.soves-booking-payment-method {
    position: relative;
    min-height: 92px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0 !important;
    border-radius: 16px;
    background: transparent !important;
    padding: 18px;
    cursor: pointer;
    box-shadow: none !important;
    transform: translateY(0);
    transition: transform 0.18s ease;
    will-change: transform;
}

.soves-booking-payment-method:hover,
.soves-booking-payment-method:focus-within,
.soves-booking-payment-method:has(input:checked) {
    transform: translateY(-10px);
}

.soves-booking-payment-method input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.soves-booking-payment-logo {
    width: 170px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.soves-booking-payment-logo img {
    display: block;
    max-width: 150px;
    max-height: 52px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.soves-booking-payment-generic-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    height: 56px;
    border-radius: 12px;
    background: #f8fafc;
    color: var(--soves-text);
    padding: 0 26px;
    font-size: 18px;
    line-height: 1;
    font-weight: 800;
}

.soves-booking-payment-method-pay_at_hotel {
    min-height: auto;
    justify-content: flex-start;
    background: transparent !important;
    padding: 0;
}

.soves-booking-payment-method-pay_at_hotel .soves-booking-payment-logo,
.soves-booking-payment-method-pay_at_hotel .soves-booking-payment-generic-logo {
    width: auto;
    min-width: 0;
    height: auto;
    background: transparent !important;
    padding: 0;
}

@media (max-width: 640px) {
    .soves-booking-payment-logo {
        width: 145px;
        height: 56px;
    }

    .soves-booking-payment-logo img {
        max-width: 128px;
        max-height: 46px;
    }
}

/* Guest/payment actions */
body .soves-booking-process-page .soves-booking-guest-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-top: 20px;
}

body .soves-booking-process-page .soves-booking-guest-actions .soves-booking-back-button,
body .soves-booking-process-page .soves-booking-guest-actions .soves-booking-submit {
    width: auto;
    margin-top: 0;
    flex-direction: row;
    justify-content: center;
    font-weight: 600;
    white-space: nowrap;
}

/* Calendar select */
body .soves-booking-process-page .soves-booking-calendar-month-chip {
    min-width: 178px !important;
}

body .soves-booking-process-page .soves-booking-calendar-month-chip option:disabled,
body .soves-booking-process-page .soves-booking-litepicker-calendar .month-item-header select option:disabled {
    color: #b2bdc8;
}

body .soves-booking-process-page .soves-booking-litepicker-calendar .month-item-header {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

body .soves-booking-process-page .soves-booking-litepicker-calendar .litepicker .container__months .month-item-header div {
    min-width: 0 !important;
    display: flex !important;
    flex: 1 1 auto !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    text-align: center !important;
}

body .soves-booking-process-page .soves-booking-litepicker-calendar .month-item-name,
body .soves-booking-process-page .soves-booking-litepicker-calendar .month-item-year,
body .soves-booking-process-page .soves-booking-litepicker-calendar .month-item-header select {
    flex: 0 1 auto !important;
    width: auto !important;
}

/* Disabled calendar arrows */
body .soves-booking-process-page button.soves-booking-cal-shift[type="button"]:disabled,
body .soves-booking-process-page button.soves-booking-cal-shift[type="button"]:disabled:hover,
body .soves-booking-process-page button.soves-booking-cal-shift[type="button"]:disabled:focus-visible {
    border-color: transparent !important;
    background: #edf1f6 !important;
    color: #b2bdc8 !important;
    cursor: default !important;
    pointer-events: none !important;
    box-shadow: none !important;
}

/* Disabled custom calendar days */
body .soves-booking-process-page .soves-booking-calendar-day.is-disabled,
body .soves-booking-process-page .soves-booking-calendar-day.is-disabled:hover,
body .soves-booking-process-page .soves-booking-calendar-day.is-disabled:focus-visible {
    border-color: #d0d5dd !important;
    background: #f2f4f7 !important;
    color: #b2bdc8 !important;
    cursor: default !important;
    pointer-events: none !important;
    transform: none !important;
    box-shadow: none !important;
}

body .soves-booking-process-page .soves-booking-calendar-day.is-range-blocked,
body .soves-booking-process-page .soves-booking-calendar-day.is-range-blocked:hover,
body .soves-booking-process-page .soves-booking-calendar-day.is-range-blocked:focus-visible {
    cursor: not-allowed !important;
    pointer-events: auto !important;
}

body .soves-booking-process-page .soves-booking-calendar-reset {
    width: auto !important;
    min-width: 74px !important;
    min-height: 34px !important;
    border: 1px solid var(--soves-booking-primary) !important;
    border-radius: 999px !important;
    background: var(--soves-booking-primary) !important;
    color: #ffffff !important;
    padding: 8px 14px !important;
    font-size: 12px !important;
    line-height: 1 !important;
    font-weight: 600 !important;
    box-shadow: 0 8px 18px rgba(226, 74, 59, 0.16) !important;
}

body .soves-booking-process-page .soves-booking-calendar-reset:hover,
body .soves-booking-process-page .soves-booking-calendar-reset:focus-visible {
    border-color: var(--soves-booking-primary-dark) !important;
    background: var(--soves-booking-primary-dark) !important;
    color: #ffffff !important;
}

/* Disabled Litepicker days */
body .soves-booking-process-page .soves-booking-litepicker-calendar .litepicker .container__days .day-item.is-soves-disabled,
body .soves-booking-process-page .soves-booking-litepicker-calendar .litepicker .container__days .day-item.is-soves-disabled:hover,
body .soves-booking-process-page .soves-booking-litepicker-calendar .litepicker .container__days .day-item.is-soves-disabled:focus-visible {
    border-color: #d0d5dd !important;
    background: #f2f4f7 !important;
    color: #b2bdc8 !important;
    cursor: default !important;
    pointer-events: none !important;
    box-shadow: none !important;
}

body .soves-booking-process-page .soves-booking-litepicker-calendar .button-previous-month,
body .soves-booking-process-page .soves-booking-litepicker-calendar .button-prev-month,
body .soves-booking-process-page .soves-booking-litepicker-calendar .button-next-month {
    opacity: 1 !important;
}

body .soves-booking-process-page .soves-booking-litepicker-calendar .button-previous-month:disabled,
body .soves-booking-process-page .soves-booking-litepicker-calendar .button-prev-month:disabled,
body .soves-booking-process-page .soves-booking-litepicker-calendar .button-next-month:disabled,
body .soves-booking-process-page .soves-booking-litepicker-calendar .button-previous-month.is-disabled,
body .soves-booking-process-page .soves-booking-litepicker-calendar .button-prev-month.is-disabled,
body .soves-booking-process-page .soves-booking-litepicker-calendar .button-next-month.is-disabled {
    opacity: 0.42 !important;
    cursor: default !important;
    pointer-events: none !important;
}

/* Tablet */
@media (max-width: 980px) {
    .soves-booking-payment-method-list {
        grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
        gap: 20px;
    }

    .soves-booking-payment-method {
        min-height: 84px;
        padding: 14px;
    }

    .soves-booking-payment-stripe-logo,
    .soves-booking-payment-pokpay-logo,
    .soves-booking-payment-generic-logo {
        min-width: 132px;
        height: 50px;
    }

    .soves-booking-payment-stripe-logo {
        font-size: 29px;
    }

    .soves-booking-payment-pokpay-logo {
        font-size: 22px;
    }

    body .soves-booking-process-page .soves-booking-guest-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    body .soves-booking-process-page .soves-booking-guest-actions .soves-booking-back-button,
    body .soves-booking-process-page .soves-booking-guest-actions .soves-booking-submit {
        width: 100%;
    }
}

/* Mobile */
@media (max-width: 640px) {
    .soves-booking-payment-method-list {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .soves-booking-payment-method {
        min-height: 78px;
        padding: 12px;
    }

    .soves-booking-payment-method:hover,
    .soves-booking-payment-method:focus-within,
    .soves-booking-payment-method:has(input:checked) {
        transform: translateY(-7px);
    }

    .soves-booking-payment-stripe-logo,
    .soves-booking-payment-pokpay-logo,
    .soves-booking-payment-generic-logo {
        min-width: 124px;
        height: 46px;
        border-radius: 10px;
    }

    .soves-booking-payment-stripe-logo {
        font-size: 26px;
        padding: 0 22px;
    }

    .soves-booking-payment-pokpay-logo {
        font-size: 20px;
        padding: 0 22px;
    }

    .soves-booking-payment-generic-logo {
        font-size: 16px;
        padding: 0 22px;
    }

    body .soves-booking-process-page .soves-booking-calendar-month-chip {
        min-width: 150px !important;
    }
}

/* Very small mobile */
@media (max-width: 420px) {

    .soves-booking-payment-stripe-logo,
    .soves-booking-payment-pokpay-logo,
    .soves-booking-payment-generic-logo {
        min-width: 112px;
        height: 42px;
    }

    .soves-booking-payment-stripe-logo {
        font-size: 24px;
    }

    .soves-booking-payment-pokpay-logo {
        font-size: 18px;
    }
}

/* Accessibility: reduce animation if user prefers it */
@media (prefers-reduced-motion: reduce) {
    .soves-booking-payment-method {
        transition: none;
    }

    .soves-booking-payment-method:hover,
    .soves-booking-payment-method:focus-within,
    .soves-booking-payment-method:has(input:checked) {
        transform: none;
    }
}
