/* ==========================================================================
   GS Venue Blocks — reviews.css
   Visitor reviews section. Includes blockquote attribution line below the
   review prose (e.g. "Based on Google Reviews as of [month] [year].").
   ========================================================================== */

.gs-venue__body .wp-block-quote {
    margin: 24px 0 0;
    padding: 16px 20px;
    background: #fafafa;
    border-left: 3px solid #111;
    border-radius: 0 8px 8px 0;
}
.gs-venue__body .wp-block-quote p {
    margin: 0;
    font-size: 13px;
    color: #111;
    font-style: italic;
}
