.single .post-content, .single .single-top-part{
    max-width: 1051px;
    margin: 0 auto;
}

.single .default-banner {
    padding: 116px 0 4px;
}

.single .single-top-part {
    margin-bottom: 32px;
}
.single .single-post-holder h4 {
    padding-top: 56px;
    padding-bottom: 64px;
    line-height: 45px;
    text-align: center;
    max-width: 1051px;
    margin: 0 auto;
    @media(max-width: 991px) {
        padding-top: 32px;
        padding-bottom: 32px;
    }
}
.single-top-part {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
    @media(max-width: 991px) {
        flex-direction: column;
    }
}
.post-meta {
    display: flex;
    align-items: center;
    justify-content: center;
    @media(max-width: 991px) {
        flex-direction: column;
    }
}
.post-category span {
    border-radius: 100px;
    border: 1px solid #000;
    padding: 10px 16px;
    height: auto;
    display: inline-block;
    margin-bottom: 8px;
    margin-right: 8px;
    @media(max-width: 991px) {
        margin-bottom: 16px;
    }
}
.post-category a {
    color: #000;
    font-family: "Sora", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 140%; /* 16.8px */
}
.post-date {
    color: #A3A3A3;
    font-family: "Sora", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 25.6px */
    margin-left: 16px;
    @media(max-width: 991px) {
        margin-left: 0;
        margin-bottom: 16px;
    }
}
.share-links {
    display: flex;
    align-items: center;
    justify-content: center;
}
.share-icon {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 12px;
}
.share-icon:last-child {
    margin-right: 0;
}
.facebook-share {
  background: url(../images/facebook.svg) no-repeat;
  background-size: cover;
}
.twitter-share {
    background: url(../images/twitter.svg) no-repeat;
    background-size: cover;
}
.linkedin-share {
    background: url(../images/linkedIn.svg) no-repeat;
    background-size: cover;
}
.post-image {
    max-width: 1051px;  
    max-height: 400px;
    margin: 0 auto 56px auto;
    @media(max-width: 991px) {
        margin-bottom: 32px;
        max-height: none;
    }
}
.post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 32px;
    max-height: 400px;
    @media(max-width: 991px) {
        max-height: none;
        height: 200px;
    }
}
.post-content ul, .post-content ol {
    @media(max-width: 991px) {
        margin-left: 0;
        padding-right: 0!important;
    }
}
.post-content p, .post-content ul li, .post-content ol li {
    color: #262626;
    padding-bottom: 16px;
    font-family: 'Urbanist', sans-serif;
}
.post-content h5 {
    color: #000;
    font-family: "Sora", sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 40px; /* 125% */
    letter-spacing: -0.96px;
}
.post-content h6 {
    color:  #171717;
    font-family: "Sora", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px; /* 160% */
    letter-spacing: -0.6px;
}
.post-content ul.checklist {
    list-style-type: none; /* Remove default bullets */
    padding-left: 0; /* Remove default padding */
}
.post-content ul,
.post-content ol {
    padding: 24px;
}
.post-content ul li,
.post-content ol li {
    padding-left: 20px;
}
.post-content ul li::marker,
.post-content ol li::marker {
    color: #2D62F7;
    width: 28px;
    height: 28px;
}
.post-content ul.checklist li {
    position: relative; 
    padding-left: 40px; 
}
.post-content ul.checklist li::before {
    content: ''; 
    position: absolute; 
    left: 0; 
    color: #2D62F7; 
    width: 28px;
    height: 28px;
    background-image: url(../images/check.svg);
    background-size: contain;
}
.post-content h4 {
    color: #000;
    font-family: "Sora", sans-serif;
    font-size: 28px;
    font-weight: 300;
    line-height: 40px; /* 142.857% */
    letter-spacing: -0.84px;
    text-align: left;
    border-radius: 12px;
    background-color: #F5F5F5;  
    padding: 16px 24px;  
}
.post-content blockquote {
    position: relative;
    margin-bottom: 40px;
}
.post-content blockquote p {
    color:  #2D62F7;
    font-family: "Sora", sans-serif;
    font-size: 32px;
    font-weight: 200;
    line-height: 150%; /* 48px */
    margin-top: 72px;
    padding-left: 32px;
    @media(max-width: 991px) {
        font-size: 24px;
    }
}
.post-content blockquote::after {
    position: absolute;
    top: 0;
    content: "";
    height: 100%;
    width: 2px;
    background-color: #2D62F7;
}
.post-content .two-flex-images {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 56px;
    @media(max-width: 991px) {
        flex-direction: column;
    }
}
.post-content .two-flex-images img {
    width: 50%;
    height: 100%;
    object-fit: cover;
    border-radius: 32px;
    max-height: 400px;
    @media(max-width: 991px) {
        width: 100%;
    }
}
.post-content .two-flex-images img:first-child {
    margin-right: 32px;
    @media(max-width: 991px) {
        margin-right: 0;
        margin-bottom: 32px;
    }
}
.related-articles {
    border-radius: 40px;
    border: 1px solid  #55FFFA;
    background-color:  #FAFAFA;
    margin: 48px 0;
    padding: 80px 56px 96px 56px;
    @media(max-width: 991px) {
        padding: 24px 16px;
    }
}
.related-articles h6 {
    margin-bottom: 40px;
}

.related-articles ul {
    list-style-type: none;
    display: flex;
    @media(max-width: 991px) {
        flex-direction: column;
        margin-left: 0;
    }
}
.related-articles ul li a {
    max-width: 400px;
    margin-right: 40px;
    display: block;
    @media(max-width: 991px) {
        margin-right: 0;
        margin-bottom: 32px;
    }
}

.related-articles ul li a:hover .related-article-title {
    color: #2D62F7;
    text-decoration: underline;
}
.related-article-thumbnail {
    display: block;
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 24px;
}
.related-article-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
}
.related-article-meta span {
    display: block;
}
.related-article-date {
    color:  #737373;
    font-family: "Sora", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 160%; /* 25.6px */
    margin: 12px 0;
}
.related-article-title {
    color:  #000;
    font-family: "Sora", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px; /* 160% */
    letter-spacing: -0.6px;
}