.menarik {
    background-color: rgb(255, 255, 255);
    margin-top: 2rem;
}
.menarik a {
    text-decoration: none;
}

aside .menarik {
    top: 0px;
    margin-top: 0px;
}

.menarik .related-articles-title {
    font-size: 1.3rem; /* Ukuran teks */
    font-weight: 600; /* Teks tebal */
    margin-bottom: 0rem; /* Jarak antara judul dan produk */
    color: #333; /* Warna teks */
    font-family: 'Poppins', sans-serif; /* Font konsisten */
    border-left: 1px solid rgb(0, 204, 255);
    padding-left: 0.5rem;
}

.art3 {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    overflow: hidden;
    margin: 0px auto;
    max-width: 800px;
    width: auto;
    padding: 10px 0px 10px;
    border-bottom: 1px dashed rgb(158, 158, 158);
}

.art3 .content {
    display:flex;
    position:relative;
     flex-direction:column;
            justify-content: space-between;
    
    padding:0;
    margin:0;
    height:100px;
    }

.art3 img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 8px;
    margin-right: 15px;
    left:0;
}

.title1 {
    font-family: 'Inter', 'Nunito', 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-bottom: 8px;
    line-height: 1;
}
.title1:hover {color:rgb(4, 172, 223)}
