    .seo-container {
        width: 100%;
    }

    .seo-html-container {
        width: 100%;
    }

    .seo-whitebg {
        background-color: #fff;
        padding: 25px 0;
    }

    .seo-greybg {
        background-color: #f4f5f6;
        padding: 25px 0;
    }

    .seo-child-container {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
    }

    .seo-stretch {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .seo-flex7 {
        display: flex;
    }

    .flex7-c1 {
        border: solid 0px blue;
        flex: 0 0 65%;
        min-height: 100px;
        padding-right: 25px;
    }

    .flex7-c2 {
        border: solid 0px black;
        flex: 0 0 35%;
        min-height: 100px;
    }

    .seo-ol-numbering {
    }

        .seo-ol-numbering li {
            margin: 0 0 15px 0 !important;
            font-size: 14px;
        }

    .buylocal__headline {
        border: none !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .seo-section-headline {
        font-size: 20px;
        font-weight: bold;
        margin: 0px 0 15px 0 !important;
        display: block;
        position: relative;
    }

        .seo-section-headline img {
            width: 16px;
            height: 16px;
            margin-right: 6px;
            margin-top: -3px;
        }

    .seo-nearme-intro {
        line-height: 1.3em;
        margin: 10px 0 15px 0 !important;
    }

    /*OVERWRITE CSS*/
    .menu-related-category__link {
        margin: 10px 0 !important;
        font-size: 14px !important;
    }

    .buylocal__link {
        font-size: 14px !important;
        margin: 5px 0 !important;
    }

    .single-white-container {
        border: none !important;
        padding-bottom: 0 !important;
    }

    .footer-featured-categories {
        display: none;
    }

    .footer-parent-container {
        padding-top: 0;
    }

    /* Prevent any overflowing child (e.g. carousel track, wide table) from
       creating horizontal scroll / white-space on the right at mobile widths */
    body { overflow-x: hidden; }

    @media screen and (max-width: 1025px) {
        .seo-child-container {
            width: 100% !important;
            margin: 0 auto !important;
            padding: 0 20px;
        }
    }

    @media screen and (max-width: 500px) {
        .seo-child-container {
        }

        .seo-flex7 {
            display: flex;
            flex-direction: column;
            gap: 30px;
        }

        .flex7-c1 {
            flex: 0 0 100%;
        }

        .flex7-c2 {
            flex: 0 0 100%;
        }
    }
