.mm-google-rating {
    padding: 1rem 1.5rem;
    background: #f8fafc;
    border-top: 1px solid #e5e7eb;
    text-align: center;
    font-family: "Inter", sans-serif;
}

.mm-google-rating a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.45rem;
    color: #0f1b2d;
    font-weight: 700;
    text-decoration: none;
}

.mm-google-rating a:hover,
.mm-google-rating a:focus-visible {
    color: #2563eb;
    text-decoration: underline;
}

.mm-google-rating-stars,
.mm-testimonial-stars {
    color: #f59e0b;
    letter-spacing: 0.12em;
}

.mm-testimonial {
    padding: 3rem 1.5rem;
    background: #f8fafc;
    font-family: "Inter", sans-serif;
}

.mm-testimonial-inner {
    max-width: 900px;
    margin: 0 auto;
    padding: 2rem;
    background: #fff;
    border: 1px solid rgba(37, 99, 235, 0.16);
    border-radius: 20px;
    box-shadow: 0 16px 40px rgba(15, 27, 45, 0.07);
    text-align: center;
}

.mm-testimonial-label {
    margin: 0 0 0.8rem;
    color: #2563eb;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.mm-testimonial blockquote {
    max-width: 760px;
    margin: 0 auto 1rem;
    color: #1f2937;
    font-family: "Sora", sans-serif;
    font-size: clamp(1.15rem, 2.4vw, 1.5rem);
    font-weight: 600;
    line-height: 1.55;
}

.mm-testimonial-meta {
    margin: 0;
    color: #6b7280;
    font-size: 0.95rem;
}

.mm-testimonial-meta a {
    color: #2563eb;
    font-weight: 700;
}

@media (max-width: 640px) {
    .mm-testimonial {
        padding: 2rem 1rem;
    }

    .mm-testimonial-inner {
        padding: 1.5rem 1.2rem;
    }
}
