﻿.corona-container {
    background-color: #F13100;
    color: #fff;
    padding: 8px 12px;
    font-family: 'PT Sans','Helvetica Neue', Helvetica, Arial, sans-serif;
    position: relative;
    min-height: 40px;
    font-size: 0;
    white-space: nowrap;
    margin-bottom: 8px;
}

.corona-img {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(/static/img/corona.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 12px;
}

.corona-link {
    color: #fff;
}

.corona-link:hover {
    color: #fff;
}

.corona-text {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    font-size: 14px;
    width: calc(100% - 36px);
}

.corona-text-bold {
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .corona-container {
        min-height: 58px;
    }

    .corona-img {
        width: 45px;
        height: 45px;
    }

    .corona-text {
        width: calc(100% - 59px);
    }
}
