/* Genel Haber Detay Stilleri */
.article-content {
    font-family: 'Merriweather', serif;
    line-height: 1.9;
    color: #334155;
    font-size: 1.125rem;
}

/* Paragraf Stilleri */
.article-content p {
    margin-bottom: 1.5rem;
}

/* Resim Stilleri - Responsive ve Şık */
.article-content img {
    max-width: 100%;
    height: auto !important;
    /* Inline height'i ezmek için */
    border-radius: 1rem;
    margin: 2rem auto;
    display: block;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

/* Video ve Iframe Responsive */
.article-content iframe,
.article-content video {
    max-width: 100%;
    border-radius: 1rem;
    margin: 2rem auto;
    display: block;
}

/* Liste Stilleri */
.article-content ul {
    list-style-type: disc;
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
}

.article-content ol {
    list-style-type: decimal;
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
}

.article-content li {
    margin-bottom: 0.5rem;
}

/* Link Stilleri */
.article-content a {
    color: #e11d48;
    text-decoration: underline;
    font-weight: 500;
}

.article-content a:hover {
    color: #9f1239;
}

/* Başlık Stilleri (Haber içi) */
.article-content h2 {
    font-size: 1.5rem;
    font-weight: 800;
    color: #1e293b;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
}

.article-content h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #334155;
    margin-top: 2rem;
    margin-bottom: 0.75rem;
}

/* Tablo Stilleri */
.article-content table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1.5rem;
    font-size: 0.95rem;
}

.article-content table th,
.article-content table td {
    border: 1px solid #e2e8f0;
    padding: 0.75rem;
    text-align: left;
}

.article-content table th {
    background-color: #f8fafc;
    font-weight: 700;
}

.fr-fic.fr-dib {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.fr-fic.fr-dii {
    display: inline-block;
}

/* Froala Watermark Hide */
[data-f-id="pbf"],
.fr-wrapper>div>a[href*="froala.com"] {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    height: 0 !important;
    width: 0 !important;
    pointer-events: none !important;
}