.wpcf7-gated-content {
  padding: 1rem;
  border: 1px solid #eee;
  background-color: white;
  margin-bottom: 1rem;
  color: #666;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  overflow: hidden;
}

.wpcf7-content {
  margin-bottom: 1rem;
}

.wpcf7-gated-content a.wpcf7-btn {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;

  border: none;
  border-radius: 0.25rem;

  background: #28a745;
  color: white;

  transition: background ease-in-out 0.2s;
  box-shadow: none;
}

.wpcf7-gated-content a.wpcf7-btn:hover {
  text-decoration: none;
  color: whitesmoke;
  background: #218838;
  border-color: #1e7e34;
  box-shadow: none;
}

.wpcf7-gated-content a.wpcf7-btn:focus {
  color: whitesmoke;
  box-shadow: 0 0 0 0.25rem rgba(40, 167, 69, 0.5);
}

.wpcf7-gated-content a.wpcf7-btn:active {
  color: whitesmoke;
  box-shadow: inset 0 0.125rem 0 rgba(26, 112, 46, 0.5);
  position: relative;
  top: 1px;
}
