.container.tournament-info {
    margin-left: 16px;
    margin-right: 16px;
    width: calc(100% - 32px);
}

@media (min-width: 768px) {
    .container.tournament-info {
        margin: 0 auto;
        max-width: 1352px;
    }
}

.tournament-info .role-label {
    background-color: rgb(0, 113, 185);
    color: #fff;
}

.tournament-info .info-label {
    background-color: #8AC2E6;
    color: #004489;
    width: 40%;
}

.tournament-info .info-details {
    width: 70%;
    text-align: left;
}

.tournament-info .event-info--info .info-label {
    width: 25%;
}

.tournament-info .info-group {
    border-bottom: 1px solid #F3F4F5;
}

.tournament-info .info-group:last-child {
    border-bottom: none;
}

.tournament-info .event-info--info {
    width: 100%;
}

@media (min-width: 768px) {
    .tournament-info .event-info--info {
        width: 70%;
    }
}

.tournament-info a:not(.btn) {
    color: #004489;
}

.tournament-info a a:not(.btn):hover, .tournament-info a a:not(.btn):focus {
    color: #0071B9;
}