/**
 * Footer
 *
 * Footer widget grid, site credits and utility links.
 */
.footer-widgets {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    padding: 10px;
}

.site-footer {
    padding: 12px;
    color: #ffffff;
    background: var(--navy-dark);
    border-top: 4px double #ffffff;
    text-align: center;
    font-size: 11px;
    line-height: 1.7;
}

.site-footer a {
    color: #ffff8a;
}

.best-viewed {
    display: inline-block;
    margin-top: 6px;
    padding: 3px 8px;
    color: #ffffff;
    background: #333333;
    border: 2px inset #aaaaaa;
    font-family: "Courier New", monospace;
}

.back-top {
    display: block;
    margin-top: 7px;
}
