/*
Theme Name:     LSS Theme
Theme URI:      https://arcticonline.com
Description:    Custom Divi Child Theme For LSS Lead Gen. Website
Author:         Arctic Online
Author URI:     https://arcticonline.com
Template:       Divi
Version:        2026.04.00

License: GNU General Public License
License URI: license.txt
*/

.stars {
  font-size: 20px;
}

.service-text-group {
  padding: 0 28px 28px;
}

.list {
  display: flex;
  flex-direction: row;
  align-items: top;
  gap: 15px;
 
}

.list::before {
  content: '☑';
  font-size: 1.5em;
  color: #ca902e;
 }

.et_pb_contact_field_options_wrapper {
  display: flex;
  gap: 10px;
  
}

.et_pb_contact_field_options_list {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

.et_pb_contact_field_options_title {
  margin: auto;
  align-items: center;
  justify-content: center;
  padding-top: 10px;
}

.et_pb_section--fixed .et_pb_contact_field_radio {
  position: relative;
  z-index: 10;
}

.et_pb_section--fixed .et_pb_contact_field_radio input[type="radio"],
.et_pb_section--fixed .et_pb_contact_field_radio label,
.et_pb_section--fixed .et_pb_contact_field_radio label i {
  pointer-events: auto !important;
  position: relative;
  z-index: 10;
}

/** END **/