/* WC RMA – Frontend Styles */

.wc-rma-form p.form-row {
    margin-bottom: 1.5em;
}

.wc-rma-form label {
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
}

.wc-rma-form select,
.wc-rma-form textarea {
    width: 100%;
    max-width: 500px;
}

.rma-checkbox-label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: normal;
    margin-bottom: 4px;
}

.wc-rma-request-btn {
    margin-top: 1em;
}

/* Status badges */
.rma-status {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 0.82em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.rma-status--rma-pending {
    background: #fff8e5;
    color: #996600;
    border: 1px solid #f5c518;
}

.rma-status--rma-approved {
    background: #eafaf1;
    color: #1a7a3e;
    border: 1px solid #52be80;
}

.rma-status--rma-rejected {
    background: #fdf0ee;
    color: #c0392b;
    border: 1px solid #e74c3c;
}

.rma-status--rma-completed {
    background: #eaf4fb;
    color: #1a5276;
    border: 1px solid #3498db;
}
