/**
 * RentStack Customer Portal Styles
 *
 * @package RentStack
 * @since   1.6.0
 */

.rentstack-portal-table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 16px;
}

.rentstack-portal-table th,
.rentstack-portal-table td {
	padding: 10px 12px;
	border-bottom: 1px solid #e0e0e0;
	text-align: left;
}

.rentstack-portal-table th {
	font-weight: 600;
	background: #f9f9f9;
}

.rentstack-status-badge {
	display: inline-block;
	padding: 2px 10px;
	border-radius: 12px;
	font-size: 0.8rem;
	font-weight: 600;
}

.rentstack-status-active    { background: #d4edda; color: #155724; }
.rentstack-status-returned  { background: #d1ecf1; color: #0c5460; }
.rentstack-status-cancelled { background: #f8d7da; color: #721c24; }

.rentstack-portal-empty {
	color: #666;
	font-style: italic;
	padding: 20px 0;
}