.badge_view_alert {
    color: var(--color-typo-alert);

    &::before {
        background: var(--color-bg-alert);
        opacity: 0.15;
    }
}
