.inoforest-post-title-wrapper {
    position: relative;
    /* margin-bottom: 20px; */
}

.inoforest-post-title {
    display: inline-block;
    margin: 0;
    padding: 0;
    text-decoration: none;
    transition: all 0.3s ease;
}

.inoforest-post-title:hover {
    text-decoration: none;
}



/* Responsive adjustments */
@media (max-width: 768px) {
    .inoforest-post-title-wrapper {
        margin-bottom: 15px;
    }
    

}

@media (max-width: 480px) {
    .inoforest-post-title-wrapper {
        margin-bottom: 10px;
    }
    

}
