/* Mobile App store badges (footer, sidebar, popup) */
.mobile-app-badges {
    margin-top: 0.75rem;
}

.mobile-app-badges-list {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center;
    gap: 0.75rem;
}

.mobile-app-badge {
    display: inline-flex !important;
    flex: 0 0 auto;
    line-height: 0;
    max-width: none !important;
    width: auto !important;
}

.mobile-app-badge img,
.sidebar-widget .widget-body .mobile-app-badge img,
#footer .mobile-app-badge img {
    display: block !important;
    height: 44px !important;
    width: auto !important;
    max-width: 148px !important;
    object-fit: contain !important;
}

.mobile-app-badges-footer {
    margin-top: 1.25rem;
    width: 100%;
}

.mobile-app-badges-footer .mobile-app-badges-list {
    width: 100%;
    justify-content: stretch;
}

.mobile-app-badges-footer .mobile-app-badge {
    flex: 1 1 0 !important;
    width: 100% !important;
    max-width: none !important;
    justify-content: center;
}

.mobile-app-badges-footer .mobile-app-badge img,
#footer .mobile-app-badges-footer .mobile-app-badge img {
    height: auto !important;
    width: 100% !important;
    max-width: none !important;
    max-height: 44px !important;
    object-fit: contain !important;
}

.footer-social-block {
    display: inline-flex;
    flex-direction: column;
    align-items: stretch;
    margin-top: 30px;
    max-width: 100%;
}

.footer-social-block .footer-social-links {
    margin-top: 0;
}

.mobile-app-badges-sidebar {
    width: 100%;
}

.mobile-app-badges-sidebar .mobile-app-badges-list {
    width: 100%;
    justify-content: stretch;
}

.mobile-app-badges-sidebar .mobile-app-badge {
    flex: 1 1 0 !important;
    width: 100% !important;
    max-width: none !important;
    justify-content: center;
}

.mobile-app-badges-sidebar .mobile-app-badge img,
.sidebar-widget .widget-body .mobile-app-badges-sidebar .mobile-app-badge img,
.sidebar-widget .widget-body .mobile-app-badge img {
    height: auto !important;
    width: 100% !important;
    max-width: none !important;
    max-height: 58px !important;
    object-fit: contain !important;
}

.mobile-app-badges-popup .mobile-app-badges-list {
    justify-content: center;
    flex-wrap: wrap !important;
    gap: 0.75rem;
    margin-top: 1.25rem;
}

.mobile-app-badges-popup .mobile-app-badge img {
    height: 40px !important;
    max-width: 135px !important;
}

.mobile-app-popup-content .premium-heading {
    font-size: 1.5rem;
}
