.ratings-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.filter-form {
    background-color: #f8f9fa;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
}

.filter-form .row {
    align-items: flex-end;
}

.filter-form select {
    width: 100%;
}

.filter-buttons {
    display: flex;
    justify-content: flex-end;
}

.filter-buttons .btn {
    margin-left: 10px;
}

.table-responsive {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.table thead th {
    background-color: #007bff;
    color: #fff;
    border: none;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 123, 255, 0.05);
}

.pagination {
    justify-content: center;
    margin-top: 20px;
}

.table th a {
    color: #fff;
}
