/* ── Availability Module ─────────────────────────────────────────────────── */

.r33-avail-section {
    margin-bottom: 32px;
    padding-bottom: 24px;
    border-bottom: 1px solid #1a1a1a;
}

.r33-avail-section h3 {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #888;
    margin: 0 0 16px 0;
}

.r33-toggle-row {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 12px;
}

.r33-toggle-label {
    font-size: 14px;
    color: #ccc;
}

.r33-radius-field {
    max-width: 280px;
}

.r33-radius-field select {
    width: 100%;
    background: #1a1a1a;
    border: 1px solid #2a2a2a;
    border-radius: 4px;
    color: #e0e0e0;
    font-size: 14px;
    padding: 10px 14px;
    box-sizing: border-box;
}

.r33-schedule-header {
    display: grid;
    grid-template-columns: 110px 60px 1fr 1fr;
    gap: 8px;
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #2a2a2a;
}

.r33-schedule-header span {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #666;
}

.r33-schedule-row {
    display: grid;
    grid-template-columns: 110px 60px 1fr 1fr;
    gap: 8px;
    align-items: center;
    margin-bottom: 10px;
}

.r33-schedule-day {
    font-size: 13px;
    color: #888;
}

.r33-time-input {
    background: #1a1a1a;
    border: 1px solid #2a2a2a;
    border-radius: 4px;
    color: #e0e0e0;
    font-size: 13px;
    padding: 7px 10px;
    width: 100%;
    box-sizing: border-box;
}

.r33-time-input:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.r33-time-input:focus {
    outline: none;
    border-color: #c9a84c;
}

.r33-tour-fields {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 12px;
    max-width: 600px;
}

.r33-tour-badge {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
}

.r33-tour-badge.touring {
    background: #1a3a1a;
    color: #4caf50;
    border: 1px solid #4caf50;
}

.r33-tour-badge.soon {
    background: #1a2a3a;
    color: #c9a84c;
    border: 1px solid #c9a84c;
}
