/* 
Theme Name: Hello Child
Theme URI: https://elementor-site.ir/
Description: 
Author: Elementor Site
Author URI: https://elementor-site.ir/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

 .gfield_list_group {
    margin-bottom: 10px !important;
}

.gfield_list_cell input {
    width: 100% !important;
    padding: 5px !important;
}

.gfield_list_buttons {
    width: auto !important;
}

.add_list_item,
.delete_list_item {
    margin: 0 5px !important;
}

/* استایل های کد هایلایت سرچ */
.search-navigation {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    gap: 10px;
    background: white;
    padding: 10px 15px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    z-index: 9999;
    direction: rtl;
    align-items: center;
}

.search-nav-button {
    padding: 5px 15px;
    border: none;
    background: #00bf79;
    color: white;
    border-radius: 3px;
    cursor: pointer;
    transition: background 0.3s;
}

.search-nav-button:hover {
    background: #0056b3;
}

.search-counter {
    padding: 0 10px;
    color: #333;
    font-weight: bold;
}

.jet-search-highlight {
    background-color: #ffeb3b;
    padding: 2px 5px;
    border-radius: 3px;
    font-weight: bold;
    display: inline;
    transition: all 0.3s;
}

.jet-search-highlight-active {
    background-color: #ffc107;
    box-shadow: 0 0 5px rgba(255, 193, 7, 0.5);
}

/* محافظت اضافی برای کتاب‌ها */
.single-books {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

/* پیام هشدار برای کاربران */
.single-books::after {
    content: "⚠️ محتوای این صفحه محفوظ است";
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgba(255,0,0,0.8);
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
    z-index: 9999;
}