
body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
}

.base_container {
    width: 90% !important;
    margin-top: 20px !important;
    margin-left: 5% !important;
    margin-right: 5% !important;
    height: auto;
    padding: 0;
    margin: 0;
}

.base_container_col1 {
    padding: 0 !important;
}

.containerx {
    width: 100% !important;
    margin-top: 0px !important;
    margin-left: 0% !important;
    margin-right: 0% !important;
    background: #ffffff;
    padding: 20px;
    border-radius: 0.4rem;
    box-shadow: 0 0 20px 11px rgba(255, 255, 255, 0.1);
}

.containerx img {
    width: 100% !important;
    height: auto;
}

.featured-image {
    width: 100%;
    height: auto;
}

.post-title {
    font-size: 2em;
    margin: 20px 0;
}

.post-meta {
    color: #777;
    margin-bottom: 20px;
}

.post-content {
    font-size: 1.1em;
}

.post-content img {
    width: 100% !important;
    height: auto;
}

.post-tags {
    margin-top: 20px;
    font-style: italic;
    color: #555;
}

.base_container_col2 h3 {
    font-weight: bold;
    margin-bottom: 30px;
}

.recentpost_card {
    width: 100%;
    height: max-content;
    padding: 3%;
    border-radius: 0.4rem;
}

.recentpost_card img {
    width: 100% !important;
    height: auto;
}

@media (min-width: 576px) {

    .containerx,
    .container-sm {
        max-width: 100% !important;
    }
}



@media (max-width: 768px) {
    .containerx {
        padding: 0px !important;
    }
}







.hashtagposts {
    width: 90% !important;
    margin-left: 5% !important;
    margin-right: 5% !important;
    margin-top: 5% !important;
    margin-bottom: 5% !important;
    /*box-shadow: 0 0 10px rgb(0 0 0 / 71%);*/
    border-radius: 0.3rem;
}

.hashtagpostcontainer {
    width: 100%;
    height: 100%;
    padding: 2%;
}

.hashtagpostcard {
    height: 100%;
    border-radius: 0.3rem;
    padding: 2%;
}

.hashtagpostcardimg {
    width: 100%;
    height: 200px;
    overflow: hidden !important;
}

.hashtagpostcardimg img {
    /* height: 100% !important; */
    width: 100%;
    /* height: max-content !important; */
}


.categorypostscontainer {
    margin-top: 1%;
}

.categoryposts {
    width: 90% !important;
    margin-left: 5% !important;
    margin-right: 5% !important;
    margin-top: 5% !important;
    margin-bottom: 5% !important;
    /*box-shadow: 0 0 10px rgb(0 0 0 / 71%);*/
    border-radius: 0.3rem;
    padding: 2%;
}

.post-preview-card {
    height: 100%;
    border-radius: 0.3rem;
    padding: 2%;
}

.recentpost_card{
    margin-bottom: 20px;
}

/* * {
    border: 1px solid red;
} */


#blog-home-title {
    padding-left: 6%;
}

#category-title {
    padding-left: 6%;
}

#hashtag-title {
    padding-left: 6%;
}