/* FH Kit V2 Styles */
.fh-button-red, .fh-button-flat-red, .fh-button-2d-red {
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif !important;
  font-weight: 500 !important;
  letter-spacing: 0.025rem !important;
  border-radius: 6px !important;
  padding: 5px 20px !important;
  display: inline-block !important;
  text-align: center !important;
  text-decoration: none !important;
  cursor: pointer !important;
  user-select: none !important;
}

.fh-button-red {
  background: linear-gradient(to bottom, #e21c3f, #9e142c);
  color: white !important;
  text-shadow: 0 -1px 1px #9b0000 !important;
  box-shadow: inset 1px 2px 2px 0 #f4a3b2, inset -1px 0 1px 0 #e21c3f;
  border: 1px solid #9e142c;
}

.fh-button-flat-red {
  border: 1px solid #e21c3f;
  background-color: #e21c3f;
  color: #fff !important;
  box-shadow: inset 0 1px 0 0 #f4a3b2;
  text-shadow: 0 -1px 1px #9b0000 !important;
}

.fh-button-2d-red {
  background: linear-gradient(to bottom, #e21c3f, #9e142c);
  color: white !important;
  border: none;
  border-radius: 4px;
  box-shadow: 0 4px #9e142c;
  position: relative;
}

.fh-button-2d-red::after {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  bottom: -4px !important;
  left: 0 !important;
  right: 0 !important;
}