/* Lifted from the live site's contact pages; scoped to .apex-contact by tools/scope_css.py. */
.apex-contact .hours-directions {
            display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; margin-bottom: 4rem;
        }
/* Mobile Responsive Styles for Contact Page */@media (max-width: 768px) {/* Hero section - reduce padding */.apex-contact section[style*="padding: 6rem 2rem 4rem"] {
                padding: 4rem 1.5rem 3rem !important;
            }
/* Hero buttons - adjust sizing */.apex-contact section a[style*="padding: 1.25rem 2.5rem"] {
                padding: 1rem 1.75rem !important;
                font-size: 1rem !important;
            }
/* Contact info grid - force single column */.apex-contact div[style*="grid-template-columns: repeat(auto-fit, minmax(280px, 1fr))"] {
                grid-template-columns: 1fr !important;
                gap: 1.5rem !important;
            }
/* Section padding */.apex-contact section[style*="padding: 5rem 0"] {
                padding: 3rem 0 !important;
            }
/* Container padding */.apex-contact section > div[style*="padding: 0 2rem"] {
                padding: 0 1.5rem !important;
            }

        }
@media (max-width: 480px) {/* Hero section - even less padding */.apex-contact section[style*="padding: 6rem 2rem 4rem"], .apex-contact section[style*="padding: 4rem 1.5rem 3rem"] {
                padding: 3rem 1rem 2rem !important;
            }
/* Hero buttons - stack and full width */.apex-contact section a[style*="padding: 1.25rem 2.5rem"], .apex-contact section a[style*="padding: 1rem 1.75rem"] {
                padding: 0.875rem 1.5rem !important;
                font-size: 0.95rem !important;
                width: 100% !important;
                justify-content: center !important;
            }
/* Button container */.apex-contact div[style*="display: flex"][style*="justify-content: center"][style*="gap: 1rem"] {
                flex-direction: column !important;
                gap: 0.75rem !important;
            }
/* Contact cards padding */.apex-contact div[style*="padding: 2.5rem 2rem"] {
                padding: 1.75rem 1.5rem !important;
            }
/* Section padding */.apex-contact section[style*="padding: 5rem 0"], .apex-contact section[style*="padding: 3rem 0"] {
                padding: 2.5rem 0 !important;
            }
/* Container padding */.apex-contact section > div[style*="padding: 0 2rem"], .apex-contact section > div[style*="padding: 0 1.5rem"] {
                padding: 0 1rem !important;
            }
/* Form container */.apex-contact div[style*="max-width: 800px"] iframe {
                height: 900px !important;
            }

        }
/* Contact Info Cards Responsive Styles */.apex-contact .contact-info-grid {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 2rem;
            margin-bottom: 4rem;
        }
.apex-contact .contact-card {
            background: var(--wp--preset--color--white);
            padding: 2.5rem 2rem;
            border-radius: 16px;
            box-shadow: 0 4px 15px rgb(from var(--wp--preset--color--brand-700) r g b / 0.08);
            text-align: center;
            transition: all 0.3s ease;
        }
.apex-contact .contact-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 8px 25px rgb(from var(--wp--preset--color--brand-700) r g b / 0.12);
        }
.apex-contact .contact-card h3 {
            color: var(--text-primary);
            font-size: 1.35rem;
            font-weight: 700;
            margin-bottom: 0.75rem;
        }
.apex-contact .contact-card .highlight {
            color: var(--accent-primary);
            font-weight: 700;
            margin-bottom: 0.5rem;
            overflow-wrap: anywhere;
        }
/* Phone and email are links inside .highlight; without this they took the black link colour */
.apex-contact .contact-card .highlight a {
            color: inherit;
        }
.apex-contact .contact-card .highlight.large {
            font-size: 1.5rem;
        }
.apex-contact .contact-card .highlight.medium {
            font-size: 1.1rem;
        }
.apex-contact .contact-card .description {
            color: var(--wp--preset--color--gray-500);
            font-size: 0.95rem;
            margin: 0;
        }
/* Tablet breakpoint */@media (max-width: 1024px) {.apex-contact .contact-info-grid {
                grid-template-columns: repeat(3, minmax(0, 1fr));
                gap: 1.5rem;
            }
.apex-contact .contact-card {
                padding: 2rem 1.5rem;
            }
.apex-contact .contact-card h3 {
                font-size: 1.2rem;
            }
.apex-contact .contact-card .highlight.large {
                font-size: 1.3rem;
            }
.apex-contact .contact-card .highlight.medium {
                font-size: 1rem;
            }
.apex-contact .contact-card .description {
                font-size: 0.85rem;
            }
.apex-contact .hours-directions {
                grid-template-columns: 1fr; gap: 1rem; margin-bottom: 2rem;
            }

        }
/* Mobile breakpoint */@media (max-width: 768px) {.apex-contact .contact-info-grid {
                grid-template-columns: 1fr;
                gap: 1.25rem;
            }
.apex-contact .contact-card {
                padding: 1.75rem 1.5rem;
            }
.apex-contact .contact-card h3 {
                font-size: 1.15rem;
                margin-bottom: 0.5rem;
            }
.apex-contact .contact-card .highlight.large {
                font-size: 1.25rem;
            }
.apex-contact .contact-card .highlight.medium {
                font-size: 0.95rem;
            }
.apex-contact .contact-card .description {
                font-size: 0.8rem;
                line-height: 1.4;
            }

        }
/* Small mobile breakpoint */@media (max-width: 480px) {.apex-contact .contact-info-grid {
                gap: 1rem;
            }
.apex-contact .contact-card {
                padding: 1.5rem 1.25rem;
            }
.apex-contact .contact-card h3 {
                font-size: 1.1rem;
            }
.apex-contact .contact-card .highlight.large {
                font-size: 1.15rem;
            }
.apex-contact .contact-card .highlight.medium {
                font-size: 0.9rem;
                word-break: break-all;
            }
.apex-contact .contact-card .description {
                font-size: 0.75rem;
            }

        }
/* Hero responsive for contact page */@media (max-width: 768px) {.apex-contact .contact-hero-grid {
                grid-template-columns: 1fr !important;
                gap: 2rem !important;
            }

        }
/* Prevent horizontal scrolling (was `html, body.apex-contact`: the bare html part applied to every page) */body.apex-contact {
            overflow-x: hidden;
            max-width: 100%;
            position: relative;
        }
.apex-contact * {
            box-sizing: border-box;
        }
/* Ensure FAQ containers don't clip content */.apex-contact .faq-answer {            overflow: visible !important;            max-height: none !important;            height: auto !important;        }
.apex-contact .faq-answer p, .apex-contact .faq-answer ul, .apex-contact .faq-answer li {            overflow: visible !important;            white-space: normal !important;        }
/* Make sure parent FAQ divs don't clip either */.apex-contact div[style*="border-radius: 12px"] {            overflow: visible !important;        }
    