.postrater-rating-container {
  padding: 1em 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin-bottom: 4rem;
  content-visibility: auto;
  contain-intrinsic-size: 84vw 175px;
}

.postrater-rating-container button {
  font-family: Montserrat, sans-serif;
  cursor: pointer;
  border: none;
  border-radius: 4px;
  padding: 8px 16px;
  background: #f1f4f8;
  transition: transform 140ms ease-in-out;
}

.postrater-rating-container button:hover {
  color: #16263f;
  transform: scale(1.04);
  transition: transform 70ms ease-in-out;
}

.postrater-rating-container .postrater-rating-up,
.postrater-rating-container .postrater-rating-down {
  padding: 8px 16px;
  color: #26364f;
  font-weight: bold;
}

.postrater-rating-container .postrater-rating-already-voted {
  display: none;
  font-size: 0.9em;
  padding-top: 1em;
}

.postrater-rating-container
  .postrater-rating-already-voted.postrater-rating-show {
  display: block;
}

.postrater-content-useful-question {
  font-family: Montserrat, sans-serif;
  display: block;
  text-align: center;
  line-height: 0.9em;
  color: #26364f;
  font-size: 24px;
  font-weight: bold;
  margin: 40px 0 !important;
}
