/*
Theme Name: REIGN Child
Theme URI: https://wbcomdesigns.com/downloads/reign-buddypress-theme/
Template: reign-theme
Author: Wbcom Designs
Author URI: https://wbcomdesigns.com/
Description: Premium BuddyPress Theme with Elementor Page Builder support.
Tags: one-column,two-columns,right-sidebar,custom-background,custom-menu,featured-images,post-formats,full-width-template,translation-ready,theme-options,threaded-comments,footer-widgets,custom-logo
Version: 7.8.2.1764963561
Updated: 2025-12-05 19:39:21
*/

/*
 * R24 minimal child-theme overrides.
 *
 * The large copied Reign/BuddyPress Nouveau CSS was removed in Stage 6.
 * The parent Reign theme should load its own current CSS.
 * Site-specific CSS is split into assets/css/r24-*.css files.
 */

/* Hide the top pagination count in BuddyPress lists. */
.pag-count.top {
    display: none;
}

/* Keep avatars square/cropped when plugins output inconsistent dimensions. */
.avatar {
    aspect-ratio: 1;
    object-fit: cover;
}
