.hidden {
    display: none !important;
}

.auth-indicator {
    padding: 7px 11px;
    border: 1px solid #285d50;
    border-radius: 999px;
    background: #102a25;
    color: #a8c7bb;
    font-size: 12px;
    white-space: nowrap;
}

.auth-indicator strong {
    color: var(--mint);
}

@media (max-width: 560px) {
    .auth-indicator {
        max-width: none;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
