/* Corporate Media Wire — Newsroom page (list layout) */

.cmw-newsroom-page{background:#f5f7ff}
.cmw-newsroom-page .page-inner{max-width:1120px;margin:0 auto;padding:0 clamp(20px,4vw,32px)}

.cmw-newsroom-hero{
  background:linear-gradient(165deg,#000040 0%,#1e1b4b 42%,#312e81 100%);
  padding:clamp(100px,12vw,130px) 0 clamp(48px,6vw,64px);
  text-align:center;position:relative;overflow:hidden;
}
.cmw-newsroom-hero::before{
  content:'';position:absolute;inset:0;pointer-events:none;
  background:radial-gradient(ellipse 70% 50% at 50% 0%,rgba(34,211,238,.12),transparent 60%);
}
.cmw-newsroom-hero .page-inner{position:relative;z-index:1;max-width:1200px}
.cmw-newsroom-hero .zb-blog-badge{
  display:inline-block;font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;
  padding:6px 14px;border-radius:999px;background:rgba(34,211,238,.12);color:#67e8f9;border:1px solid rgba(34,211,238,.25);
}
.cmw-newsroom-hero h1{
  font-size:clamp(32px,4.5vw,52px);font-weight:900;color:#fff;margin:14px 0 12px;letter-spacing:-.02em;
}
.cmw-newsroom-hero p{
  font-size:clamp(15px,1.8vw,18px);color:rgba(255,255,255,.68);max-width:640px;margin:0 auto;line-height:1.7;
}

.cmw-newsroom-list{background:#f5f7ff}
.cmw-newsroom-toolbar{
  display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px;
  padding:28px 0 0;margin-bottom:0;
}
.cmw-newsroom-toolbar p{
  margin:0;font-size:13px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#64748b;
}
.cmw-newsroom-count{
  font-size:12px;font-weight:700;color:#0891b2;background:rgba(8,145,178,.1);
  padding:6px 12px;border-radius:999px;
}

.cmw-newsroom-rows{
  display:flex;flex-direction:column;gap:28px;
  padding:20px 0 56px;
}
.cmw-newsroom-row{
  display:grid;
  grid-template-columns:280px minmax(0,1fr);
  gap:clamp(20px,3vw,32px);
  align-items:center;
  padding:clamp(20px,2.5vw,28px);
  background:#fff;
  border:1px solid #e2e8f0;
  border-radius:20px;
  box-shadow:0 4px 20px rgba(15,23,42,.05);
  transition:transform .22s cubic-bezier(.34,1.2,.64,1),box-shadow .22s,border-color .22s;
}
.cmw-newsroom-row:hover{
  transform:translateY(-6px);
  border-color:rgba(99,102,241,.28);
  box-shadow:0 20px 48px rgba(99,102,241,.12),0 8px 20px rgba(15,23,42,.06);
}

.cmw-newsroom-row-thumb{
  display:block;position:relative;overflow:hidden;
  width:100%;max-width:280px;height:175px;min-height:175px;max-height:175px;
  border-radius:16px;flex-shrink:0;
  background:linear-gradient(135deg,#1e1b4b,#312e81);
}
.cmw-newsroom-row-thumb img,
.cmw-newsroom-row-thumb .cmw-newsroom-thumb-img{
  position:absolute;inset:0;
  width:100%!important;height:100%!important;
  max-width:100%!important;max-height:100%!important;
  object-fit:cover;display:block;
  transition:transform .35s ease;
}
.cmw-newsroom-row:hover .cmw-newsroom-row-thumb img,
.cmw-newsroom-row:hover .cmw-newsroom-row-thumb .cmw-newsroom-thumb-img{transform:scale(1.04)}
.cmw-newsroom-row-cat{
  position:absolute;left:12px;top:12px;z-index:1;
  font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;
  padding:5px 10px;border-radius:999px;
  background:rgba(0,0,64,.85);color:#67e8f9;
  border:1px solid rgba(103,232,249,.25);
}

.cmw-newsroom-row-body{
  display:flex;flex-direction:column;align-items:flex-start;
  min-width:0;padding:4px 0;
}
.cmw-newsroom-row-meta{
  display:flex;flex-wrap:wrap;align-items:center;gap:8px;
  font-size:12px;color:#94a3b8;margin-bottom:12px;font-weight:600;
}
.cmw-newsroom-row-dot{
  width:4px;height:4px;border-radius:50%;background:#cbd5e1;
}
.cmw-newsroom-row-title{
  font-size:clamp(20px,2.2vw,26px);font-weight:900;line-height:1.3;
  margin:0 0 12px;letter-spacing:-.01em;
}
.cmw-newsroom-row-title a{color:#0f172a;text-decoration:none}
.cmw-newsroom-row-title a:hover{color:#0891b2}
.cmw-newsroom-row-excerpt{
  font-size:15px;line-height:1.7;color:#64748b;
  margin:0 0 18px;max-width:62ch;
}
.cmw-newsroom-row-excerpt p{margin:0}
.cmw-newsroom-read{
  display:inline-flex;align-items:center;gap:8px;
  font-size:13px;font-weight:800;color:#0891b2;text-decoration:none;
  padding:8px 0;margin-top:auto;
  transition:gap .2s ease,color .2s ease;
}
.cmw-newsroom-read svg{transition:transform .2s ease}
.cmw-newsroom-read:hover{color:#4f46e5;gap:10px}
.cmw-newsroom-read:hover svg{transform:translateX(3px)}

.cmw-newsroom-empty,.cmw-newsroom-pagination{padding:48px 0 64px;text-align:center}
.cmw-newsroom-empty p{font-size:16px;color:#64748b;max-width:480px;margin:0 auto;line-height:1.6}
.cmw-newsroom-pagination .page-numbers{
  display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;
  margin:4px;padding:0 12px;border-radius:10px;font-weight:700;font-size:13px;
  color:#475569;text-decoration:none;border:1px solid #e2e8f0;background:#fff;
}
.cmw-newsroom-pagination .page-numbers.current,.cmw-newsroom-pagination .page-numbers:hover{
  background:linear-gradient(135deg,#22d3ee,#6366f1);color:#fff;border-color:transparent;
}

@media(max-width:820px){
  .cmw-newsroom-row{
    grid-template-columns:1fr;
    gap:16px;
    align-items:start;
  }
  .cmw-newsroom-row-thumb{
    max-width:100%;
    height:200px;min-height:200px;max-height:200px;
  }
}
@media(max-width:640px){
  .cmw-newsroom-row{padding:18px}
  .cmw-newsroom-row-title{font-size:19px}
  .cmw-newsroom-row-excerpt{font-size:14px}
}
