.relief-check,
.web-relief-check {
  display: grid;
  gap: 10px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(93, 79, 137, .14);
}

.relief-check[hidden],
.web-relief-check[hidden] {
  display: none !important;
}

.relief-check p,
.web-relief-check p {
  margin: 0;
  color: #5f5a71;
  font-size: 13px;
  line-height: 1.6;
}

.relief-check-actions,
.web-relief-check-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.relief-check-actions button,
.web-relief-check-actions button {
  min-height: 40px;
  padding: 8px 10px;
  border: 1px solid rgba(98, 83, 143, .17);
  border-radius: 10px;
  color: #59526f;
  background: rgba(255, 255, 255, .72);
  font: inherit;
  font-size: 12px;
  cursor: pointer;
}

.relief-check-actions button:hover,
.relief-check-actions button.is-selected,
.web-relief-check-actions button:hover,
.web-relief-check-actions button.is-selected {
  border-color: rgba(111, 92, 163, .46);
  color: #51437d;
  background: rgba(225, 220, 246, .72);
}

.relief-check-response,
.web-relief-check-response {
  color: #59526f !important;
  font-size: 13px !important;
}

@media (max-width: 350px) {
  .relief-check-actions,
  .web-relief-check-actions {
    grid-template-columns: 1fr;
  }
}
