/*
 * Hide AIOSRS rating widget.
 * Migrated 2026-05-14 from Custom CSS+JS snippet 14663 ("Review Hide Section", 251 B).
 * Strips the plugin's default template comment; keeps the one real rule.
 */
.aiosrs-rating-wrap {

    display: none !important;

}
