/* Detay sayfası — sidebar 147.png (İlgili içerikler altı) */

/* Sticky sidebar iç scroll’u gereksiz uzatıyor; sayfa scroll’u yeterli */
.detail-section .detail-sidebar {
    max-height: none;
    overflow: visible;
    overflow-y: visible;
}

.detail-aside-image-widget {
    margin-top: 1.25rem;
}

.detail-aside-image {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(204, 0, 0, 0.08);
}

.detail-aside-image img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

@media (max-width: 991.98px) {
    .detail-aside-image-widget {
        margin-top: 1rem;
    }
}
