/* rc300s: شريط أخبار الطبقات المفعّلة بجانب لوحة الطبقات */
.mq-layer-news-panel{
  margin:12px 0 10px;
  padding:10px;
  border:1px solid rgba(148,163,184,.22);
  border-radius:16px;
  background:linear-gradient(180deg,rgba(3,12,24,.96),rgba(5,16,31,.88));
  box-shadow:0 10px 26px rgba(0,0,0,.18) inset,0 6px 20px rgba(0,0,0,.16);
  overflow:hidden;
}
.mq-layer-news-head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px;color:#e5f7ff}
.mq-layer-news-head strong{font-size:13px;font-weight:800;letter-spacing:0}
.mq-layer-news-head small{font-size:11px;color:#8fd7ee;border:1px solid rgba(56,189,248,.24);border-radius:999px;padding:2px 8px;background:rgba(8,47,73,.42);white-space:nowrap}
.mq-layer-news-strip{display:flex;flex-direction:column;gap:7px;max-height:260px;overflow:auto;padding-inline-end:2px;scrollbar-width:thin;scrollbar-color:rgba(56,189,248,.55) rgba(15,23,42,.5)}
.mq-layer-news-item{display:grid;grid-template-columns:34px minmax(0,1fr);gap:8px;text-decoration:none;color:#f8fafc;border:1px solid rgba(148,163,184,.14);background:rgba(15,23,42,.68);border-radius:13px;padding:8px;transition:transform .16s ease,border-color .16s ease,background .16s ease}
.mq-layer-news-item:hover{transform:translateY(-1px);border-color:rgba(56,189,248,.45);background:rgba(15,23,42,.92)}
.mq-layer-news-icon{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;overflow:hidden;align-self:start}
.mq-layer-news-body{min-width:0;display:flex;flex-direction:column;gap:4px}
.mq-layer-news-title{font-size:12.5px;line-height:1.45;font-weight:800;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.mq-layer-news-meta{display:flex;flex-wrap:wrap;gap:5px;font-size:10.5px;color:#b7d3e2;line-height:1.3}
.mq-layer-news-layer{color:#67e8f9;background:rgba(8,145,178,.14);border:1px solid rgba(103,232,249,.18);border-radius:999px;padding:1px 6px}
.mq-layer-news-time{color:#cbd5e1}
.mq-layer-news-empty{display:block;color:#b7d3e2;font-size:12px;line-height:1.6;border:1px dashed rgba(148,163,184,.28);border-radius:12px;padding:10px;text-align:center;background:rgba(15,23,42,.45)}
.mq-layer-news-strip .mq-op-marker{width:30px;height:30px}.mq-layer-news-strip .mq-op-marker .mq-op-svg,.mq-layer-news-strip .mq-op-marker svg{width:19px;height:19px}
@media (max-width:900px){.mq-layer-news-strip{max-height:210px}.mq-layer-news-item{grid-template-columns:30px minmax(0,1fr);padding:7px}.mq-layer-news-title{font-size:12px}}

/* rc370: deprecated active-layer news panel; layer sidebar is keys/toggles only. */
.mq-layer-news-panel,
.mq-layer-news-list,
[data-render="mq-active-layer-news"]{display:none!important;visibility:hidden!important;height:0!important;min-height:0!important;max-height:0!important;margin:0!important;padding:0!important;border:0!important;overflow:hidden!important}
