/* Styling for privacy checkbox block */
.al-privacy-checkbox {
  direction: rtl;
  margin-bottom: 14px;
}

/* Text style */
.al-privacy-checkbox .elementor-field-label span {
  color: #E6E6E6;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 400;
}

/* Link style */
.al-privacy-checkbox .elementor-field-label a {
  color: #FF73D9;
  text-decoration: underline;
}
.al-privacy-checkbox .elementor-field-label a:hover {
  text-decoration: none;
  opacity: .9;
}

/* Checkbox style + spacing to text */
.al-privacy-checkbox input[type="checkbox"] {
  transform: scale(1.1);
  accent-color: #FF73D9;
  margin-left: 8px;
  margin-right: 0;
}
