.ls-details-container { background-color: #0d0d0d; color: #fff; border-radius: 15px; overflow: hidden; font-family: sans-serif; }
.ls-main-card { background: #1a1a1a; padding: 25px 15px; margin: 15px; border-radius: 12px; }
.ls-card-content { display: flex; justify-content: space-between; align-items: center; text-align: center; }
.ls-card-team { flex: 1; display: flex; flex-direction: column; align-items: center; gap: 10px; }
.ls-logo-box img { object-fit: contain; } /* ขนาดจะถูกคุมโดย Slider */

.ls-score-big { font-size: 32px; font-weight: bold; }
.ls-status-badge { font-size: 12px; color: #888; background: #222; padding: 2px 10px; border-radius: 10px; margin-top: 5px; }

.ls-tabs-nav { display: flex; border-bottom: 1px solid #222; margin: 0 15px; }
.ls-tab-btn { background: none; border: none; color: #888; padding: 12px 15px; cursor: pointer; position: relative; font-weight: bold; }
.ls-tab-btn.active::after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 3px; border-radius: 3px 3px 0 0; }
.ls-player-thumb { border-radius: 50%; object-fit: cover; } /* ขนาดจะถูกคุมโดย Slider */



.ls-h2h-team {
    width: 100%;
    display: flex;
    justify-items: center;
}

.ls-h2h-team-item {
    justify-items: center;
    width: 50%;
}


/* --- Football Pitch Styles --- */
.ls-pitch-container {
    background-color: #2e7d32; /* สีพื้นสนาม */
    background-image: 
        linear-gradient(rgba(255,255,255,0.1) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.1) 1px, transparent 1px);
    background-size: 20px 20px;
    position: relative;
    width: 100%;
    aspect-ratio: 1.2 / 1; /* อัตราส่วนสนาม */
    border: 2px solid rgba(255,255,255,0.3);
    border-radius: 8px;
    margin-bottom: 30px;
    overflow: hidden;
}

/* เส้นกลางสนาม */
.ls-pitch-line {
    position: absolute;
    top: 0; bottom: 0; left: 50%;
    width: 2px;
    background: rgba(255,255,255,0.3);
}

/* วงกลมกลางสนาม */
.ls-pitch-circle {
    position: absolute;
    top: 50%; left: 50%;
    width: 80px; height: 80px;
    border: 2px solid rgba(255,255,255,0.3);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

/* ตัวนักเตะบนสนาม */
.ls-pitch-player {
    position: absolute;
    transform: translate(-50%, -50%); /* จัดให้จุดกลางตัวอยู่ตรงพิกัดพอดี */
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 60px;
    z-index: 5;
}

.ls-pitch-player img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 2px solid #fff;
    background: #444;
}

.ls-pitch-player .p-name {
    font-size: 10px;
    color: #fff;
    text-shadow: 1px 1px 2px #000;
    text-align: center;
    margin-top: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.ls-pitch-player .p-rating {
    position: absolute;
    top: -5px; right: 5px;
    font-size: 9px;
    padding: 1px 4px;
    border-radius: 3px;
    font-weight: bold;
}

.last5 {
    display: flex;
}

.form-5-last
 {
    width: 50%;
    text-align: center;
}

.last-5-detail {
    justify-content: center;
}

.ls-timeline-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
    position: relative;
}