.vd-booking-shell {
    max-width: 980px;
    margin: 0 auto;
}

.vd-booking-form {
    display: grid;
    gap: 1.25rem;
    padding: clamp(1rem, 3vw, 2rem);
    border: 1px solid #dcdcde;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
}

.vd-form-heading h2 {
    margin: 0 0 0.35rem;
}

.vd-form-heading p {
    margin: 0;
    color: #50575e;
}

.vd-grid {
    display: grid;
    gap: 1rem;
}

.vd-grid-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

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

.vd-grid .vd-full-width {
    grid-column: 1 / -1;
}

.vd-booking-form label {
    display: grid;
    gap: 0.4rem;
    font-weight: 600;
}

.vd-booking-form input,
.vd-booking-form select,
.vd-booking-form textarea {
    width: 100%;
    min-height: 44px;
    box-sizing: border-box;
    padding: 0.7rem 0.8rem;
    border: 1px solid #8c8f94;
    border-radius: 6px;
    background: #fff;
    color: #1d2327;
    font: inherit;
}

.vd-booking-form textarea {
    resize: vertical;
}

.vd-package-summary {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.75rem;
    padding: 1rem;
    border-radius: 8px;
    background: #f0f6fc;
}

.vd-package-summary strong {
    grid-column: 1 / -1;
}

.vd-checkbox {
    display: flex !important;
    align-items: flex-start;
    gap: 0.65rem !important;
    font-weight: 400 !important;
}

.vd-checkbox input {
    width: auto;
    min-height: 0;
    margin-top: 0.25rem;
}

.vd-submit-button {
    min-height: 48px;
    padding: 0.75rem 1.25rem;
    border: 0;
    border-radius: 7px;
    background: #2271b1;
    color: #fff;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
}

.vd-submit-button:hover,
.vd-submit-button:focus {
    background: #135e96;
}

.vd-message {
    margin-bottom: 1rem;
    padding: 1rem;
    border-left: 4px solid #72aee6;
    background: #f0f6fc;
}

.vd-message-success {
    border-color: #00a32a;
    background: #edfaef;
}

.vd-message-error {
    border-color: #d63638;
    background: #fcf0f1;
}

.vd-honeypot {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
}

@media (max-width: 760px) {
    .vd-grid-2,
    .vd-grid-3,
    .vd-package-summary {
        grid-template-columns: 1fr;
    }
}

.vd-field-help {
    color: #646970;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.35;
}

.vd-catalog-message {
    margin: 0;
}

#vd-event-date[readonly] {
    cursor: pointer;
    background-image: linear-gradient(45deg, transparent 50%, #50575e 50%), linear-gradient(135deg, #50575e 50%, transparent 50%);
    background-position: calc(100% - 18px) 50%, calc(100% - 13px) 50%;
    background-repeat: no-repeat;
    background-size: 5px 5px, 5px 5px;
    padding-right: 2.5rem;
}

#vd-event-date:disabled {
    cursor: not-allowed;
    background-color: #f0f0f1;
    color: #646970;
}

.ui-datepicker {
    display: none;
    width: min(330px, calc(100vw - 28px));
    padding: 0.85rem;
    border: 1px solid #c3c4c7;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.18);
    color: #1d2327;
    font-size: 14px;
    z-index: 100000 !important;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 36px;
    margin-bottom: 0.5rem;
}

.ui-datepicker .ui-datepicker-title {
    display: flex;
    justify-content: center;
    gap: 0.35rem;
    width: 100%;
    padding: 0 42px;
    font-weight: 700;
}

.ui-datepicker .ui-datepicker-title select {
    min-height: 34px;
    padding: 0.25rem 1.6rem 0.25rem 0.45rem;
    border: 1px solid #8c8f94;
    border-radius: 5px;
    background: #fff;
    color: #1d2327;
    font: inherit;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 0;
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border: 1px solid #c3c4c7;
    border-radius: 5px;
    background: #f6f7f7;
    color: #1d2327;
    cursor: pointer;
    text-decoration: none;
}

.ui-datepicker .ui-datepicker-prev {
    left: 0;
}

.ui-datepicker .ui-datepicker-next {
    right: 0;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}

.ui-datepicker .ui-datepicker-prev::after {
    content: "‹";
    font-size: 24px;
    line-height: 1;
}

.ui-datepicker .ui-datepicker-next::after {
    content: "›";
    font-size: 24px;
    line-height: 1;
}

.ui-datepicker table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
}

.ui-datepicker th {
    padding: 0.4rem 0.2rem;
    color: #50575e;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
}

.ui-datepicker td {
    padding: 2px;
    border: 0;
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: grid;
    min-height: 36px;
    place-items: center;
    border: 1px solid transparent;
    border-radius: 6px;
    color: #1d2327;
    text-align: center;
    text-decoration: none;
}

.ui-datepicker td a:hover,
.ui-datepicker td a:focus,
.ui-datepicker .ui-datepicker-current-day a {
    border-color: #2271b1;
    background: #f0f6fc;
}

.ui-datepicker .ui-datepicker-today a {
    font-weight: 700;
}

.ui-datepicker .ui-state-disabled span {
    background: #f6f7f7;
    color: #a7aaad;
    cursor: not-allowed;
    text-decoration: line-through;
}

.ui-datepicker .vd-date-blackout span {
    background: #fcf0f1;
    color: #8a2424;
}

.ui-datepicker .vd-date-unavailable span {
    background: #f0f0f1;
    color: #787c82;
}

.vd-booking-form .vd-other-event-type[hidden] {
    display: none !important;
}
