/* ========== Safe Content (RichText-safe) ========== */

.eval-row {
  display: flex;
  justify-content: center;
  margin: 30px 0;
}

.eval-spacer {
  width: 30%;
}

.eval-box {
  border: 6px solid rgb(0, 140, 255);
  padding: 10px;
  text-align: center;
  box-sizing: border-box;
}

.eval-title {
  font-family: "Comic Sans MS", cursive;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 10px;
}

.eval-btn a {
  display: inline-block;
  width: 210px;
  height: 30px;
  line-height: 30px;
  border-radius: 10px;
  font-size: 24px;
  font-family: Arial Black, Gadget, sans-serif;
  border: 3px solid #000;
  text-decoration: none;
  color: #000;
}
