.navbar-custom-menu .cloud-status-menu-wrapper,
.responsive-header .cloud-status-menu-wrapper {
    position: relative;
    margin-right: 0.75rem;
}

.cloud-status-toggle {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    text-decoration: none;
    border-radius: 999px;
}

.cloud-status-toggle--ok {
    color: #198754;
}

.cloud-status-toggle--alert {
    color: #dc3545;
}

.cloud-status-toggle--alert:hover {
    background: rgba(220, 53, 69, 0.1);
    color: #b02a37;
}
