/* Blog Buttons */
.btn.btn-blog-success {
    background-color: #69cb95;
    border: none;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 6px;
    transition: all 0.3s ease;
}
.btn.btn-blog-success:hover {
    background-color: #7cd2a2;
    text-decoration: none;
}

/* Blog Titles */
.csPageTitle {
    color: #333333;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
}

/* Thumbnail Images */
.thumbnail,
.thumbnail > a,
.thumbnail > img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    padding: 5px;
    transition: transform 0.4s ease, opacity 0.4s ease;
    border-radius: 8px;
    overflow: hidden;
}
.thumbnail a > img:hover {
    transform: scale(1.05);
    opacity: 0.8;
}

/* Blog image size */
.blog-img {
    width: 100%;
    max-width: 220px;
    margin: 0 auto;
}

/* Columns Padding */
.col-md-4,
.col-md-8 {
    padding-left: 15px;
    padding-right: 15px;
}

/* Text Colors */
.color-grey {
    color: #7f8c8d;
    margin-right: 5px;
}
.color_grap {
    color: #141517;
    font-weight: 700;
}
.color_text_in {
    color: #545e6a;
    margin-right: 25px;
    opacity: 0.9;
}

/* Date Blocks */
.text_word {
    color: #fff;
    font-size: 28px;
    text-align: center;
    padding-top: 10px;
    font-weight: 700;
}
.date_down,
.date_down2 {
    background-color: #3498db;
    height: 50px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}
.date_up,
.date_up2 {
    background-color: #308bc8;
    height: 24px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
}
.date,
.date_1 {
    height: 74px;
    width: 60px;
}

/* Post Titles and Version */
.version {
    color: #252c34;
    margin-top: 12px;
    font-size: 16px;
    line-height: 1.6;
}
.version a {
    color: #1e85a2;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
}
.version a:hover {
    text-decoration: underline;
}

/* Headings and Dividers */
h4, .h4 {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.4;
}
.divider_h, .hr_horiznt_dotted {
    border-bottom: 1px dotted #aaacaf;
    margin: 25px 0;
}
.mr_top30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

/* Comments */
.comment-here {
    color: #252c34;
    margin-bottom: 6px;
    font-size: 16px;
}
.posts_1 h5 {
    color: #545e6a;
    font-family: "Dosis", sans-serif;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 8px;
    text-transform: uppercase;
}
.posts_1 h5 span {
    font-weight: 400;
}

/* Related Posts */
#relatedPostsHead {
    padding-left: 5px !important; 
    padding-right: 5px !important;
    display: block;
}
#relatedPosts h2 > span {
    border-bottom: 2px solid #3498db;
    padding: 6px 12px;
    font-size: 18px;
}
#relatedPosts {
    width: 100%;
    float: left;
    margin-top: 20px;
}
#relatedPosts .related_img {
    height: auto;
    max-height: 180px;
    width: 100%;
    margin-bottom: 10px;
}
#relatedPosts .thumbnail a > img {
    display: block;
    height: auto;
    max-height: 180px;
    width: 100%;
    transition: transform 0.3s ease, opacity 0.3s ease;
}
#relatedPosts .relTitle {
    color: #fff;
    text-align: left;
    padding: 6px 8px;
    line-height: 22px;
    background-color: #3498DB;
}

/* Latest Links */
.latest-links-right {
    width: 100%;
    margin-top: 15px;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 15px;
}
.latest-links-right .image {
    float: left;
    width: 120px;
    padding-top: 5px;
}
.latest-links-right .image img {
    width: 100%;
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 6px;
}
.latest-links-right .content-cont {
    float: left;
    width: calc(100% - 130px);
    margin-left: 10px;
}
.latest-links-right .content-cont .title {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.4;
}
.latest-links-right .content-cont .description span {
    font-size: 14px;
}

/* Font size helper */
.fz14 {
    font-size: 16px;
}

/* Mobile Responsive */
@media screen and (max-width: 480px) {
    .latest-links-right {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .latest-links-right .image {
        width: 100%;
        margin-bottom: 10px;
    }
    .latest-links-right .content-cont {
        width: 100%;
        margin-left: 0;
    }
    .text_word {
        font-size: 24px;
    }
    .csPageTitle {
        font-size: 24px;
    }
}
