.elementor-4946 .elementor-element.elementor-element-1b92bb5{--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 HEADER
========================================================= */

.ffm-fantasy-header {

    width: 100%;

    background: #ffffff;

    border-bottom: 1px solid #e7e3e8;

}


/* =========================================================
   CONTAINER
========================================================= */

.ffm-fantasy-container {

    width: min(1240px, calc(100% - 48px));

    min-height: 88px;

    margin: 0 auto;

    display: flex;

    align-items: center;

    justify-content: space-between;

}


/* =========================================================
   BRAND WRAPPER
========================================================= */

.ffm-fantasy-brand-wrap {

    display: flex;

    flex-direction: column;

    align-items: flex-start;

}


/* =========================================================
   BRAND
========================================================= */

.ffm-fantasy-brand {

    display: flex;

    align-items: center;

    gap: 17px;

    text-decoration: none;

}


/* THE FFM */

.ffm-fantasy-site-name {

    color: #17151a;

    font-family: "Manrope", sans-serif;

    font-size: 25px;

    font-weight: 800;

    line-height: 1;

    letter-spacing: -1.7px;

}


/* FANTASY FOOTBALL */

.ffm-fantasy-section {

    display: flex;

    flex-direction: column;

    justify-content: center;

    gap: 1px;

    padding-left: 17px;

    border-left: 1px solid #ddd8e0;

}


.ffm-fantasy-section strong {

    color: #7654d6;

    font-family: "DM Sans", sans-serif;

    font-size: 12px;

    font-weight: 800;

    line-height: 1.15;

    letter-spacing: 1.4px;

}


/* =========================================================
   BACK TO THE FFM
========================================================= */

.ffm-fantasy-back {

    display: flex;

    align-items: center;

    gap: 5px;

    margin-top: 7px;

    color: #858087;

    font-family: "DM Sans", sans-serif;

    font-size: 12px;

    font-weight: 600;

    line-height: 1;

    text-decoration: none;

    transition: color .2s ease;

}


.ffm-fantasy-back span {

    color: #aaa4ad;

    font-size: 13px;

    transition: transform .2s ease;

}


.ffm-fantasy-back:hover {

    color: #1c1a20;

}


.ffm-fantasy-back:hover span {

    transform: translateX(-3px);

}


/* =========================================================
   NAVIGATION
========================================================= */

.ffm-fantasy-nav {

    display: flex;

    align-items: center;

    justify-content: flex-end;

    gap: 4px;

}


.ffm-fantasy-nav a {

    position: relative;

    padding: 13px 14px;

    color: #858087;

    font-family: "DM Sans", sans-serif;

    font-size: 13px;

    font-weight: 600;

    line-height: 1.2;

    text-decoration: none;

    white-space: nowrap;

    transition: color .2s ease;

}


.ffm-fantasy-nav a:hover {

    color: #1c1a20;

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 850px) {

    .ffm-fantasy-container {

        width: calc(100% - 40px);

    }


    .ffm-fantasy-nav {

        gap: 1px;

    }


    .ffm-fantasy-nav a {

        padding-left: 10px;

        padding-right: 10px;

    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 700px) {

    .ffm-fantasy-container {

        min-height: auto;

        padding: 17px 0;

        flex-direction: column;

        align-items: stretch;

        gap: 16px;

    }


    .ffm-fantasy-brand-wrap {

        width: 100%;

        flex-direction: row;

        align-items: flex-start;

        justify-content: space-between;

    }


    .ffm-fantasy-nav {

        width: 100%;

        justify-content: flex-start;

        overflow-x: auto;

        padding-bottom: 3px;

        scrollbar-width: none;

    }


    .ffm-fantasy-nav::-webkit-scrollbar {

        display: none;

    }


    .ffm-fantasy-nav a {

        flex-shrink: 0;

    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 500px) {

    .ffm-fantasy-container {

        width: calc(100% - 32px);

        padding: 15px 0;

    }


    .ffm-fantasy-brand {

        gap: 13px;

    }


    .ffm-fantasy-site-name {

        font-size: 22px;

        letter-spacing: -1.3px;

    }


    .ffm-fantasy-section {

        padding-left: 12px;

    }


    .ffm-fantasy-section strong {

        font-size: 12px;

        letter-spacing: 1.1px;

    }


    .ffm-fantasy-back {

        margin-top: 6px;

        font-size: 12px;

    }


    .ffm-fantasy-nav {

        gap: 0;

    }


    .ffm-fantasy-nav a {

        padding: 10px 9px;

        font-size: 12px;

    }

}

</style>/* End custom CSS */