/*Font Weight and Size for Product Narrative*/
.is-product-title {
font-size: 20px;
font-weight: 1700;
text-align: center;
}

/*Font Weight and Size for Option Group Narrative*/
.is-option-group-title {
font-size: 18px;
font-weight: 800;
}

/*Font Weight and Size for Option Title Narrative*/
.is-option-title {
font-size: 15px;
font-weight: 700;
}

/* Fix for Primary Buttons in eComm (Next, Continue, etc.) */
button, 
button.btn-primary, 
button.el-button, 
button.el-button--primary,
.el-button.el-button--primary {
  font-size: 16px !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
}

/* Style "Your Current Bundle" */
.is-offering-title {
  color: #1A428A !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  font-style: normal !important;
  letter-spacing: 0px !important;
}

/* Style "Choose Your Services" */
.is-web-offering-title {
  color: #6ABF4B !important;
  font-weight: 600 !important;
  text-transform: none !important;
  font-style: italic !important;
  letter-spacing: 0px !important;
}

  .input-label.selected::before,
    input[type="radio"]:checked ~ label.input-label::before {
        color: var(--primary-color);
}
