.locked_form {
    position: absolute;
    background: #fff;
    left: 0;
    right: 0;
    z-index: 5;
    display: none;
}

.locked_form::before {
    position: absolute;
    display: block;
    content: '';
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    height: 150px;
    top: -150px;
    left: 0;
    right: 0;
}

.locked_form .form_wrap {
    max-width: 470px;
    margin: 0 auto;
    padding-top: var(--wp--style--block-gap);
    padding-bottom: var(--wp--style--block-gap);
}

.locked_form .form_title {
    font-size: 18px;
    padding-bottom: 15px;
}
