.site-footer {
    background: #263749;
    color: var(--white);
}

.footer-bottom {
    padding: 1.35rem 0;
}

.footer-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    color: rgba(243, 248, 255, 0.82);
    font-size: 1rem;
    line-height: 1.45;
    letter-spacing: -0.02em;
}

.footer-bottom-inner a {
    color: #ffffff;
    text-decoration: none;
}

.footer-bottom-inner a:hover {
    text-decoration: underline;
}

@media (max-width: 760px) {
    .footer-bottom {
        padding: 1.15rem 0;
    }

    .footer-bottom-inner {
        flex-direction: column;
        align-items: flex-start;
    }
}
