/* Loaded last in <head> so admin snippets cannot override site footer below */

footer.site-footer {
    background: #050506;
    color: #777;
    text-align: center;
    padding: 1.1rem 1rem;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0;
    border-top: 1px solid #1d1d1d;
    flex-shrink: 0;
    position: relative;
    z-index: 5;
}

.site-footer__nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem 1.25rem;
    margin-bottom: 0.75rem;
}

.site-footer__nav a {
    color: #9a9a9a;
    text-decoration: none;
    font-size: 0.9rem;
}

.site-footer__nav a:hover {
    color: #c9a84c;
}

.site-footer__text {
    margin: 0;
    color: #777;
}

footer.site-footer strong {
    color: #bcbcbc;
    font-weight: 500;
}
