/**
Theme Name: grotto-tessin
Author: grotto-tessin
Author URI: https://grotto-tessin.webdress.site/
Description: grotto-tessin
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: grotto-tessin
Template: astra
*/

/*FILTER*/
.search-box {
    flex: 1;
    min-width: 250px;
    margin-top: 32px;
    position: relative;
}
input.search-input {
    width: 100%;
    padding: 7px 45px 7px 16px;
    border: 2px solid #e5e5e5;
    background: #ffffff;
    border-radius: 8px;
    font-size: 16px;
    transition: border-color .2s ease;
}
input.search-input:focus {
    outline: none;
    border: 2px solid #65611B;
}
.results-count {
    margin-bottom: 5px;
    margin-top: 30px;
    font-size: 16px;
    color: #666666;
    font-weight: 500;
}
.search-box svg {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #666666;
    pointer-events: none;
}
.no-result{
    display:none;
    padding:40px 0;
}
.filter-group {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.filter-group label {
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a;
}
.filter-select:focus {
    outline: none;
    border: 2px solid #65611B;
}
.filter-select {
    padding: 12px 16px;
    border: 2px solid #e5e5e5;
    border-radius: 8px;
    font-size: 16px;
    background: #ffffff;
    color: #1a1a1a;
    cursor: pointer;
    transition: border-color .2s ease;
    min-width: 180px;
}
/*FILTER*/

.acf-highlights {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.acf-highlights__item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.acf-highlights__icon {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
}

.acf-highlights__text {
    color: #000;
    font-size: 16px;
}

.not-include {
    background: #f6eff1;
    padding: 10px 15px;
    border-radius: 10px;
}

.include {
    background: #eef2f6;
    padding: 10px 15px;
    border-radius: 10px;
}