﻿.club-results-widget {

}

.club-results__events {
    margin-top: 8px;
}

.club-results__item {
    margin-bottom: 4px;
}

.club-results__item.active a {
    font-weight: bold;
}

.club-results__item:last-child,
.club-results__info:last-child {
    margin-bottom: 0;
}

.club-results__item-details {
    margin-top: 4px;
    margin-bottom: 8px;
    padding: 16px;
    background-color: #efefef;
}

.club-results__info {
    display: flex;
    justify-items: start;
    align-items: start;
    margin-bottom: 4px;
    line-height: 1.34;
}

.club-results__info-title {
    width: 120px;
    font-weight: bold;
    font-size: 12px;
}

.club-results__info-value {
    width: calc(100% - 120px);
}

.club-results__pager {
    margin: 16px 0;
}

.club-results__item a {
    position: relative;
}

.club-results__viewall {
    margin-top: 12px;
}