.dpp_password_protection .dpp_password_form {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}
.dpp_password_protection .dpp_password_input {
    min-width: 220px;
    flex: 1 1 220px;
}
.dpp_password_protection .dpp_password_button {
    cursor: pointer;
}
.dpp_password_protection .dpp_error,
.dpp_password_protection .dpp_error[role="alert"] {
    margin: 0 0 12px;
}
.dpp_fallback {
    margin: 20px 0;
}
.dpp_fallback .dpp_password_form {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}
.dpp_fallback input[type="password"] {
    min-width: 220px;
}
