.wk_page-title{
    display:none !important;
}

.wk_breadcrumbs{
    display:none !important;
}

.wk_page-content {
    margin: 0 0 1rem 0 !important;
}

.wk_my-form__entry-field_full {
    width: 28.8rem !important;
    border: 1px solid #d6d6d6 !important;
    height: 3rem !important;
}

.wk_my-form_send_button {
    display: block;
    height: 4rem;
    margin: 0rem auto 0 auto;
    line-height: 3.9rem;
    background-color: #00968D;
    color: #fff;
    font-size: 1.7rem;
    font-weight: bold;
    text-align: center;
    border: none;
    cursor: pointer;
    border-radius: 4px;
    box-shadow: 6px 6px 6px 1px rgb(0 0 0 / 25%);
}

.wk_my-form_send_button.disabled{
    pointer-events: none;
    opacity: 0.4;
}

.wk_my-form_send_button:active {
    box-shadow: 3px 2px 6px 0px rgb(0 0 0 / 24%);
}

.wk_my-form__title {
    font-size: 1.8rem;
    background: #2a60a8;
    height: 4.5rem;
    color: #fff;
    text-align: center;
    line-height: 4.3rem;
    margin-left: 0px;
    margin-top: 0px;
}

.wk_my-form {
    padding: 0 !important;
    border: none !important;
    width: 32.7rem !important;
    margin: -40px auto !important;
    display: none;
    box-shadow: 3px 3px 20px 16px rgb(0 0 0 / 37%);
}

@media (max-width: 520px) {
    .wk_my-form {
        margin: 0 auto !important;
    }
}

.wk_my-form__main {
    padding: 0 2rem 2rem 2rem;
}

.wk_my-form__entry {
    height: 4rem !important;
    min-height: 4rem !important;
}

.wk_my-form__entry_hid {
    display:none;
}

.wk_my-form__title {
    font-size: 1.9rem !important;
}

.wk_widget-header {
    padding: 0 0 0 0 !important;
}
