.hsv-sb-box,
.hsv-sb-card {
    background: #fff;
    border: 1px solid rgba(20, 35, 50, .12);
    border-radius: 18px;
    box-shadow: 0 14px 35px rgba(15, 23, 42, .08);
    padding: 24px;
    margin: 20px 0;
    box-sizing: border-box;
}

.hsv-sb-booking-form {
    max-width: 820px;
    margin: 24px auto;
}

.hsv-sb-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 18px;
    border-bottom: 1px solid rgba(20, 35, 50, .12);
    padding-bottom: 16px;
}

.hsv-sb-kicker {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #8a6a24;
    margin-bottom: 6px;
}

.hsv-sb-head h2,
.hsv-sb-card h2 {
    margin: 0 0 14px 0;
    color: #182c42;
    font-weight: 800;
    line-height: 1.18;
}

.hsv-sb-form label {
    display: block;
    font-weight: 700;
    color: #24384d;
    margin-bottom: 14px;
}

.hsv-sb-form input[type="text"],
.hsv-sb-form input[type="email"],
.hsv-sb-form input[type="date"],
.hsv-sb-form input[type="time"],
.hsv-sb-form input[type="number"],
.hsv-sb-form select,
.hsv-sb-form textarea {
    width: 100%;
    margin-top: 6px;
    border: 1px solid rgba(20, 35, 50, .22);
    border-radius: 12px;
    padding: 11px 13px;
    font-size: 15px;
    background: #fbfcfd;
    box-sizing: border-box;
}

.hsv-sb-form textarea {
    resize: vertical;
}

.hsv-sb-grid {
    display: grid;
    gap: 14px;
}

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

.hsv-sb-check {
    display: flex !important;
    align-items: flex-start;
    gap: 10px;
    font-weight: 500 !important;
    color: #34495e !important;
}

.hsv-sb-check input {
    margin-top: 4px;
}

.hsv-sb-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background: #18324a;
    color: #fff;
    font-weight: 800;
    padding: 13px 22px;
    border-radius: 999px;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0 10px 22px rgba(24, 50, 74, .22);
}

.hsv-sb-button:hover {
    background: #254b6e;
    color: #fff;
}

.hsv-sb-alert {
    border-radius: 12px;
    padding: 12px 14px;
    margin: 12px 0 18px 0;
    font-weight: 700;
}

.hsv-sb-alert-success { background: #e9f7ee; color: #146233; border: 1px solid #bfe8cd; }
.hsv-sb-alert-error { background: #fdecec; color: #8a1f1f; border: 1px solid #f3bbbb; }
.hsv-sb-alert-info { background: #eef5fb; color: #23445f; border: 1px solid #c8dded; }

.hsv-sb-admin-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.hsv-sb-wrap .hsv-sb-card,
.hsv-sb-admin-frontend .hsv-sb-card {
    max-width: none;
}

.hsv-sb-table td,
.hsv-sb-table th {
    vertical-align: middle;
}

.hsv-sb-actions {
    white-space: nowrap;
}

.hsv-sb-status {
    display: inline-block;
    border-radius: 999px;
    padding: 4px 9px;
    font-size: 12px;
    font-weight: 800;
}

.hsv-sb-status-pending { background: #fff4d7; color: #7a5100; }
.hsv-sb-status-approved { background: #e4f6ea; color: #126333; }
.hsv-sb-status-rejected { background: #fde7e7; color: #8d1c1c; }
.hsv-sb-status-cancelled { background: #eceff3; color: #46505a; }

.hsv-sb-wp-button {
    margin-top: 4px !important;
}

@media (max-width: 760px) {
    .hsv-sb-grid.two,
    .hsv-sb-admin-grid {
        grid-template-columns: 1fr;
    }

    .hsv-sb-box,
    .hsv-sb-card {
        padding: 18px;
        border-radius: 14px;
    }
}

.hsv-sb-field-title {
    font-weight: 800;
    color: #24384d;
    margin: 6px 0 10px;
}

.hsv-sb-calendar-section {
    margin: 8px 0 18px;
}

.hsv-sb-calendar-nav {
    display: grid;
    grid-template-columns: 44px 1fr 44px;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.hsv-sb-calendar-current-month {
    text-align: center;
    font-weight: 900;
    color: #182c42;
    font-size: 17px;
}

.hsv-sb-month-prev,
.hsv-sb-month-next {
    border: 1px solid rgba(24, 50, 74, .18);
    background: #fff;
    color: #18324a;
    border-radius: 10px;
    min-height: 40px;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    font-weight: 900;
}

.hsv-sb-month-prev:hover,
.hsv-sb-month-next:hover {
    background: #18324a;
    color: #fff;
}

.hsv-sb-month-prev:disabled,
.hsv-sb-month-next:disabled {
    opacity: .35;
    cursor: not-allowed;
    background: #f2f4f6;
    color: #7d8b99;
}

.hsv-sb-calendar-wrap {
    display: block;
    margin-bottom: 14px;
}

.hsv-sb-month {
    border: 1px solid rgba(20, 35, 50, .14);
    border-radius: 14px;
    padding: 12px;
    background: #fbfcfd;
}

.hsv-sb-month-title {
    font-weight: 900;
    color: #182c42;
    margin-bottom: 10px;
    text-align: center;
}

.hsv-sb-weekdays,
.hsv-sb-days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 5px;
}

.hsv-sb-weekdays span {
    font-size: 12px;
    font-weight: 800;
    color: #65768a;
    text-align: center;
}

.hsv-sb-day {
    min-height: 34px;
    border-radius: 9px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 13px;
    box-sizing: border-box;
}

button.hsv-sb-day {
    border: 1px solid rgba(138, 106, 36, .45);
    background: #fff7e4;
    color: #6f4d00;
    cursor: pointer;
}

button.hsv-sb-day:hover,
button.hsv-sb-day.is-active {
    background: #18324a;
    border-color: #18324a;
    color: #fff;
}

.hsv-sb-day-disabled {
    background: #f0f2f4;
    color: #a5aeb8;
}

.hsv-sb-day-empty,
.hsv-sb-day-spacer {
    min-height: 34px;
    background: transparent;
    visibility: hidden;
}

.hsv-sb-time-box {
    border: 1px solid rgba(20, 35, 50, .14);
    border-radius: 14px;
    padding: 12px;
    background: #fff;
    margin-bottom: 14px;
}

.hsv-sb-time-list {
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}

.hsv-sb-time-button {
    border: 1px solid rgba(24, 50, 74, .25);
    background: #f5f8fb;
    color: #18324a;
    border-radius: 999px;
    padding: 9px 14px;
    font-weight: 900;
    cursor: pointer;
}

.hsv-sb-time-button:hover,
.hsv-sb-time-button.is-active {
    background: #18324a;
    color: #fff;
}

.hsv-sb-selected-summary {
    margin-top: 10px;
    font-weight: 800;
    color: #1f7a3f;
}
