.salus-rental-period {
    font-size: .92em;
    opacity: .8;
    white-space: nowrap;
}

.salus-rental-box {
    margin: 16px 0;
    padding: 14px 16px;
    border: 1px solid #d8dee9;
    border-radius: 8px;
    background: #f8fafc;
}

.salus-rental-box p {
    margin: 0 0 8px;
}

.salus-rental-box p:last-child {
    margin-bottom: 0;
}

.salus-rental-note,
.salus-rental-cart-note {
    color: #555;
}

.salus-admin-rental-panel {
    clear: both;
    margin: 18px 0 0;
    padding: 14px 16px;
    border: 1px solid #ccd0d4;
    background: #fff;
}

.salus-admin-rental-panel h3 {
    margin: 0 0 12px;
}

.salus-admin-rental-panel .form-field-wide input[type="date"],
.salus-admin-rental-panel .form-field-wide select {
    width: 100%;
    max-width: 280px;
}

.salus-admin-rental-actions {
    margin-top: 12px;
}

.salus-rental-badge {
    display: inline-block;
    padding: 3px 8px;
    border-radius: 999px;
    font-size: 12px;
    line-height: 1.4;
    background: #e5e7eb;
    color: #111827;
}

.salus-rental-badge.salus-active {
    background: #dcfce7;
    color: #166534;
}

.salus-rental-badge.salus-overdue {
    background: #fee2e2;
    color: #991b1b;
}

.salus-rental-badge.salus-completed {
    background: #dbeafe;
    color: #1e40af;
}

.salus-rental-badge.salus-cancelled {
    background: #f3f4f6;
    color: #4b5563;
}

.salus-rental-badge.salus-renewal,
.salus-rental-badge.salus-renewal_order {
    background: #fef3c7;
    color: #92400e;
}
