/* ==========================================
   RUNHAMS LP COMMERCIAL - TESTIMONIAL
   Background: #f3f3f3 (between FAQ white and Map grey)
   ========================================== */

.runhams-lp-offices-testimonial {
    background-color: #f3f3f3;
    padding: 5rem 0;
}

.runhams-lp-offices-testimonial-inner {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 2rem;
}

.runhams-lp-offices-testimonial-card {
    background-color: #fff;
    border-radius: 12px;
    padding: 2.5rem;
    border: 1px solid #e8e8e8;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    position: relative;
}

/* Subtle quote mark accent */
.runhams-lp-offices-testimonial-card::before {
    content: '\201C';
    position: absolute;
    top: 1.25rem;
    right: 2rem;
    font-size: 5rem;
    font-family: Georgia, serif;
    color: rgba(217, 15, 15, 0.08);
    line-height: 1;
    pointer-events: none;
}

/* Header — Google icon + name + stars */
.runhams-lp-offices-testimonial-header {
    display: flex;
    align-items: center;
    gap: 0.875rem;
    margin-bottom: 1.25rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #f0f0f0;
}

.runhams-lp-offices-testimonial-gicon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    flex-shrink: 0;
}

.runhams-lp-offices-testimonial-meta {
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
}

.runhams-lp-offices-testimonial-meta strong {
    font-family: 'Overpass', sans-serif;
    font-size: 1.0625rem;
    font-weight: 600;
    color: #333;
}

.runhams-lp-offices-testimonial-stars {
    color: #f59e0b;
    font-size: 0.9375rem;
    letter-spacing: 1px;
}

/* Body — expandable text */
.runhams-lp-offices-testimonial-body {
    position: relative;
}

.runhams-lp-offices-testimonial-text {
    font-family: 'Overpass', sans-serif;
    font-size: 1rem;
    color: #555;
    font-weight: 300;
    line-height: 1.8;
    font-style: italic;
    max-height: 5.4em;
    overflow: hidden;
    transition: max-height 0.4s ease;
    position: relative;
}

/* Fade-out gradient when collapsed */
.runhams-lp-offices-testimonial-text:not(.runhams-lp-offices-testimonial-text--expanded)::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2.5em;
    background: linear-gradient(transparent, #fff);
    pointer-events: none;
}

/* Expanded state */
.runhams-lp-offices-testimonial-text--expanded {
    max-height: 600px;
}

.runhams-lp-offices-testimonial-text--expanded::after {
    display: none;
}

/* Toggle button */
.runhams-lp-offices-testimonial-toggle {
    display: inline-block;
    margin-top: 0.75rem;
    padding: 0;
    background: none;
    border: none;
    font-family: 'Overpass', sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    color: #d90f0f;
    cursor: pointer;
    transition: color 0.3s ease;
}

.runhams-lp-offices-testimonial-toggle:hover {
    color: #b50d0d;
}

/* Tablet */
@media (max-width: 1024px) {
    .runhams-lp-offices-testimonial { padding: 4.5rem 0; }
}

/* Mobile */
@media (max-width: 768px) {
    .runhams-lp-offices-testimonial { padding: 4rem 0; }
    .runhams-lp-offices-testimonial-inner { padding: 0 1.5rem; }
    .runhams-lp-offices-testimonial-card { padding: 2rem 1.75rem; }
    .runhams-lp-offices-testimonial-text { font-size: 0.9375rem; }
    .runhams-lp-offices-testimonial-text--expanded { max-height: 800px; }
}

/* Small mobile */
@media (max-width: 480px) {
    .runhams-lp-offices-testimonial { padding: 3.5rem 0; }
    .runhams-lp-offices-testimonial-inner { padding: 0 1rem; }
    .runhams-lp-offices-testimonial-card { padding: 1.75rem 1.25rem; border-radius: 8px; }
    .runhams-lp-offices-testimonial-card::before { font-size: 3.5rem; top: 0.75rem; right: 1.25rem; }
    .runhams-lp-offices-testimonial-text { font-size: 0.875rem; max-height: 4.2em; }
    .runhams-lp-offices-testimonial-text--expanded { max-height: 800px; }
    .runhams-lp-offices-testimonial-meta strong { font-size: 1rem; }
    .runhams-lp-offices-testimonial-gicon { width: 30px; height: 30px; }
}
