.sgf-footer {
    clear: both;
    width: 100%;
    margin: 28px 0 0;
    color: #fff;
    background: #1f5f35;
    border-top: 4px solid #a61f2b;
}
.sgf-inner {
    box-sizing: border-box;
    max-width: 1000px;
    margin: 0 auto;
    padding: 16px 20px;
    text-align: center;
}
.sgf-message,
.sgf-copyright { margin: 5px 0; line-height: 1.45; }
.sgf-message { font-weight: 700; }
.sgf-message a { color: #fff; text-decoration: underline; text-underline-offset: 2px; }
.sgf-message a:hover,
.sgf-message a:focus { color: #f4d46b; }
.sgf-copyright { font-size: .95rem; }
@media (max-width: 600px) { .sgf-inner { padding: 14px; } }

