.theop3-audio-rating {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: var(--theop3-py) var(--theop3-px);
  border-radius: var(--theop3-radius);
  background: var(--theop3-bg);
  border: 1px solid var(--theop3-border);
  color: var(--theop3-text);
  font-size: var(--theop3-font);
  margin-top: 8px;
  align-items: var(--theop3-justify);
}

.theop3-stars {
  display: inline-flex;
  gap: 6px;
}

.theop3-star {
  appearance: none;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
  font-size: var(--theop3-star);
  line-height: 1;
  color: var(--theop3-star-off);
}

.theop3-star.is-on {
  color: var(--theop3-star-on);
}

.theop3-meta {
  display: inline-flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}

.theop3-msg {
  font-style: italic;
  opacity: 0.9;
}

.theop3-reset {
  margin-left: 6px;
  padding: 4px 10px;
  border-radius: 8px;
  border: 1px solid var(--theop3-border);
  background: transparent;
  color: var(--theop3-text);
  cursor: pointer;
  font-size: calc(var(--theop3-font) - 1px);
  opacity: 0.9;
}

.theop3-reset:hover {
  opacity: 1;
}
