/* Ekstra özel stiller buraya eklenebilir */
body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; }

/* Haber İçeriği Video & Resim Desteği */
.ql-video, .prose iframe {
    display: block;
    width: 100% !important;
    max-width: 100%;
    aspect-ratio: 16 / 9;
    margin: 1.5rem 0;
    border-radius: 0.75rem;
    overflow: hidden;
    border: none;
}

/* Quill Görsel Desteği */
.prose img {
    max-width: 100%;
    height: auto;
    margin: 1.5rem auto;
    border-radius: 0.75rem;
}
