/* ============================================================
   STRICTLY MOBILE CSS (≤ 768px)
   Extracted from btf.css – phones only
   ============================================================ */

/* ---------- 768px and below ---------- */
@media (max-width: 768px) {
    #settingsToogle {
        display: inline-flex;
    }
}

@media (max-width: 600px) {

    .footer-w {
        display: flex !important;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center !important;
        align-items: center;
        flex-direction: column;
        min-height: 110px !important;
    }

    .footer-l {
        margin-bottom: 10px !important;
    }
}

/* ---------- 600px and below ---------- */
@media screen and (max-width: 600px) {
    .mycontainer {
        width: 95%;
    }

    .mycontainer {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

}

@media only screen and (max-width: 600px) {
    .tool__header {
        width: 100%;
        padding: 6px 24px;
    }

    .tool__header h1 {
        font-size: 2rem !important;
        line-height: 36px !important;
    }

    .uploader {
        flex-wrap: nowrap !important;
        flex-direction: row-reverse !important;
        width: 70% !important;
    }

    .upl.box .upl___box {
        width: 40px !important;
        height: 40px !important;
    }

    .side-tools {
        right: 7% !important;
    }

    .hide-content .side-tools {
        display: flex !important;
        gap: 13px !important;
    }
}

/* ---------- 576px and below ---------- */
@media (max-width: 576px) {
    .header--row.hide-on-mobile {
        display: none !important;
    }

    .hide-on-mobile {
        display: none !important;
    }

    .builder-item {
        padding-right: 5px !important;
        padding-left: 5px !important;
    }

    .site-logo img {
        max-width: 34px !important;
        height: 34px !important;
    }

    .site-logo h1,
    .site-logo p {
        font-size: 18px !important;
    }
}

/* ---------- 501px and below ---------- */
@media (max-width: 501px) {
    .uploader__btn {
        width: 100%;
        max-width: inherit;
    }
}

/* ---------- 500px and below ---------- */
@media (max-width: 500px) {
    .uploader {
        display: table;
        z-index: 0;
    }
}

/* ---------- 768px and below (only screen) ---------- */
@media only screen and (max-width: 768px) {
    .wrapper2.show {
        padding: 0;
    }
}