.lcm-container{
    max-width:700px;
    margin:40px auto;
    padding:30px;
    background:#ffffff;
    border-radius:12px;
    box-shadow:0 8px 25px rgba(0,0,0,0.08);
    text-align:center;
    font-family:Arial;
}

.lcm-container h2{
    margin-bottom:25px;
    font-size:28px;
}

.lcm-match{
    background:#f7f7f7;
    margin:10px 0;
    padding:15px;
    border-radius:8px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
}

.lcm-series{
    font-weight:bold;
    color:#2e7dff;
    width:100%;
    margin-bottom:5px;
}

.lcm-teams{
    flex:1;
    font-size:16px;
}

.lcm-score{
    font-weight:bold;
    color:#000;
}

.lcm-date{
    width:100%;
    font-size:14px;
    color:#555;
    margin-top:5px;
}

.lcm-credit{
    font-size:12px;
    margin-top:15px;
}
.lcm-credit a{
    color:#2e7dff;
    text-decoration:none;
}

@media(max-width:600px){
    .lcm-match{
        flex-direction:column;
        align-items:flex-start;
    }
}