/* Testimonials specific styles */

.testimonials-theme {
    color: #cd2f2e;
    fill: #cd2f2e;
}

.testimonials-centered {
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 20px;
}

.rating-display {
    margin-bottom: 40px;
}

.testimonials-rating {
    color: #cd2f2e;
    font-size: 4rem;
    font-weight: 700;
    margin: 0 0 10px 0;
    line-height: 1;
}

.reviews-count {
    color: #888;
    font-size: 1.1rem;
    margin: 10px 0 0 0;
    font-weight: 400;
}

.rating-bars-section {
    margin-bottom: 40px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.rating-row {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.rating-label {
    display: flex;
    align-items: center;
    gap: 6px;
    min-width: 45px;
}

.star-icon {
    fill: #cd2f2e;
    width: 16px;
    height: 16px;
}

.rating-number {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    order: 2;
}

.progress-wrapper {
    flex: 1;
}

.rating-percentage {
    min-width: 50px;
    text-align: right;
    font-size: 15px;
    color: #666;
    font-weight: 500;
}

.progress {
    height: 10px;
    margin: 0;
    background-color: #e0e0e0;
    border-radius: 5px;
    overflow: hidden;
}

.progress-bar {
    background-color: #cd2f2e !important;
    border-radius: 5px;
}

.button-section {
    margin-top: 30px;
}

.write-review-btn {
    background-color: #b87333;
    color: white;
    border: 2px solid #8b5a2b;
    border-radius: 8px;
    padding: 12px 50px;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.write-review-btn:hover {
    background-color: #a0632b;
    border-color: #7a4a23;
}

.select-filters {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 20px 0;
    flex-wrap: wrap;
}

.filter-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.filter-heading {
    font-weight: bold;
    font-size: 14px;
}

.filter-select {
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
}

.filter-item-long {
    min-width: 150px;
}

.card {
    margin-bottom: 20px;
    border: none;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.card-body {
    padding: 30px 20px;
}