.load-more-button.svelte-ccahhw {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
}

.align-start.svelte-ccahhw {
  align-items: flex-start !important;
}

.small-gap.svelte-ccahhw {
  margin-left: 1rem !important;
}

.feedback-response.svelte-ccahhw {
  margin-top: 1rem;
  display: flex;
  gap: 0.5rem;
  align-items: stretch;
}

.response-line.svelte-ccahhw {
  width: 5px;
  min-height: 100%;
  background: var(--neutral-warm-200);
  border-radius: 100rem;
  margin-top: 5px;
  margin-bottom: 5px;
  flex-shrink: 0;
}

.uniwunder-team-container.svelte-ccahhw {
  user-select: none;
  -webkit-user-select: none;
  display: flex;
  gap: 0.75rem;
  align-items: center;
  font-weight: 600;
  margin-top: 0.5rem;
}

.uniwunder-brand.svelte-ccahhw {
  width: 3rem;
}

.review.svelte-ccahhw {
  flex: 1 1 20rem;
  min-width: 20rem;
  color: black;
}
@media (min-width: 700px) {
  .review.svelte-ccahhw {
    max-width: 27rem;
  }
}

.max-width-100.svelte-ccahhw {
  max-width: 100%;
}

.review-wrapper.svelte-ccahhw {
  display: flex;
  flex-wrap: wrap;
  row-gap: 5rem;
  column-gap: 3rem;
}

.card-header.svelte-ccahhw {
  user-select: none;
  -webkit-user-select: none;
  margin-bottom: 0.25rem;
  display: flex;
  gap: 0.75rem;
  align-items: center;
}
.card-header.svelte-ccahhw p:where(.svelte-ccahhw) {
  line-height: 1.2;
}

.location.svelte-ccahhw {
  color: #464646;
}

.rated-stars.svelte-ccahhw {
  margin-left: auto;
  display: flex;
  gap: 0.1rem;
}

.review-star.svelte-ccahhw {
  width: 1.2rem;
  height: 1.2rem;
}

.name.svelte-ccahhw {
  font-weight: 600;
}

.circle.svelte-ccahhw {
  border-radius: 100%;
  background: var(--primary-sky);
  aspect-ratio: 1;
  width: 2.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: 600;
  font-size: 1.25rem;
  position: relative;
}

.circle-background.svelte-ccahhw {
  position: absolute;
  bottom: -3px;
  right: -3px;
  border-radius: 100%;
  background: var(--accent-aqua);
  aspect-ratio: 1;
  width: 2.25rem;
  z-index: -1;
}

.about.svelte-ccahhw {
  color: #464646;
  font-size: 0.85rem;
  line-height: 1.1;
  font-weight: 500;
}

/* (unused) .button-wrapper {
  flex-wrap: wrap;
  display: flex;
  gap: 1rem;
}*/

/* (unused) .black-and-white {
  background: black;
  color: white;
}*/

/* (unused) .outline.black-and-white {
  background: transparent;
  color: black;
  outline: 1px solid black;
}*/

.uniwunder-brand.svelte-ccahhw {
  width: 3rem;
}

/* Skeleton Styles */
.review-skeleton.svelte-ccahhw {
  flex: 1 1 20rem;
  min-width: 20rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media (min-width: 700px) {
  .review-skeleton.svelte-ccahhw {
    max-width: 27rem;
  }
}

.skeleton-header.svelte-ccahhw {
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.skeleton-circle.svelte-ccahhw {
  border-radius: 100%;
  background: var(--neutral-warm-300, #e6e1db);
  aspect-ratio: 1;
  width: 2.75rem;
  height: 2.75rem;
}

.skeleton-text-group.svelte-ccahhw {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.skeleton-name.svelte-ccahhw {
  height: 1rem;
  width: 60%;
  background: var(--neutral-warm-300, #e6e1db);
  border-radius: 0.25rem;
}

.skeleton-location.svelte-ccahhw {
  height: 0.8rem;
  width: 40%;
  background: var(--neutral-warm-300, #e6e1db);
  border-radius: 0.25rem;
}

.skeleton-stars.svelte-ccahhw {
  display: flex;
  gap: 0.1rem;
  position: relative;
}

.skeleton-star.svelte-ccahhw {
  width: 1.2rem;
  height: 1.2rem;
  background: var(--neutral-warm-300, #e6e1db);
  -webkit-mask: url("../../../icons/Stern.svg") center/cover no-repeat;
  mask: url("../../../icons/Stern.svg") center/cover no-repeat;
}

.skeleton-comment.svelte-ccahhw {
  height: 2rem;
  background: var(--neutral-warm-300, #e6e1db);
  border-radius: 0.25rem;
}

.skeleton-meta.svelte-ccahhw {
  height: 0.8rem;
  width: 30%;
  background: var(--neutral-warm-300, #e6e1db);
  border-radius: 0.25rem;
}

.shimmer.svelte-ccahhw {
  position: relative;
  overflow: hidden;
}

.shimmer.svelte-ccahhw::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, color-mix(in srgb, white 55%, transparent), transparent);
  background-size: 200% 100%;
  animation: svelte-ccahhw-skeleton-shimmer 1600ms linear infinite;
  opacity: 0.35;
  pointer-events: none;
}

@keyframes svelte-ccahhw-skeleton-shimmer {
  from {
    background-position: -150% 0;
  }
  to {
    background-position: 150% 0;
  }
}
.fade-in.svelte-ccahhw {
  animation: svelte-ccahhw-fadeIn 0.5s ease-in-out forwards;
}

@keyframes svelte-ccahhw-fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* (unused) .end-indicator {
  text-align: center;
  padding: 1rem;
  font-weight: 500;
  color: #666;
}*/

.feedback-text.svelte-ccahhw {
  flex: 1;
}

.expand-toggle.svelte-ccahhw {
  background: none;
  border: none;
  color: var(--primary-sky);
  cursor: pointer;
  font-weight: 500;
  font-size: 0.9rem;
  padding: 0;
  margin-top: 0;
  text-decoration: none;
  display: inline-block;
  transition: color 0.2s ease;
}

.more-button.svelte-ccahhw {
  margin-right: auto;
}

.compact.svelte-ccahhw {
  row-gap: 2rem;
  column-gap: 3rem;
}

@media (max-width: 750px) {
  .review-wrapper.svelte-ccahhw {
    row-gap: 3rem;
    column-gap: 2rem;
    margin-left: calc(-50vw + 50%);
    width: 100dvw;
    padding: 0 2rem;
  }
}
/* (unused) .mobile-dropdown {
  display: none;
}*/

@media (max-width: 600px) {
  /* (unused) .mobile-dropdown {
    display: block;
    width: 100%;
  }*/
  /* (unused) .button-wrapper {
    display: none;
  }*/
}
.horizontal-layout {
  flex-wrap: nowrap !important;
  -webkit-overflow-scrolling: touch;
  overflow-y: hidden;
  overflow-x: auto;
  padding-bottom: 0.5rem;
  gap: 3rem;
}

/* (unused) .button-wrapper-bridge :global(.chip-row) {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}*/

/* (unused) .button-wrapper-bridge :global(.chip.chip--active) {
  background: black;
  color: white;
}*/

/* (unused) .button-wrapper-bridge :global(.chip) {
  border: 1px solid black;
}*/