/* [admax_copyright] — lábléc alsó sora: jogi szöveg + menü. */

.am-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 14px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 11px;
    font-weight: 400;
    color: #9fb6ae;
}

.am-footer-copy {
    font-family: 'Space Grotesk', sans-serif;
}

.am-footer-legal {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    font-family: 'Space Grotesk', sans-serif;
}

.am-footer-legal a {
    text-decoration: none;
    color: #9fb6ae;
    font-family: 'Space Grotesk', sans-serif;
    transition: color 0.25s;
}

.am-footer-legal a:hover {
    color: #a7ebdd;
}

@media (max-width: 767px) {
.am-footer-bottom {
    gap: 5px;
}


    }