.covid_alert_wrapper {
    width: 100%;
    background-color: white;
    padding: 0;
}

.covid_alert_inner {
    width: 100%;
    /*max-width: 1115px;*/
    min-height: 60px;
    margin: 0 auto;
    background-color: white;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 20px;
    border: 1px #1C9BD9 solid;
    
}

.covid_alert_content {
    padding: 0;
    position: relative;
    background-color: #1C9BD9;
}

.covid_alert_content h3 {
    margin: 0 0 10px 0;
    font-size: 18px;
}

.covid_alert_content p {
    font-size: 14px;
    line-height: 16px;
}

.covid_alert_content p:last-child {
    margin-bottom: 0;
}

.covid_alert_close_btn {
    margin: 0;
    padding: 0;
    border: none;
    background-color: rgba(0, 0, 0, 0);
    width: 40px;
    height: 40px;
}

.covid_alert_close_btn__bg-fill {
    fill: red;
}

.covid_alert_close_btn__x-fill {
    fill: white;
}

.covid_message {
    margin-left: 70px;
    padding: 8px 20px;
    background-color: white;
}

.covid_message::before {
    --icon_height: 28px;
    width: 32px;
    content: '';
    background-image: url(https://www.ombudsman.act.gov.au/__data/assets/image/0017/110717/PngItem_1190787.png);
    position: absolute;
    height: var(--icon_height);
    left: 20px;
    top:calc(50% - var(--icon_height)/2);
    background-size: cover;
}
