.content-host {
    position: relative;
    isolation: isolate;
    margin-top: var(--content-offset);
}

header,
footer {
    border-bottom: 1px solid var(--border);
    padding: 12px 0;
    transition: border-color .3s;
}

footer {
    border-top: 1px solid var(--border);
    border-bottom: none;
    font-size: 13px;
    color: var(--muted);
    margin-top: 40px;

    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.wrap {
    max-width: 880px;
    margin: 0 auto;
    padding: 0 20px;
}
