/* WRM Public Styles */

.wrm-returns-table {
    width: 100%;
}

.wrm-status {
    display: inline-block;
    padding: 3px 8px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 600;
    background: #e5e5e5;
}

.wrm-status--pending {
    background: #f0c33c;
    color: #503d00;
}

.wrm-status--approved {
    background: #c6e1c6;
    color: #2e4a2e;
}

.wrm-status--rejected {
    background: #eba3a3;
    color: #761919;
}

.wrm-status--receiving,
.wrm-status--received {
    background: #c8d7e1;
    color: #2e4453;
}

.wrm-status--processing {
    background: #d4a8d4;
    color: #4a2e4a;
}

.wrm-status--completed {
    background: #7ad03a;
    color: #1b3a00;
}

.wrm-status--cancelled {
    background: #e5e5e5;
    color: #555;
}

/* Return detail */
.wrm-return-detail-table th {
    width: 30%;
    font-weight: 600;
}

/* Create form */
.wrm-create-return-form .form-row,
.wrm-guest-create-form .form-row,
.wrm-guest-lookup-form .form-row {
    margin-bottom: 15px;
}

.wrm-create-return-form label,
.wrm-guest-create-form label,
.wrm-guest-lookup-form label {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
}

.wrm-create-return-form textarea,
.wrm-guest-create-form textarea {
    width: 100%;
}

.wrm-create-return-form .qty,
.wrm-guest-create-form .qty {
    width: 60px;
    text-align: center;
}

/* Activity timeline */
.wrm-activity-timeline {
    list-style: none;
    padding: 0;
    margin: 0;
}

.wrm-activity-timeline li {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.wrm-activity-timeline li:last-child {
    border-bottom: none;
}

.wrm-activity-date {
    display: block;
    font-size: 12px;
    color: #666;
    margin-bottom: 3px;
}

.wrm-activity-desc {
    font-size: 14px;
}

/* Return button on order */
.wrm-return-button {
    margin-top: 10px;
}
