.tm-wrapper {
    max-width: 960px;
    margin: 0 auto;
    font-family: -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

.tm-top-bar {
    padding: 10px 15px;
    font-weight: 600;
    color: #1a9d5c;
    font-size: 14px;
}

.tm-league-box {
    background: #f5f7fa;
    border-radius: 10px;
    margin-bottom: 16px;
    overflow: hidden;
    border: 1px solid #e5e9f0;
}

.tm-league-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 16px;
    font-size: 12px;
    color: #8a93a6;
    background: #eef1f6;
}

.tm-league-name {
    font-weight: 700;
    color: #1a1f36;
    display: flex;
    align-items: center;
    gap: 6px;
}

.tm-league-logo {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.tm-match-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    background: #fff;
    border-top: 1px solid #eef1f6;
}

.tm-team {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 38%;
}

.tm-team-home {
    justify-content: flex-end;
    text-align: right;
}

.tm-team-away {
    justify-content: flex-start;
}

.tm-team-name {
    font-weight: 700;
    font-size: 14px;
    color: #1a1f36;
}

.tm-team-logo {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.tm-match-center {
    width: 24%;
    text-align: center;
}

.tm-score {
    font-weight: 700;
    font-size: 15px;
    color: #1a1f36;
}

.tm-score.tm-live {
    color: #e0245e;
}

.tm-status {
    font-size: 11px;
    color: #8a93a6;
    margin-top: 2px;
}

.tm-tour {
    font-size: 10px;
    color: #b5bcca;
    margin-top: 1px;
}

.tm-match-count {
    font-size: 12px;
}
