/*
Theme Name:   Hello Elementor Child
Theme URI:    https://elementor.com/hello-theme/
Description:  Hello Elementor Child Theme with Attraction Post Type Support
Author:       Elementor Team
Author URI:   https://elementor.com/
Template:     hello-elementor
Version:      1.0.0
License:      GNU General Public License v3 or later
License URI:  https://www.gnu.org/licenses/gpl-3.0.html
Text Domain:  hello-elementor-child
*/

/* 
 * Пользовательские стили для attraction
 * Custom styles for attraction post type
 */

.attraction-single {
    max-width: 1200px;
    margin: 0 auto;
}

.attraction-header {
    margin-bottom: 2rem;
}

.attraction-content {
    padding: 2rem 0;
}

/* 
 * Стили для Highlights
 * Styles for Highlights
 */

.highlights-list {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0;
}

.highlights-list li,
.highlight-item {
    padding: 0.75rem 0;
    padding-left: 1.5rem;
    position: relative;
    line-height: 1.6;
}

/* Иконка маркера */
.highlights-list li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #4CAF50;
    font-weight: bold;
    font-size: 1.1em;
}

/* Кастомная иконка */
.highlight-icon {
    margin-right: 0.5rem;
    color: #4CAF50;
}

/* ACF Repeater список */
.acf-repeater-list {
    list-style: none;
    padding: 0;
    margin: 1rem 0;
}

.acf-repeater-item {
    padding: 0.5rem 0;
}
