/* Footer disclaimer and links. */
.sg-footer {
    padding: 36px 0 48px;
    background-color: #0f2a1d;
    color: rgba(255, 255, 255, 0.88);
    font-size: 1rem;
    line-height: 1.6;
}

.sg-footer__inner {
    text-align: center;
}

.sg-footer__disclaimer {
    margin: 0 auto 20px;
    max-width: 44rem;
}

.sg-footer__nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px 12px;
}

.sg-footer__link {
    color: #ffffff;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.sg-footer__link:hover {
    text-decoration-thickness: 2px;
}

.sg-footer__sep {
    color: rgba(255, 255, 255, 0.45);
}

@media (min-width: 48rem) {
    .sg-footer {
        font-size: 1.05rem;
    }
}
