/*
Theme Name: Twenty Twenty-Five Child
Template: twentytwentyfive
Version: 1.0
*/

.brand-dashboard-table {
    width: 100%;
    border-collapse: collapse;
}

.brand-dashboard-table th {
    background-color: #f9f9f9;
    font-weight: bold;
    padding: 8px;
    border-bottom: 1px solid #ccc;
}

.brand-dashboard-table td {
    padding: 8px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
}

.compliance-status-table th,
.compliance-status-table td {
    text-align: left;
    vertical-align: top;
}

.compliance-status-table tr:nth-child(even) {
    background-color: #fafafa;
}
