body.ed-no-resource .elementor-element-6ddba0d {
    display: none !important;
}

.ed-resource-returning:not(.ed-resource-ready) .elementor-element-516f612 form#sib_signup_form_2,
.ed-resource-returning:not(.ed-resource-ready) .elementor-element-516f612 form.sib_signup_form {
    visibility: hidden !important;
}

.ed-returning-resource {
    margin-top: 20px;
    padding: 20px 22px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
}

.ed-returning-resource p {
    margin: 0 0 16px !important;
    color: #ffffff !important;
    font-size: 16px !important;
    line-height: 1.6 !important;
}

.ed-returning-resource a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    padding: 11px 24px;
    border-radius: 999px;
    background: #ffc928;
    color: #2b2118 !important;
    -webkit-text-fill-color: #2b2118 !important;
    opacity: 1 !important;
    font-size: 15px !important;
    font-weight: 700;
    line-height: 1.25 !important;
    text-align: center;
    text-decoration: none !important;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.16);
    transition: background-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.ed-returning-resource a:hover,
.ed-returning-resource a:focus-visible {
    background: #f2b705;
    box-shadow: 0 13px 26px rgba(0, 0, 0, 0.20);
    transform: translateY(-1px);
}

@media (max-width: 767px) {
    .ed-returning-resource {
        padding: 18px;
        border-radius: 16px;
    }

    .ed-returning-resource a {
        width: 100%;
    }
}
