.art-index {
    margin: 0 auto;
    margin-bottom: 1rem;
    display: inline-block; /* Membuat artikel mengikuti konten di dalamnya */
    width: auto; /* Lebar artikel akan menyesuaikan dengan konten */
    padding: 20px 10px;
    gap: 0px;
    background-color: rgb(255, 255, 255);
    border-bottom: 1px dashed grey;
}

.art-index img {
    width: 100%;
    height: auto;
    max-width: 900px;
    margin-bottom: 1rem;
}

.art-index h1 {
    font-family: 'Inter', 'Montserrat', 'Nunito', 'Poppins', sans-serif;
    font-size: 2rem;
    font-weight: 900;
    line-height: 1;
    color: #1a1b1a;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 0;
    background-color: rgb(255, 255, 255);
}
.art-index .meta {
    margin-bottom: 10px;
}

.categori {
    font-size: 0.7rem;
    letter-spacing: 2px;
    color: rgb(194, 12, 12);
    margin-bottom: 5px; /* Mengurangi jarak bawah */
}

.art-index > .meta span {
    background-color: rgb(255, 255, 255);
    font-size: 12px;
    color: #991d1d;
    margin: auto 0; /* Mengurangi jarak atas */
    padding: 5px;
    gap: 5px;
}

.art-index > .meta span:nth-child(2){

color:grey;
}

        /* Share Icons */
        .share-icons {
            display: flex;
            gap: 0.5rem;
            margin: 1.5rem 0;
            }
            .share-icons a {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 25px;
            height: 25px;
            border-radius: 50%;
            font-size: 1.2rem;
            transition: background-color 0.3s ease;
            }
            .share-icons a:hover {
            background-color: #dfdfdf;
            color: white;
            }
            
            
            /* Gaya umum untuk figcaption */
            .caption {
            font-size: 0.8rem;            /* Ukuran teks */
            color: #a0a0a0;                /* Warna teks */
            text-align: center;         /* Rata tengah */
            margin-top: -10px;    
            margin-bottom: 2rem;    /* Ketebalan font */
            }