/**** CUSTOMIZATIONS ****/

.hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal>ul li {
margin-bottom: 0px !important;
}
  

#st-2 .st-btn[data-network='facebook'] {
    background-color: #00B6B7!important;
}
#st-2 .st-btn[data-network='twitter'] {
    background-color: #00B6B7!important;
}
#st-2 .st-btn[data-network='linkedin'] {
    background-color: #00B6B7!important;
}
#st-2 .st-btn[data-network='messenger'] {
    background-color: #00B6B7!important;
}
#st-2 .st-btn[data-network='email'] {
    background-color: #00B6B7!important;
}
#st-2 .st-btn[data-network='sharethis'] {
    background-color: #00B6B7!important;
}

.hs-blog-social-share {
    height: 30px;

}

.hhs-blog-grid-cards {
    padding-top: 70px!important;
    padding-bottom:100px!important;
}

.sidebar-con{
 margin-bottom:0px!important;
}

#hs_cos_wrapper_module_161781321019150 > div.sidebar-con.hhs-tag-list{
 margin-top:50px!important;
}

.hhs-blog-author-con{
  padding:50px 20px 30px 20px;
  background-color:rgba(68, 68, 68, 0.85);
  border-radius: 3px;
}

.hhs-text-mod div.c1 .hhs-divider + .col-inner {
  height: auto!important;
}

.hs_cos_wrapper_type_module {width: 100%;}

.white-lists {
    color: white; /* Makes the text white */
    list-style-type: disc; /* Default bullet style for unordered lists */
    list-style-position: inside; /* Ensures the bullets are inside the list item */
}

.white-lists li {
    color: white; /* Ensures list items specifically inherit the white color */
}

.white-lists ol {
    color: white; /* For ordered (numbered) lists */
}

.white-lists ul {
    color: white; /* For unordered (bulleted) lists */
}

/* =======================================================
   LifeStarr Text Underline
   - Works in HubSpot
   - Adjustable via simple inline variables
   - Supports rounded ends
   ======================================================= */
/* Text underline with rounded ends via ::after (no artifacts) */
.hs-underline {
  /* Defaults – override inline as needed */
  --underline-color-rgb: 255, 255, 0;  /* RGB values */
  --underline-opacity: 0.75;
  --underline-thickness: 0.22em;
  --underline-offset: -0.05em;  /* negative = up into text, positive = down */
  
  display: inline;
  background-image: linear-gradient(
    to right,
    rgba(var(--underline-color-rgb), var(--underline-opacity)) 0%,
    rgba(var(--underline-color-rgb), var(--underline-opacity)) 100%
  );
  background-size: 100% var(--underline-thickness);
  background-position: 0 calc(100% + var(--underline-offset));
  background-repeat: repeat-x;
}

/* =======================================================
   LifeStarr Comparison Table
   - Works in HubSpot
   ======================================================= */

<style>
  .comparison-wrapper {
    max-width: 1000px;
    margin: 40px auto;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 18px;
    color: #333;
  }

  .comparison-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 20px;
  }

  .comparison-table th {
    background-color: #F27124;
    color: white;
    font-weight: bold;
    padding: 16px;
    text-align: center;
    font-size: 20px;
  }

  .comparison-table thead th:first-child {
    border-radius: 12px 0 0 0;
  }

  .comparison-table thead th:last-child {
    border-radius: 0 12px 0 0;
  }

 .comparison-row {
  background: none;
  box-shadow: none;
  border-radius: 0;
}

  .icon-cell {
  background: transparent;
  padding: 24px;
  text-align: center;
  vertical-align: center;
  }

  .icon-cell img {
  background: transparent;
  max-width: 60px;
  height: auto;
  display: block;
  margin: auto;
  }

  .before-cell {
  background-color: #FFF5EF;
  padding: 24px;
  border-radius: 20px 0 0 20px;
  line-height: 1.6;
}

.after-cell {
  background-color: #E9F9F9;
  padding: 24px;
  border-radius: 0 20px 20px 0;
  line-height: 1.6;
}

  @media (max-width: 768px) {
    .comparison-wrapper {
      padding: 0 16px;
    }
  }
</style>