#header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 28px;
    border-bottom: 1px solid var(--border);
}

#header h1 {
    margin-bottom: 12px;
}

#header p {
    margin: 1px 0;
}

#header a {
    margin-top: 15px;
}

#upload-form {
    margin-top: 28px;
}

#upload-form > br {
    display: none;
}

#upload-button {
    width: 100%;
    margin-top: 26px;
}

#upload-progress-container {
    display: none;
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid var(--border);
}

#upload-progress {
    display: block;
    width: 100%;
    height: 14px;
    border: 0;
    border-radius: 0;
    accent-color: black;
}

#upload-progress-text {
    margin-top: 8px;
    font-size: 0.9rem;
}

#upload-form + #upload-progress-container + h2 {
    padding-top: 26px;
    border-top: 1px solid var(--border);
}

main > form:not(#upload-form) {
    margin-top: 14px;
}

main > form:not(#upload-form) button {
    width: 100%;
}
