/* course_details.php — seat/qty form on sidebar CTA */

.checkout-seat-form {
    margin-top: 14px;
}

.checkout-seat-form label {
    display: block;
    font-weight: 700;
    font-size: 0.85rem;
    color: var(--muted);
    margin-bottom: 8px;
}

.checkout-seat-form .seat-input {
    width: 100%;
    padding: 11px 14px;
    border-radius: 10px;
    border: 1px solid var(--border);
    font-weight: 700;
    margin-bottom: 12px;
    box-sizing: border-box;
    background: #fff;
    color: var(--text);
}

.checkout-seat-form .cta {
    width: 100%;
    justify-content: center;
    border: none;
    cursor: pointer;
    font: inherit;
}
