.uefa-lineup {
    width: 100%;
    margin-top: 6px;
    padding-top: 8px;
    border-top: 1px solid #edf0ee;
    text-align: left;
}

.uefa-lineup[hidden] {
    display: none;
}

.uefa-lineup-toggle {
    display: inline-flex;
    width: 100%;
    min-height: 26px;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 2px 4px;
    border: 0;
    background: transparent;
    color: #2f7d46;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
}

.uefa-lineup-toggle::after {
    width: 6px;
    height: 6px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    content: "";
    transform: translateY(-2px) rotate(45deg);
    transition: transform 0.18s ease;
}

.uefa-lineup-toggle.is-open::after {
    transform: translateY(2px) rotate(225deg);
}

.uefa-lineup-toggle:focus-visible {
    border-radius: 4px;
    outline: 2px solid #2f7d46;
    outline-offset: 2px;
}

.uefa-lineup-panel {
    margin-top: 4px;
}

.uefa-lineup-panel[hidden] {
    display: none;
}

.uefa-lineup-list {
    display: grid;
    gap: 3px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.uefa-lineup-list li {
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr);
    gap: 3px;
    align-items: start;
    color: #4d5751;
    font-size: 10px;
    line-height: 1.25;
}

.uefa-lineup-number {
    color: #8a938e;
    font-variant-numeric: tabular-nums;
    text-align: right;
}

.uefa-lineup-name {
    overflow-wrap: anywhere;
}

.uefa-match-details {
    padding: 0 14px 12px;
}

.uefa-match-details[hidden],
.uefa-match-details-panel[hidden] {
    display: none;
}

.uefa-match-details-toggle {
    display: inline-flex;
    width: 100%;
    min-height: 32px;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border: 0;
    border-top: 1px solid #edf0ee;
    background: transparent;
    color: #2f7d46;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    cursor: pointer;
}

.uefa-match-details-toggle::after {
    width: 6px;
    height: 6px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    content: "";
    transform: translateY(-2px) rotate(45deg);
    transition: transform 0.18s ease;
}

.uefa-match-details-toggle.is-open::after {
    transform: translateY(2px) rotate(225deg);
}

.uefa-match-details-toggle:focus-visible {
    border-radius: 4px;
    outline: 2px solid #2f7d46;
    outline-offset: 2px;
}

.uefa-match-details-panel {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    padding-top: 8px;
}

.uefa-match-goal-list {
    display: grid;
    gap: 7px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.uefa-match-goal-list li {
    min-width: 0;
    color: #4d5751;
    font-size: 10px;
    line-height: 1.3;
}

.uefa-match-goal-main {
    display: flex;
    gap: 4px;
    align-items: baseline;
}

.uefa-match-goal-minute {
    flex: 0 0 auto;
    color: #2f7d46;
    font-variant-numeric: tabular-nums;
}

.uefa-match-goal-scorer,
.uefa-match-goal-assist {
    overflow-wrap: anywhere;
}

.uefa-match-goal-assist {
    display: block;
    padding-left: 24px;
    color: #8a938e;
    font-size: 9px;
}

.uefa-match-goal-empty {
    color: #9aa19d !important;
    text-align: center;
}

@media (max-width: 767px) {
    .uefa-lineup-toggle {
        min-height: 30px;
        font-size: 10px;
    }

    .uefa-lineup-list li {
        grid-template-columns: 16px minmax(0, 1fr);
        font-size: 9px;
    }

    .uefa-match-details {
        padding-right: 12px;
        padding-left: 12px;
    }

    .uefa-match-details-toggle {
        min-height: 36px;
        font-size: 10px;
    }

    .uefa-match-details-panel {
        gap: 14px;
    }

    .uefa-match-goal-list li {
        font-size: 9px;
    }

    .uefa-match-goal-assist {
        padding-left: 21px;
        font-size: 8px;
    }
}


.european-live-spotlight {
    margin-bottom: 18px;
}

.european-live-spotlight[hidden],
.european-live-spotlight [data-uefa-instance="spotlight"][hidden] {
    display: none;
}

@media (max-width: 767px) {
    .european-live-spotlight {
        margin-bottom: 16px;
    }
}
