/* ========================================================
   YENİ v1.0: GAZETE MODÜLÜ (WC26 DAILY)
======================================================== */
.newspaper-style {
    background-color: #f4f1ea !important; /* Eski kağıt rengi */
    color: #2c2c2c !important;
    font-family: 'Times New Roman', Times, serif !important;
    border: none !important;
    box-shadow: 0 15px 50px rgba(0,0,0,0.5) !important;
    /* Hafif gazete dokusu */
    background-image: repeating-linear-gradient(to right, transparent, transparent 50px, rgba(0,0,0,0.02) 50px, rgba(0,0,0,0.02) 51px);
}

.newspaper-header {
    border-bottom: 4px double #2c2c2c;
    padding-bottom: 10px;
    margin-bottom: 20px;
    text-align: center;
}

.newspaper-title {
    font-size: 2.8rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0;
}

.newspaper-date {
    font-size: 0.95rem;
    font-style: italic;
    display: block;
    margin-top: 5px;
    border-top: 1px solid #2c2c2c;
    border-bottom: 1px solid #2c2c2c;
    padding: 3px 0;
}

.newspaper-headline {
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 15px;
    text-align: center;
}

.newspaper-body {
    font-size: 1.15rem;
    line-height: 1.6;
    text-align: justify;
    margin-bottom: 25px;
    padding: 0 15px;
}

.newspaper-footer {
    border-top: 2px dashed #2c2c2c;
    padding-top: 15px;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
}