.sr-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.checkbox-filter-dynamic .modal-preview .checkbox:last-child,
.checkbox-filter-dynamic .accordion-preview .checkbox:last-child,
.checkbox-filter-dynamic .checkbox-accordion .checkbox:last-child {
  margin-bottom: 0.5rem;
}
.checkbox-filter-dynamic .checkbox-accordion .accordion--content {
  margin: -4px -4px 0;
  padding: 4px 4px 0;
  transition: max-height 0.5s ease-in-out;
  overflow: hidden;
}

.checkbox-filter__modal .tag-list-wrapper {
  min-height: 2.2rem;
  margin-bottom: 1.2rem;
}
.checkbox-filter__modal .tag-list .tag {
  margin: 0;
}

.skeleton {
  animation: skeleton-loading 1s linear infinite alternate;
}

@keyframes skeleton-loading {
  0% {
    background-color: hsl(200, 20%, 80%);
  }
  100% {
    background-color: hsl(200, 20%, 95%);
  }
}
.skeleton-text {
  width: 100%;
  height: 0.7rem;
  margin-bottom: 0.5rem;
  border-radius: 0.25rem;
}

.skeleton-h2 {
  width: 100%;
  height: 1.8rem;
  margin-bottom: 0.5rem;
  border-radius: 0.25rem;
}

.skeleton-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}

.skeleton-h3 {
  width: 11rem;
  height: 1.4rem;
  margin-bottom: 0.5rem;
  border-radius: 0.25rem;
}

.skeleton-h3-long {
  width: 100%;
  height: 1.4rem;
  margin-bottom: 0.5rem;
  border-radius: 0.25rem;
}

.skeleton-h3-medium {
  width: 20rem;
  height: 1.4rem;
  margin-bottom: 0.5rem;
  border-radius: 0.25rem;
}

.skeleton-h3-short {
  width: 7rem;
  height: 1.4rem;
  margin-bottom: 0.5rem;
  border-radius: 0.25rem;
}

.skeleton-text__body {
  width: 75%;
}

.skeleton-footer {
  width: 30%;
}

.lod-hidden {
  display: none !important;
}

@media (max-width: 959px) {
  .lod-mobile-hidden {
    display: none !important;
  }
}
@media (max-width: 959px) {
  .lod-full-width-mobile {
    width: 100% !important;
  }
}
.lod-full-width {
  width: 100% !important;
}

@media (min-width: 960px) {
  .lod-description-row {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    word-break: normal;
  }
}