.elementor-5004 .elementor-element.elementor-element-dd6b68e{--display:flex;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS */<style>

/* =========================================================
   THE FFM — FANTASY FOOTBALL FOOTER
========================================================= */

.ffm-fantasy-footer {

    width: 100%;

    margin-top: 55px;

    background: #f8f7f5;

    border-top: 1px solid #e3dfe5;

}


/* =========================================================
   MAIN FOOTER
========================================================= */

.ffm-fantasy-footer-container {

    width: min(1240px, calc(100% - 48px));

    margin: 0 auto;

    padding: 38px 0 32px;

    display: grid;

    grid-template-columns: 1.6fr 1fr 1fr;

    column-gap: 80px;

}


/* =========================================================
   BRAND
========================================================= */

.ffm-fantasy-footer-brand {

    display: flex;

    flex-direction: column;

    align-items: flex-start;

}


.ffm-fantasy-footer-logo {

    color: #17151a;

    font-family: "Manrope", sans-serif;

    font-size: 26px;

    font-weight: 800;

    line-height: 1;

    letter-spacing: -1.7px;

    text-decoration: none;

}


.ffm-fantasy-footer-title {

    margin-top: 8px;

    color: #7654d6;

    font-family: "DM Sans", sans-serif;

    font-size: 12px;

    font-weight: 800;

    line-height: 1.2;

    letter-spacing: 1.4px;

}


.ffm-fantasy-footer-brand p {

    max-width: 390px;

    margin: 14px 0;

    color: #77737c;

    font-family: "DM Sans", sans-serif;

    font-size: 12px;

    font-weight: 500;

    line-height: 1.55;

}


/* =========================================================
   BACK TO THE FFM
========================================================= */

.ffm-fantasy-footer-back {

    display: flex;

    align-items: center;

    gap: 6px;

    color: #77717a;

    font-family: "DM Sans", sans-serif;

    font-size: 12px;

    font-weight: 600;

    text-decoration: none;

    transition: color .2s ease;

}


.ffm-fantasy-footer-back span {

    color: #aaa4ad;

    font-size: 14px;

    transition: transform .2s ease;

}


.ffm-fantasy-footer-back:hover {

    color: #17151a;

}


.ffm-fantasy-footer-back:hover span {

    transform: translateX(-3px);

}


/* =========================================================
   FOOTER LINK COLUMNS
========================================================= */

.ffm-fantasy-footer-links {

    display: flex;

    flex-direction: column;

    align-items: flex-start;

}


.ffm-fantasy-footer-heading {

    margin-bottom: 10px;

    color: #9a949d;

    font-family: "DM Sans", sans-serif;

    font-size: 12px;

    font-weight: 800;

    line-height: 1.2;

    letter-spacing: 1.2px;

}


.ffm-fantasy-footer-links a {

    margin-bottom: 7px;

    color: #625d65;

    font-family: "DM Sans", sans-serif;

    font-size: 12px;

    font-weight: 600;

    line-height: 1.35;

    text-decoration: none;

    transition: color .2s ease;

}


.ffm-fantasy-footer-links a:hover {

    color: #7654d6;

}


/* =========================================================
   BOTTOM BAR
========================================================= */

.ffm-fantasy-footer-bottom {

    width: min(1240px, calc(100% - 48px));

    margin: 0 auto;

    padding: 14px 0;

    border-top: 1px solid #e3dfe5;

    display: flex;

    align-items: center;

    justify-content: space-between;

    color: #9a949d;

    font-family: "DM Sans", sans-serif;

    font-size: 12px;

    font-weight: 500;

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 800px) {

    .ffm-fantasy-footer-container {

        width: calc(100% - 40px);

        grid-template-columns: 1.4fr 1fr 1fr;

        column-gap: 35px;

    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .ffm-fantasy-footer {

        margin-top: 45px;

    }


    .ffm-fantasy-footer-container {

        width: calc(100% - 32px);

        padding: 32px 0 28px;

        display: grid;

        grid-template-columns: 1fr 1fr;

        gap: 30px 25px;

    }


    .ffm-fantasy-footer-brand {

        grid-column: 1 / -1;

    }


    .ffm-fantasy-footer-brand p {

        max-width: 340px;

    }


    .ffm-fantasy-footer-bottom {

        width: calc(100% - 32px);

        padding: 14px 0;

    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 400px) {

    .ffm-fantasy-footer-container {

        display: flex;

        flex-direction: column;

        gap: 28px;

    }

}

</style>/* End custom CSS */