');
}
.covid-alert-content {
flex-grow: 1;
display: flex;
flex-direction: column;
justify-content: center;
}
.covid-alert-title {
color: #ffffff;
font-size: 18px;
font-family: "bree-serif", sans-serif;
}
.covid-alert-text {
font-size: 16px;
line-height: 20px;
font-weight: 300;
color: black;
margin-top: 5px;
font-family: arial;
}
.covid-alert-text a {
text-decoration: none;
color: blue;
}
.covid-alert-text a:hover {
text-decoration: underline;
}
.covid-alert-close {
cursor: pointer;
width: 40px;
height: 40px;
flex-shrink: 0;
background-image: url('data:image/svg+xml;utf8,');
background-position: 50% 50%;
background-repeat: no-repeat;
}
@media (max-width: 640px)
{
.covid-alert .inner {
flex-wrap: wrap;
}
.covid-alert-title {
width: calc(100% - 90px);
}
.covid-alert-text {
width: 100%;
order: 4;
margin: 5px 0px 0px 45px;
}
.covid-alert-button {
order: 3;
}
}