.footer-bar {
    border-bottom: 1px solid var(--panel-border);
    background: var(--accent);
    color: var(--text-dark);
    width: 100%;
}

.footer-bar-inner {
    width: min(100%, var(--content-max-width));
    max-width: var(--content-max-width);
    margin: 0 auto;
    min-height: 214px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    padding: 0 24px;
}

.footer-copy {
    font-family: "Josefin Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: #262E34;
    padding-left: 84px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
}

.footer-copy a {
    color: inherit;
    text-decoration: none;
    margin-left: 0;
    display: inline-block;
}

.footer-logo img {
    width: 52px;
    height: 38px;
}

.footer-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    transform: translateY(-14px);
}

.footer-logo span {
    font-size: 12px;
    line-height: 1.05;
}

.footer-logo-name {
    color: #ffffff;
}

.footer-logo-role {
    color: var(--text-dark);
}

.footer-socials {
    display: flex;
    justify-content: flex-end;
    gap: 18px;
    padding-right: 84px;
}

.footer-socials a {
    position: relative;
    width: 30px;
    height: 30px;
    display: block;
}

.footer-socials a:hover .social-icon-default {
    opacity: 0;
}

.footer-socials a:hover .social-icon-hover {
    opacity: 1;
}

.footer-socials img {
    width: 30px;
    height: 30px;
}

.footer-social-icon-mobile {
    display: none;
}
