.ib-panel { direction: rtl; text-align: right; font-family: inherit; }
.ib-panel h3 { margin-bottom: 15px; }

.ib-table {
	width: 100%;
	border-collapse: collapse;
	background: #fff;
}
.ib-table th, .ib-table td {
	padding: 10px 12px;
	border-bottom: 1px solid #e5e7eb;
	text-align: right;
	font-size: 14px;
}
.ib-table th { background: #f9fafb; }

.ib-status {
	display: inline-block;
	padding: 3px 10px;
	border-radius: 20px;
	font-size: 12px;
	font-weight: 600;
}
.ib-status-paid { background: #dcfce7; color: #166534; }
.ib-status-pending { background: #fef9c3; color: #854d0e; }
.ib-status-overdue { background: #fee2e2; color: #991b1b; }

.ib-btn {
	display: inline-block;
	padding: 6px 14px;
	border-radius: 6px;
	font-size: 13px;
	text-decoration: none;
	border: 0;
	cursor: pointer;
}
.ib-btn-primary { background: #4f46e5; color: #fff; }
.ib-btn-secondary { background: #e5e7eb; color: #111827; }

.ib-login-notice { padding: 15px; background: #fef9c3; border-radius: 8px; }
