/* ==========================================================================
   GS Venue Blocks — contact.css
   Contact & Socials pill row. Hard-coded chrome in template-venue-v3.php
   (not a Gutenberg block). Pill visuals live in pills.css; this file just
   handles the row layout.
   ========================================================================== */

.gs-venue__contact {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
