/* TestimonialMosaic widget - theme-agnostic (used on both the wla2026 and legacy
   default-responsive themes), so no dependency on either theme's CSS variables. */
.wla-mosaic-wrap {
    max-width: 980px;
    margin: 0 auto 30px;
    text-align: center;
}

.wla-mosaic-wrap h3 {
    font-size: 1.4rem;
    margin-bottom: 6px;
    color: #10202E;
}

.wla-mosaic-wrap p.wla-mosaic-sub {
    color: #5C6B79;
    font-size: .95rem;
    margin: 0 0 16px;
}

.wla-mosaic-viewer {
    width: 100%;
    height: 420px;
    background: #f4f6f9;
    border-radius: 12px;
    border: 1px solid #E6E9EE;
    overflow: hidden;
}

@media (max-width: 768px) {
    .wla-mosaic-viewer {
        height: 260px;
    }
}
