.img-gray {
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}

.items:hover .img-gray {
    filter: grayscale(0%);
}

/* Isotope'un absolute pozisyonlamasını devre dışı bırak, flexbox kullan */
.da-thumbs.gallery {
    justify-content: center;
    height: auto !important;
}

.da-thumbs.gallery > .items {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    transform: none !important;
}

/* İlk 2 li'den sonra satır kır, kalanlar altta devam etsin */
.da-thumbs.gallery > .gallery-row-break {
    flex-basis: 100%;
    height: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    box-shadow: none;
}

.news-entry-sevda .entry-image {
    aspect-ratio: 654 / 368;
    overflow: hidden;
}

.news-entry-sevda .entry-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
