#thryv-center-feature {
    background: linear-gradient(171.14deg, #FFFFFF 33.46%, #F0F0F0 65.89%);
    border: 2px solid #E1E1E1;
    border-radius: 30px;
    max-width: 685px;
    margin-top: 1em;
    margin-bottom: 1em;
    position: relative;
}

#thryv-center-feature .text-wrap {
    padding: 3em 2.5em 0;
    text-align: center;
    z-index: 10;
    position: relative;
}

#thryv-center-feature .text-wrap .headline {
    font-size: 30px !important;
    font-weight: bold;
    color: #000000;
    line-height: 1.5;
}

#thryv-center-feature .text-wrap .subtext {
    font-size: 15px !important;
    font-weight: 600;
    color: #000000 !important;
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
}

#thryv-center-feature .text-wrap .cta-wrap {
    text-align: center;
}

#thryv-center-feature .text-wrap .cta-wrap .cta-btn {
    background-color: #ff5000;
    color: #fff !important;
    border-radius: 30px;
    display: inline-block;
    cursor: pointer;
    padding: 10px 60px !important;
    font-size: 16px !important;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 0.25em;
    text-align: center;
    text-decoration: none !important;
}

#thryv-center-feature .preview-image {
    display: block;
    margin-bottom: -13px;
    margin-top: -55px;
}

#thryv-center-feature[data-feature="free_trial"] {
    background-image: url('https://assets.thryv.com/prod/media/2026/04/mc-free-trial-blog-cta-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right top;
    width: 100%;
    max-width: 100%;
    padding: 32px 24px;

    @media (min-width:992px) and (max-width:1100px) {
        background-size: 180%;
        background-position: left top;
        background-image: url('https://assets.thryv.com/prod/media/2026/04/bg-sidebar-mc-free-trial-v3.png');
    }

    @media (min-width:1101px) and (max-width:1300px) {
        background-position: 50% top;
    }

    @media (max-width:991px) {
        background-position: 50% top;
    }

    @media (max-width:767px) {
        background-size: 180%;
        background-position: left top;
        background-image: url('https://assets.thryv.com/prod/media/2026/04/bg-sidebar-mc-free-trial-v3.png');
    }
}

.editor-styles-wrapper #thryv-center-feature[data-feature="free_trial"] {
    max-width: 800px;
}

#thryv-center-feature[data-feature="free_trial"] .text-wrap {
    width: 40%;
    padding: 0;
    text-align: left;

    @media (min-width:992px) and (max-width:1100px) {
        width: 100%;
        text-align: center;
    }

    @media (min-width:1101px) and (max-width:1300px) {
        width: 50%;
    }

    @media (max-width:991px) {
        width: 50%;
    }

    @media (max-width:767px) {
        width: 100%;
        text-align: center;
    }
}

#thryv-center-feature[data-feature="free_trial"] .text-wrap .headline {
    margin-bottom: 0 !important;
}

#thryv-center-feature[data-feature="free_trial"] .text-wrap .headline span {
    color: #ffffff;
    font-size: 32px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    letter-spacing: -1px !important;
}

#thryv-center-feature[data-feature="free_trial"] .text-wrap .headline span .thryv-orange {
    color: #ff5000;
}

#thryv-center-feature[data-feature="free_trial"] .text-wrap .headline span sup {
    color: #fff;
    font-size: 45%;
    margin-left: .1em;
    top: -1em;
    letter-spacing: 0;
}

#thryv-center-feature[data-feature="free_trial"] .text-wrap .subtext {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #ffffff !important;
    line-height: 1.35 !important;
    margin-top: 1rem;
    margin-bottom: 2rem;
}

#thryv-center-feature[data-feature="free_trial"] .text-wrap .cta-wrap {
    margin-bottom: 0 !important;
    text-align: left !important;
}

#thryv-center-feature[data-feature="free_trial"] .text-wrap .cta-wrap .cta-btn {
    padding: 16px 48px !important;
    color: #FFF;
    text-align: center;
    font-family: Inter, 'Open Sans', sans-serif;
    font-size: 17px !important;
    font-style: normal;
    font-weight: 900 !important;
    text-transform: capitalize !important;
    letter-spacing: initial !important;
    min-width: unset;
    margin-top: 0 !important;
    margin-left: 0 !important;
}

#thryv-center-feature[data-feature="free_trial"] .cta-img-wrap {
    display: none;
}