

/* Start:/local/templates/hockey/components/bitrix/news/matches/bitrix/news.detail/match/style.css?17707149782276*/
.table-match-lenta{
    align-items: center;
}
.time-period {
    position: relative;
}

.time-period::before {
    content: "";
    position: absolute;
    top: -16px;
    left: 50%; 
    width: 30px;
    height: 2px;
    background-color: #ababab;
    transform: translateX(-50%) rotate(90deg); 
}
.time-period{
    width: 92px !important;
    height: 40px !important;
    padding: 0px !important;
    background-color: #ADC9F9 !important;
    color: #000000 !important;
    justify-content: center;
    
}
.event-label{
    color: #7a7a7a;
    font-size: 16px;
    font-weight: 500;
}
.score-gol{
    background-color: #ffffff;
    width: 28px;
    height: 28px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.evrow-gr2, .event-label{
    text-align: center;
    margin: 8px 0px 2px 0px;
}
.event-name{
    font-size: 18px;
    font-weight: 500;
    color: #7a7a7a;
}
.event-plname{
    font-size: 18px;
    font-weight: 600;
}
.playne{
    font-size: 16px;
    font-weight: 400;
    color: #989898;
}
.evrow{ 
    align-items: baseline;
    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, .playne{
        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?17707149782276 */
