.jklkiri.last.match{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
}

.jklkiri.last.match .title{
    font-size: 28px;
    color: #003Fa8;
    font-weight: 900;
    margin-bottom: 20px;
}
.jklkiri.last.match .logos{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.jklkiri.last.match .logos img{
    height: 200px;
    width: auto;
    object-fit: contain;
    min-width: 0;
}

.jklkiri.last.match p.result{
    font-size: 50px;
    color: #003Fa8;
    font-weight: 900;
    margin-bottom: 0;
}
.jklkiri.last.match p.periods{
    color: #003Fa8;
    font-weight: 600;
}

.jklkiri.last.match a{
    background-color: #015bf2;
    color: white;
    padding: 5px 10px;
    font-family: "Fira Sans", sans-serif;
    font-weight: 600;
    border-radius: 5px;
    margin-top: 10px;
}