@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed&display=swap');

#rest_sq{
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 3px solid #fff;
    width: fit-content;
    width: -moz-fit-content;
    width: intrinsic;
    min-width: 100px;
    max-width: 150px;
    padding: 8px;
    font: 400 11px/normal 'Roboto Condensed', 'Helvetica Neue', 'Arial', sans-serif;
    align-items: center;
    text-align: center;
    color: #fff !important;
    letter-spacing: normal;
    background-color: #b71c1c;
    border-radius: 10px;
    box-sizing: border-box;
}

#rest_sq a, #rest_sq span {
    font: 400 11px/normal 'Roboto Condensed', 'Helvetica Neue', 'Arial', sans-serif !important;
    box-shadow: none;
    opacity: 1;
}

#rest_sq .sq_top {
    border: none;
    text-decoration: none !important;
    color: #fff !important;
    font-size: 14px !important;
    line-height: 1;
}

#rest_sq .sq_img{
    display: block;
    margin: 3px auto;
    width: 23px;
    height: 23px;
    /*background: url('/img/star_white.svg') no-repeat center;*/
}

#rest_sq span{
    text-transform: uppercase;
    color: #fff;
}

#rest_sq .sq_bot{
    border: none;
    text-decoration: none !important;
    color: #fff !important;
    font-size: 12px !important;
    display: block;
}

#rest_sq p:empty {display: none;}

#rest_sq p {
    line-height: 1;
    margin: 0;
}