body{
    background-color: #ffffff !important;
    position: relative;
}

#banner-ad{
    height: 48px;
    width: 100%;
    background-color: #4D130B;
    color: #ffffff;
    font-family: 'Fustat' !important;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    cursor: pointer;
    gap: 6px;
}

#navbar{
    background-color: #ffffff !important;
    height: 70px !important;
    position: sticky;
    border-bottom: 1px solid black;
}
.navbar-content{
    height: 70px;
    padding: 0px 0px;
}

.navbar-content-2{
    margin-top: 4px;
}

/* Screens wider than 800px */
@media (min-width: 801px) {
    #navbar {
        height: 120px !important;
    }
    
    #article-cover-img{
        padding: 0px 16px;
        width: calc(100% - 32px);
    }
    #share-2{
        display: none;
    }
}

#article{
    max-width: 800px;
    
    margin-top: 40px;
}

#article-title{
    font-size: 48px !important;
    font-family: 'Gambarino';
    font-weight: 400;
    margin-bottom: 20px;
    padding: 0px 16px;
}
@media (max-width: 800px) {
    #article-title{
        font-size: 34px !important;
    }
}

#article-summary{
    font-family: 'Spectral';
    font-size: 18px;
    padding: 0px 16px;
}

#date{
    color: #7D7D7D;
    font-family: 'Fustat';
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0px 16px;
}

#article-cover-img{
    max-width: 100%;
    margin-bottom: 20px;
    padding: 0px 16px;
    width: calc(100% - 32px);
}

.image{
    padding: 0px 16px;
    width: calc(100% - 32px);
    margin-top: 12px;
}

h2{
    font-size: 32px;
    font-family: 'Gambarino';
    font-weight: 400;
    margin-bottom: 12px;
    margin-top: 36px;
    padding: 0px 16px;
}

#article h3{
    font-size: 24px;
    font-family: 'Gambarino';
    font-weight: 400;
    margin-bottom: 12px;
    margin-top: 20px;
    padding: 0px 16px;
}

p{
    
    font-size: 18px;
    padding: 0px 16px;
    font-weight: 300;
    line-height: 1.5;
}

p strong{
    font-weight: 600;
}

.footer-column h3{
    padding: none !important;
}


.navbar-content-2{
  font-family: "Spectral" ,sans-serif !important;
  color: #818181;
}
navbar-content-2 p{
    font-family: "Spectral" ,sans-serif !important;
  color: #818181;
}
.nav-tab.selected{
  text-decoration: underline;
  color: #303030;
}
.nav-tab:hover{
  text-decoration: underline;
  color: #252525;
}

#sidebar{
    top: 70px;
}
#overlay{
    top: 70px;
}








#toc {
    width: calc(100% - 32px);
    font-family: sans-serif;
    padding: 0px 16px;
    font-family: 'Inter';
    margin-bottom: 20px;
    
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none;    /* Firefox */
    -ms-user-select: none;     /* IE/Edge */
    user-select: none;         /* Standard */
}

#toc-header {
    height: 48px;
    background: #e8e8e8;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
    cursor: pointer;
}

#toc-chevron {
    transition: transform 0.2s ease;
}

#toc.open #toc-chevron {
    transform: rotate(180deg);
}

#toc-list {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease;
    margin: 0;
    padding: 0 16px;
    padding-left: 32px;
    background: #f2f2f2;
    color: #000;
    border: 1px solid black;
    border: none;
}

#toc.open #toc-list {
    max-height: 800px; /* enough for most cases */
}

#toc-list li {
    padding: 8px 0;
    cursor: pointer;
}

#toc-list li:hover {
    text-decoration: underline;
}



.footer-inner p{
    padding: 0 !important;
}






.mobile-ad-1{
    padding: 40px 72px;
    width: calc(100% - 144px);
    
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none;    /* Firefox */
    -ms-user-select: none;     /* IE/Edge */
    user-select: none;         /* Standard */
}

.mobile-ad-1 img{
    width: 100%;
    cursor: pointer;
    border: 1px solid grey;
    
    border: none;
}

.mobile-ad-1-cta{
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Fustat';
    margin-top: 8px;
}

.mobile-ad-1-cta:hover{
    text-decoration: underline;
    cursor: pointer;
}

@media (min-width: 701px) {
    .mobile-ad-1{
        width: 260px;
        margin: 0 auto;
    }
}
@media (min-width: 1131px) {
    .mobile-ad-1{
        display: none;
    }
}






#page-content{
    display: flex;
    justify-content: center;
}


.skyscraper-ad {
    position: sticky;
    top: 160px;
    width: 230px;
    margin: 0px calc((100vw - 800px - (230px * 2) - 32px) / 4);
    margin-top: 40px;
    cursor: pointer;
    
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none;    /* Firefox */
    -ms-user-select: none;     /* IE/Edge */
    user-select: none;         /* Standard */
}
.skyscraper-ad img{
    width: 100%;
}
@media (max-width: 830px) {
    .skyscraper-ad{
        display: none;
    }
}


.skyscraper-ad-cta{
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Fustat';
    margin-top: 8px;
}

.skyscraper-ad-cta:hover{
    text-decoration: underline;
    cursor: pointer;
}

@media (max-width: 1350px) {
    #skyscraper-container-left{
        display: none;
    }
    .skyscraper-ad {
        margin: 0px calc((100vw - 800px - (230px) - 32px) / 2);
        margin-top: 40px;
    }
}
@media (max-width: 1130px) {
    .skyscraper-ad {
        margin: 0px calc((100vw - 60vw - (230px) - 32px) / 2);
        margin-top: 40px;
    }
    #article{
        width: 60%;
        margin-right: auto;
    }

}
@media (max-width: 830px) {
    #article{
        width: auto;
        max-width: 800px;
    }
}







#article-end {
  width: 88px; /* 3 dots (8px each) + 2 gaps (20px) */
  height: 8px;
  margin: 40px auto; /* centers horizontally on the page */
  position: relative;
  margin-bottom 80px !important;
}

#article-end::before,
#article-end::after,
#article-end span {
  content: "";
  position: absolute;
  top: 0;
  width: 8px;
  height: 8px;
  background: #bfbfbf;
  border-radius: 50%;
}

/* Left dot */
#article-end::before {
  left: 0;
}

/* Middle dot */
#article-end span {
  left: 40px;
}

/* Right dot */
#article-end::after {
  left: 80px;
}


.productPreviewList {
    grid-template-columns: repeat(4, 1fr);
    padding: 0px 16px !important;
}
    
@media (max-width: 1130px) {
    .productPreviewList {
        grid-template-columns: repeat(2, 1fr);
        padding: 0px 16px !important;
    }
}
@media (max-width: 800px) {
    .productPreviewList {
        gap: 10px;
        grid-template-columns: repeat(2, 1fr);
        padding: 0 16px;
    }
}

.product-title{
    font-size: 18px !important;
}


#discover-products-heading{
    font-size: 32px;
    font-family: 'Gambarino';
    font-weight: 400;
    margin-bottom: 12px;
    margin-top: 36px;
    padding: 0px 16px;
}

a{
    font-weight: 400;
    color: #000DFF;
}


