/* Footer Styles */
.footer-sticky-menu,
.offer-strap {
    display: none;
}

.footer {
    background-color: transparent;
    border: 0;
    font-size: 10.24px;
    line-height: 15.36px;
}

.footer .mobile {
    display: none;
}

.footer h3 {
    margin-bottom: 1.875em;
}

.footer .gamble-aware {
    max-width: 67.8125em;
    text-align: center;
    margin: 5em auto 0 auto;
}

.footer .gamble-aware img {
    width: 600px;
    height: auto;
    max-width: 100%;
    margin-bottom: 1.5em;
}

.footer .gamble-aware .text {
    text-align: center;
}

.footer .social-links {
    display: flex;
    gap: 0.625em;
}

.footer .social-links-link {
    width: 2.5em;
    height: 2.5em;
    background-color: #000;
    color: #8CD652;
    font-size: 13px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: opacity 0.2s ease-in-out;
}

.footer .social-links-link:hover {
    opacity: 0.75;
}

.footer .footer-reviews {
    margin-left: -1em;
    margin-top: 1em;
}

.footer .menu {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
    row-gap: 1.25em;
}

.footer .menu li {
    flex: 33.33%;
}

.footer .menu li a {
    text-decoration: none;
    color: #000;
}

@media only screen and (max-width: 576px) {
    .footer {
        padding-top: 0;
        padding-left: 2em;
        padding-right: 2em;
    }
    .footer .mobile {
        display: block;
    }
    .footer .menu li {
        flex: 50%;
    }
    .footer .store-image {
        width: 200px;
        height: auto;
    }
}