/* Footer centering — keep outside ~/css/main.css bundle so deploy cache cannot drop it. */
footer.footer-bottom,
.footer-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
}

footer.footer-bottom > .container.container-xxl,
.footer-bottom > .container.container-xxl,
footer.footer-bottom .container.container-xxl,
.footer-bottom .container.container-xxl {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 1440px;
    width: 100%;
}

.footer-bottom > .footer.row {
    max-width: 1275px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

@media (min-width: 1920px) {
    .container-xxl {
        margin-left: auto;
        margin-right: auto;
    }

    .page-home .b-best-laser-tag-equipment .container.container-xxl {
        margin-left: 7%;
        margin-right: auto;
    }

    footer.footer-bottom .container.container-xxl,
    .footer-bottom .container.container-xxl {
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

/* Newsletter form: no grey frame */
.form-news-signup {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

/* X/Twitter icon: match other social icon box size */
.footer-socials .socials-tw,
.footer-bottom .socials a.social__tw {
    width: 22px !important;
    height: 22px !important;
    background-size: contain !important;
    background-position: center center !important;
}
