/* Extracted from mu-plugins: rp-article-styles.php and the
   per-post sticky CTA plugins, which each inlined this same CSS. */

.blog-post__content .rp-cta-box {
    background: linear-gradient(135deg, #367C2B, #1e4d20);
    padding: 36px 28px;
    border-radius: 14px;
    text-align: center;
    margin: 40px 0;
}
.blog-post__content .rp-cta-box .rp-cta-title {
    color: #ffffff !important;
    font-size: 22px !important;
    font-weight: 800 !important;
    line-height: 1.3 !important;
    margin: 0 0 12px !important;
}
.blog-post__content .rp-cta-box .rp-cta-sub {
    color: rgba(255,255,255,0.92) !important;
    font-size: 15px !important;
    line-height: 1.55 !important;
    margin: 0 0 22px !important;
}
.blog-post__content .rp-btn-row {
    display: flex;
    gap: 14px;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    margin: 0 !important;
}
.blog-post__content .rp-btn {
    display: inline-block !important;
    padding: 13px 24px !important;
    border-radius: 8px !important;
    text-decoration: none !important;
    font-weight: 800 !important;
    font-size: 15px !important;
    border: none !important;
    border-bottom: none !important;
    white-space: nowrap;
    transition: opacity 0.2s, transform 0.1s;
}
.blog-post__content .rp-btn:hover {
    opacity: 0.9;
    transform: translateY(-1px);
    border-bottom: none !important;
}
.blog-post__content .rp-btn--yellow {
    background: #FFDE00 !important;
    color: #0a0f0a !important;
}
.blog-post__content .rp-btn--white {
    background: #ffffff !important;
    color: #1e4d20 !important;
}

.blog-post__content .rp-table-wrap {
    overflow-x: auto;
    margin: 24px 0;
    -webkit-overflow-scrolling: touch;
}
.blog-post__content .rp-table-wrap table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
    min-width: 560px;
}
.blog-post__content .rp-table-wrap th,
.blog-post__content .rp-table-wrap td {
    border: 1px solid #d4ddd4;
    padding: 10px 12px;
    text-align: left;
    vertical-align: top;
}
.blog-post__content .rp-table-wrap thead th {
    background: #eef7ec;
    color: #1e4d20;
    font-weight: 700;
}

@media (max-width: 680px) {
    .blog-post__content .rp-cta-box { padding: 24px 16px; }
    .blog-post__content .rp-cta-box .rp-cta-title { font-size: 19px !important; }
    .blog-post__content .rp-cta-box .rp-cta-sub { font-size: 14px !important; }
    .blog-post__content .rp-btn-row {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
    .blog-post__content .rp-btn {
        width: 100% !important;
        max-width: 280px;
        padding: 13px 16px !important;
        box-sizing: border-box;
        text-align: center;
    }
}


    #rp-sidebar-cta {
        background: linear-gradient(135deg, #367C2B, #1e4d20);
        border-radius: 12px;
        padding: 20px 18px;
        margin-top: 16px;
        box-sizing: border-box;
        font-family: inherit;
    }
    #rp-sidebar-cta .rp-sc-label {
        display: block;
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 1.5px;
        text-transform: uppercase;
        color: rgba(255,255,255,0.85) !important;
        margin-bottom: 8px;
    }
    #rp-sidebar-cta .rp-sc-title {
        font-size: 18px !important;
        font-weight: 800 !important;
        line-height: 1.3 !important;
        color: #ffffff !important;
        margin: 0 0 8px !important;
    }
    #rp-sidebar-cta .rp-sc-text {
        font-size: 13px !important;
        color: rgba(255,255,255,0.92) !important;
        line-height: 1.5 !important;
        margin: 0 0 14px !important;
    }
    #rp-sidebar-cta .rp-sc-btn {
        display: block;
        width: 100%;
        background: #FFDE00;
        color: #0a0f0a !important;
        text-align: center;
        padding: 12px 12px;
        border-radius: 8px;
        font-size: 14px;
        font-weight: 800;
        text-decoration: none;
        box-sizing: border-box;
        cursor: pointer;
        border: none;
        margin-bottom: 8px;
    }
    #rp-sidebar-cta .rp-sc-btn:hover { background: #fff200; }
    #rp-sidebar-cta .rp-sc-btn--phone {
        background: #ffffff;
        color: #1e4d20 !important;
        margin-bottom: 0;
    }
    #rp-sidebar-cta .rp-sc-btn--phone:hover { background: #f0f7ec; }
    @media (max-width: 991px) { #rp-sidebar-cta { display: none; } }
    