.so-widget-emw-accordion-front-3f05e951f4e3-3980 .emw-accordion input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.so-widget-emw-accordion-front-3f05e951f4e3-3980 .emw-accordion input:checked + .tab-label::after {
  transform: rotate(90deg);
}
.so-widget-emw-accordion-front-3f05e951f4e3-3980 .emw-accordion input:checked ~ .tab-content {
  max-height: 100vh;
  padding: 1.25em;
}
.so-widget-emw-accordion-front-3f05e951f4e3-3980 .emw-accordion .tabs {
  border-radius: 0;
  box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);
  overflow: hidden;
}
.so-widget-emw-accordion-front-3f05e951f4e3-3980 .emw-accordion .tab {
  color: black;
  overflow: hidden;
  width: 100%;
}
.so-widget-emw-accordion-front-3f05e951f4e3-3980 .emw-accordion .tab-label {
  background: #f2f2f2;
  color: #000000;
  cursor: pointer;
  display: flex;
  font-weight: bold;
  justify-content: space-between;
  padding: 1em;
}
.so-widget-emw-accordion-front-3f05e951f4e3-3980 .emw-accordion .tab-label:hover {
  background: #f2f2f2;
}
.so-widget-emw-accordion-front-3f05e951f4e3-3980 .emw-accordion .tab-label::after {
  content: "\276F";
  height: 1em;
  text-align: center;
  transition: 0.3s;
  width: 1em;
}
.so-widget-emw-accordion-front-3f05e951f4e3-3980 .emw-accordion .tab-title {
  padding-left: 10px;
}
.so-widget-emw-accordion-front-3f05e951f4e3-3980 .emw-accordion .tab-content {
  background: #f2f2f2;
  color: #000000;
  max-height: 0;
  padding: 0 1em;
  transition: 0.3s;
}
.so-widget-emw-accordion-front-3f05e951f4e3-3980 .emw-accordion .tab-close {
  background: #f2f2f2;
  cursor: pointer;
  display: flex;
  font-size: 0.75em;
  justify-content: flex-end;
  padding: 1em;
}
.so-widget-emw-accordion-front-3f05e951f4e3-3980 .emw-accordion .tab-close:hover {
  background: #f2f2f2;
}