.terms {
  text-decoration: underline;
}
.terms:hover {
  color: #3f9dd3!important;
}
.checkout-agreements .checkout-agreement .required-entry{ 
   top: -2px;
   margin-right: 3px;
}
.checkout-agreements .checkout-agreement .required-entry:focus{ 
   box-shadow: none;
}
.checkout-agreements .checkout-agreement .label .action:hover {
   text-decoration: none;
}
.checkout-agreements .checkout-agreement .label .action {
   color: #243849;
}
.checkout-agreements .checkout-agreement .mage-error {
   font-size: 0;
}
.checkout-agreements .checkout-agreement div.mage-error::before {
   content: 'You must agree to the terms to continue';
   font-size: 1rem;
}
