#frontapply-coupon-suggestions section {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  width: 50%;
  min-width: 300px;
  max-width: 400px;
  padding: 10px;
  background: #fff;
  border: 5px solid #ccc;
  border-radius: 5px;
  text-align: center;
}

#frontapply-coupon-suggestions section h2 {
  margin-bottom: 10px;
}

#frontapply-coupon-suggestions section form {
  display: flex;
  margin: 0 auto;
  width: 90%;
}

#frontapply-coupon-suggestions section form button {
  white-space: nowrap;
}

#frontapply-coupon-suggestions section .buttons {
  text-align: center;
  margin-top: 20px;
}

#frontapply-coupon-suggestions.is-hidden {
  display: none;
}

.frontapply-coupon-suggestion-shortcode {
  border: 5px dotted #890B0B;
  background: #C85C5C;
  color: #fff;
  padding: 10px 20px;
  margin-bottom: 10px;
}

.frontapply-coupon-suggestion-shortcode:hover {
  background: #890B0B;
  border-color: #C85C5C;
}

.frontapply-coupon-suggestion-shortcode.is-hidden {
  display: none;
}
