
.rl-dashboard {
    background: #0b0f19;
    color: #e5e7eb;
    padding: 20px;
    border-radius: 14px;
    font-family: Inter, sans-serif;
}

.rl-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.rl-header h3 {
    color: #60a5fa;
}

#rl-country-filter {
    background: #111827;
    color: white;
    border: 1px solid #1f2937;
    padding: 6px 10px;
    border-radius: 8px;
}

.rl-table {
    width: 100%;
    margin-top: 15px;
    border-collapse: collapse;
}

.rl-table th {
    background: #111827;
}

.rl-table th, .rl-table td {
    padding: 10px;
    border-bottom: 1px solid #1f2937;
    font-size: 13px;
}

.rl-table tr:hover {
    background: #111827;
}

.rl-error {
    color: #f87171;
}
