
.gks_gdpr_check_span {
  position: relative;
}
.gks_gdpr_check_span i {
  position: absolute;
  right: 9px;
  top: -17px;
  font-size: 24px; 
  cursor:pointer;
}

#gks_gdpr_options .fusion-toggle-icon-right .fusion-toggle-heading {
  margin-right: calc(var(--awb-icon-size) + 30px);
}

.gks_gdpr_check_span2 {
  position: relative;
}
.gks_gdpr_check_span2 i {
  position: relative;
  top: 3px;
  font-size: 24px;
  cursor: pointer;
  color: var(--awb-toggle-active-accent-color, var(--awb-title-color));
}



@media (max-width: 768px) { 
  #gks_gdpr_off_canvas #gks_gdpr_entry_text {
    font-size:80%;
  }
  #gks_gdpr_off_canvas .toggle-content {
    font-size:80%;
  }
  #gks_gdpr_off_canvas .fusion-accordian .panel-title a {
    padding: 1px 0px;
    font-weight: normal;
    font-size:80%;
  }  
}

