/* =========================================================
   Music FM — Newsroom Page V2
   Icons and layout language based on polls.php / polls.css
========================================================= */

.mf-newsroom-page{
    direction:rtl;
    padding-top:24px;
    padding-bottom:86px;
}

.mf-newsroom-page *{
    box-sizing:border-box;
}

/* HERO */
.mf-newsroom-hero{
    position:relative;
    overflow:hidden;
    min-height:320px;
    display:grid;
    grid-template-columns:minmax(0,1fr) 310px;
    gap:26px;
    align-items:center;
    padding:38px;
    border:1px solid rgba(20,124,255,.18);
    border-radius:4px;
    color:#fff;
    background:
        radial-gradient(circle at 16% 12%,rgba(89,199,255,.20),transparent 34%),
        radial-gradient(circle at 82% 18%,rgba(20,124,255,.18),transparent 36%),
        linear-gradient(135deg,#071832 0%,#08295b 52%,#031126 100%);
    box-shadow:0 18px 46px rgba(15,35,70,.14);
    margin-bottom:18px;
}

.mf-newsroom-hero::before{
    content:"";
    position:absolute;
    inset:0;
    background:
        repeating-linear-gradient(90deg,rgba(255,255,255,.018) 0,rgba(255,255,255,.018) 1px,transparent 1px,transparent 112px),
        linear-gradient(90deg,rgba(3,17,38,.22),rgba(3,17,38,.02),rgba(3,17,38,.34));
    pointer-events:none;
}

.mf-newsroom-hero-content,
.mf-newsroom-hero-side{
    position:relative;
    z-index:2;
}

.mf-newsroom-hero-content > span,
.mf-newsroom-head span,
.mf-newsroom-box header span{
    min-height:34px;
    width:max-content;
    display:inline-flex;
    align-items:center;
    padding:0 14px;
    border-radius:4px;
    background:linear-gradient(135deg,#147cff,#2f8fff);
    color:#fff;
    font-size:13px;
    line-height:1;
    font-weight:950;
    box-shadow:0 12px 24px rgba(20,124,255,.28);
}

.mf-newsroom-head span,
.mf-newsroom-box header span{
    min-height:32px;
    box-shadow:none;
}

.mf-newsroom-hero h1{
    margin:16px 0 10px;
    color:#fff;
    font-size:56px;
    line-height:1;
    font-weight:950;
    letter-spacing:-1.4px;
}

.mf-newsroom-hero p{
    max-width:760px;
    margin:0;
    color:rgba(255,255,255,.80);
    font-size:17px;
    line-height:1.75;
    font-weight:800;
}

.mf-newsroom-actions{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-top:22px;
}

.mf-newsroom-actions a,
.mf-newsroom-main-story footer a,
.mf-newsroom-card footer a{
    min-height:46px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:9px;
    padding:0 18px;
    border-radius:4px;
    background:#147cff;
    color:#fff;
    text-decoration:none;
    font-size:14px;
    font-weight:950;
    box-shadow:0 12px 24px rgba(20,124,255,.20);
}

.mf-newsroom-actions a:nth-child(2){
    background:rgba(255,255,255,.10);
    border:1px solid rgba(255,255,255,.16);
    box-shadow:none;
}

.mf-newsroom-hero-side{
    display:grid;
    gap:10px;
}

.mf-newsroom-hero-side article{
    min-height:92px;
    display:grid;
    align-content:center;
    gap:6px;
    padding:18px;
    border:1px solid rgba(255,255,255,.14);
    border-radius:4px;
    background:rgba(255,255,255,.09);
    backdrop-filter:blur(18px);
    -webkit-backdrop-filter:blur(18px);
    box-shadow:0 22px 48px rgba(0,0,0,.13);
}

.mf-newsroom-hero-side strong{
    color:#59c7ff;
    font-size:34px;
    line-height:1;
    font-weight:950;
}

.mf-newsroom-hero-side span{
    color:rgba(255,255,255,.76);
    font-size:13px;
    font-weight:900;
}

/* INFO STRIP */
.mf-newsroom-info-strip{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:12px;
    margin-bottom:18px;
}

.mf-newsroom-info-strip article{
    min-height:92px;
    display:grid;
    grid-template-columns:42px 1fr;
    align-content:center;
    column-gap:12px;
    padding:16px;
    border:1px solid #dfe7f3;
    border-radius:4px;
    background:#fff;
    box-shadow:0 10px 26px rgba(15,35,70,.045);
}

.mf-newsroom-info-strip i{
    grid-row:1/3;
    width:42px;
    height:42px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:4px;
    background:#eef6ff;
    color:#147cff;
    font-size:19px;
}

.mf-newsroom-info-strip strong{
    color:#111827;
    font-size:16px;
    font-weight:950;
}

.mf-newsroom-info-strip span{
    margin-top:4px;
    color:#667085;
    font-size:13px;
    line-height:1.45;
    font-weight:800;
}

/* LEAD */
.mf-newsroom-lead{
    display:grid;
    grid-template-columns:minmax(0,1fr) 340px;
    gap:18px;
    margin-bottom:18px;
}

.mf-newsroom-main-story,
.mf-newsroom-side-stories a,
.mf-newsroom-section,
.mf-newsroom-box{
    border:1px solid #dfe7f3;
    border-radius:4px;
    background:#fff;
    box-shadow:0 10px 26px rgba(15,35,70,.045);
}

.mf-newsroom-main-story{
    overflow:hidden;
    display:grid;
    grid-template-columns:330px minmax(0,1fr);
}

.mf-newsroom-story-media{
    min-height:270px;
    display:grid;
    place-items:center;
    background:
        radial-gradient(circle at 50% 30%,rgba(89,199,255,.20),transparent 34%),
        linear-gradient(135deg,#071832,#08295b);
    color:#59c7ff;
}

.mf-newsroom-story-media img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.mf-newsroom-story-media i{
    font-size:76px;
}

.mf-newsroom-story-content{
    display:grid;
    align-content:center;
    gap:12px;
    padding:28px;
}

.mf-newsroom-story-content > span,
.mf-newsroom-card-content header span{
    width:max-content;
    min-height:30px;
    display:inline-flex;
    align-items:center;
    gap:7px;
    padding:0 11px;
    border-radius:4px;
    background:#eef6ff;
    color:#147cff;
    font-size:12px;
    font-weight:950;
}

.mf-newsroom-main-story h2{
    margin:0;
    color:#111827;
    font-size:34px;
    line-height:1.16;
    font-weight:950;
}

.mf-newsroom-main-story p{
    margin:0;
    color:#667085;
    font-size:15px;
    line-height:1.7;
    font-weight:760;
}

.mf-newsroom-main-story footer{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    margin-top:8px;
}

.mf-newsroom-main-story footer small,
.mf-newsroom-card footer small{
    display:inline-flex;
    align-items:center;
    gap:7px;
    color:#667085;
    font-size:13px;
    font-weight:850;
}

.mf-newsroom-side-stories{
    display:grid;
    gap:10px;
}

.mf-newsroom-side-stories a{
    min-height:88px;
    display:grid;
    align-content:center;
    gap:5px;
    padding:16px;
    text-decoration:none;
    transition:.18s ease;
}

.mf-newsroom-side-stories a:hover{
    transform:translateY(-2px);
    border-color:rgba(20,124,255,.32);
    box-shadow:0 18px 42px rgba(15,35,70,.085);
}

.mf-newsroom-side-stories span{
    color:#147cff;
    font-size:12px;
    font-weight:950;
}

.mf-newsroom-side-stories strong{
    color:#111827;
    font-size:16px;
    line-height:1.3;
    font-weight:950;
}

.mf-newsroom-side-stories small{
    color:#667085;
    font-size:12px;
    font-weight:850;
}

/* GRID LAYOUT */
.mf-newsroom-grid-layout{
    display:grid;
    grid-template-columns:minmax(0,1fr) 330px;
    gap:18px;
    align-items:start;
}

.mf-newsroom-section{
    padding:20px;
}

.mf-newsroom-head{
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap:16px;
    margin-bottom:18px;
    padding-bottom:16px;
    border-bottom:1px solid #e4ebf5;
}

.mf-newsroom-head h2,
.mf-newsroom-box h2{
    margin:8px 0 0;
    color:#111827;
    font-size:26px;
    line-height:1.1;
    font-weight:950;
}

.mf-newsroom-head p{
    max-width:560px;
    margin:0;
    color:#667085;
    font-size:14px;
    line-height:1.55;
    font-weight:750;
}

.mf-newsroom-list{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:16px;
}

.mf-newsroom-card{
    display:grid;
    grid-template-columns:52px minmax(0,1fr);
    gap:14px;
    min-height:210px;
    padding:18px;
    border:1px solid #e4ebf5;
    border-radius:4px;
    background:#fff;
    box-shadow:0 8px 18px rgba(15,35,70,.035);
    transition:.18s ease;
}

.mf-newsroom-card:hover{
    transform:translateY(-2px);
    border-color:#bdd7ff;
    box-shadow:0 14px 28px rgba(15,35,70,.07);
}

.mf-newsroom-card-icon{
    width:52px;
    height:52px;
    display:grid;
    place-items:center;
    border-radius:4px;
    color:#147cff;
    background:#eef6ff;
    border:1px solid #d8e6ff;
    font-size:22px;
}

.mf-newsroom-card-content{
    min-width:0;
    display:grid;
    grid-template-rows:auto auto 1fr auto;
    gap:10px;
}

.mf-newsroom-card-content header{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
}

.mf-newsroom-card-content header small{
    color:#667085;
    font-size:12px;
    font-weight:850;
    white-space:nowrap;
}

.mf-newsroom-card h3{
    margin:0;
    color:#111827;
    font-size:20px;
    line-height:1.2;
    font-weight:950;
}

.mf-newsroom-card p{
    margin:0;
    color:#667085;
    font-size:14px;
    line-height:1.55;
    font-weight:750;
}

.mf-newsroom-card footer{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
}

.mf-newsroom-card footer a{
    min-height:40px;
    padding:0 15px;
    font-size:13px;
}

/* ASIDE */
.mf-newsroom-aside{
    position:sticky;
    top:96px;
    display:grid;
    gap:18px;
}

.mf-newsroom-box{
    padding:20px;
}

.mf-newsroom-box header{
    margin-bottom:16px;
    padding-bottom:16px;
    border-bottom:1px solid #e4ebf5;
}

.mf-newsroom-hot-list,
.mf-newsroom-categories,
.mf-newsroom-guide{
    display:grid;
    gap:10px;
}

.mf-newsroom-hot-list a,
.mf-newsroom-categories a{
    min-height:54px;
    display:grid;
    align-items:center;
    gap:12px;
    padding:10px 12px;
    border:1px solid #e4ebf5;
    border-radius:4px;
    background:#f8fbff;
    text-decoration:none;
}

.mf-newsroom-hot-list a{
    grid-template-columns:34px minmax(0,1fr) auto;
}

.mf-newsroom-categories a{
    grid-template-columns:minmax(0,1fr) auto;
}

.mf-newsroom-hot-list b{
    width:34px;
    height:34px;
    display:grid;
    place-items:center;
    border-radius:4px;
    background:#147cff;
    color:#fff;
    font-weight:950;
}

.mf-newsroom-hot-list span,
.mf-newsroom-categories span{
    min-width:0;
    color:#111827;
    font-weight:900;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.mf-newsroom-hot-list strong,
.mf-newsroom-categories strong{
    color:#147cff;
    font-weight:950;
}

.mf-newsroom-guide article{
    display:grid;
    grid-template-columns:38px 1fr;
    gap:12px;
    align-items:center;
    min-height:58px;
    padding:10px;
    border-radius:4px;
    background:#f8fbff;
    border:1px solid #e4ebf5;
}

.mf-newsroom-guide b{
    width:38px;
    height:38px;
    display:grid;
    place-items:center;
    border-radius:4px;
    background:#eef6ff;
    color:#147cff;
    border:1px solid #d8e6ff;
    font-weight:950;
}

.mf-newsroom-guide p{
    margin:0;
    color:#667085;
    font-weight:800;
    line-height:1.5;
}

/* Responsive */
@media(max-width:1180px){
    .mf-newsroom-hero,
    .mf-newsroom-lead,
    .mf-newsroom-grid-layout{
        grid-template-columns:1fr;
    }

    .mf-newsroom-main-story{
        grid-template-columns:280px minmax(0,1fr);
    }

    .mf-newsroom-aside{
        position:static;
    }
}

@media(max-width:820px){
    .mf-newsroom-main-story,
    .mf-newsroom-list{
        grid-template-columns:1fr;
    }

    .mf-newsroom-story-media{
        min-height:220px;
    }
}

@media(max-width:620px){
    .mf-newsroom-page{
        padding-top:14px;
    }

    .mf-newsroom-hero{
        margin-inline:-9px;
        padding:28px 22px;
        border-radius:0 0 4px 4px;
    }

    .mf-newsroom-hero h1{
        font-size:40px;
    }

    .mf-newsroom-info-strip{
        grid-template-columns:1fr;
    }

    .mf-newsroom-actions a,
    .mf-newsroom-main-story footer a{
        width:100%;
    }

    .mf-newsroom-main-story footer{
        align-items:stretch;
        flex-direction:column;
    }

    .mf-newsroom-head{
        display:block;
    }

    .mf-newsroom-head p{
        margin-top:9px;
    }

    .mf-newsroom-card{
        grid-template-columns:48px minmax(0,1fr);
        padding:16px;
    }
}

/* =========================================================
   Music FM — Newsroom readability color fix
========================================================= */

.mf-newsroom-card h3,
.mf-newsroom-main-story h2,
.mf-newsroom-side-stories strong,
.mf-newsroom-hot-list span,
.mf-newsroom-categories span,
.mf-newsroom-box h2,
.mf-newsroom-head h2{
    color:#111827 !important;
}

.mf-newsroom-card p,
.mf-newsroom-main-story p,
.mf-newsroom-guide p,
.mf-newsroom-head p,
.mf-newsroom-side-stories small,
.mf-newsroom-card-content header small,
.mf-newsroom-main-story footer small{
    color:#667085 !important;
}

.mf-newsroom-card-content header span,
.mf-newsroom-story-content > span,
.mf-newsroom-side-stories span{
    color:#147cff !important;
    background:#eef6ff !important;
}

.mf-newsroom-hot-list strong,
.mf-newsroom-categories strong,
.mf-newsroom-card footer small i,
.mf-newsroom-main-story footer small i{
    color:#147cff !important;
}

.mf-newsroom-card,
.mf-newsroom-main-story,
.mf-newsroom-side-stories a,
.mf-newsroom-box,
.mf-newsroom-section{
    background:#ffffff !important;
}

.mf-newsroom-card-content,
.mf-newsroom-story-content{
    color:#111827 !important;
}

.mf-newsroom-hot-list a,
.mf-newsroom-categories a,
.mf-newsroom-guide article{
    background:#f8fbff !important;
    color:#111827 !important;
}

