.elementor-5519 .elementor-element.elementor-element-415b7bb{--display:flex;}body.elementor-page-5519:not(.elementor-motion-effects-element-type-background), body.elementor-page-5519 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F7F6F3;}/* Start custom CSS *//* =============================================
   QUICK LINKS
   ============================================= */

.ffm-quick-links {
    margin: 30px 0 40px;
    padding: 24px;
    background: #f8f6fa;
    border-radius: 8px;
}

.ffm-quick-links .ffm-label {
    display: block;
    margin-bottom: 8px;
}

.ffm-quick-links h3 {
    margin: 0 0 20px;
    font-size: 1.25rem;
}

.ffm-quick-links-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.ffm-quick-links-column {
    min-width: 0;
}

.ffm-quick-links-title {
    display: block;
    margin-bottom: 8px;
    color: #9b7aaa;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ffm-quick-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ffm-quick-links li {
    margin: 0;
    border-top: 1px solid rgba(104, 71, 122, 0.12);
}

.ffm-quick-links a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 11px 0;

    color: #68477a;
    font-weight: 600;
    text-decoration: none;
}

.ffm-quick-links a::after {
    content: "→";
    margin-left: 12px;
    font-weight: 400;
}

.ffm-quick-links a:hover {
    color: #9b7aaa;
}

@media (max-width: 600px) {

    .ffm-quick-links {
        padding: 20px;
    }

    .ffm-quick-links-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

}

/* =============================================
   GAMEWEEK TEAM REVEAL
   ============================================= */

.ffm-team-reveal {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin: 24px 0 32px;
}

.ffm-team-unit {
    background: #ffffff;
    border: 1px solid rgba(91, 66, 125, 0.12);
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 8px 24px rgba(45, 30, 60, 0.05);
}

.ffm-team-unit .ffm-label {
    display: block;
    margin-bottom: 14px;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #7c5aa6;
}

.ffm-team-unit p {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin: 0 0 12px;
    padding: 0 0 12px;
    border-bottom: 1px solid rgba(91, 66, 125, 0.08);
}

.ffm-team-unit p:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.ffm-team-unit strong {
    font-size: 0.95rem;
    color: #2d2235;
}

.ffm-team-unit small {
    font-size: 0.75rem;
    color: #8a8290;
}


/* =============================================
   TABLET
   ============================================= */

@media (max-width: 900px) {

    .ffm-team-reveal {
        grid-template-columns: repeat(2, 1fr);
    }

}


/* =============================================
   MOBILE
   ============================================= */

@media (max-width: 600px) {

    .ffm-team-reveal {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .ffm-team-unit {
        padding: 18px;
    }

}/* End custom CSS */