.post-title{
    color: #000;
    font-family: "AktivGrotesk-Regular";
    font-size: 35.016px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 100%;
}

.inventory-title{
    width: 100%;
}

.inventory-header{
    height: 100%;
}

.date-publication{
    margin-top: 8px;
    color: #000;
    font-family: "AktivGrotesk-Regular";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.post-main{
    margin-top: 45px;
    margin-bottom: 45px;
}

.post-featured-img{
    width: 100%;
    height: auto;
    max-height: 710px;
    object-fit: cover;
}

.post-content{
    margin-top: 45px;
    display: flex;
    justify-content: space-around;
    gap: 80px;

}


.left-content{
    max-width: 900px;
}


.right-content{
    width: 50%;
    min-width: 540px;
}


.left-content-inner {
    color: #000;
    font-family: "AktivGrotesk-Regular";
    font-style: normal;
    font-weight: 400;
}

.left-content-inner p {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 1.6em;
    color: #000;
}

.left-content-inner h2 {
    font-size: 36px;
    line-height: 1.4;
    margin-top: 48px;
    margin-bottom: 16px;
}

.left-content-inner h3 {
    font-size: 26px;
    line-height: 1.5;
    margin-top: 32px;
    margin-bottom: 12px;
    font-weight: 500;
    color: #000;
}

.left-content-inner h4 {
    font-size: 21px;
    line-height: 1.5;
    margin-top: 28px;
    margin-bottom: 10px;
    font-weight: 500;
    color: #000;
}

.left-content-inner h5 {
    font-size: 18px;
    line-height: 1.4;
    margin-top: 24px;
    margin-bottom: 8px;
    font-weight: 500;
    color: #000;
}

.left-content-inner h6 {
    font-size: 16px;
    line-height: 1.3;
    margin-top: 20px;
    margin-bottom: 6px;
    font-weight: 500;
    color: #000;
}

.left-content-inner ul {
    padding-left: 1.5em;
    margin-bottom: 1.6em;
    list-style-type: disc;
}

.left-content-inner ol {
    padding-left: 1.5em;
    margin-bottom: 1.6em;
    list-style-type: decimal;
}

.left-content-inner li {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 0.5em;
    color: #000;
}

.right-content-inner{
    position: -webkit-sticky; 
    position: sticky;
    top: 120px; 
    z-index: 1; 
    position: sticky;
    display: flex;
    flex-direction: column;
    padding: 45px;
    align-items: flex-start;
    background: #FFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
}

.post-tags{
    margin-top: 20px;
}

.post-title-2{
    color: #000;
    font-family: "AktivGrotesk-Regular";
    font-size: 28.016px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.tags-list{
    display: flex;
    gap: 8px;
}

.tags-list li{
    color: #FFF;
    font-family: "AktivGrotesk-Regular";
    font-size: 11.625px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 12px 16px;
    background: #000;
    
}

.popular-post-title{
    color: #000;
    font-family: "AktivGrotesk-Regular";
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.popular-post{
    margin-top: 40px;
}

.popular-posts-list{
    margin-top: 12px;
}

.popular-post-item{
    display: flex;
    gap: 20px;
    align-items: center;

}

.popular-post-item-img{
    width: 64px;
    aspect-ratio: 1/1;
    height: auto;
    object-fit: cover;
}

.popular-post-item-title{
    color: #000;
font-family: "AktivGrotesk-Regular";
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.popular-post-content_inner{
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.popular-post-item-date{
    overflow: hidden;
    color: rgba(0, 0, 0, 0.50);
    text-overflow: ellipsis;
    font-family: "AktivGrotesk-Regular";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.popular-posts-list{
    display: flex;
    gap: 12px;
    flex-direction: column;
}

@media(max-width:1300px){
    .post-featured-img {
        max-height: 590px;
    }

    .right-content {
        width: 50%;
        min-width: 400px;
    }

    .post-title-2 {
        color: #000;
        font-family: "AktivGrotesk-Regular";
        font-size: 24.016px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
    }

    .post-content {
        gap: 40px;
    }

    .right-content-inner{
        padding: 24px;
    }
}

@media (max-width:900px){
    .post-content{
        flex-direction: column-reverse;
    }

    .right-content{
        min-width: 100%;
    }
}

@media (max-width: 768px) {
  .left-content-inner p,
  .left-content-inner li {
    font-size: 16px;
    line-height: 1.6;
  }

  .left-content-inner h2 {
    font-size: 28px;
    margin-top: 32px;
    margin-bottom: 12px;
  }

  .left-content-inner h3 {
    font-size: 22px;
    margin-top: 28px;
    margin-bottom: 10px;
  }

  .left-content-inner h4 {
    font-size: 19px;
    margin-top: 24px;
    margin-bottom: 8px;
  }

  .left-content-inner h5 {
    font-size: 17px;
    margin-top: 20px;
    margin-bottom: 6px;
  }

  .left-content-inner h6 {
    font-size: 15px;
    margin-top: 18px;
    margin-bottom: 5px;
  }

  .left-content-inner ul,
  .left-content-inner ol {
    padding-left: 1.2em;
  }
}

@media (max-width:500px){
    

    .popular-post{
        display: none;
    }
}