#comments{display: none;}

#comments,.odb-post{
max-width: 1050px;
margin: auto;
}

.odb-post-top{
    margin-bottom: 50px;
}

.odb-post{

    .odb-post-excerpt{
        text-align: left;
        line-height: 1.5;
    }

    img{
        width:100%;
        border-radius: 8px;
        aspect-ratio: 18/9;
        object-fit: cover;
    }

    .odb-meta-share{
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap:14px;
        margin-top: 20px;
        flex-wrap: wrap;
    }
}

.odb-post-share{
    display: flex;
    gap:8px
}

.odb-post-meta span{
    height: 40px;
    padding: 0 15px 0 15px;
    border-radius: 6px;
    background-color: #F9F9F7;
    display: inline-flex;
    align-items: center;
}

.odb-meta-share a{
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F9F9F7;
    border-radius: 6px;
}