.plxstarview-form,
.like-form {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 12px 0;
  line-height: 1;
  vertical-align: middle;
}

.plxstarview-form .like-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: inherit;
  cursor: pointer;
  transition: transform .18s ease, opacity .18s ease, background-color .18s ease;
}

.plxstarview-form .like-btn:hover,
.plxstarview-form .like-btn:focus-visible {
  transform: scale(1.12);
  outline: none;
  background: rgba(224, 36, 94, .08);
}

.plxstarview-form .like-btn:disabled {
  cursor: default;
  opacity: .9;
  transform: none;
}

.plxstarview-form .icon-wrapper {
  display: inline-flex;
  width: 32px;
  height: 32px;
}

.plxstarview-form svg {
  display: block;
}

.plxstarview-form .icon--default {
  fill: currentColor;
  opacity: .42;
  transition: opacity .2s ease, fill .2s ease;
}

.plxstarview-form .icon--active {
  display: none;
  fill: #e0245e;
}

.plxstarview-form .like-btn:hover .icon--default,
.plxstarview-form .like-btn:focus-visible .icon--default {
  opacity: .75;
}

.plxstarview-form.is-voted .icon--default {
  display: none;
}

.plxstarview-form.is-voted .icon--active {
  display: block;
}

.plxstarview-symbol {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.like-count {
  min-width: 1.25em;
  font-weight: 700;
  font-size: 16px;
  color: inherit;
}

.rate-infos,
.rate-meta {
  color: var(--lsj-text-gray, #777);
  font-size: 13px;
}

.plxstarview-widget .plxstarview-list,
.plxstarview-simple-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.plxstarview-widget .item {
  margin: 0 0 14px;
}

.plxstarview-widget .item a {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 10px;
  text-decoration: none;
}

.plxstarview-widget .item img {
  width: 76px;
  height: 58px;
  object-fit: cover;
}

.plxstarview-widget .item h3 {
  margin: 0 0 4px;
  font-size: 15px;
  line-height: 1.35;
}

.plxstarview-widget .item .muted {
  grid-column: 2;
  margin: 0;
  font-size: 13px;
  color: var(--lsj-text-gray, #777);
  line-height: 1.45;
}

.plxstarview-iframe {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
