/* PATCH-2026-05-12-RT-CSS-MIGRATED (re-applied 2026-05-13)
 * Migrated from rt-custom-css-page-and-post plugin (CLOSED on wp.org, XSS risk).
 * Original meta keys: wp_postmeta WHERE meta_key='rt_custom_css'.
 * Each block is scoped by body.page-id-N or body.postid-N so it only fires
 * on the page it was originally written for.
 *
 * NOTE 2026-05-13: source meta deleted during yesterday's cleanup.
 * Pages 6 and 11 reconstructed from the diagnostic log. Page 12 had
 * ~3953 bytes of styling we could not fully recover from log snippets;
 * recover from production DB (rt_custom_css meta for page_id=12) or
 * from a Pressable staging snapshot before 2026-05-12 12:12 UTC.
 */

/* page 6: Home */
body.page-id-6 .testimonial_content > img {
    width: 150px;
    background: #0c4d6f;
    padding: 10px;
    border-radius: 75px;
}

/* page 11: Client Testimonials */
body.page-id-11 .testimonial_content > img {
    width: 150px;
    background: #0c4d6f;
    padding: 10px;
    border-radius: 75px;
}

/* page 12: Contact -- PARTIAL only, full styling lost */
body.page-id-12 .site-core {
    background-color: #f8f8f8;
}

body.page-id-12 .module-232 {
    margin-top: -200px;
}

body.page-id-12 #contact-form-wrapper {
    margin: 0 auto;
    padding: 60px 91px 11px;
    background-color: #0c4d6f;
    border: 5px solid #fff;
    /* -webkit-box-shadow: 0px 3px 18px r... -- truncated, recover from prod */
}
