.grc-summary {
    text-align: center;
    margin-bottom: 36px;
}
.grc-excellent {
    font-size: 2.1rem;
    font-weight: bold;
    margin-bottom: 8px;
    letter-spacing: 1px;
}
.grc-stars {
    font-size: 2.3rem;
    color: #FFD700;
    margin-bottom: 4px;
    letter-spacing: 2px;
}
.grc-star {
    margin: 0 2px;
    font-family: inherit;
}
.grc-basedon {
    font-size: 1.13rem;
    color: #222;
    margin-bottom: 4px;
}
.grc-google-logo {
    width: 70px;
    height: auto;
    margin-top: 6px;
}

.grc-carousel {
    position: relative;
}

.grc-review {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 22px 0 rgba(38,50,56,0.09);
    padding: 30px 24px 20px 24px;
    margin: 0 16px;
    min-height: 240px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    font-size: 1.09em;
}

.grc-review-header {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
}
.grc-photo {
    border-radius: 50%;
    width: 46px;
    height: 46px;
    margin-right: 12px;
    object-fit: cover;
    background: #EEE;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: bold;
    font-size: 1.2em;
}
.grc-author-info {
    flex: 1 1 0;
}
.grc-author-name {
    font-weight: 700;
    font-size: 1.1em;
    margin-bottom: 0;
    text-transform: initial;
}
.grc-review-date {
    color: #888;
    font-size: 0.98em;
    margin-bottom: 0;
}
.grc-google-mark {
    width: 23px;
    height: 23px;
    margin-left: auto;
    background: none;
}

.grc-stars-row {
    font-size: 1.34rem;
    color: #FFD700;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    gap: 6px;
}
.grc-stars-row .grc-verified {
    font-size: 1.1em;
    color: #00C853;
    margin-left: 6px;
}

.grc-review-text {
    position: relative;
    width: 100%;
}
.grc-review-short {
    overflow: hidden;
    max-height: none;
    line-height: 1.8em;
    transition: max-height 0.3s;
    margin-bottom: 8px;
    text-align: left;
    position: relative;
    width: 100%;
}
.grc-review-text.clamped .grc-review-short {
    max-height: 7.2em;
}
.grc-review-text.expanded .grc-review-short {
    max-height: none !important;
    overflow: visible !important;
}
.grc-readmore, .grc-readless, .grc-review a {
    background: none;
    border: none;
    color: #1976d2;
    cursor: pointer;
    padding: 0;
    margin: 0 5px 5px 0;
    font-size: 1em;
    text-decoration: underline;
    display: inline;
}

.slick-next.custom-next, .slick-prev.custom-prev {
    background: #fff !important;
    color: #444 !important;
    border: none;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    font-size: 2em;
    z-index: 99;
    border: 1.5px solid #eee;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.slick-next.custom-next { right: -26px; }
.slick-prev.custom-prev { left: -26px; }
.slick-next.custom-next:hover, .slick
