.punishment-box {
  background: #fff5e6;
  border-radius: 18px;
  padding: 24px 16px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.punishment-title {
  font-size: 18px;
  margin-bottom: 12px;
  color: #b45309;
}

.punishment-content {
  font-size: clamp(20px, 3vw, 32px);
  font-weight: 700;
}
