.ic-srev-card {
  flex: 0 0 calc(100% - 24px);
  width: calc(100% - 24px);
  max-width: 520px;
  scroll-snap-align: start;
  padding: 16px;
  border-radius: 22px;
  background: #f1f4f6;
  height: 190px;
  overflow: hidden;
  box-sizing: border-box;
  text-align: right;
}

.ic-srev-card--all {
  display: grid;
  place-items: center;
  background: #eff4f8;
  text-decoration: none;
  color: inherit;
}

.ic-srev-all-inner {
  display: inline-flex;
  flex-direction: row;
  direction: ltr;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.ic-srev-all-icon {
  display: block;
  width: 15px;
  height: 15px;
  object-fit: contain;
  filter: invert(55%) sepia(61%) saturate(420%) hue-rotate(182deg) brightness(95%) contrast(92%);
}

.ic-srev-all-text {
  font-size: 11px;
  color: #4e91e6;
}

.ic-srev-head {
  margin-top: 1px;
  margin-bottom: 5px;
}

.ic-srev-meta {
  display: block;
}

.ic-srev-card .ic-comment-name-group {
  max-width: 100%;
}

.ic-srev-card .ic-comment-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ic-srev-stars {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  direction: ltr;
  gap: 0;
  margin-top: 5px;
  transform: translateX(1px);
  width: 100%;
}

.ic-srev-star {
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-right: 2.5px;
  background-color: #d5d5d5;
  -webkit-mask-image: url('../../icons/star.png');
  mask-image: url('../../icons/star.png');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.ic-srev-star.is-on {
  background-color: #f1ad35;
}

.ic-srev-card .ic-comment-badge {
  width: 11px;
  height: 11px;
}

.ic-srev-text {
  margin: 8px 0 0;
  padding: 0 5px 0 0;
  font-size: 11px;
  line-height: 2;
  color: #6c6e6f;
  text-align: right;
}

.ic-srev-text.is-clamped {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.ic-srev-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: 0 0 10px;
}

.ic-sub-reviews .ic-srev-dots {
  margin-top: 0px;
  margin-bottom: 20px;
}

.ic-srev-dots[hidden] {
  display: none !important;
}

.ic-srev-dot {
  width: 7px;
  height: 7px;
  border-radius: 4px;
  background: #e0e0e0;
}

.ic-srev-dot.is-active {
  background: #bebdbb;
}

.ic-srev-read-more {
  border: 0;
  padding: 0;
  background: transparent;
  color: #eb924c;
  font-family: inherit;
  font-size: 11px;
  cursor: pointer;
}

.ic-srev-list {
  display: grid;
  gap: 16px;
  padding: 16px 20px calc(24px + env(safe-area-inset-bottom, 0px));
}

.ic-srev-list .ic-srev-card {
  flex: none;
  width: 100%;
  max-width: none;
  height: 190px;
  min-height: 190px;
  overflow: hidden;
}

.ic-srev-list .ic-srev-card.is-expanded {
  height: auto;
  min-height: 190px;
  overflow: visible;
}

.ic-srev-list .ic-srev-text.is-clamped {
  -webkit-line-clamp: unset;
  display: block;
  overflow: visible;
}

.ic-srev-loading,
.ic-srev-empty {
  min-height: 200px;
  display: grid;
  place-items: center;
  text-align: center;
  color: #919aaf;
  font-size: 12px;
}

.ic-srev-loading[hidden],
.ic-srev-empty[hidden],
.ic-srev-wrap[hidden] {
  display: none !important;
}

.ic-srev-scroll-sentinel {
  width: 100%;
  height: 1px;
  pointer-events: none;
}

.ic-srev-loading-more {
  padding: 20px 0 8px;
  text-align: center;
  color: #919aaf;
  font-size: 11px;
}

.ic-srev-loading-more[hidden] {
  display: none !important;
}

.ic-srev-spinner {
  width: 28px;
  height: 28px;
  border: 3px solid #e9f0f8;
  border-top-color: #4e91e6;
  border-radius: 50%;
  animation: ic-srev-spin 0.8s linear infinite;
}

@keyframes ic-srev-spin {
  to { transform: rotate(360deg); }
}
