.custom-user-info-container {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    /* Jarak antar elemen */
    font-size: 14px;
    align-items: center;
}

.custom-info-item {
    white-space: nowrap;
    /* Mencegah pemenggalan teks di tengah */
}

@media (max-width: 576px) {
    .custom-user-info-container {
        font-size: 12px;
        /* Menyesuaikan ukuran teks untuk layar kecil */
    }
}

@media (max-width: 576px) {
    .views-text,
    .share-text {
        display: none;
    }
}

.blog-listing-content-custom p {
    padding: 10px;
    margin-bottom: 11px;
    font-size: 18px;
    font-weight: 200;
    color: black;
    word-spacing: 0.5px;
    letter-spacing: 0.2px;
    line-height: 1.6;
}

/* Untuk Tablet (Lebar layar maksimum 768px) */
@media screen and (max-width: 768px) {
    .blog-listing-content-custom p {
        padding: 8px;
        /* Kurangi padding untuk layar kecil */
        margin-bottom: 12px;
        /* Jarak antar paragraf lebih kecil */
        font-size: 16px;
        /* Ukuran font lebih kecil */
    }
}

/* Untuk Ponsel (Lebar layar maksimum 480px) */
@media screen and (max-width: 480px) {
    .blog-listing-content-custom p {
        padding: 5px;
        /* Padding lebih kecil untuk ponsel */
        margin-bottom: 10px;
        /* Jarak antar paragraf lebih kecil */
        font-size: 16px;
        /* Ukuran font lebih kecil untuk ponsel */
        line-height: 1.4;
        /* Tinggi baris lebih rapat */
    }
}

.custom-breadcrumb-container {
    margin-top: 10px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    padding: 10px 0;
}

/* Pastikan gambar tetap proporsional */
.thumbnail-custom img {
    object-fit: cover;
    width: 100%;
    /* Pastikan gambar mengisi lebar penuh */
    height: auto;
    /* Gambar menyesuaikan proporsi */
    max-height: 500px;
    /* Batas tinggi maksimum untuk gambar */
}

/* Media Queries untuk Layar Lebih Kecil */
@media (max-width: 768px) {
    .thumbnail-custom img {
        max-height: 300px;
        /* Kurangi tinggi untuk layar kecil */
    }
}

@media (max-width: 576px) {
    .thumbnail-custom img {
        max-height: 200px;
        /* Kurangi lebih jauh tinggi untuk layar sangat kecil */
    }
}

.custom-breadcrumb-link {
    color: rgb(176, 176, 176);
    text-decoration: none;
    font-size: 14px;
}

.custom-breadcrumb-link:hover {
    text-decoration: underline;
}

.custom-breadcrumb-divider {
    margin: 0 5px;
    color: rgb(176, 176, 176);
}

.custom-breadcrumb-current {
    color: rgb(176, 176, 176);
    font-weight: bold;
    font-size: 14px;
}

/* Custom Blog Title */
.custom-blog-title {
    font-size: 26px;
    font-weight: bold;
    color: black;
    margin-bottom: 5px;
    margin-top: 8px;
    line-height: 1.4;
}

/* Custom User Info */
.custom-user-info {
    display: flex;
    gap: 15px;
    font-size: 14px;
    font-weight: 600;
    color: orange;
    align-items: center;
}

.custom-info-item {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: black;
    font-weight: 200;
    gap: 3px;
}

/* Responsiveness */

/* Tablet */
@media (max-width: 768px) {
    .custom-breadcrumb-container {
        margin-top: 8px;
        padding: 8px 0;
    }

    .custom-blog-title {
        font-size: 24px;
    }

    .custom-user-info {
        font-size: 14px;
    }

    .custom-info-item i {
        font-size: 15px;
    }

    .custom-breadcrumb-link {
        font-size: 12px;
    }

    .custom-breadcrumb-current {
        font-size: 12px;
    }
}

/* Mobile */
@media (max-width: 480px) {
    .custom-breadcrumb-container {
        margin-top: 6px;
        padding: 6px 0;
    }

    .custom-blog-title {
        font-size: 20px;
    }

    .custom-user-info {
        font-size: 11px;
    }

    .custom-info-item i {
        font-size: 12px;
    }

    .custom-breadcrumb-link {
        font-size: 10px;
    }

    .custom-breadcrumb-current {
        font-size: 10px;
    }
}

.share-buttons-1 a {
    display: flex;
    /* Menggunakan flexbox untuk penataan */
    align-items: center;
    /* Menyelaraskan item secara vertikal */
    justify-content: center;
    /* Menyelaraskan item secara horizontal */
    width: 28px;
    /* Ukuran tombol */
    height: 28px;
    /* Ukuran tombol */
    border-radius: 50%;
    /* Membuat tombol menjadi bulat */
    background-color: #f39c12;
    /* Warna latar belakang tombol */
    color: white;
    /* Warna ikon */
    font-size: 15px;
    /* Ukuran ikon */
    transition: background-color 0.3s ease;
    /* Efek transisi saat hover */
    margin: 5px;
    /* Jarak antar tombol */
}

.share-buttons-1 a:hover {
    background-color: #e67e22;
    /* Warna lebih gelap saat hover */
}

/* Responsiveness */

/* Tablet */
@media (max-width: 768px) {
    .share-buttons-1 a {
        width: 24px;
        /* Menurunkan ukuran tombol di tablet */
        height: 24px;
        /* Menurunkan ukuran tombol di tablet */
        font-size: 13px;
        /* Menurunkan ukuran ikon di tablet */
    }
}

/* Mobile */
@media (max-width: 480px) {
    .share-buttons-1 a {
        width: 20px;
        /* Menurunkan ukuran tombol di mobile */
        height: 20px;
        /* Menurunkan ukuran tombol di mobile */
        font-size: 12px;
        /* Menurunkan ukuran ikon di mobile */
    }
}

/* General container styling */
.blog-listing-content {
    font-family: Arial, sans-serif;
    line-height: 1.8;
    color: #333;
    margin: 20px auto;
    max-width: 800px;
    padding: 10px;
    text-align: justify;
    text-indent: 40px;
}

/* Paragraph styles */
.blog-listing-content p {
    margin: 1em 0;
    font-size: 1em;
    color: black;
    text-indent: 40px;
}

/* Heading styles */
.blog-listing-content h1,
.blog-listing-content h2,
.blog-listing-content h3,
.blog-listing-content h4,
.blog-listing-content h5,
.blog-listing-content h6 {
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    color: #444;
    text-indent: 0;
    line-height: 1.2;
}

.blog-listing-content h1 {
    font-size: 2.5em;
}

.blog-listing-content h2 {
    font-size: 2em;
}

.blog-listing-content h3 {
    font-size: 1.75em;
}

.blog-listing-content h4 {
    font-size: 1.5em;
}

.blog-listing-content h5 {
    font-size: 1.25em;
}

.blog-listing-content h6 {
    font-size: 1em;
}

/* Blockquote styling */
.blog-listing-content blockquote {
    border-left: 4px solid #ddd;
    margin: 1em 0;
    padding: 0.5em 20px;
    color: #666;
    font-style: italic;
    background: #f9f9f9;
}

.blog-listing-content blockquote p {
    margin: 0;
    font-size: 1em;
}

.blog-listing-content blockquote p strong {
    display: block;
    margin-top: 10px;
    font-weight: bold;
    font-size: 0.9em;
    color: #444;
}

/* Lists styling */
.blog-listing-content ul,
.blog-listing-content ol {
    margin: 1em 0;
    padding-left: 40px;
}

.blog-listing-content ul li,
.blog-listing-content ol li {
    margin: 0.5em 0;
}

/* Table styling */
.blog-listing-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5em 0;
}

.blog-listing-content table th,
.blog-listing-content table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

.blog-listing-content table th {
    background-color: #f4f4f4;
    font-weight: bold;
}

/* Code block styling */
.blog-listing-content pre,
.blog-listing-content code {
    background: #f4f4f4;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 10px;
    font-family: "Courier New", Courier, monospace;
    font-size: 0.9em;
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow-x: auto;
}

.blog-listing-content code {
    display: inline;
    padding: 2px 4px;
}

/* Image and media styles */
.blog-listing-content figure {
    margin: 1.5em 0;
    text-align: center;
}

.blog-listing-content figure img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}

.blog-listing-content figure figcaption {
    font-size: 0.9em;
    color: #888;
    margin-top: 0.5em;
}

/* Image alignment */
.image-style-align-left {
    float: left;
    margin-right: 20px;
    max-width: 50%;
}

.image-style-align-right {
    float: right;
    margin-left: 20px;
    max-width: 50%;
}

.image-style-align-center {
    display: block;
    margin: 0 auto;
}

/* Clear floats */
.blog-listing-content::after {
    content: "";
    display: table;
    clear: both;
}

/* Link styles */
.blog-listing-content a {
    color: #007bff;
    text-decoration: underline;
}

.blog-listing-content a:hover {
    text-decoration: none;
}

/* Text alignment styles */
.text-align-left {
    text-align: left;
    text-indent: 0;
}

.text-align-right {
    text-align: right;
    text-indent: 0;
}

.text-align-center {
    text-align: center;
    text-indent: 0;
}

.text-align-justify {
    text-align: justify;
    text-indent: 40px;
}

.pengumuman {
    width: 100%;
    display: inline-block;
    background: linear-gradient(to right, #1e3c72, #38b16e);
    color: white;
    font-weight: bold;
    text-align: center;
    padding: 10px 20px;
    font-size: 18px;
    position: relative;
    overflow: hidden;
}

.pengumuman::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background: linear-gradient(to right, #1e3c72, #38b16e);
    border-radius: 50% 50% 0 0;
    /* Membuat efek lengkung */
    z-index: -1;
}

/* Container Utama */
.header-container-dea {
    display: flex;
    align-items: center;
    margin: 20px 0;
    /* Jarak atas dan bawah */
    position: relative;
    margin-left: 10px;
}

/* Judul dengan Gradien */
.header-title-dea {
    color: white;
    padding: 10px 20px;
    /* Ruang dalam kotak */
    font-size: 18px;
    font-weight: bold;
    background: linear-gradient(to right, #1e3c72, #38b16e);
    /* Gradien biru ke hijau */
    display: inline-block;
    position: relative;
    /* z-index: 2; */
    /* Menjaga agar judul tetap di atas garis */
}

/* Garis Bawah Gabungan */
.header-line-dea {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    /* Panjang garis full container */
    height: 2px;
    /* Ketebalan garis */
    background: linear-gradient(
        to right,
        #ff7f00 0%,
        #ff7f00 15%,
        #ccc 15%,
        #e2dcdc 100%
    );
    z-index: 1;
    /* Menempatkan garis di bawah judul */
}

/* Responsif */
@media screen and (max-width: 768px) {
    .header-title-dea {
        font-size: 18px;
        /* Ukuran font lebih kecil */
        padding: 8px 16px;
    }

    .header-line-dea {
        height: 3px;
        /* Garis lebih tipis */
    }
}

@media screen and (max-width: 480px) {
    .header-title-dea {
        font-size: 16px;
        padding: 6px 12px;
    }

    .header-line-dea {
        height: 2px;
    }
}

.blog-container {
    max-width: 100%;
    margin: 20px auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.blog-item {
    background: #fff;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
    padding: 10px;
    transition: all 0.3s ease;
}

.blog-image {
    position: relative;
    flex: 1;
    height: auto;
    aspect-ratio: 12 / 7;
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
}

.blog-image .category {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #ff6a00;
    color: #fff;
    padding: 1px 10px;
    font-size: 12px;
    font-weight: bold;
    z-index: 1;
}

.blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
}

.blog-image:hover img {
    transform: scale(1.1);
}

.blog-content {
    flex: 1;
    /* padding: 10px; */
}

.blog-content h2 {
    font-size: 24px;
    margin: 0 0 10px;
    font-weight: bold;
    transition: color 0.3s ease;
}

.blog-content h2:hover {
    color: #ff6a00;
    cursor: pointer;
}

.blog-content .author {
    font-size: 13px;
    color: #777;
}

.blog-content .author b {
    font-size: 14px;
    color: #ff6a00;
}

.blog-content .date {
    margin-left: 10px;
}

.blog-content .excerpt {
    font-size: 16px;
    /* margin: 15px 0; */
    line-height: 1.4;
}

.read-more {
    background-color: #fff;
    color: #000;
    padding: 3px 6px;
    border: 1px solid #697565;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    font-size: 10px;
    font-weight: bold;
    transition: all 0.3s ease;
}

.read-more:hover {
    background-color: #ff6a00;
    color: #fff;
    border: none;
    box-shadow: 0 4px 8px rgba(255, 106, 0, 0.4);
}

.post-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    padding: 10px 0;
}

.post-navigation .previous,
.post-navigation .next {
    width: 48%;
}

.post-navigation .nav-link {
    text-decoration: none;
    color: #333;
}

.post-navigation .post-label {
    font-size: 14px;
    font-weight: 800;
    color: #888;
    margin-bottom: 8px;
    display: block;
}

.post-navigation .box {
    display: flex;
    align-items: center;
    transition: all 0.3s;
}

.post-navigation .separator {
    width: 10px;
    height: 40px;
    background-color: #e0e0e0;
    margin-right: 10px;
    transition: background-color 0.3s;
}

.post-navigation .post-title {
    font-size: 18px;
    font-weight: 800;
    transition: color 0.3s;
}

.post-navigation .box:hover .separator {
    background-color: orange;
}

/* Responsive untuk Tablet (Max-width: 768px) */
@media screen and (max-width: 768px) {
    .post-navigation {
        flex-direction: column;
        align-items: stretch;
        gap: 15px;
    }

    .post-navigation .previous,
    .post-navigation .next {
        width: 100%;
    }

    .post-navigation .post-title {
        font-size: 16px;
    }
}

/* Responsive untuk Ponsel (Max-width: 480px) */
@media screen and (max-width: 480px) {
    .post-navigation {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }

    .post-navigation .previous,
    .post-navigation .next {
        width: 100%;
    }

    .post-navigation .post-title {
        font-size: 14px;
    }

    .post-navigation .separator {
        width: 8px;
        height: 30px;
    }

    .post-navigation .post-label {
        font-size: 12px;
    }
}

.carousel-progress {
    height: 5px;
    background-color: rgba(0, 0, 0, 0.2);
}

.carousel-progress .progress-bar {
    width: 0;
    height: 100%;
    background-color: #007bff;
    transition: width 3s ease;
}

/* Pastikan gambar tetap proporsional */
.carousel-item img {
    object-fit: cover;
    width: 100%;
    /* Pastikan gambar mengisi lebar penuh */
    height: auto;
    /* Gambar menyesuaikan proporsi */
    max-height: 500px;
    /* Batas tinggi maksimum untuk gambar */
}

/* Media Queries untuk Layar Lebih Kecil */
@media (max-width: 768px) {
    .carousel-item img {
        max-height: 300px;
        /* Kurangi tinggi untuk layar kecil */
    }
}

@media (max-width: 576px) {
    .carousel-item img {
        max-height: 200px;
        /* Kurangi lebih jauh tinggi untuk layar sangat kecil */
    }
}

/* Kontainer Carousel agar tetap rapi */
#articleCarousel {
    margin: 0 auto;
    max-width: 1200px;
    /* Maksimal lebar carousel */
}

/* Responsivitas Progress Bar */
.carousel-progress {
    height: 5px;
    background-color: rgba(0, 0, 0, 0.2);
}

.carousel-progress .progress-bar {
    height: 100%;
    background-color: #007bff;
    transition: width 3s ease;
}
