/* ═══════════════════════════════════════════════════
   ACS Google Reviews Block
   ═══════════════════════════════════════════════════ */

.acs-reviews__container {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

/* ── Intro ────────────────────────────────────────── */
.acs-reviews__intro {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

/* ── Feed ─────────────────────────────────────────── */
.acs-reviews__feed {
    width: 100%;
}

/* ── Empty state (editor preview only) ───────────── */
.acs-reviews__empty {
    font-size: 13px;
    color: #9a9595;
    font-style: italic;
    padding: 24px;
    background: #f0ede8;
    border-radius: 8px;
}

/* ── Responsive ───────────────────────────────────── */
@media (max-width: 860px) {

    .acs-reviews__headline {
        font-size: 28px;
    }
}