﻿.google-reviews-widget {
    background: #ffffff;
}

    .google-reviews-widget h2 {
        font-weight: 700;
        color: #1f2933;
    }

    .google-reviews-widget .lead {
        color: #4b5563;
    }

.google-review-card {
    position: relative;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    padding: 2.25rem;
    min-height: 390px;
    display: flex;
    flex-direction: column;
}

.google-review-quote {
    position: absolute;
    top: 1rem;
    left: 1.25rem;
    font-size: 5rem;
    line-height: 1;
    color: rgba(200, 16, 46, 0.08);
    font-family: Georgia, serif;
}

.google-review-stars {
    color: #f2a900;
    font-size: 1.25rem;
    letter-spacing: 0.2rem;
    position: relative;
    z-index: 1;
}

.google-review-text {
    color: #374151;
    font-size: 1.05rem;
    line-height: 1.65;
    font-style: italic;
    position: relative;
    z-index: 1;
    flex-grow: 1;
}

.google-review-full-text {
    color: #374151;
    font-size: 1.05rem;
    line-height: 1.75;
}

.google-review-read-more {
    border: 0;
    background: transparent;
    color: #c8102e;
    font-weight: 700;
    padding: 0;
    margin-top: 1rem;
    text-align: left;
    align-self: flex-start;
}

    .google-review-read-more:hover {
        text-decoration: underline;
    }

.google-review-name {
    color: #111827;
    font-weight: 700;
    font-size: 1.05rem;
    margin-top: 1rem;
}

.google-review-date,
.google-review-source {
    color: #6b7280;
    font-size: 0.9rem;
    margin-top: 0.35rem;
}

.google-review-google-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    margin-right: 0.35rem;
    color: #4285f4;
}

.google-review-indicators {
    position: static;
    margin-top: 2rem;
}

    .google-review-indicators [data-bs-target] {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #6b7280;
    }

.google-reviews-widget .carousel-control-prev,
.google-reviews-widget .carousel-control-next {
    width: 4%;
}

.google-reviews-widget .carousel-control-prev-icon,
.google-reviews-widget .carousel-control-next-icon {
    background-color: #c8102e;
    border-radius: 50%;
    padding: 1.25rem;
    background-size: 60%;
}

@media (max-width: 991px) {
    .google-review-card {
        min-height: auto;
    }

    .google-reviews-widget .carousel-control-prev,
    .google-reviews-widget .carousel-control-next {
        display: none;
    }
}
