/* Footer Static Icons Styling */

/* Desktop & Tablet - Icons next to Subscribe Us */
footer .top .right .float-right {
    width: 100%;
    justify-content: flex-end;
}

.footer-static-icons {
    align-items: center;
    justify-content: flex-end;
    margin-left: auto;
}

.footer-icon-link {
    display: inline-block;
    line-height: 0;
}

.footer-icon {
    max-height: 50px;
    width: auto;
    display: block;
}

/* Mobile - Icons between Currency and HKJC Logo */
.footer-mobile-static-icons {
    padding: 20px 0;
    text-align: right;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.footer-mobile-static-icons .footer-icon {
    max-height: 50px;
}

/* Responsive adjustments */
@media (max-width: 767px) {
    .footer-mobile-static-icons {
        display: flex !important;
    }
}

@media (min-width: 768px) {
    .footer-static-icons {
        display: flex !important;
    }
}
