 .intro-banner {
            
            text-align: center;
            padding: 60px 20px;
            
        }
 
  [name="s-h-c-container"]{
    box-shadow: 0 4px 8px rgb(0 0 0 / .5);
    background: white;
    
    border-radius: 5px;
  }
  [name="s-h-c-radio-div"]{
    
    background: white;
    padding: 20px;
  }
  .s-h-c-radio-radio-1{
    margin-top: 20px;
  }
   input[type="radio"] {
   width: 20px;
   height: 20px;
   background: #f5f6fa;
 }
 [name="s-h-c-labels"]{
   color: #454746;
 }
 [name="s-h-c-user-inputs-div"]{
   
   
   padding-top: 20px;
   padding-bottom: 20px;
 }
 [name="s-h-c-labels-2"]{
   color: #454746;
   margin-left: 10px;
 }
 [name="s-h-c-inputs"]{
   background: #f5f6fa;
   padding: 10px;
   border: solid 1px #ccc;
   border-radius: 5px;
 }
 [name="s-h-c-result-div"]{
   font-weight: bold;
   padding: 20px;
   box-shadow: 0 4px 8px rgb(0 0 0 / .1);
   margin-left: 5px;
   margin-right: 5px;
   border-radius: 5px;
 }
 [name="s-h-c-buttons-div"]{
   
   padding-bottom: 20px;
   margin-top: 10px;
 }
 [name="s-h-c-clear-icon"]{
   color: crimson;
 }
  .s-h-c-result-error {
   color: crimson;
 }
 .s-h-c-result-labels{
   color: #454746;
 }