/*
 Theme Name:   Tripster Child Theme
 Theme URI:    http://tripster.axiomthemes.com/
 Description:  Tripster Child Theme
 Author:       AxiomThemes
 Author URI:   http://axiomthemes.com/
 Template:     tripster
 Version:      1.0
 Tags:         flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text Domain:  tripster
*/


/* =Theme customization starts here
------------------------------------------------------------ */

.trx_addons_reviews_mark { display:inline-flex; align-items:center; gap:.4rem; font-family:inherit; }
.trx_addons_reviews_title { margin-right:.4rem; font-weight:600; }
.trx_addons_reviews_stars { display:inline-flex; gap:4px; line-height:0; }
.tripster-star { display:block; vertical-align:middle; }
.tripster-star .star-empty { fill:none; stroke:#d2d2d2; stroke-width:1; }
.tripster-star .star-filled { fill:#f5c518; stroke:#f5c518; }
.trx_addons_reviews_text { margin-left:.35rem; font-size:.95rem; color:#333; }
.trx_addons_reviews_count { margin-left:.25rem; color:#666; font-size:.9rem; }


/* نخلي النجوم تظهر بدلاً منها */
.wpc-filters-checkboxes label::before {
    content: attr(data-stars);
    color: #FFB800;
    font-size: 16px; /* حجم النجوم حسب الحاجة */
    margin-right: 6px;
}




