ul:not(#hpehf_legal)  {
    list-style: none !important;
    margin-left: 0 !important;   /* Changed from 10px to 0 */
    padding-left: 0 !important;  /* Added to ensure browser defaults are gone */
}
 
ul:not(#hpehf_legal)  li {
    position: relative !important;
    padding-left: 15px !important; /* Reduced to pull text closer to the edge */
    list-style: none !important;
    background: none !important;
    margin-bottom: 8px !important;
}
 
ul:not(#hpehf_legal)  li::before {
    content: "";
    display: block;
    position: absolute;
    left: 0; 
    top: 0.5em;
    width: 8px;
    height: 8px;
    background-color: #01A982 !important;
}

/* Play Button Style for Splash */
/* Add play icon next to button text */
.play-icon-btn {
  position: relative !important;
 /* padding-right: 32px !important;  space for icon */
}

.play-icon-btn::after {
  content: "" !important;
  position: absolute !important;
  right: 35px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;

  /* Triangle play icon */
  width: 0 !important;
  height: 0 !important;
  border-left: 10px solid #4D5259 !important;  /* icon color */
  border-top: 6px solid transparent !important;
  border-bottom: 6px solid transparent !important;
}


/* Triangle Play Icon */
.play-btn::before {
  content: "" !important;
  position: absolute !important;
  width: 0 !important;
  height: 0 !important;
  border-left: 20px solid #fff !important;
  border-top: 12px solid transparent !important;
  border-bottom: 12px solid transparent !important;
  margin-left: 4px !important;
}

/*=-------------------*/
/*Form starts*/ 
.SuiTextInput-input{
    padding: 0px !important;
}
.SuiDropdown-select{
   padding: 0px !important;   
}
/*Form Ends*/ 

/* The HPE footer wrapper sometimes forces a white background */
#footer,
#hpehf-footer {
  background-color: transparent !important;
  border-top: 1px solid rgba(255, 255, 255, 0.15) !important;
}

/* Prevent any hidden clear divs from adding height */
#lastClear,
.clear {
  display: none !important;
}

/* Green Square Bullets */
  .green-hpe-bullets li span {
    color: #ffffff; /* text color */
  }
  .green-hpe-bullets {
    list-style-type: square;
    list-style-position: outside;
    padding-left: 18px;
    color: #20c997;
    font-size: 18px;
  }
@media screen and (max-width: 1199px) {
    .hpe-block { padding-left: 5rem!important; padding-right: 5rem!important; }  
}
@media screen and (max-width: 991px) {
    .hpe-block { padding-left: 3.125rem!important; padding-right: 3.125rem!important; }  
}
@media screen and (max-width: 767px) {
    .hpe-block { padding-left: 1.25rem!important; padding-right: 1.25rem!important; }  
}