.sng_page-template-sng-client-onboarding-template {
  background-color: #662c91;
}

body.sng_page-template-sng-client-onboarding-template-php .content-area .type-sng-page {
  background-color: white;
}

.sng-pricing-table #sng-callout {
  color: var(--secondary);
  font-weight: bold;
}


#sng-cross-sells-bottom {
  border: 3px solid var(--bricks-color-khcwij);
  border-radius: 13px;
  padding: 35px 25px 20px;
  margin-bottom: 20px;
  position: relative;
  margin-top: 120px;
  position: relative;
}

#sng-cross-sells-bottom::before {
    content: "";
    display: block;
    background-image: url("/wp-content/uploads/2025/10/Logo-difff.png");
    background-size: contain; /* or cover */
    background-repeat: no-repeat;
    background-position: center;    
    display: block;
    width: 107px;
    height: 110px;
    position: absolute;
    top: -7px;
    left: 15%;
    transform: translate(-50%, -95%);
    z-index: 10;
}

.sng-cross-sells h5.sng-additional-services {
  font-size: 24px;
  line-height: 21px;
  margin-top: 0px;
  margin-bottom: 20px;
}

.sng-cross-sells .select2-container .select2-selection--single {
  padding: 0.4rem 0rem;
  cursor: pointer;
  display: block;
  height: auto !important;
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  user-select: none;
  box-sizing: border-box;
  max-height: none;
}


#sng-cross-sells-bottom .sng-cross-sell {
  display: none;
}