/**
 * mod_google_reviews - Styles
 */

/* Stars */
.gr-star {
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
}

/* Global rating section */
.gr-module .gr-global {
    margin-bottom: 1.5rem;
}

.gr-module .gr-global-rating {
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1;
}

.gr-module .gr-total {
    font-size: 0.95rem;
    color: #6c757d;
}

.gr-module .gr-logo {
    max-height: 60px;
}

/* Review cards */
.gr-module .gr-card {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 0.5rem;
    height: 100%;
    transition: box-shadow 0.3s ease;
}

.gr-module .gr-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.gr-module .gr-card-body {
    padding: 1rem;
}

.gr-module .gr-author {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
}

.gr-module .gr-author-photo {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-right: 0.5rem;
}

.gr-module .gr-author-name {
    font-weight: bold;
}

.gr-module .gr-stars {
    margin-bottom: 0.25rem;
}

.gr-module .gr-text {
    font-size: 0.9em;
    max-height: 7.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0.5rem;
}

.gr-module .gr-date {
    font-size: 0.8em;
    color: #6c757d;
    margin-bottom: 0;
}

/* Carousel nav buttons */
.gr-module .carousel-control-prev,
.gr-module .carousel-control-next {
    width: 5%;
}

/* Load more button */
.gr-module .gr-load-more {
    text-align: center;
    margin-top: 1rem;
}
