/*
 * T6 — Google Reviews rendered through Glamr Testimonial Style 2.
 *
 * Section layout, testimonial chrome, typography, stars, author composition,
 * navigation arrows and responsive behavior are owned by the licensed Glamr
 * theme. VHL CSS is intentionally limited to real provider image geometry.
 */

.testimonial-section-one
    [data-google-review-card]
    .pbminfotech-box-img
    img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-section-one
    [data-google-review-card]
    .pbminfotech-testimonial-text
    p {
    margin-bottom: 0;
}

/*
 * Google Business Profile avatars must not occupy the Glamr editorial
 * testimonial image slot. The card Blade should avoid rendering this
 * wrapper, and this scoped CSS is a defensive guard for cached/legacy markup.
 */
.testimonial-section-one
    [data-google-review-card]
    .pbminfotech-box-img {
    display: none !important;
}

.testimonial-section-one
    [data-google-review-card]
    .vhl-google-review-author-avatar {
    display: flex;
    justify-content: center;
    margin: 22px 0 12px;
}

.testimonial-section-one
    [data-google-review-card]
    .vhl-google-review-author-avatar__image {
    display: block;
    width: 54px;
    height: 54px;
    max-width: 54px;
    max-height: 54px;
    min-width: 54px;
    min-height: 54px;
    object-fit: cover;
    border-radius: 999px;
    border: 1px solid rgba(201, 172, 112, 0.75);
    background: rgba(255, 255, 255, 0.08);
}
