.artikel-rekomendasi {
    background-color: #ffffff;
    padding-top: 5px;
    width: 100%;
    max-width: 1000px;
}
.artikel-rekomendasi h1 {
    font-size: 1.3rem; /* Ukuran teks */
    margin: 2rem 0.5rem 0.3rem; /* Jarak antara judul dan produk */
    padding-left: 0.5rem;
    letter-spacing:0px;
    border-left: 1px solid rgb(0, 217, 255);
    font-family: 'Inter', 'Poppins', sans-serif;
}

.art2 .content {
    height: 130px;
    position: relative;
    flex-direction:column;
    justify-content: space-between;
    display: flex;
    background-color: rgb(255, 255, 255);
}

.art2 {
    display: flex;
    align-items: center;
    overflow: hidden;
    margin: 0px auto;
    max-width: 1000px;
    width: auto;
    padding: 10px;
    background-color: rgb(255, 255, 255);
    border-bottom: 1px dashed rgb(158, 158, 158);

}

.art2 img {
    width: 225px;
    height: 130px;
    object-fit: cover;
    border-radius: 8px;
    margin-right: 15px;

}



.content {
    flex: 1;
}

.category {
    font-size: 12px;
    color: #0dc4f1;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 8px;
    letter-spacing: 2px;
}

.title {
    font-family: 'Inter', 'Nunito', sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #333;
        margin: 0 auto;
        margin-left: 0;
        overflow: hidden; /* Sembunyikan teks yang lebih dari batas */
        display: -webkit-box; /* Gunakan box model untuk mendukung clamp */
        -webkit-line-clamp: 4; /* Batasi teks maksimal 2 baris */
        -webkit-box-orient: vertical; /* Orientasi kotak menjadi vertikal */
        word-wrap: break-word; /* Memastikan kata panjang terpotong sesuai batas */
        line-height: 1.2; /* Sesuaikan tinggi baris jika diperlukan */
}

.title:hover {
    color: rgb(214, 122, 2);
}

.meta span {
    margin-right: 10px;
    font-size: 0.7rem;
    color: #777;
}
.meta span:nth-child(2) {
    color: #9c1515; /* Warna abu-abu */
    font-size: 0.7rem;
    }

    .meta p:nth-child(2) {
        color: #808080; /* Warna abu-abu */
        font-size: 0.7rem;
        }