.recal-step-form .step {
    display: none;
}
.recal-step-form .step.active {
    display: block;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.booking-alert {
    margin: 10px 0 20px;
    padding: 12px 14px;
    border-radius: 6px;
    background: #ffeaea;
    color: #7a1b1b;
    border: 1px solid #f5b5b5;
}
.recal-progress-bar {
    margin-bottom: 20px;
}
.recal-progress-bar .progress {
    height: 6px;
    background: #eee;
    border-radius: 4px;
    overflow: hidden;
}
.recal-progress-bar .progress-bar {
    height: 6px;
    background: #2271b1;
    transition: width 0.3s ease;
}
.step-indicators {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
    font-size: 14px;
}
.step-indicators li {
    flex: 1;
    text-align: center;
    opacity: 0.4;
}
.step-indicators li.active {
    font-weight: bold;
    opacity: 1;
}
.form-nav {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
.fc-event.slot-disabled {
    background-color: #ccc !important;
    color: #666 !important;
    cursor: not-allowed !important;
    text-decoration: line-through;
    opacity: 0.6;
}
.fc-event.slot-selected {
    background-color: #0073aa !important;
    color: #fff !important;
    border-color: #005177 !important;
}
.fc-event.slot-selected::after {
    content: "Selected";
    display: inline-block;
    margin-left: 6px;
    font-size: 11px;
    opacity: 0.9;
}
.fc-event.is-holiday {
    background-color: #dd6d56 !important;
}
.recal-step-form button:focus-visible,
.recal-step-form a:focus-visible,
.recal-step-form input:focus-visible,
.recal-step-form select:focus-visible,
.recal-step-form textarea:focus-visible,
.fc-event:focus-visible {
    outline: 3px solid #1a73e8;
    outline-offset: 2px;
}
.serial-number-group {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}
.serial-number-group input {
    flex: 1;
}
.serial-number-group .remove-serial {
    background: none;
    border: none;
    color: red;
    font-size: 16px;
    cursor: pointer;
}
.step .form-nav .next-step.is-disabled {
    opacity: .5;
    pointer-events: none;
}
