@media (min-width: 981px) {
    .herohome-inner {
        padding-top: 80px !important;
        width: 70%;
        margin: 0 auto;
        padding-bottom: 10px;
        max-width: 1176px;
    }
}


@media screen and (max-width: 767px) {
    .herohome-award {
        background-position-x: -25px;
        background-image: url(https://www.walletwizard.com.au/media/ggagljve/ww-herohome-mobile-wizzy-pr2025award3.jpg) !important;
        background-position: inherit;
    }
} 

@media (min-width: 981px) {
    .hide-desktop {
        display: none !important;
    }
    .footernav {
        margin: 10px auto 0 auto !important;
    }
}

@media (min-width: 768px) {
    .hide-desktop {
        display: none !important;
    }

    .herohome {
        background-position: 50% 50% !important;
        background-size: clamp(720px, 100vw, 1905px) auto !important;
        background-repeat: no-repeat;
        height: 100%;
    }
}
.trustpilot-widget iframe {
    /* Scale it to 0.8 and move it down 15px */
    transform: scale(0.8) translateY(15px) !important;
    transform-origin: top center !important;
    height: auto !important;
}
.header1 {
    padding: 0px 8% 0px !important;
}

.header1-content {
    width: auto;
    max-width: 1580px !important;
    margin: 0 auto;
    display: table;
    padding: 3px 3%;
}
#member-header-right-section img {
    width: 230px !important; /* Forces the 230px size on desktop */
    height: auto;
}

@media screen and (max-width: 980px) {
    #member-header-right-section img {
        width: 330px !important;
        height: auto !important;
        display: block;
        margin: 0 auto; /* Optional: centers the logo in the menu */
    }
}