/* Returns UI Styles */
.rpd-return-section {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 16px;
    margin-top: 16px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.rpd-return-section h4 {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 1.1em;
    color: #1e293b;
    font-weight: 600;
}

.rpd-return-form {
    background: #f8fafc;
    border: 1px solid #f1f5f9;
    border-radius: 6px;
    padding: 16px;
    margin-top: 15px;
}

.rpd-return-form .rpd-f {
    margin-bottom: 14px;
}

.rpd-return-form .rpd-f label {
    display: block;
    font-weight: 600;
    font-size: 0.9em;
    color: #475569;
    margin-bottom: 6px;
}

.rpd-return-form .rpd-f select,
.rpd-return-form .rpd-f input[type="number"],
.rpd-return-form .rpd-f textarea {
    width: 100%;
    padding: 8px 12px;
    border: 1.5px solid #cbd5e1;
    border-radius: 6px;
    font-size: 0.95em;
    color: #1e293b;
    background-color: #fff;
    box-sizing: border-box;
}

.rpd-return-form .rpd-f input[type="file"] {
    font-size: 0.9em;
}

/* Returns statuses */
.rpd-pill-pending {
    background: #fef3c7;
    color: #d97706;
}
.rpd-pill-approved,
.rpd-pill-resolved_approved {
    background: #d1fae5;
    color: #059669;
}
.rpd-pill-rejected,
.rpd-pill-resolved_rejected {
    background: #fee2e2;
    color: #dc2626;
}
.rpd-pill-disputed {
    background: #e0f2fe;
    color: #0284c7;
}
