/* Base styles */

.grecaptcha-badge {
    display: none !important;
}
.cf7-grid {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.cf7-half {
  flex: 1 1 48%;
}

.cf7-full {
  width: 100%;
  margin-bottom: 20px;
}

.cf7-button {
  margin-top: 10px;
}

.cf7-button input[type="submit"] {
  background-color: #cc1939;
  color: white;
  padding: 12px 25px;
  border: none;
  border-radius: 6px;
  font-weight: bold;
  cursor: pointer;
}
.cf7-grid p {
    margin-bottom: 5px !important;
}
.cf7-button input[type="submit"]:hover {
  background-color: #cc1939;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    height: 125px;
}

/* Mobile styles */
@media screen and (max-width: 768px) {
  .cf7-half {
    flex: 1 1 100%;
  }
	.cf7-grid {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px !important;
}

  .cf7-grid {
    gap: 10px;
  }
}
