.match-center__title {
    margin-bottom: 20px;
}

.match-center__title-original {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 500;
    color: #6b7280;
    margin-top: -12px;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .match-center__title-original {
        font-size: 15px;
        margin-top: -8px;
    }
}

.match-center__tournament {
    margin-bottom: 24px;
}

.match-center__tournament-name {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    align-items: center;
    gap: 8px;
}

.match-center__badge-live {
    display: inline-block;
    padding: 2px 8px;
    background: #e74c3c;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    border-radius: 10px;
    line-height: 1.4;
    flex-shrink: 0;
}

.match-center__match {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    border-bottom: 1px solid #f0f0f0;
    gap: 12px;
}

.match-center__match--live {
    background: #fef3f3;
}

.match-center__match-time {
    width: 50px;
    flex-shrink: 0;
    color: #666;
    font-size: 14px;
}

.match-center__match-status {
    width: 50px;
    flex-shrink: 0;
    color: #e53935;
    font-weight: 600;
    font-size: 12px;
}

.match-center__match-home,
.match-center__match-away {
    flex: 1;
    font-size: 14px;
}

.match-center__match-away {
    text-align: right;
}

.match-center__match-score {
    width: 60px;
    text-align: center;
    font-weight: 600;
    flex-shrink: 0;
}

.match-center__section {
    margin-bottom: 30px;
}

.match-center__section-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 16px;
}

.match-center__empty {
    color: #999;
    padding: 20px 0;
}
