﻿.footer-squares-wrapper-studio {
    display: flex;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
    overflow-x: auto;
    max-width: 100%;
    scrollbar-width: none;
    margin-top: 40px;
}

    .footer-squares-wrapper-studio::-webkit-scrollbar {
        display: none;
    }

.footer-squares-container-studio {
    display: flex;
    overflow: hidden;
    margin-right: 40px;
    width: 100%;
}

.footer-square-studio {
    min-width: 28px;
    min-height: 28px;
    max-width: 28px;
    max-height: 28px;
}

.footer-squares-container-studio .footer-square-studio:nth-child(odd) {
    background-color: black;
}

.footer-squares-container-studio .footer-square-studio:nth-child(even) {
    background-color: white;
}

.footer-squares-container-studio.alternate-studio .footer-square-studio:nth-child(odd) {
    background-color: white;
}

.footer-squares-container-studio.alternate-studio .footer-square-studio:nth-child(even) {
    background-color: black;
}

.footer-black-bar-studio {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px;
    width: 100%;
    height: 150px;
    background-color: black;
    color: white;
    box-sizing: border-box;
    text-decoration: none;
}

.logo-footer-studio {
    max-width: 220px;
    max-height: auto;
}

.footer-black-bar-studio a {
    color: white;
    text-decoration: none;
}

.footer-black-bar-studio .social-logo-studio {
    margin-left: 10px;
}

.footer-black-bar-studio div {
    display: flex;
    align-items: center;
    gap: 5px;
}

.footer-black-bar-studio span {
    font-size: 14px;
}

.social-logo-studio {
    width: 25px;
}

.footer-links a {
    margin-left: 20px;
}

    .footer-links a:hover {
        text-decoration: underline;
    }

.footer-studio{
    max-height: 100vh;
}

@media (max-width: 768px) {
    .footer-studio {
    margin-top: 85px;
    overflow: hidden;
    padding-left: 0;
}

.footer-black-bar-studio {
    margin-top: -5.6px;
    flex-direction: column;
}

    .footer-black-bar-studio a {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}
