.video-archive {
    max-width: 100%;
}
.video-archive p {
    margin: 0.75em 0 0.50em;
}
.video-section {
    margin-top: 1em;
}
.video-section > h2 {
    padding-bottom: 0.25em;
    margin-bottom: 1em;
}
.video-entry {
    text-align: center;
    margin: 2em auto;
}
.video-entry h3 {
    font-size: 20px;
    text-decoration: none;
}
.video-entry img {
    margin-bottom: 0.75em;
}
.video-metadata {
    text-align: center;
    font-size: 0.95em;
}
.note-box {
    background-color: var(--blockquote-bg);
    border: 1px solid var(--blockquote-border);
    border-left: 3px solid var(--heading-accent);
    border-right: 3px solid var(--heading-accent);
    border-radius: 6px;
    margin: 1em auto;
    padding: 1.2em;
}
.file-list {
    max-width: 80%;
    margin: 1em auto;
}
.list-supercuts {
    list-style: none;
    padding-left: 0;
}
.list-supercuts li {
    list-style: none;
}
.list-supercuts li::before {
    content: "✂";
    margin-right: 0.5ch;
}
.list-writing {
    max-width: 80%;
    margin: 1em auto;
    padding-left: 0;
}