@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;600;700&display=swap');

/* ── Base ────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; }

/* ── Blog Success Button ─────────────────────────────────── */
.btn.btn-blog-success {
    background: linear-gradient(135deg, #17c5a0 0%, #13ad8c 100%);
    border: none;
    border-radius: 6px;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    padding: 8px 20px;
    letter-spacing: 0.03em;
    transition: all 0.2s ease;
    box-shadow: 0 3px 10px rgba(23,197,160,0.3);
}
.btn.btn-blog-success:hover {
    background: linear-gradient(135deg, #13ad8c 0%, #0f967a 100%);
    box-shadow: 0 5px 14px rgba(23,197,160,0.4);
    transform: translateY(-1px);
    color: #fff;
}

/* ── Page Title ──────────────────────────────────────────── */
.csPageTitle {
    color: #1e2228;
    font-family: 'Roboto', sans-serif;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: -0.3px;
    line-height: 1.3;
    margin-bottom: 8px;
}

/* ── Thumbnail ───────────────────────────────────────────── */
.thumbnail {
    padding: 0;
    border: none;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 12px rgba(0,0,0,0.07);
    transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.thumbnail:hover {
    box-shadow: 0 6px 24px rgba(0,0,0,0.12);
    transform: translateY(-3px);
}
.thumbnail > img,
.thumbnail a > img {
    display: block;
    height: auto;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    transition: transform 0.4s ease, opacity 0.3s ease;
    min-height: 180px;
    object-fit: cover;
}
.thumbnail a > img:hover {
    opacity: 0.85;
    transform: scale(1.04);
}
.thumbnail > a { padding: 0; display: block; overflow: hidden; }

/* ── Blog Image ──────────────────────────────────────────── */
.blog-img {
    margin: 0;
    width: 100%;
    max-width: 198px;
    border-radius: 8px;
    overflow: hidden;
}

/* ── Layout Columns ──────────────────────────────────────── */
.col-md-4, .col-md-8 { padding-left: 15px; }

/* ── Typography Helpers ──────────────────────────────────── */
.color-grey {
    color: #b0b5bd;
    margin-right: 6px;
    font-family: 'Roboto', sans-serif;
}
.color_grap {
    color: #1e2228;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
}
.color_text_in {
    color: #546070;
    margin-right: 28px;
    opacity: 0.85;
    font-family: 'Roboto', sans-serif;
    font-size: 13.5px;
}
.text_word {
    color: #fff;
    font-size: 28px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    text-align: center;
    line-height: 1.2;
}
.fz14 {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}
.font_14 {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
}
.center2 { text-align: center; }

/* ── Date Badge ──────────────────────────────────────────── */
.date, .date_1 {
    height: 68px;
    width: 62px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.12);
    flex-shrink: 0;
}
.date_up, .date_up2 {
    background: #ff6b00;
    height: 24px;
    width: 62px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.date_down, .date_down2 {
    background: #e05e00;
    height: 44px;
    width: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tbox {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    text-align: center;
    padding: 2px 4px;
}

/* ── Version / Author ────────────────────────────────────── */
.version {
    color: #3a3f48;
    margin-top: 10px;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
}
.version a {
    color: #ff6b00;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s ease;
}
.version a:hover { color: #e05e00; text-decoration: underline; }

/* ── Headings ────────────────────────────────────────────── */
h4, .h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #1e2228;
    line-height: 1.4;
}

/* ── Dividers ────────────────────────────────────────────── */
.divider_h, .hr_horiznt_dotted {
    border: none;
    border-bottom: 1px solid #eef1f5;
    margin: 20px 0;
}

/* ── Spacing ─────────────────────────────────────────────── */
.mr_top30 {
    margin-top: 28px;
    margin-bottom: 28px;
}

/* ── Comment Section ─────────────────────────────────────── */
.comment-here {
    color: #1e2228;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 6px;
}

/* ── Posts List ──────────────────────────────────────────── */
.posts_1 { margin-top: 14px; }
.posts_1 h5 {
    color: #546070;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 6px;
    letter-spacing: 0.01em;
    text-transform: none;
}
.posts_1 h5 span {
    font-size: 18px;
    font-weight: 300;
}

/* ── Related Posts ───────────────────────────────────────── */
#relatedPostsHead {
    padding-left: 5px !important;
    padding-right: 5px !important;
    display: block;
}
#relatedPosts {
    float: left;
    width: 100%;
    margin-top: 10px;
}
#relatedPosts h2 {
    border-bottom: 2px solid #eef1f5;
    color: #1e2228;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding: 4px 0;
}
#relatedPosts h2 > span {
    border-bottom: 2px solid #ff6b00;
    bottom: -2px;
    padding: 4px 10px;
    position: relative;
}
#relatedPosts .related_img {
    height: 180px;
    padding: 0;
    width: 100%;
    max-width: 321px;
    overflow: hidden;
    border-radius: 8px;
}
#relatedPosts .thumbnail a > img {
    display: block;
    height: 150px;
    min-height: 150px !important;
    object-fit: cover;
    width: 100%;
}
#relatedPosts .relTitle {
    color: #fff;
    text-align: left;
    padding: 8px 10px;
    line-height: 1.4;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 500;
    background: linear-gradient(135deg, #ff6b00 0%, #e05e00 100%);
    border-radius: 0 0 8px 8px;
}

/* ── Latest Posts Sidebar ────────────────────────────────── */
.latest-links-right {
    float: left;
    width: 100%;
    margin-top: 12px;
    border-bottom: 1px solid #eef1f5;
    padding-bottom: 14px;
    margin-bottom: 8px;
    transition: background 0.2s ease;
}
.latest-links-right:last-child { border-bottom: none; }
.latest-links-right:hover { background: #fafbfc; border-radius: 8px; }

.latest-links-right .image {
    float: left;
    width: 88px;
    padding-top: 3px;
}
.latest-links-right .image img {
    width: 78px;
    height: 58px;
    object-fit: cover;
    border-radius: 6px;
    border: 1px solid #eef1f5;
    padding: 3px;
    background: #fff;
    transition: opacity 0.2s ease;
}
.latest-links-right .image img:hover { opacity: 0.8; }

.latest-links-right .content-cont {
    float: left;
    width: 70%;
    padding-left: 6px;
}
.latest-links-right .content-cont .title {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #1e2228;
    line-height: 1.4;
    margin-bottom: 4px;
}
.latest-links-right .content-cont .title a {
    color: #1e2228;
    text-decoration: none;
    transition: color 0.2s ease;
}
.latest-links-right .content-cont .title a:hover { color: #ff6b00; }

.latest-links-right .content-cont .description {
    font-family: 'Roboto', sans-serif;
    font-size: 12.5px;
    color: #7a8290;
    line-height: 1.5;
}
.latest-links-right .content-cont .description span {
    font-family: 'Roboto', sans-serif !important;
    font-size: 12px !important;
    background: none !important;
    background-color: transparent !important;
    color: #7a8290;
}

/* ── Responsive ──────────────────────────────────────────── */
@media screen and (max-width: 768px) {
    .csPageTitle { font-size: 22px; }
    h4, .h4 { font-size: 18px; }
    .posts_1 h5 { font-size: 16px; }
}

@media screen and (max-width: 480px) {
    .latest-links-right .image { width: 110px; }
    .latest-links-right .image img { width: 96px; height: 72px; }
    .latest-links-right .content-cont { width: 100%; margin-top: 10px; padding-left: 0; }
    .text_word { font-size: 22px; }
    .csPageTitle { font-size: 20px; }
}

@media screen and (max-width: 380px) {
    .latest-links-right .image { width: 120px; }
    .latest-links-right .image img { width: 106px; }
    .latest-links-right .content-cont { width: 100%; margin-top: 10px; }
}