.sp-email-sidebar-form {
    overflow: hidden;
    margin: 20px 0;
    padding: 20px;
    scroll-behavior: smooth;
    border: 1px solid #335955;
    box-shadow: 0px 4px 4px 0px #00000040;
    background: linear-gradient(90deg, rgba(74, 193, 142, 0.15) 0%, rgba(0, 204, 255, 0.15) 100%)
}

@media screen and (max-width: 1024px) {
    .sp-email-sidebar-form, .socprime-toc {
        position: relative !important;
        top: 0 !important;
    }
}

.sp-email-sidebar-form .ellipse {
    z-index: -1;
    width: 520px;
    height: 400px;
    opacity: 1;
    top: -220px;
    left: -240px;
    position: absolute;
    background: radial-gradient(50% 50% at 50% 50%, rgba(26, 255, 157, 0.3) 0%, rgba(26, 255, 157, 0) 100%);
}

.sp-email-sidebar-form-header {
    position: relative;
    display: flex;
    flex-direction: column;
    text-align: left;
}

p.sp-email-sidebar-form-header__title {
    font-weight: 600;
    font-size: 16px;
    line-height: 160%;
    color: #ffffff;
    margin-bottom: 2px !important;
    text-transform: none;
}

.sp-email-sidebar-form-header__description {
    font-weight: 400;
    font-size: 12px;
    line-height: 160%;
    color: #ffffff;
}

.sp-email-sidebar-form-header__icon {
    position: absolute;
    right: 0;
    top: 0;
}

.sp-email-sidebar-form-input {
    width: 100%;
    border: 1px solid #57586E;
    border-radius: 4px;
    height: 40px;
    padding: 9px 15px;
    background: #292C3D;
    margin-bottom: 16px;
    color: #ffffff;
}

.sp-email-sidebar-form-button {
    background: #4AC18E;
    border: 1px solid #4AC18E;
    border-radius: 4px;
    color: #292C3D;
    height: 40px;
    margin-bottom: 14px;
    width: 100%;
    padding: 0 15px;
    font-weight: 600;
    text-transform: uppercase;
}

.sp-email-sidebar-form-button:hover {
    border-color: #6BD7A9;
    box-shadow: 0 0 4px rgba(74, 193, 142, 0.7);
}

.single-post-content ul.list-minus ul li {
    position: relative;
}

.sp-email-sidebar-form {
    opacity: 0;
    transition: opacity 0.15s ease;
}
.sp-email-sidebar-form.is-ready {
    opacity: 1;
}