/*
Theme Name: City Guide Theme
Theme URI: https://example.com
Author: Your Name
Author URI: https://example.com
Description: Elegant City Guide WordPress Theme with Tailwind CSS and Elementor support
Version: 1.0
Text Domain: city-guide
*/

.city-guide-rating .star {
    cursor: pointer;
    font-size: 24px;
    color: #ccc;
}
.city-guide-rating .star.active {
    color: gold;
}
