._container_mi1j5_1 {
  width: 100%;
}

._fallback_mi1j5_5 {
  text-decoration: none;
  color: inherit;
  display: block;
}

._skeleton_mi1j5_11 {
  display: flex;
  gap: 1rem;
  overflow: hidden;
}

._skeletonSummary_mi1j5_17 {
  flex: 0 0 200px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1rem;
}

._skeletonReviews_mi1j5_25 {
  flex: 1;
  display: none;
  gap: 1rem;
}

._skeletonCard_mi1j5_31 {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1rem;
}

._skeletonCardTablet_mi1j5_39 {
  display: none;
}

._skeletonCardDesktop_mi1j5_43 {
  display: none;
}

._skeletonBar_mi1j5_47 {
  height: 20%;
  width: 100%;
  background-color: var(--color-inactive, #e5e7eb);
  border-radius: 4px;
  animation: _pulse_mi1j5_1 1.5s ease-in-out infinite;
}

@keyframes _pulse_mi1j5_1 {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}

@media (min-width: 520px) {
  ._skeletonReviews_mi1j5_25 {
    display: flex;
  }
}

@media (min-width: 750px) {
  ._skeletonCardTablet_mi1j5_39 {
    display: flex;
  }
}

@media (min-width: 1000px) {
  ._skeletonCardDesktop_mi1j5_43 {
    display: flex;
  }
}
/*$vite$:1*/