/* CRWA GeoBlock Frontend Styles - loaded when gate is not full-page */
/* The full-page gate has inline styles for performance. */
/* This file is for any supplementary frontend styling. */

.crwa-access-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 12px;
    background: #f0fff4;
    color: #38a169;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}
