.progress-container {
    position: fixed;
    top:58px;
    width: 100%;
    height: 5px;
    background-color: white;
    z-index: 999;
  }
  
  .progress-bar {
    height: 100%;
    background-color: var(--main-color);
    width: 0;
  }
  
.sg-text-wrapper{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
body{
    font-family: var(--montserrat);
    box-sizing: border-box;
	overflow-wrap: break-word;
}

h1{
	font-size: 2.5rem!important;
	font-family: var(--montserrat)!important;
    color: var(--darker-main-2);
    background-color: transparent;
    padding: 32px 0 ;
}

h2{
	font-size: 2rem;
	font-family: var(--montserrat)!important;
	padding: 32px 0 0 0;
}

h3{
	font-size: 1.5rem;
	font-family: var(--montserrat)!important;
	padding: 16px 0 0 0;
}

h4{
	font-size: 1.3rem;
	padding: 12px 0 0 0;
	font-weight: bold;
}

h5{
	font-size: 1.1rem;
	padding: 8px 0 0 0;
	color: var(--darker-main-2)
}

img{
	padding 8px 0;
}

p{
	line-height: 140%;
	font-size: 18px;
	margin: 16px 0;
}

main ul, ol{
	padding-left: 32px!important;
	margin: 16px 0;
	list-style-type: disc;
	font-size: 18px;
}

gs-navbar-menu > ul{
	padding-left: 0;
	margin-top: 0;
}


header ul{
	list-style-type: none;
	margin: 0;
}

main li{
	margin-bottom: 8px;
}

hr{
	margin-bottom: 16px;
}

.general-info{
    display: flex;
    flex-direction: column;
    padding: 16px 0;
    margin: 16px 0 32px;
    gap: 16px 0 ;
    border-top: 2px solid var(--darker-main-5);
    border-bottom: 2px solid var(--darker-main-5);
}

.author{
    display: flex;
    align-items: center;
    max-width: 270px;
    gap: 0 8px;
}

.author p a {
    color: var(--main-color);
    font-size: 16px;
    margin: 0 0;
}

.author img{
    border-radius: 50%;
}

.date p{
    line-height: 175%;
    font-weight: 300;
	font-size: 16px;
	margin: 0 0;
}

.date p:first-child{
    font-weight: 600;
}

.heateor_sss_sharing_container.heateor_sss_horizontal_sharing{
    display: none;
}

.heateor_sss_sharing_container.heateor_sss_horizontal_sharing:first-of-type{
    display: block;
}

.related-posts{
    background-color: #cde1e1;
    padding-top: 48px;
    margin-top: 64px;
    padding-bottom: 48px;
}

.related-posts a {
    color: var(--darker-main-5);
	font-size: 1.7rem;
	line-height:120%;
}

.related-posts h2{
    margin-bottom: 24px;
}
.related-post-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 32px;
    /* justify-content: space-between; */
}

@media (min-width: 550px) {

    .progress-container{
        top: 62.03px;
    }
}





@media (min-width: 600px){
    .general-info{
        flex-direction: row;
        justify-content: space-between;
    }
    .date p {
        text-align: right;
    }
    .date p:nth-child(2){
        font-size: .9rem;
    }
}

@media (min-width: 992px) {
    .sg-text-wrapper{
        max-width: 800px;

    }
    
}

@media (min-width: 1200px) {
    .progress-container{
        top: 78px;
    }
}

