.under-threat-alert {
    width: 100%;
    padding: 20px;
    border-radius: 20px 20px 0 0;
    font-family: Chillax, sans-serif;
}

@media screen and (max-width: 700px) {
    .under-threat-alert {
        padding: 10px;
    }
}

.under-threat-alert h4 {
    margin-bottom: 0;
}

.under-threat-alert .under-threat-alert__image {
    background-color: #283069;
    border-radius: 10px;
    height: 100%;
    width: 100%;
    padding: 20px;
    display: flex;
    justify-content: center; /* Centers horizontally */
    align-items: center;    /* Centers vertically */
    zoom: 1.2;
    cursor: inherit;
    opacity: 1;
}

.under-threat-alert .under-threat-alert__badge {
    background-color: #fff;
    border-radius: 5px;
    padding: 3px 10px;
    display: inline-block;
    text-transform: uppercase;
}

/* Disable border radius on map when under threat block enabled. */
.under-threat-alert-enabled .paragraph--type--map .filtersmap {
    border-top-right-radius: 0;
}

.under-threat-alert-enabled .paragraph--type--map .leaflet-container {
    border-top-left-radius: 0;
}
