.booktt-wizard {
    max-width: 720px;
    margin: 0 auto;
    font-family: inherit;
    border: 1px solid #ddd;
    border-radius: 6px;
    overflow: hidden;
}

.booktt-tabs {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    background: #f5f5f5;
    border-bottom: 1px solid #ddd;
}

.booktt-tab {
    flex: 1;
    text-align: center;
    padding: 12px 6px;
    font-size: 13px;
    color: #888;
    cursor: default;
    border-right: 1px solid #ddd;
}

.booktt-tab:last-child {
    border-right: none;
}

.booktt-tab.active {
    background: #fff;
    color: #222;
    font-weight: bold;
    border-bottom: 2px solid #2271b1;
}

.booktt-tab.completed {
    color: #2271b1;
}

.booktt-panels {
    padding: 24px;
}

.booktt-panel {
    display: none;
}

.booktt-panel.active {
    display: block;
}

.booktt-panel label {
    display: block;
    margin-top: 12px;
    margin-bottom: 4px;
    font-weight: 600;
}

.booktt-panel input[type="text"],
.booktt-panel input[type="tel"],
.booktt-panel input[type="email"],
.booktt-panel input[type="date"],
.booktt-panel input[type="number"] {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.booktt-field-row {
    display: flex;
    gap: 16px;
}

.booktt-field-row > div {
    flex: 1 1 50%;
    min-width: 0;
}

.booktt-half-width {
    width: 50% !important;
}

.booktt-checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: normal;
}

.booktt-checkbox input {
    width: auto;
}

.booktt-nav {
    margin-top: 24px;
    display: flex;
    justify-content: space-between;
}

.booktt-nav button {
    padding: 10px 20px;
    border-radius: 4px;
    border: 1px solid #2271b1;
    background: #2271b1;
    color: #fff;
    cursor: pointer;
}

.booktt-nav .booktt-back {
    background: #fff;
    color: #2271b1;
}

.booktt-error {
    color: #b32d2e;
    font-size: 13px;
    min-height: 18px;
}

.booktt-slot-list, .booktt-extras-list {
    margin-top: 12px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.booktt-slot-option, .booktt-extra-option {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
}

.booktt-slot-option.selected, .booktt-extra-option.selected {
    border-color: #2271b1;
    background: #eaf2fa;
}

.booktt-calendar-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.booktt-calendar-nav button {
    padding: 6px 12px;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 4px;
    cursor: pointer;
}

.booktt-cal-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 4px;
}

.booktt-cal-headcell {
    text-align: center;
    font-weight: 600;
    font-size: 12px;
    color: #666;
    padding: 4px 0;
}

.booktt-cal-cell {
    text-align: center;
    padding: 10px 0;
    border-radius: 4px;
    font-size: 14px;
}

.booktt-cal-blank {
    background: none;
}

.booktt-cal-unavailable {
    background: #eee;
    color: #aaa;
}

.booktt-cal-available {
    background: #cce4f7;
    color: #0a3d62;
    cursor: pointer;
    font-weight: 600;
}

.booktt-cal-available:hover {
    background: #b8d9f2;
}

.booktt-cal-selected {
    background: #2271b1;
    color: #fff;
}

.booktt-slot-option {
    padding: 8px;
    border-radius: 4px;
    text-align: center;
}

.booktt-slot-available {
    background: #c8e6c9;
    color: #1b5e20;
    cursor: pointer;
    font-weight: 600;
}

.booktt-slot-available:hover {
    background: #b2d8b4;
}

.booktt-slot-available.selected {
    background: #2271b1;
    color: #fff;
}

.booktt-slot-unavailable {
    background: #f8d7da;
    color: #721c24;
    cursor: not-allowed;
}

.booktt-extra-desc {
    color: #666;
    font-weight: normal;
}

.booktt-manual-select {
    margin-top: 16px;
    padding: 12px;
    border: 1px dashed #ccc;
    border-radius: 4px;
    background: #fafafa;
}

.booktt-manual-select select {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    margin-bottom: 8px;
}

.booktt-vehicle-result {
    margin-top: 12px;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fafafa;
    display: none;
}

.booktt-vehicle-result.show {
    display: block;
}

.booktt-total-row {
    margin-top: 16px;
    font-size: 16px;
}

.booktt-coupon-row {
    margin-top: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.booktt-coupon-row input {
    flex: 1;
    padding: 6px;
}
