.help-choice-box--product {
  margin: 20px 0;
  padding: 14px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f4f4f4;
  border-radius: 10px;
  border: 1px solid #e5e5e5;
}

.help-choice-box--product .help-text {
  font-size: 14px;
  color: #333;
}

.help-choice-box--product .help-text strong {
  font-weight: 700;
}

.help-choice-box--product .help-btn {
  background: #25D366;
  color: #fff;
  padding: 8px 14px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.2s;
}

.help-choice-box--product .help-btn:hover {
  transform: translateY(-1px);
  opacity: 0.9;
}
