/*
Theme Name: REIGN Child
Theme URI: https://wbcomdesigns.com/downloads/reign-buddypress-theme/
Author: Wbcom Designs
Author URI: https://wbcomdesigns.com/
Description: Premium BuddyPress Theme with Elementor Page Builder support.
Version: 3.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: reign-child
Template: reign-theme
Domain Path: /languages/
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
*/
.widget-title {
    text-transform: none !important;
}
/* BuddyPress Docs - Mejora visual de filtros */
.docs-info-header {
    padding: 15px 20px;
    background: #f8f8f8;
    border-radius: 6px;
    margin-bottom: 20px;
}

.docs-info-header p.currently-viewing {
    font-size: 15px;
    margin-bottom: 10px;
}

#docs-filter-meta {
    font-size: 15px;
    margin-bottom: 10px;
}

#docs-filter-meta a.docs-filter-title {
    font-size: 14px;
    display: inline-block;
    margin-right: 10px;
    padding: 5px 12px;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #ddd;
    text-decoration: none;
    transition: all 0.2s ease;
}

#docs-filter-meta a.docs-filter-title:hover {
    background: var(--color-primary, #e74c3c);
    color: #fff;
    border-color: var(--color-primary, #e74c3c);
}

.docs-filter-section {
    padding: 15px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-top: 10px;
}

#category-list,
#tags-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

#category-list li a,
#tags-list li a {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 20px;
    background: #f0f0f0;
    font-size: 13px;
    text-decoration: none;
    transition: all 0.2s ease;
}

#category-list li a:hover,
#tags-list li a:hover {
    background: var(--color-primary, #e74c3c);
    color: #fff;
}
/* Campo email solo lectura */
#field_27 input[type="text"] {
    pointer-events: none !important;
    background: #f5f5f5 !important;
    cursor: not-allowed !important;
    color: #888 !important;
}
