.sidebar-booking-panel {
    position: fixed;
    top: 0;
    right: -100%;
    height: 100vh;
    background: #fff;
    box-shadow: -2px 0 10px rgba(0,0,0,0.15);
    z-index: 9999;
    overflow-y: auto;
}

.sidebar-booking-panel:not(.is-fullpage) {
    width: 400px;
    max-width: 100vw;
    transition: right 0.35s cubic-bezier(.4,0,.2,1);
}

.sidebar-booking-panel.active {
    right: 0;
}

.sidebar-booking-panel.is-fullpage {
    width: 100vw;
    max-width: 100vw;
    right: 0;
    left: 0;
    box-shadow: none;
    transition: none;
}

.sidebar-booking-panel.is-fullpage .sidebar-booking-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 24px 80px 24px;
}

.sidebar-booking-panel.is-fullpage .sidebar-booking-close {
    position: fixed;
    top: 20px;
    right: 24px;
}

.sidebar-booking-close {
    position: absolute;
    top: 16px;
    right: 16px;
    background: none;
    border: none;
    font-size: 2rem;
    cursor: pointer;
    z-index: 10001;
    color: #333;
}

.sidebar-booking-close:hover {
    color: #000;
}

.sidebar-booking-content {
    padding: 40px 24px 24px 24px;
}

.sidebar-booking-panel:not(.is-fullpage) .sidebar-booking-content {
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidebar-booking-panel:not(.is-fullpage) .sidebar-booking-form-wrapper {
    width: 100%;
}

.sidebar-product-description {
    margin: 16px 0 24px 0;
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

.sidebar-booking-form-wrapper h2 {
    margin: 0 0 16px 0;
    font-size: 24px;
    color: #000;
    font-weight: 600;
}

.sidebar-reserve-button {
    display: inline-block;
    margin-top: 12px;
    padding: 12px 22px;
    border-radius: 999px;
    background: #0c71c3;
    color: #fff;
    border: none;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    line-height: 1;
    text-align: center;
}

.sidebar-booking-loading {
    text-align: center;
    padding: 40px 20px;
    color: #666;
}

.sidebar-booking-error {
    background-color: #fee;
    border: 1px solid #fcc;
    color: #c33;
    padding: 16px;
    border-radius: 4px;
    margin: 20px 0;
}

.sb-single-page {
    padding: 32px 40px 40px 40px;
}

.sb-header {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 24px;
}

.sb-title {
    font-size: 22px;
    font-weight: 600;
    color: #1a1a1a;
}

.sb-stepper {
    display: flex;
    gap: 24px;
    align-items: center;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 12px;
}

.sb-stepper-item {
    position: relative;
    background: none;
    border: none;
    font-size: 13px;
    font-weight: 600;
    color: #7a7a7a;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    cursor: pointer;
    padding-left: 24px;
}

.sb-stepper-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    border: 2px solid #c9c9c9;
    border-radius: 50%;
    background: #fff;
}

.sb-stepper-item.is-active {
    color: #1a1a1a;
}

.sb-stepper-item.is-active::before {
    border-color: #1a1a1a;
    background: #1a1a1a;
}

.sb-stepper-item.is-disabled {
    opacity: 0.4;
    pointer-events: none;
}

.sb-layout {
    display: flex;
    gap: 32px;
}

.sb-main {
    flex: 1 1 auto;
    min-width: 0;
}

.sb-summary {
    flex: 0 0 340px;
}

.sb-summary-card {
    border: 1px solid #e7e7e7;
    border-radius: 12px;
    padding: 16px;
    background: #fff;
    position: sticky;
    top: 24px;
}

.sb-summary-head {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 16px;
}

.sb-summary-image {
    width: 64px;
    height: 64px;
    border-radius: 10px;
    object-fit: cover;
    background: #f3f3f3;
}

.sb-product-title {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1.3;
}

.sb-product-subtitle {
    font-size: 13px;
    color: #6a6a6a;
}

.sb-summary-line {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    color: #4c4c4c;
    padding: 8px 0;
    border-top: 1px solid #f0f0f0;
}

.sb-summary-total {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    padding-top: 12px;
    margin-top: 12px;
    border-top: 1px solid #e7e7e7;
}

.sb-step {
    display: none;
    border: 1px solid #efefef;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
}

.sb-step.is-active {
    display: block;
}

.sb-step h2 {
    margin: 0 0 16px 0;
    font-size: 18px;
    color: #1a1a1a;
}

.sb-step h3 {
    margin: 20px 0 12px 0;
    font-size: 15px;
    color: #1a1a1a;
}

.sb-field {
    margin-bottom: 16px;
}

.sb-date-range {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.sb-label {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #5a5a5a;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.sb-input {
    width: 100%;
    padding: 12px 14px;
    border-radius: 10px;
    border: 1px solid #e2e2e2;
    font-size: 14px;
    color: #1a1a1a;
}

.sb-fixed-dates {
    padding: 12px 14px;
    border-radius: 10px;
    border: 1px solid #e2e2e2;
    background: #f9f9f9;
    font-size: 14px;
    color: #1a1a1a;
}

.sb-qty-control {
    display: inline-flex;
    align-items: center;
    border: 1px solid #e2e2e2;
    border-radius: 999px;
    overflow: hidden;
}

.sb-qty-btn {
    width: 36px;
    height: 36px;
    border: none;
    background: #f7f7f7;
    cursor: pointer;
    font-size: 16px;
}

.sb-qty-input {
    width: 48px;
    text-align: center;
    border: none;
    font-size: 14px;
    padding: 0;
    background: #fff;
}

.sb-actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 16px;
}

.sb-inline-error {
    margin-top: 12px;
    padding: 10px 12px;
    border-radius: 8px;
    background: #fff3f3;
    border: 1px solid #f2c8c8;
    color: #a22727;
    font-size: 13px;
}

.sb-primary {
    border: none;
    border-radius: 999px;
    padding: 10px 20px;
    background: #111;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}

.sb-primary.is-disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.sb-secondary {
    border: 1px solid #dadada;
    border-radius: 999px;
    padding: 10px 20px;
    background: #fff;
    color: #1a1a1a;
    font-size: 14px;
    cursor: pointer;
    margin-right: 8px;
}

.sb-checkout {
    margin-top: 24px;
}

.sb-checkout .woocommerce {
    max-width: 100%;
}

.sb-checkout .col2-set {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    margin-bottom: 32px;
}

.sb-checkout .col-1,
.sb-checkout .col-2 {
    width: 100%;
}

.sb-checkout h3 {
    font-size: 18px;
    margin: 0 0 16px 0;
    color: #1a1a1a;
}

.sb-checkout .form-row {
    margin-bottom: 16px;
}

.sb-checkout .form-row label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #4a4a4a;
}

.sb-checkout .form-row input[type="text"],
.sb-checkout .form-row input[type="email"],
.sb-checkout .form-row input[type="tel"],
.sb-checkout .form-row select,
.sb-checkout .form-row textarea {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #d5d5d5;
    border-radius: 8px;
    font-size: 14px;
}

.sb-checkout #order_review {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 24px;
}

.sb-checkout .shop_table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 16px;
}

.sb-checkout .shop_table th,
.sb-checkout .shop_table td {
    padding: 12px;
    text-align: left;
    border-bottom: 1px solid #e8e8e8;
}

.sb-checkout .shop_table thead th {
    font-weight: 600;
    color: #1a1a1a;
}

.sb-checkout .cart-subtotal,
.sb-checkout .order-total {
    font-weight: 600;
}

.sb-checkout .woocommerce-checkout-payment {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    border: 1px solid #e5e5e5;
}

.sb-checkout .wc_payment_methods {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.sb-checkout .wc_payment_method {
    margin-bottom: 12px;
    padding: 12px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
}

.sb-checkout .wc_payment_method input[type="radio"] {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    vertical-align: middle;
}

.sb-checkout .wc_payment_method label {
    display: inline;
    font-weight: 600;
    cursor: pointer;
    vertical-align: middle;
}

.sb-checkout .payment_box {
    padding: 12px;
    background: #f7f7f7;
    border-radius: 6px;
    margin-top: 10px;
    font-size: 13px;
}

.sb-checkout #place_order {
    width: 100%;
    padding: 14px 24px;
    background: #111;
    color: #fff;
    border: none;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

.sb-checkout #place_order:hover {
    background: #333;
}

.sb-checkout .woocommerce-terms-and-conditions-wrapper {
    margin-bottom: 16px;
}

.sb-checkout .woocommerce-privacy-policy-text {
    font-size: 12px;
    color: #666;
    margin-bottom: 16px;
}

@media (max-width: 960px) {
    .sb-layout {
        flex-direction: column;
    }

    .sb-summary {
        flex-basis: auto;
    }

    .sb-summary-card {
        position: static;
    }

    .sb-checkout .col2-set {
        grid-template-columns: 1fr;
    }
}
