/* WordPress integration details that do not exist in the static source. */
body.admin-bar .site-header {
    top: 32px;
}

body.admin-bar .site-loader {
    top: 32px;
}

@media (max-width: 782px) {
    body.admin-bar .site-header,
    body.admin-bar .site-loader {
        top: 46px;
    }
}

@media (max-width: 600px) {
    body.admin-bar #wpadminbar {
        position: fixed;
    }
}

.footer-credit {
    display: inline-block;
    margin-left: 12px;
    padding-left: 12px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    color: #c8934d;
}

@media (max-width: 520px) {
    .footer-credit {
        display: block;
        width: max-content;
        margin: 6px auto 0;
        padding: 0;
        border-left: 0;
    }
}
