#ham-rtr-booking-container {
    width: 98%;
    max-width: 98%;
    margin: 20px auto;
    font-family: sans-serif;
}

.ham-rtr-session-list {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.ham-rtr-session-list th, 
.ham-rtr-session-list td {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    text-align: left;
}

.ham-rtr-session-list th {
    background: #f4f4f4;
}

.form-row {
    margin-bottom: 15px;
}

.form-row label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.form-row input {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
}

.ham-rtr-success {
    background: #e7f4e7;
    border: 1px solid #c3e6cb;
    color: #155724;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 4px;
}

.ham-rtr-error {
    background: #f8d7da;
    border: 1px solid #f5c6cb;
    color: #721c24;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 4px;
}

.ham-rtr-reg-num {
    font-family: monospace;
    font-size: 1.2em;
    background: #f0f0f0;
    padding: 2px 6px;
    border-radius: 4px;
    font-weight: bold;
}

.ham-rtr-badge {
    display: inline-block;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 0.9em;
    font-weight: bold;
    text-transform: uppercase;
}

.status-pending { background: #fff8e1; color: #856404; border: 1px solid #ffeeba; }
.status-confirmed { background: #e8f5e9; color: #1b5e20; border: 1px solid #c8e6c9; }
.status-cancelled { background: #ffebee; color: #b71c1c; border: 1px solid #ffcdd2; }
.status-rescheduled { background: #e3f2fd; color: #0d47a1; border: 1px solid #bbdefb; }

.ham-rtr-status-lookup {
    max-width: 500px;
    margin: 20px auto;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fff;
}

.ham-rtr-status-form .form-row {
    display: flex;
    gap: 10px;
    align-items: flex-end;
}

.ham-rtr-status-form input {
    flex: 1;
}

.ham-rtr-status-result {
    margin-top: 20px;
    padding: 15px;
    background: #f9f9f9;
    border-radius: 6px;
}
