.r69-b07b-news{
  width:min(1180px,calc(100% - 64px));
  margin:0 auto clamp(28px,4vw,48px);
  border:1px solid rgba(255,216,76,.18);
  border-radius:26px;
  padding:26px;
  background:
    radial-gradient(circle at 4% 30%,rgba(33,240,109,.12),transparent 28%),
    radial-gradient(circle at 100% 65%,rgba(255,64,32,.10),transparent 30%),
    linear-gradient(90deg,rgba(0,0,0,.70),rgba(3,25,10,.58),rgba(23,8,4,.70));
  box-shadow:0 18px 52px rgba(0,0,0,.26);
}
.r69-b07b-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  margin-bottom:22px;
}
.r69-b07b-label{
  display:inline-flex;
  align-items:center;
  gap:10px;
  border:1px solid rgba(33,240,109,.34);
  border-radius:999px;
  padding:10px 18px;
  color:rgba(255,255,255,.92);
  background:rgba(33,240,109,.10);
  font-size:1.08rem;
  font-weight:950;
}
.r69-b07b-label:before{
  content:"";
  width:10px;
  height:10px;
  border-radius:50%;
  background:var(--r69-green);
  box-shadow:0 0 18px rgba(33,240,109,.50);
}
.r69-b07b-head p{
  margin:0;
  color:var(--r69-muted);
  font-size:.98rem;
}
.r69-b07b-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}
.r69-b07b-card{
  border:1px solid rgba(255,216,76,.14);
  border-radius:18px;
  padding:18px 18px 16px;
  background:rgba(0,0,0,.30);
  min-height:142px;
}
.r69-b07b-card strong{
  display:block;
  color:var(--r69-yellow);
  font-size:1.05rem;
  line-height:1.2;
  margin-bottom:12px;
}
.r69-b07b-card p{
  margin:0;
  color:rgba(255,255,255,.72);
  line-height:1.45;
}
.r69-b07b-card a{
  display:inline-flex;
  margin-top:14px;
  color:var(--r69-green);
  font-weight:900;
  text-decoration:none;
}
.r69-b07b-empty{
  color:var(--r69-muted);
}
@media(max-width:760px){
  .r69-b07b-news{width:min(100% - 24px,1180px);padding:20px}
  .r69-b07b-head{align-items:flex-start;flex-direction:column}
  .r69-b07b-grid{grid-template-columns:1fr}
}

/* === V3.323_FIX1 NEWS GAP POLISH === */
/* Goal: News block starts closer below Block07a RadioBar. Own Block07b namespace only. */

.r69-b07b-news{
  margin-top:-8px !important;
  margin-bottom:clamp(28px,4vw,48px) !important;
}

/* Slightly tighter internal top area without changing visual identity */
.r69-b07b-news{
  padding-top:22px !important;
}

.r69-b07b-head{
  margin-bottom:18px !important;
}

@media(max-width:760px){
  .r69-b07b-news{
    margin-top:-4px !important;
    padding-top:20px !important;
  }
}
