/* Subscribe Form */
body .thm-resources-post-form {
    overflow: hidden;
    position: relative;
    display: flex;
    gap: 52px;
    align-items: center;
    justify-content: space-between;
    border-radius: 98px;
    background-color: #bf4bb1;
    padding: 18px 30px 18px 50px;
}

body .thm-resources-post-form-archive {
    margin: 40px 0 40px 20px;
}

@media (max-width: 1200px) {
    body .thm-resources-post-form {
        gap: 24px;
        padding: 24px;
        border-radius: 36px;
    }

    body .thm-resources-post-form-archive {
        margin: 32px 0;
    }
}

@media (min-width: 1200px) {
    body.single-post .thm-resources-post-form {
        padding: 20px 20px 20px 40px;
    }
}

@media (max-width: 1024px) {
    body .thm-resources-post-form {
        flex-direction: column;
    }
}

body .thm-resources-post-form-title {
    width: 45%;
    font-weight: 500;
    font-size: 26px;
    letter-spacing: -.03em;
    color: #fff;
    margin: 0;
}

@media (max-width: 1024px) {
    body .thm-resources-post-form-title {
        width: 100%;
        text-align: center;
        font-size: 24px;
    }
}

body .thm-resources-post-form .frm_form_fields {
    position: relative;
}

body .thm-resources-post-form input[type=email] {
    max-width: 100%;
    border-radius: 98px;
    font-size: 21px;
    color: #000000;
    box-shadow: none;
    border: none;
    padding: 14px 60px 14px 16px;
    height: 65px;
}

body .thm-resources-post-form input[type=email]::placeholder {
    font-size: 21px;
}

body .thm-resources-post-form .frm_style_formidable-style.with_frm_style .form-field,
body .thm-resources-post-form .frm_fields_container {
    margin-bottom: 0 !important;
    padding: 0 !important;
}

.frm_forms:has(input) .frm_error_style {
    display: none;
}

@media (max-width: 768px) {
    body .thm-resources-post-form input[type=email] {
        font-size: 16px;
    }

    body .thm-resources-post-form input[type=email]::placeholder {
        font-size: 16px;
    }
}

@media (min-width: 1200px) {
    body.single-post .thm-resources-post-form input[type=email] {
        font-size: 26px;
        padding: 14px 76px 14px 52px;
        height: 82px;
    }
}

body .thm-resources-post-form #frm_field_384_container {
    position: absolute;
    top: 14px;
    right: 22px;
}

.with_frm_style .frm_loading_form .frm_button_submit:before {
    top: 15%;
    left: 12%;
}


@media (min-width: 1200px) {
    body.single-post .thm-resources-post-form #frm_field_384_container {
        top: 19px;
        right: 28px;
    }
}

body .thm-resources-post-form #frm_field_384_container button[type=submit] {
    width: 35px;
    height: 35px;
    background: transparent;
    border: none;
    padding: 0;
    font-size: 0;
}

@media (min-width: 1200px) {
    body.single-post .thm-resources-post-form #frm_field_384_container button[type=submit] {
        width: 42px;
        height: 42px;
    }
}

body .thm-resources-post-form #frm_field_384_container button[type=submit]:hover {
    opacity: .5;
}

body .thm-resources-post-form #frm_field_384_container button[type=submit]::before {
    content: "";
    display: inline-block;
    width: 35px;
    height: 35px;
    background-image: url('/wp-content/uploads/2025/12/Button_Pink.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

@media (min-width: 1200px) {
    body.single-post .thm-resources-post-form #frm_field_384_container button[type=submit]::before {
        width: 42px;
        height: 42px;
    }
}

body .frm_style_formidable-style.with_frm_style .frm_error {
    color: #ffd166;
}

body .frm_style_formidable-style.with_frm_style .frm_error_style {
    margin: 0 !important;
    font-size: 16px;
    border-radius: 100px;
}

body .frm_style_formidable-style.with_frm_style p {
    color: #8aff80;
    text-align: center;
}