/* AR "translation in progress" notice — country-hub v4 pages still on EN-fallback.
   Scoped .rp-cp-ar-notice; shown only while a country's AR body is empty (see
   rp_country_post_content_fallback in inc/country-hub-setup.php). Removed per-country
   automatically as the Option-C recovery writes real AR content. */
.rp-cp-ar-notice {
    max-width: 1200px;
    margin: 16px auto;
    padding: 12px 20px;
    background: #FFF7E6;
    border: 1px solid #F4D58D;
    border-radius: 8px;
    color: #7A5B00;
    font-size: 15px;
    line-height: 1.6;
    text-align: right;
}
