.elementor-kit-6{--e-global-color-primary:#1B4965;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#FFFFFF;--e-global-color-9560605:#FFFFFF;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:600;--e-global-typography-primary-line-height:1.6em;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-line-height:1.6em;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.6em;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-weight:500;font-family:"Montserrat", Sans-serif;font-weight:400;line-height:1.6em;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-9560605 );color:var( --e-global-color-primary );border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-primary );}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{background-color:var( --e-global-color-primary );color:var( --e-global-color-9560605 );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-primary );}.elementor-kit-6 a:hover{color:#972C2C;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* The Main Container Grid */
.paths-highlights-list {
    list-style: none;
    padding: 0;
    margin: 40px 0; /* Creates that gap you wanted */
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 columns */
    gap: 30px; /* Space between the items */
}

/* Individual Highlight Items */
.paths-highlights-list li {
    position: relative;
    padding-left: 45px; /* Space for the sun icon */
    font-size: 17px;
    line-height: 1.4;
    color: #333; /* Ensuring it's not white-on-white */
    font-weight: 500;
    display: flex;
    align-items: center;
}

/* The Orange Sun Icon */
.paths-highlights-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%); /* Centers the sun vertically */
    width: 28px;
    height: 28px;
    background-image: url('https://hike-greece.com/wp-content/uploads/2026/04/orange-sun.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

/* Mobile: Switch to 1 column so it's not cramped */
@media (max-width: 767px) {
    .paths-highlights-list {
        grid-template-columns: 1fr;
        gap: 20px;
        margin: 25px 0;
    }
    .paths-highlights-list li {
        font-size: 16px;
    }
}
/* 1. Kill the default bullets for good */
.paths-list {
    list-style: none !important;
    list-style-type: none !important;
    padding: 0 !important;
    margin: 0 0 30px 0 !important;
}

/* 2. Style the Items */
.paths-list li {
    position: relative;
    padding-left: 35px !important; /* Space for our new icons */
    margin-bottom: 15px !important;
    font-family: var( --e-global-typography-text-font-family ), sans-serif;
    font-size: 17px;
    line-height: 1.5;
    color: var( --e-global-color-text );
}

/* 3. Create the Blue Checkmark for Included */
.paths-list.included li::before {
    content: "\2713"; /* This is the Unicode Checkmark */
    position: absolute;
    left: 0;
    color: var( --e-global-color-primary );
    font-weight: bold;
    font-size: 20px;
}

/* 4. Create the Blue X for Excluded */
.paths-list.excluded li::before {
    content: "\2715"; /* This is the Unicode X */
    position: absolute;
    left: 0;
    color: var( --e-global-color-primary );
    font-weight: bold;
    font-size: 18px;
    top: 2px; /* Slight adjustment to align perfectly */
}

/* 5. The Titles */
.paths-global-title {
    font-family: var( --e-global-typography-primary-font-family ), sans-serif;
    font-weight: var( --e-global-typography-primary-font-weight );
    color: var( --e-global-color-primary );
    font-size: 22px;
    margin-bottom: 25px !important;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    display: block;
}

.excluded-title {
    margin-top: 60px !important; /* The extra padding you asked for */
}
/* Mobile Background Fix for Best Time to Hike Post */
@media (max-width: 767px) {
    .postid-1960 .journal-hero {
        background-position: center left !important;
    }
}

/* Prevent horizontal scroll on the entire site */
html, body {
    overflow-x: hidden !important;
    position: relative;
}

/* Force Elementor Loop containers to clip overflow */
.elementor-grid, .elementor-loop-container {
    overflow: hidden !important;
}/* End custom CSS */