.topbar-notifications-link {
    display: inline-flex;
    align-items: center;
}

.topbar-notifications-bell {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #98a2ad;
    line-height: 1;
    transition: color 0.15s ease, text-shadow 0.15s ease, transform 0.15s ease;
}

.topbar-notifications-bell-icon {
    display: block;
    width: 1.1rem;
    height: 1.1rem;
}

.topbar-notifications-bell.is-active {
    color: #dc3545;
    text-shadow: 0 0 0.45rem rgba(220, 53, 69, 0.45);
}

.topbar-notifications-link:hover .topbar-notifications-bell,
.topbar-notifications-link:focus .topbar-notifications-bell {
    transform: scale(1.06);
}
