.site-footer {
    box-sizing: border-box;
    width: 100%;
    margin-top: 32px;
    padding: 20px 16px 24px;
    border-top: 1px solid rgba(201, 162, 58, 0.28);
    color: #bcb29e;
    font-size: 0.82rem;
    line-height: 1.55;
    text-align: center;
}

.site-footer strong {
    color: inherit;
    font-weight: 600;
}

.site-footer-legal {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 9px;
    margin-top: 8px;
}

.site-footer-legal a {
    color: #d7cdb7;
    text-decoration: underline;
    text-decoration-color: rgba(201, 162, 58, 0.55);
    text-underline-offset: 3px;
}

.site-footer-legal a:hover,
.site-footer-legal a:focus-visible {
    color: #f0d982;
}
