#toy .row.form {
    flex-direction: column;
    align-items: stretch;
    gap: 0.3em;
}

#toy .row.form * {
    margin: 0;
}

#toy select,
#toy input[type="number"],
#toy input[type="file"] {
    font-size: 1rem;
    max-width: 100%;
}

#toy .status-row {
    flex-direction: column;
    align-items: stretch;
    text-align: left;
}

#status.error {
    color: #ff6b6b;
}

#progress {
    width: 100%;
}

#result {
    flex-direction: column;
    gap: 1em;
}

#preview {
    max-width: 100%;
    max-height: 70vh;
    background-color: black;
}

#download {
    color: #4791e6;
    text-decoration: none;
}

#download:hover {
    text-decoration: underline;
}

@media (max-width: 800px) {
    #toy .row.form {
        width: 95%;
    }
}
