.vod-pw-form {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 80vh;
}

.vod-pw-form form {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 32px;
    border: 1px solid red;
    min-width: 300px;
    font-size: 1.5rem;
    border-radius: var(--border-radius);
}

.vod-pw-form input {
    background: var(--bg);
    border: 1px solid var(--border);
    color: var(--text);
    padding: 0.4rem 0.6rem;
    font-size: 1rem;
    font-family: inherit;
    border-radius: var(--border-radius);
}

.vod-container {
    background-color: black;
    color: white;
    padding: 20px;
}

.vod-container a {
    color: red;
}

.vod-pw-form input[type="password"]:focus {
    border-color: rgb(255, 255, 255);
}

.btn-outline.vod-download-btn {
    border-color: red;
}

.vod-container ul {
    padding-left: 40px;
    margin-top: 16px;
    margin-bottom: 16px;
}
