@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");

body {
background: #fafafa;
}
body,
.sc-section,
.sc-section h1,
.sc-section p {
  font-family: "DM Sans", serif !important;
}

:root {
  --sc-bg-body: #fafafa;
  --sc-orange: #f16a21;
  --sc-black: #333333;
  --border-radius: 12px;
}

div#content {
  background-color: var(--sc-bg-body) !important;
}
/* Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.sc-bg-white {
  background-color: #fff;
}

.sc-section,
.sc-section h1,
.sc-section,
.sc-section p {
  font-family: "Alexandria", sans-serif;
  font-weight: 400;
}
.sc-text-center {
  text-align: center;
}
.sc-text-left {
  text-align: left;
}
.sc-text-right {
  text-align: right;
}

.sc-quantity-selector {
  gap: 10px;
}

.sc-quantity-selector button {
  background-color: #fff0e6;
  border: 1px solid #ff6900 !important;
  outline: none;
  color: #ff6900;
  box-shadow: none;
  padding: 3px 10px;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sc-quantity-selector input {
  background: #fff0e6;
  width: 66px;
  height: 48px;
  padding: 5px;
  text-align: center;
  border-radius: 8px;
  border: none;
}
.sc-bg-light-pink {
  background-color: #fff0e6;
  padding: 5px;
  border-radius: 5px;
}
.sc-section .sc-pricing-main-title {
  font-size: 56px;
  color: var(--sc-black);
  font-weight: 500 !important;
  margin: 0;
}
.sc-section .sc-pricing-limited {
  display: inline-flex;
  padding: 4px 12px;
  align-items: flex-start;
  gap: 6px;
  border-radius: 6px;
  background-color: #ededed;
}

.sc-font-normal {
  font-weight: 400;
}
.sc-label-size {
  font-size: 12px;
}
.sc-section p {
  font-size: 18px;
  color: #464646;
}
.sc-pricing__row {
  display: grid;
  gap: 15px;
}
.sc-top-bottom-space {
  margin: 100px 0;
}
.sc-pricing__column {
  border: 1px solid #e0e0e0;
  border-radius: var(--border-radius);
  padding: 23px;
  position: relative;
}

.sc-pricing-suport-platform-title {
  color: var(--sc-black);
  font-weight: 400;
  margin-bottom: 0;
  font-size: 16px;
}
.sc-pricing-lists .sc-pricing__title {
  color: var(--sc-black);
  font-size: 24px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 22px;
}
.sc-pricing__button-wrap {
  margin-top: 10px;
}
.sc-pricing-lists .sc-pricing__custom-title {
  color: var(--sc-black);
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 2rem;
}
.sc-pricing-lists li {
  color: var(--sc-black);
  font-size: 16px;
  padding-left: 5px;
  margin-bottom: 10px;
  position: relative;
}

.sc-first-row {
  margin-top: 30px;
}
.sc-mb-0 {
  margin-bottom: 0 !important;
}
.sc-pricing__price {
  color: var(--sc-black);
  font-size: 56px;
  font-weight: 600;
}
.sc-pricing__price_row {
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1.4;
}
.sc-pricing__price_row p {
  margin-bottom: 0 !important;
}
.sc-pricing__time-period {
  font-size: 0.8rem;
  color: #666666;
}
.sc-mb-0 {
  margin-bottom: 0;
}
.sc-book-demo-text {
  margin: 40px 0;
}
.sc-book-demo-text,
.sc-book-demo-text p {
  font-size: 24px;
}
.sc-book-demo-text a {
  color: var(--sc-black);
}
.sc-all-social-networks {
  background: #fff0e6;
  padding: 30px 40px;
  border-radius: 24px;

  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 100px;
}
.sc-all-social-networks p {
  color: var(--sc-black);
  font-weight: 500;
  font-size: 24px;
  line-height: 1.4;
}
a.ab-link {
  display: block;
  font-size: 14px;
  border: 1px solid #333;
  padding: 5px;
  border-radius: 5px;
  width: 150px;
  margin: auto;
  color: #333;
  max-width: 100%;
  font-weight: 400;
}

.discount-text .discount-content {
  display: none;
}

.sc-popular-text.active .discount-text .discount-content {
  display: block;
}
.sc-popular-text.active .tooltip-icon {
  display: none;
}
.sc-all-social-networks .sc-social-header-logos {
  justify-content: flex-end;
}
.sc-pricing__button {
  font-size: 16px;
  font-weight: 400;
  color: var(--sc-black);
  background-color: #ffffff;
  border: 1.5px solid var(--sc-black);
  border-radius: 6px;
  padding: 10px 13px;
  display: inline-block;
  margin-bottom: 10px;
  transition: all 0.4s ease;
  text-wrap: nowrap;
  text-align: center;
  min-width: 150px;
}
.sc-pricing__button:hover {
  background-color: var(--sc-orange);
  color: #fff;
}
.sc-pricing__featured-title {
  font-size: 14px;
  font-weight: 700;
  color: var(--sc-black);
  margin: 20px 0;
}
.sc-pricing__list {
  padding-left: 20px;
  margin: 0;
}
.sc-demo-book-button-wrap {
  position: relative;
  text-align: center;
  margin-top: 20px;
}
.sc-demo-book-button-wrap h3 {
  margin-bottom: 0;
  color: #464646;
  font-size: 20px;
}
.sc-demo-book-button {
  text-align: center;
  width: 100%;
  font-size: 20px;
  color: #466eb6;
  font-weight: 700;
}
.sc-demo-book-button:visited,
.sc-demo-book-button:hover {
  color: #466eb6;
}
.sc-pricing-switcher-row {
  display: flex;
  align-items: center;
  gap: 90px;
  margin-bottom: 18px;
  border: 1px solid #e0e0e0;
  border-radius: 30px;
  padding: 25px;
}
.sc-pricing-switcher-column {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
}
.sc-price-popup-column:nth-child(1) {
  width: 55%;
}
.sc-price-popup-column:nth-child(1) {
  width: 45%;
}
.sc-pricing-switcher h3 {
  font-size: 18px;
  font-weight: 600;
}
.sc-pricing-switcher p {
  font-size: 18px;
  color: #7c8697;
}
.sc-pricing-switcher-column form {
  display: flex;
  align-items: center;
  min-width: 154px;
}
.sc-increment input {
  display: block !important;
}

.sc-pricing-switcher-form input {
  display: none;
}

.sc-pricing-lists .sc-pricing__time-period {
  font-size: 18px;
  color: #333333;
  font-weight: 600;
}

div#content {
  background: #fff;
}
.sc-pricing-table {
  margin-top: 60px;
}
.sc-pricing-table table {
    border: none !important;
    
}
.sc-popular-text {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  text-align: center;
  width: calc(100% + 4px);
  padding: 5px;

}
.sc-popular-item .sc-popular-text {
  display: block;
}
.sc-popular-text-wrap .tooltip-icon {
  width: initial;
  height: inherit;
  border: none;
}
.sc-popular-text-wrap .tooltip-text {
  width: auto;
  width: 250px;
  text-wrap: unset;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.sc-primary-link {
  border: 2px solid var(--sc-orange);
  background-color: var(--sc-orange);
  color: #fff;
}
.sc-popular-text-wrap {
  display: flex;
  font-weight: 600;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  color: var(--sc-orange);
  margin: 0 20px;
}

.sc-popular-item.sc-pricing__column {
  --my-border-width: 1px;
  border-top: none;
  border-right: none;
  border-bottom: var(--my-border-width) solid var(--sc-orange);
  border: var(--my-border-width) solid var(--sc-orange);
  font-size: 16px;
}
.sc-pricing__column p,
.sc-price-popup__column a {
  font-size: 16px;
  margin: 0 !important;
  color: #7c8697;
}
.sc-count-offer {
  margin: 11px 0;
}
.sc-count-offer a {
  text-decoration: underline;
  color: #333;
  outline: none;
}
.sc-count-offer a:hover {
  color: var(--sc-orange);
}
.sc-compare-plan-title {
  text-align: center;
  font-weight: 700;
  font-size: 48px !important;
  color: #333;
  margin-bottom: 20px;
}
.sc-package-price {
  position: relative;
  line-height: normal;
}
.sc-price-popup-column p:nth-child(2) {
  margin-bottom: 0;
}
.sc-old-package {
  position: absolute;
  top: -20px;
}
.sc-hide {
  display: none;
}
.sc-pricing-table th, .sc-pricing-table td {
    color: #333;
    border: 1px solid #dddd;
    padding: .7em 1em;
    border-width: 0 1px 1px 0;
}
.sc-pricing-switcher label {
  position: relative;
  background-color: #f9fafb;
  background: #f9fafb;
  border-radius: 8px;
  padding: 15px;
  cursor: pointer;
}

.sc-pricing-switcher input[type="radio"]:checked + label {
  border-radius: 8px;
  background-color: #fff;
}

.sc-pricing-switcher label:after {
  content: "";
  position: absolute;
  opacity: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  z-index: 1;
  transition: all 0.4s ease;
}

#monthly[type="radio"] + label::after {
  right: -100px;
}
#yearly[type="radio"] + label::after {
  left: -100px;
}

#monthly[type="radio"]:checked + label::after {
  right: 0;
}
#yearly[type="radio"]:checked + label::after {
  left: 0;
}

.sc-pricing-switcher input[type="radio"]:checked + label::after {
  opacity: 1;
  border-radius: 10px;
  color: #000;
  border: 1px solid #000;
}

.free-package {
  display: grid;
  gap: 100px;
}

.free-package .sc-pricing__price_row {
  justify-content: inherit;
  margin-bottom: 0;
}
.sc-pricing__button {
  margin-bottom: 0;
}
.mt-15 {
  margin-top: 15px;
}

.sc-pricing-table table td:nth-child(4) {
  background-color: #F9FAFB;
}

.sc-pricing-table table {
  border-collapse: unset;
}

.sc-tick-sign:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(https://www.socialchamp.io/wp-content/uploads/2024/09/tick-sign.svg)
    no-repeat;
  width: 20px;
  height: 20px;
  background-size: 40px auto;
  background-position: center;
  color: transparent !important;
  filter: brightness(0) saturate(100%);
}

.sc-pricing-table th {
  text-align: left;
  padding: 20px;
}
.sc-pricing-table thead th {
  position: relative;
  font-size: 30px;
  padding-top: 40px;
}
.sc-pricing-table th .sc-bg-light-pink {
  width: 150px;
  margin-top: -37px;
  margin-bottom: 0;
  margin: -37px auto 0 auto;
}
.sc-fold-content p,
.sc-fold-content {
  font-weight: 400;
  color: #666666;
  font-size: 16px;
  margin-bottom: 0 !important;
}
.sc-fold-table table > tbody > tr.sc-view td:first-child,
th:first-child {
  position: relative;
}
.sc-view td:first-child {
  font-weight: 600;
}

.sc-view {
  position: relative;
  cursor: pointer;
}

.scpricing-table thead h3 {
  text-align: left;
}
.scpricing-table thead {
  background: #fff;
}
.scpricing-table table thead th {
  font-size: 30px;
  text-align: left;
}
.scpricing-table thead:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: white;
}
.sc-tick-sign {
  font-size: 20px;
  color: transparent;
  font-weight: 600;
  position: relative;
}
.sc-fluid-container {
  width: 90%;
  margin: auto;
}

.sc-pricing-table tr td:not(:first-child) {
  text-align: center;
}

.champ-resc-view .champ-resc-view__title {
  font-size: 40px;
  color: var(--sc-black);
  font-weight: 700;
  margin-bottom: 1rem;
}
.champ-resc-view .champ-resc-view__description {
  color: #4a4646;
  font-size: 20px;
  font-weight: 500;
}
.champ-resc-view .sc-expert-profiles {
  margin: 70px 0;
  display: grid;
  gap: 100px;
}
.champ-resc-view .sc-expert-profile-image {
  margin-bottom: 1rem;
}
.champ-resc-view .sc-expert-profile-image img {
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.2);
}
.champ-resc-view .sc-expert-message {
  color: var(--sc-black) 00080;
  font-style: italic;
  font-size: 18px;
  font-weight: 300;
}
.champ-resc-view .sc-expert-content {
  flex-grow: 1;
}
.champ-resc-view .sc-expert-info {
  margin-top: auto;
  position: relative;
}
.champ-resc-view .sc-expert-name {
  font-size: 18px;
  font-weight: 700;
  color: var(--sc-black);
  font-style: italic;
}
.champ-resc-view .sc-expert-role {
  font-size: 18px;
  color: var(--sc-black);
  font-style: italic;
  font-weight: 400;
  position: absolute;
  top: 30px;
  width: 100%;
  height: auto;
}
.sc-expert-profile {
  display: flex;
  flex-direction: column;
}
.sc-border-radius {
  border-radius: 12px;
}
.sc-bg-light-gray {
  background-color: var(--sc-light-gray);
}

.sc-mb-2 {
  margin-bottom: 24px;
}
.sc-accordion-label {
  display: flex;
  justify-content: space-between;
  padding: 1rem 0.5rem 1rem 0;
  cursor: pointer;
  font-size: 20px;
}
.sc-accordion-label h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 0;
  color: var(--sc-black);
}
.sc-faqs .sc-accordion-label h3 {
  font-size: 20px;
  font-weight: 400;
  color: rgba(51, 51, 51, 0.8);
}
.sc-accordion-content {
  overflow: hidden;
  max-height: 0;
  transition: all 0.3s ease-in-out;
}
.sc-accordion-content h3 {
  font-size: 20px;
}
.sc-active-accordion .sc-accordion-content {
  max-height: 500px;
  padding: 1rem 0rem;
}
.sc-w-20 {
  width: 20px;
  min-width: 20px;
}
.sc-active-accordion .chevron-down {
  transform: rotate(180deg);
  filter: brightness(0) saturate(100%) invert(66%) sepia(13%) saturate(2633%)
    hue-rotate(348deg) brightness(95%) contrast(103%);
}
.sc-active-accordion .sc-accordion-label {
  color: var(--sc-orage);
}
.sc-accordion-icon {
  background-color: var(--sc-gray);
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.sc-active-accordion .sc-accordion-icon {
  background-color: rgb(247 99 12 / 22%);
  filter: brightness(0) saturate(100%) invert(66%) sepia(13%) saturate(2633%)
    hue-rotate(348deg) brightness(95%) contrast(103%);
}
.sc-active-accordion .sc-label-title h3 {
  color: var(--sc-orage);
}
.sc-offet {
  padding: 20px 0;
}
.sc-offet p {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}
/* Popup start */
.sc-price-popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--sc-black) 000bf;
  justify-content: center;
  align-items: center;
  z-index: 9999999;
  opacity: 0;
  transition: all 0.4s ease;
}
.open-popup {
  display: flex;
  opacity: 1;
}
.sc-price-popup-body {
  background: #fafafa;
  width: 1050px;
  max-width: 95%;
  height: 550px;
  position: relative;
}
.sc-price-popup-body h2,
.sc-price-popup-body h3,
.sc-price-popup-body p {
  color: var(--sc-black);
  font-size: 18px;
}
.sc-price-popup-body h3 {
  color: var(--sc-black);
  font-family: "Alexandria", Sans-serif;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 0;
}
.sc-price-popup-body h3:nth-child(2) {
  color: var(--sc-orange);
  margin-top: 0;
  margin-bottom: 15px;
}
.sc-price-popup-main-row {
  display: flex;
  gap: 20px;
}
.sc-popup-row {
  display: flex;
  gap: 20px;
  width: 100%;
  margin: 20px 0;
}
.sc-price-popup-column {
  background: #fff;
  border: 1px solid #e0e0e0;
  padding: 20px;
  width: 50%;
  border-radius: 4px;
}
.sc-popup-image {
  background: url(https://www.socialchamp.io/wp-content/uploads/2022/11/Popup-image-1.png)
    no-repeat center;
  background-size: contain;
  width: 200px;
  min-height: 550px;
  background-color: #5c6bc0;
}
.sc-price-popup-main-column:nth-child(2) {
  padding: 30px;
}
.sc-avail-link {
  background: var(--sc-orange);
  padding: 10px 15px;
  color: #fff;
  border-radius: 4px;
  display: inline-block;
  width: 100%;
  margin-top: 20px;
  text-align: center;
  border: 1px solid var(--sc-orange);
  font-weight: 500;
}
.sc-avail-link:visited {
  color: #fff;
}
.sc-avail-link:hover {
  background-color: #fff;
  color: var(--sc-black);
  border: 1px solid var(--sc-black);
}
.sc-popup-close-button {
  position: absolute;
  right: 0;
  top: 0;
  background: var(--sc-orange);
  width: 50px;
  height: 50px;
  box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.2);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sc-specifiq-bg-color {
  background: #f7dc4c;
  padding: 5px;
  border-radius: 4px;
  font-weight: 700;
  color: #464646;
}

/* Popup end */
.sc-switcher-label {
  position: relative;
  z-index: 9;
}
.sc-pricing-lists .sc-social-header-logos {
  gap: 2px;
  justify-content: center;
}

.free-package .sc-pricing-suport-platform-title {
  margin-bottom: 10px;
}

.sc-pricing-table .open {
  display: table-row !important;
  transition: max-height 0.5s ease;
}

.sc-fold-table table > tbody > tr.sc-view.sc-no-content td:first-child:before {
  content: inherit;
}
.sc-view.open td:first-child {
  color: var(--sc-orange);
}
.sc-fold-table table > tbody > tr.sc-view.open td:first-child,
th:first-child ::before {
  &:before {
    transform: rotate(-90deg);
    color: #333;
    /* top: 20px; */
    filter: brightness(0) saturate(100%) invert(66%) sepia(13%) saturate(2633%)
      hue-rotate(348deg) brightness(95%) contrast(103%);
    transition: transform 125ms ease-out;
  }
}
@media (max-width: 1400px) {
  .sc-pricing-lists .sc-social-header-logos {
    flex-wrap: nowrap;
  }
  .sc-pricing-lists .sc-social-logo-header a:hover {
    border: none;
  }
  .sc-social-logo-header a:hover {
    border: 1.5px solid #f57f17;
  }
}
@media (min-width: 1300px) {
  .sc-fix {
    background-color: #feefdd !important;
    position: sticky;
    top: 235px;
    z-index: 99;
  }
  .sc-pricing-table thead {
    top: 96px;
  }
}
@media (min-width: 1025px) and (max-width: 1300px) {
  .sc-text-center.sc-first-row {
    min-height: 300px;
  }
  .sc-view td:first-child {
    font-weight: 600;
    min-width: 250px;
  }
  .sc-pricing-table thead th {
    font-size: 20px;
  }
  .sc-fix {
    top: 148px !important;
  }
  .sc-pricing-table thead {
    top: 75px;
  }
  
}
@media (min-width: 1025px) {
  .sc-demo-book-button {
    position: absolute;
    top: 0;
    left: 0;
  }

 

  .sc-pricing-table .tabs {
    display: none;
  }
  .sc-pricing__column {
    display: grid;
    grid-row: span 3;
    grid-template-rows: subgrid;
  }
  .sc-pricing__row {
    grid-template-columns: repeat(3, 1fr);
  }
  .free-package {
    grid-template-columns: 3fr 2fr 1fr;
    align-items: center;
    padding: 0 20px;
  }
  .champ-resc-view .sc-expert-profiles {
    grid-template-columns: repeat(3, 1fr);
  }
  
  .sc-pricing-table thead tr {
    background-color: #fff !important;
  }
  .sc-pricing-table thead {
    position: sticky;
    left: 0;
    z-index: 99;
    background-color: #fff;
  }
  .sc-p-5 {
    padding: 68px 78px;
  }
}

@media (max-width: 1024px) {
  .sc-quantity-selector {
    gap: 5px;
}
.sc-pricing-switcher h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
  .sc-section .sc-pricing-main-title {
    --main-title-on-responsive: 42px;
    font-size: var(--main-title-on-responsive);
    line-height: var(--main-title-on-responsive);
  }
  .sc-pricing-switcher p {
    display: none;
  }
  .a.ab-link {
    width: 100px;
  }
  .sc-pricing-table thead th {
    font-size: 16px;
  }
  .sc-pricing-table th .sc-bg-light-pink {
    font-size: 14px;
  }
  .sc-pricing-switcher-row {
    display: block;
    background: transparent;
    border: none;
    padding: 0;
  }
  .sc-pricing-switcher .sc-pricing-switcher-column form {
    min-width: initial !important;
    min-height: 50px;
  }
  .sc-pricing-switcher-column {
    gap: 10px;
    width: 100%;
    margin-bottom: 20px;
    background: #fff;
    padding: 5px 15px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
  }
  .sc-pricing__price_row {
    margin-bottom: 0;
  }
  .sc-pricing__button-wrap {
    margin-top: 20px;
  }
  .sc-pricing__button {
    width: 100%;
  }
  .sc-all-social-networks .sc-social-logo-header,
  .sc-social-logo-header svg,
  .sc-pricing__column .sc-social-logo-header {
    max-width: 30px;
    max-height: 30px;
  }
  .ast-container,
  .ast-container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  .sc-quantity-selector button {
    width: 40px;
    height: 40px;
  }
  .sc-quantity-selector input {
    background: #fff0e6;
    width: 50px;
    height: 40px;
  }
  .sc-all-social-networks {
    display: block;
  }
  .sc-all-social-networks .sc-social-header-logos {
    justify-content: center;
    margin-top: 20px;
  }
  .sc-compare-plan-title {
    font-size: 30px;
  }
  .sc-popup-row {
    display: block;
  }
  .sc-price-popup-column {
    width: 100%;
  }
  .sc-popup-image {
    display: none;
  }
  .sc-price-popup-body {
    overflow-y: auto;
  }
  .free-package {
    gap: 20px;
  }
  .sc-pricing-suport-platform-title {
    margin-bottom: 10px;
  }
  .sc-fix {
    display: block;
    font-size: 20px;
    margin-top: 20px;
  }
  .sc-pricing-table tbody {
    box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.2);
  }
  .sc-pricing-table td {
    border: 1px solid #e0e0e0 !important;
    font-size: 14px;
  }

  .sc-popular-item {
    margin-top: 30px;
  }
  .sc-pricing-table table {
    border: none !important;
    width: 100%;
    display: block;
    overflow-x: auto;
  }

  .sc-pricing-table table {
    border-collapse: collapse !important; /* Ensures borders don't overlap */
    border-spacing: 2px; /* Space between cell borders */
  }
  .sc-fold-table table > tbody > tr.sc-view td:first-child:before {
    top: 17px;
    right: 5px;
    width: 15px;
    height: 10px;
    background-size: 100% auto;
  }
  .sc-fold-table table > tbody > tr.sc-view td {
    padding: 10px 20px;
  }
}

@media (max-width: 620px) {
  .sc-pricing-lists .sc-social-header-logos {
    flex-wrap: wrap;
    gap: 5px;
    justify-content: center;
  }
}

section .se-container {
  max-width: 1280px;
}

.tooltip-icon {
  display: inline-block;
  margin-left: 10px;
  cursor: pointer;
}
.tooltip-icon-image {
  display: block;
  background: url('https://www.socialchamp.com/wp-content/uploads/2025/04/tooltip-icon.svg') no-repeat;
  width: 20px;
  height: 20px;
  background-size: 100% auto;
}
.tooltip-text {
  visibility: hidden;
  width: 250px;
  max-width: 100%;
  color: #fff;
  text-align: center;
  padding: 5px;
  border-radius: 5px;
  position: absolute;
  z-index: 1;
  top: 20px; /* Position above the icon */
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 12px;
  box-shadow: 1px 1px 4px #e0e0e0;
  padding: 10px 15px;
  background-color: #000;
  white-space: pre-wrap;
}
.tooltip-icon:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}

.tooltip-text::before {
  content: "";
  position: absolute;
  display: block;
  width: 0px;
  left: 50%;
  top: 5px;
  border: 7px solid transparent;
  border-top: 0;
  border-bottom: 7px solid #fff;
  transform: translate(-50%, calc(-100% - 5px));
}