.testimonials__google-icon {
    position: relative;
    cursor: default;
    z-index: 2;
}
.testimonials__google-icon::before,
.testimonials__google-icon::after {
    content: none !important;
    display: none !important;
}
.google-review-tooltip {
    position: fixed;
    z-index: 10000;
    background: #111;
    color: #fff;
    font-family: Inter, sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
    white-space: nowrap;
    padding: 8px 12px;
    border-radius: 8px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
    transition: opacity 0.15s ease;
}
.google-review-tooltip.is-visible {
    opacity: 1;
    visibility: visible;
}
.testimonials__card {
    cursor: default;
    text-decoration: none;
    color: inherit;
}
