.lpf-live-center,
.lpf-shortcode-table,
.lpf-match-detail {
    color: #182230;
    font-family: inherit;
}

.lpf-public-header {
    align-items: baseline;
    border-bottom: 2px solid #101828;
    display: flex;
    justify-content: space-between;
    margin-bottom: 18px;
}

.lpf-public-header h2 {
    margin: 0 0 10px;
}

.lpf-card-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    margin: 12px 0 24px;
}

.lpf-match-card {
    background: #fff;
    border: 1px solid #e4e7ec;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(16, 24, 40, 0.06);
    padding: 14px;
}

.lpf-match-meta,
.lpf-match-footer {
    color: #667085;
    display: flex;
    font-size: 13px;
    justify-content: space-between;
    gap: 12px;
}

.lpf-match-meta strong {
    color: #026aa2;
}

.lpf-scoreboard {
    align-items: center;
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr auto 1fr;
    margin: 16px 0;
}

.lpf-team {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 0;
    text-align: center;
}

.lpf-team span {
    font-weight: 700;
    overflow-wrap: anywhere;
}

.lpf-shield,
.lpf-shield-placeholder {
    background: #eef0f3;
    border-radius: 50%;
    display: inline-block;
    height: 42px;
    object-fit: contain;
    width: 42px;
}

.lpf-result {
    min-width: 76px;
    text-align: center;
}

.lpf-result strong {
    display: block;
    font-size: 26px;
    line-height: 1;
}

.lpf-clock {
    color: #b42318;
    display: block;
    font-weight: 700;
    margin-top: 6px;
}

.lpf-last-event {
    background: #f9fafb;
    border-radius: 6px;
    color: #344054;
    margin: 12px 0 0;
    padding: 8px 10px;
}

.lpf-empty {
    color: #667085;
}

.lpf-standings {
    border-collapse: collapse;
    font-size: 14px;
    margin: 10px 0 24px;
    width: 100%;
}

.lpf-standings th,
.lpf-standings td {
    border-bottom: 1px solid #e4e7ec;
    padding: 10px 8px;
    text-align: center;
}

.lpf-standings th {
    background: #101828;
    color: #fff;
}

.lpf-team-cell {
    align-items: center;
    display: flex;
    gap: 8px;
    text-align: left;
}

.lpf-timeline {
    border-left: 2px solid #d0d5dd;
    margin-left: 10px;
    padding-left: 18px;
}

.lpf-timeline li {
    margin: 10px 0;
}

@media (max-width: 520px) {
    .lpf-scoreboard {
        grid-template-columns: 1fr;
    }

    .lpf-result {
        order: -1;
    }

    .lpf-match-meta,
    .lpf-match-footer {
        flex-direction: column;
    }

    .lpf-standings {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
}
