/*!
 * Copyright (c) 2022 WEBLIFE
 *
 * Permission is granted to use this file for the period specified in the contract 
 * between WEBLIFE and the client. Usage of this file beyond the contract period 
 * is strictly prohibited unless an extended license or written permission is obtained.
 *
 * Modifying or editing this file without prior written consent from WEBLIFE 
 * is not permitted.
 *
 * THE FILE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, 
 * INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A 
 * PARTICULAR PURPOSE AND NONINFRINGEMENT.
 */
.facets__collapse-icon{display:inline-flex;width:2rem;height:2rem;flex-shrink:0;position:relative}.facets__collapse-icon-plus,.facets__collapse-icon-minus{display:flex;align-items:center;justify-content:center;position:absolute;top:0;right:0;bottom:0;left:0;transition:opacity .2s}.facets__summary-content{display:flex;align-items:center;justify-content:space-between;width:100%}@media (--small){.facets__summary-content{flex-direction:row-reverse;justify-content:space-between}}@media (--medium-up){.facets__summary-content{flex-direction:row;justify-content:space-between}}.facets__summary-actions{display:inline-flex;align-items:center;gap:2.5rem;flex-shrink:0}.facets__summary-clear{font-size:1.2rem;text-decoration:underline;white-space:nowrap}.facets__summary-clear:hover{text-decoration-thickness:.2rem}details:not([open]) .facets__collapse-icon-plus{opacity:1!important}details:not([open]) .facets__collapse-icon-minus{opacity:0;pointer-events:none}details[open] .facets__collapse-icon-plus{opacity:0;pointer-events:none}details[open] .facets__collapse-icon-minus{opacity:1}.facets-layout-list .list-menu__item{padding-left:0}@media (--medium-up){.facets-vertical-form{justify-content:flex-start}.facet-filters{padding-left:0}}
