:root {
    --restaurant-color: #E35435;
}

section.restaurants {
    display: flex;
    flex-direction: column;
    gap: 135px;
    padding: 65px 0;
}

section.restaurants *,
section.new-restaurants *,
section.inspiratie-restaurants *,
section.highlight-restaurants * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Helvetica Now Display", Sans-serif;
    outline: none !important;
}

.map-with-filters-container {
    display: flex;
    flex: 1;
    gap: 60px;
}

.map-with-filters-container aside {
    width: 30%;
    min-width: 350px;
    background-color: #fff;
}

.map-with-filters-container aside p.filters-title {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 30px;
}

.map-with-filters-container aside .filter {
    border-top: 3px solid #000;
    padding: 10px 0;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    gap: 15px;
    overflow: hidden;
}

.map-with-filters-container aside .filter .heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    cursor: pointer;
}

.map-with-filters-container aside .filter .heading p {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.map-with-filters-container aside .filter ul.all-filters {
    list-style-position: inside;
    padding: 0 10px;
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    max-height: 0;
    overflow: hidden;
    transition: max-height .5s ease-in;
    margin: 0;
}

.map-with-filters-container aside .filter ul.all-filters.is-open {
    max-height: 1000px;
}

.map-with-filters-container aside .filter ul.all-filters li {
    cursor: pointer;
}

.map-with-filters-container aside .filter ul.all-filters li.selected {
    display: flex;
    padding: 0px 6px 0px 7px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border: 1px solid #E35435;
    background: #FFF;
    color: #E35435;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.map-with-filters-container .map-container {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 30px;
}

.map-with-filters-container .map-container .selected-filters {
    display: flex;
    align-items: center;
    gap: 20px;
}

.map-with-filters-container .map-container .selected-filters button {
    outline: none;
    background-color: transparent;
    border: none;
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
}

.map-with-filters-container .map-container .selected-filters ul {
    list-style-position: inside;
    list-style-type: none;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.map-with-filters-container .map-container .selected-filters ul li {
    display: flex;
    padding: 0px 6px 0px 7px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border: 1px solid #E35435;
    background: #FFF;
    color: #E35435;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@media only screen and (max-width: 1024px) {
    .map-with-filters-container {
        flex-direction: column;
    }

    .map-with-filters-container aside {
        width: 100%;
    }
}

.restaurants-archive .restaurant-card .restaurant-title {
    color: #000;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 50px */
    text-transform: uppercase;
    margin-bottom: 20px;
    min-height: 80px;
}

.new-restaurants .restaurants-archive .restaurant-card .restaurant-title,
.highlight-restaurants .restaurants-archive .restaurant-card .restaurant-title {
    color: #FFFFFF;
}

.restaurants-archive .restaurant-card img {
    object-fit: cover;
    width: 100%;
    height: 450px;
}

.restaurants-archive .restaurant-card .restaurant-subtitle {
    color: #000;
    font-size: 24.247px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 24.247px */
    text-transform: uppercase;
    margin-top: 20px;
}

.new-restaurants .restaurants-archive .restaurant-card .restaurant-subtitle,
.highlight-restaurants .restaurants-archive .restaurant-card .restaurant-subtitle {
    color: #FFFFFF;
    margin-top: 10px;
}

.restaurants-archive .restaurant-card .selected-filters {
    display: flex;
    align-items: center;
    gap: 20px;
}

.restaurants-archive .restaurant-card ul.selected-filters {
    list-style-position: inside;
    list-style-type: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.restaurants-archive .restaurant-card ul.selected-filters li {
    display: flex;
    padding: 0px 6px 0px 7px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border: 1px solid #E35435;
    background: #FFF;
    color: #E35435;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.highlight-restaurants .restaurants-archive .restaurant-card ul.selected-filters li {
    border: 1px solid #000;
    color: #000;
    background: #FFFFFF;
}

.new-restaurants .restaurants-archive .restaurant-card ul.selected-filters li {
    background: #000;
}

.restaurants-archive .restaurant-card p.restaurant-excerpt {
    margin-top: 10px;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 19.2px */
}

.new-restaurants .restaurants-archive .restaurant-card p.restaurant-excerpt,
.highlight-restaurants .restaurants-archive .restaurant-card p.restaurant-excerpt {
    color: #FFFFFF;
}

.restaurants-archive .restaurant-card button {
    display: flex;
    width: 125px;
    height: 19px;
    justify-content: start;
    align-items: center;
    background-color: transparent;
    border: none;
    color: #000;
    text-decoration: underline;
    margin-top: 20px;
}

.new-restaurants .restaurants-archive .restaurant-card button,
.highlight-restaurants .restaurants-archive .restaurant-card button {
    color: #FFFFFF;
}

.restaurants-archive .restaurant-card button:hover {
    color: #E35435;
}

.highlight-restaurants .restaurants-archive .restaurant-card button:hover {
    color: #000;
}

#map {
    height: 100%;
    width: 100%;
    max-height: 600px;
    min-height: 450px;
}

/*
 * Property styles in unhighlighted state.
 */
.property {
    align-items: center;
    border-radius: 50%;
    color: #263238;
    display: flex;
    font-size: 14px;
    gap: 15px;
    height: 30px;
    justify-content: center;
    padding: 10px;
    position: relative;
    transition: all 0.3s ease-out;
}

.property .icon {
    color: #E35435;
}

.property .icon svg {
    width: 25px;
    height: 25px;
}

.property .details {
    display: none;
    flex-direction: column;
    flex: 1;
}

.property .address {
    color: #9E9E9E;
    font-size: 10px;
    margin-bottom: 10px;
    margin-top: 5px;
}

.property .features {
    align-items: flex-end;
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.property .features > div {
    align-items: center;
    background: #FFF;
    display: flex;
    font-size: 10px;
    gap: 5px;
}

/*
 * Property styles in highlighted state.
 */
.property.highlight {
    background-color: #FFFFFF;
    border-radius: 8px;
    box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.2);
    height: 100px;
    padding: 10px 15px;
    width: auto;
}

.property.highlight .icon {
    align-items: center;
    display: flex;
    justify-content: center;
}

.property.highlight .details {
    display: flex;
}

.property.highlight .icon svg {
    width: 50px;
    height: 50px;
}

.property .budget {
    color: #000;
}

/*
 * Restaurant icon colors.
 */
/*.property.highlight:has(.location-dot) .icon {*/
/*    color: var(--restaurant-color);*/
/*}*/

/*.property:not(.highlight):has(.location-dot) {*/
/*    background-color: var(--restaurant-color);*/
/*}*/

/*.property:not(.highlight):has(.location-dot)::after {*/
/*    border-top: 9px solid var(--restaurant-color);*/
/*}*/
