.cs-reviews-widget .glsr-review-title {
/*     padding-left: 20px; */
    position:relative;
}
/* .cs-reviews-widget .glsr-review-title::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("https://eclipseglassesspain.com/wp-content/uploads/2026/02/review-quote.svg");
  background-size: contain;
  background-repeat: no-repeat;
  left: -27px;
  bottom: -4px;
  position: absolute;
} */


.rating-card {
    width: 100%;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #ddd;
}

.rating-card .rating-header {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 22px;
    font-weight: bold;
}

.rating-card .star {
    color: #ffa41c;
    font-size: 24px;
}

.rating-card .rating-score {
    font-weight: 700;
}

.rating-card .rating-count {
    font-size: 14px;
    font-weight: bold;
    color: #555;
}

.rating-card .rating-date {
    margin: 8px 0 20px;
    color: #555;
    font-size: 14px;
}

.rating-card .rating-row {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.rating-card .label {
    width: 45px;
    font-size: 14px;
    color: #007185;
    cursor: pointer;
    font-weight: bold;
}

.rating-card .bar {
    flex: 1;
    height: 15px;
    background: #e7e7e7;
    border-radius: 4px;
    overflow: hidden;
}


.rating-card .rating-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}



.rating-card .fill {
    height: 100%;
    background: #ff6200;
    transition: width 0.4s ease;
}

.rating-card .percent {
    width: 40px;
    font-size: 13px;
    text-align: right;
}

.rating-card .rating-date {
    font-size: 16px;
    font-weight: bold;
    color: #555;
}

.cs-reviews-widget .nav-links {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.cs-reviews-widget .glsr-filters-form label {
    font-weight: 500 !important;
    font-size: 16px !important;
    font-family: 'Segoe UI Semibold', sans-serif !important;
}

.cs-reviews-widget .glsr-filters form.glsr-filters-form .glsr-sort-by {
    flex: unset !important;
}

.cs-reviews-widget .glsr-field-select{
    min-width: 130px;
    max-width: 130px;
}

.cs-reviews-widget .wp-block-buttons.is-layout-flex {
    justify-content: center;
}

@media screen and (min-width: 1260px) {
    .rating-card {
        width: 80%;
    }
}
