/* ===== PAGE NUMÉRO/REVUE ===== */
.numero-layout {
    display: flex;
    gap: 40px;
    padding: 60px 30px;
    max-width: 1200px;
    margin: 0 auto;
}
.numero-main {
    flex: 1 1 70%;
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    min-width: 300px;
    box-sizing: border-box;
}
.numero-head {
    margin-bottom: 30px;
    border-bottom: 2px solid #e5e5e5;
    padding-bottom: 10px;
}
.numero-head-title {
    font-size: 2rem;
    font-weight: 700;
    color: #1b1b1b;
    margin: 0;
    text-align: justify;
}
.numero-head-title.rtl { direction: rtl; }
.numero-head-meta {
    font-size: 0.95rem;
    color: #555;
    margin-top: 10px;
    margin-bottom: 20px;
}
.numero-cover {
    text-align: center;
    margin: 20px 0;
}
.numero-cover img {
    max-width: 100%;
    height: auto;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    cursor: pointer;
}
