.elementor-1193 .elementor-element.elementor-element-dfebe6a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1193 .elementor-element.elementor-element-97b4dff{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-ee09c32 *//* Hero title untuk blog page The Bilal (now consistent with editorial header) */
.tb-blog-hero {
    padding-top: 110px;     /* jarak bawah header utama */
    padding-bottom: 10px;
    text-align: center;     /* pastikan semua di dalam container center */
}

.tb-blog-hero-inner {
    max-width: 820px;
    margin: 0 auto;
    padding: 0 40px;
    text-align: center;
}

/* Title utama */
.tb-blog-hero-title {
    font-family: 'Libre Baskerville', serif;
    font-size: 48px;
    font-weight: 700;
    letter-spacing: 0.3px;
    line-height: 1.2;
    color: #111111;
    margin: 0 0 12px;
    text-transform: uppercase;
}

/* Subtitle */
.tb-blog-hero-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    line-height: 1.7;
    color: #777777;
    margin: 0 auto 18px;          /* margin auto untuk centering */
    display: block;
    text-align: center !important; /* paksa center jika override berlaku */
    max-width: 700px;              /* optional: batasi lebar subtitle */
}

/* Divider halus di bawah subtitle */
.tb-blog-hero-divider {
    display: inline-block;
    width: 60px;                  /* panjang garis */
    height: 1px;                  /* ketebalan garis */
    background-color: #e2e2e2;    /* warna garis */
    margin: 0 auto;               /* center divider */
}

/* Sesuaikan spacing blog list sebab hero sudah urus ruang atas */
.tb-medium-blog-list {
    max-width: 820px;
    margin: 0 auto;
    padding: 30px 40px 70px;
}

/* Mobile */
@media (max-width: 768px) {

    .tb-blog-hero {
        padding-top: 90px;
    }

    .tb-blog-hero-inner {
        padding: 0 22px;
    }

    .tb-blog-hero-title {
        font-size: 32px;
    }

    .tb-blog-hero-subtitle {
        font-size: 16.5px;
        max-width: 90%;           /* responsive width */
    }

    .tb-medium-blog-list {
        padding: 30px 22px 50px;
    }
}/* End custom CSS */
/* Start custom CSS *//* ============================================
   THE BILAL BLOG – CLASSY EDITORIAL STYLE
============================================ */

/* Container utama */
.tb-medium-blog-list {
    max-width: 820px;          /* sedikit lebih luas dari Medium, rasa mewah */
    margin: 0 auto;
    padding: 90px 40px 70px;   /* ruang selesa bawah header */
}

/* Setiap artikel */
.tb-medium-item {
    padding: 40px 0 36px;
    border-bottom: 1px solid #ececec;
}

/* Buang border pada artikel terakhir */
.tb-medium-item:last-of-type {
    border-bottom: none;
}

/* Tarikh */
.tb-medium-date {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    color: #a8a8a8;
    margin-bottom: 10px;
}

/* Tajuk artikel */
.tb-medium-title {
    font-size: 34px;
    line-height: 1.3;
    font-weight: 700;
    margin: 0 0 14px;
    font-family: 'Libre Baskerville', serif;
}

.tb-medium-title a {
    text-decoration: none;
    color: #151515;
}

/* Excerpt */
.tb-medium-excerpt p {
    font-size: 18.5px;
    line-height: 1.8;
    color: #383838;
    margin-bottom: 0;
    font-family: 'Inter', sans-serif;
}

/* Link Read Story */
.tb-medium-read {
    display: inline-block;
    margin-top: 16px;
    font-size: 13px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    text-decoration: none;
    color: #c74c35;                 /* warna brand The Bilal */
    border-bottom: 1px solid #c74c35;
}

/* Pagination */
.tb-medium-pagination {
    max-width: 820px;
    margin: 40px auto 80px;
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}

.tb-medium-pagination a {
    text-decoration: none;
    border-bottom: 1px solid #000;
    color: #000;
}

/* ============================================
   MOBILE
============================================ */
@media (max-width: 768px) {

    .tb-medium-blog-list {
        padding: 80px 22px 50px;
    }

    .tb-medium-title {
        font-size: 24px;
    }

    .tb-medium-excerpt p {
        font-size: 17px;
        line-height: 1.7;
    }

    .tb-medium-item {
        padding: 30px 0 26px;
    }

    .tb-medium-pagination {
        padding: 0 22px;
        font-size: 13px;
    }
}/* End custom CSS */