2025-06-15

trelleborgs FF

Utsikten

IK brage

Orgryte IS

Asane

Skeid

O'Higgins

Union Espanola
Total Odds: 27.52
.match-list {
display: flex;
flex-direction: column;
gap: 12px;
font-family: Arial, sans-serif;
}
.match-card {
background: #1e1e1e;
border: 1px solid #444;
border-radius: 8px;
padding: 0;
max-width: 450px;
color: #fff;
}
.match-content {
display: flex;
flex-direction: row;
align-items: flex-start;
padding: 10px;
}
.match-time {
width: 50px;
font-size: 13px;
color: #bbb;
text-align: center;
padding-top: 4px;
}
.match-body {
flex-grow: 1;
display: flex;
flex-direction: column;
gap: 3px;
}
.team-row {
display: flex;
align-items: center;
justify-content: space-between;
}
.team-logo {
width: 22px;
height: 22px;
margin-right: 6px;
}
.team-name {
flex-grow: 1;
font-size: 15px;
text-transform: capitalize;
}
.score {
font-size: 15px;
font-weight: bold;
}
.match-tip {
font-size: 14px;
color: #ddd;
margin-top: 6px;
}