

/* Start:/local/templates/hockey/components/bitrix/news/matches/bitrix/news.detail/match/style.css?17605196331188*/
.evrow{
    align-items: center;
    display: grid;
    grid-template-columns: 1fr auto 1fr;        
    gap: 10px;
    margin-bottom: 10px;
    padding: 10px 10px;
    background-color: var(--color-bg-white);
    border-radius: var(--border-radius-m);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;

}
.event-center{

    min-width: 92px;
    position: relative;
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.event-name{

}

.evrow-gr1 {
    grid-column: 1;
    justify-self: right;
}
.evrow-gr2 {
    grid-column: 2;   
}
.evrow-gr3 {
    grid-column: 3;
    justify-self: left;
}
.bullet-plname{
    margin: 0px 10px 0px 10px;
}
.bullets-res{
    background-color: #eceaf5;
    color: #403e5698;
    width: min-content;
    padding: 11px 22px;
    border-radius: var(--border-radius-s);
    display: flex;
    align-items: center;
    gap: 3px;
}

@media (max-width: 767px) {
    .bullet-plname, .event-label, .event-plname, .event-name{
        font-size: 12px;
    }
    
}
@media (max-width: 1024px) {
    .bullets-res{
        padding: 2px 8px;
        gap: 0px;
    }
}


/* End */
/* /local/templates/hockey/components/bitrix/news/matches/bitrix/news.detail/match/style.css?17605196331188 */
