/*Footer Menu*/
.joomla-footer-menu {
    font-family: 'Inter', sans-serif;
}

.joomla-footer-menu ul {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.joomla-footer-menu ul li {
    position: relative;
}

.joomla-footer-menu ul li:not(:last-child):after {
    content: "|";
    color: rgba(255, 255, 255, 0.3);
    position: absolute;
    right: -0.875rem;
}

.joomla-footer-menu ul li a {
    color: #a5f3fc;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 400;
    transition: all 0.2s ease;
}

.joomla-footer-menu ul li a:hover {
    color: white;
    text-decoration: underline;
}

/*Footer Links*/
.footer-links-module {
    /*border: 1px solid red;*/
}

.footer-links-module ul.mod-menu {
    /*border: 1px solid red;*/
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: block;
}

.footer-links-module ul.mod-menu li {
    /*border: 1px solid red;*/
    display: inline-block;
    margin: 0;
    padding: 0;
    margin-right: 2.5rem;
}

.footer-links-module ul.mod-menu li > a {
    /*border: 1px solid red;*/
}

.footer-links-module ul.mod-menu li > a:hover {
    /*border: 1px solid red;*/
    color: white;
}

.footer-links-module ul.mod-menu li > a > img {
    /*border: 1px solid red;*/
    height: 19px;
    width: auto;
    display: inline-block;
    margin-right: 0.23rem;
}

.footer-links-module ul.mod-menu li:last-child {
    margin-right: 0;
}

@media (max-width: 500px) {
    .footer-links-module ul.mod-menu li {
        /*border: 1px solid red;*/
        margin-right: 1rem;
        margin-bottom: 0.5rem;
    }

    .footer-links-module ul.mod-menu li > a > img {
        /*border: 1px solid red;*/
        height: 23px !important;
    }
}

#fma_joomla6_theme_footer_logo_picture {
    object-fit: contain;
    width: auto;
}

@media (max-width: 820px) and (orientation: portrait) {
    #fma_joomla6_footer_columns_inner {
        /*border: 1px solid red;*/
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
    #fma_joomla6_footer_columns_outer {
        /*border: 1px solid red;*/
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    #fma_joomla6_theme_footer_logo_text {
        /*border: 1px solid red;*/
        font-size: 1.2rem !important;
    }
}
