/*
Theme Name: Brittany Ferrries
Template: hello-elementor
Author: Brittany Ferries
Author URI: https://recrutement.brittany-ferries.com/
Version: 1.0.0
Text Domain: brittany-ferries
*/

.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px,1px,1px,1px);
  width: 1px;
  height: 1px;
  word-wrap: normal;
}

.not-visually-hidden {
  position: static !important;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  word-wrap: normal;
}

.filters-checkbox {
  flex-shrink: 0;
  width: var(--filter-icon-size);
  height: var(--filter-icon-size);
  border: 1px solid var(--e-global-color-primary);
  position: relative;
}

.filters-checkbox::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 65%;
  height: 100%;
  border-bottom: 2px solid var(--filter-icon-selection, transparent);
  border-right: 2px solid var(--filter-icon-selection, transparent);
  transform: rotate(45deg) translate(0, -35%);
  transition: transform 0.3s ease;
}

[data-accordion-content] {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.3s ease, max-height 0.3s ease;
}
