/**
 * Theme Name:     Super CMS Child
 * Author:         #
 * Template:       super-cms
 * Text Domain:	   super-cms-child
 * Description:    Custom super cms theme
 */

/* Style links inside Gravity Forms checkboxes */
/* Style the consent checkbox label layout */
li .ginput_container_consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
}

/* Slight top margin for better alignment of checkbox */
li input[type="checkbox"] {
  margin-top: 4px;
}

/* Style the consent text */
li .gfield_consent_label {
  color: #000;
  font-weight: normal;
}

/* Style links inside consent text */
li .gfield_consent_label a {
  color: #23BB00;
  text-decoration: none;
}

li .gfield_consent_label a:hover {
  text-decoration: underline;
}

.gform_legacy_markup_wrapper li.hidden_label input{
	margin-top:5px !important;
}