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

#rest_sq7{
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 2px solid #fff;
    padding: 6px;
    width: fit-content;
    width: -moz-fit-content;
    width: intrinsic;
    max-width: 120px;
    min-width: 70px;
    height: auto;
    font: 400 8px/normal 'Roboto Condensed', 'Helvetica Neue', 'Arial', sans-serif;
    color: #fff !important;
    background-color: #b71c1c;
    align-items: center;
    text-align: center;
    text-shadow: none;
    letter-spacing: normal;
    -webkit-text-stroke: 0;
    border-radius: 10px;
    box-sizing: border-box;
}

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

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

#rest_sq7 span{
    text-transform: uppercase;
}

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

#rest_sq7 p {margin: 0;}