/* M11051-NEWSPLACE-ACTUAL-SERVED-SOURCE */
:root{
  --m11051-bg:#f5efe2;
  --m11051-paper:#fffaf0;
  --m11051-ink:#17130c;
  --m11051-muted:#675f50;
  --m11051-line:rgba(39,31,18,.16);
  --m11051-line-strong:rgba(39,31,18,.32);
  --m11051-gold:#d9aa28;
  --m11051-blue:#18314f;
  --m11051-soft:#f1e5cb;
}
body[data-gp-place="news"]{
  background:linear-gradient(180deg,#f8f2e6 0%,#efe2c8 44%,#f8f3e8 100%);
  color:var(--m11051-ink);
}
body[data-gp-place="news"] *{box-sizing:border-box;}
.gp-m11051-newsplace{
  width:min(100%,1980px);
  margin:0 auto;
  padding:0 clamp(18px,2.4vw,46px) 70px;
  font-family:Inter,Arial,sans-serif;
}
.gp-m11051-topbar{
  position:sticky;
  top:0;
  z-index:30;
  margin:0 calc(-1 * clamp(18px,2.4vw,46px));
  padding:10px clamp(18px,2.4vw,46px);
  background:rgba(255,250,240,.94);
  border-bottom:1px solid var(--m11051-line);
  backdrop-filter:blur(18px);
}
.gp-m11051-sections{
  display:flex;
  gap:8px;
  align-items:center;
  overflow-x:auto;
  scrollbar-width:thin;
  white-space:nowrap;
}
.gp-m11051-sections a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:36px;
  padding:8px 13px;
  border:1px solid var(--m11051-line);
  border-radius:999px;
  color:var(--m11051-ink);
  background:rgba(255,255,255,.72);
  text-decoration:none;
  font-weight:800;
  font-size:13px;
  letter-spacing:.01em;
}
.gp-m11051-sections a:hover,
.gp-m11051-sections a:focus{
  border-color:rgba(217,170,40,.7);
  background:#fff5d7;
  outline:none;
}
.gp-m11051-hero{
  margin:18px 0 18px;
  border:1px solid var(--m11051-line-strong);
  border-radius:30px;
  overflow:hidden;
  background:
    radial-gradient(circle at 12% 18%,rgba(217,170,40,.30),transparent 25%),
    radial-gradient(circle at 84% 12%,rgba(24,49,79,.18),transparent 30%),
    linear-gradient(135deg,#fff9ea 0%,#f1dfbd 52%,#e5d1a7 100%);
  box-shadow:0 26px 80px rgba(40,29,12,.13);
}
.gp-m11051-hero-inner{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(430px,.95fr);
  gap:clamp(18px,3vw,50px);
  padding:clamp(24px,3.3vw,62px);
  align-items:center;
}
.gp-m11051-kicker{
  display:inline-flex;
  gap:8px;
  align-items:center;
  margin:0 0 11px;
  padding:7px 12px;
  border-radius:999px;
  background:#15100a;
  color:#ffd866;
  font-size:12px;
  font-weight:900;
  letter-spacing:.16em;
  text-transform:uppercase;
}
.gp-m11051-hero h1{
  margin:0;
  font-family:Georgia,'Times New Roman',serif;
  font-size:clamp(50px,6.2vw,118px);
  line-height:.88;
  letter-spacing:-.07em;
}
.gp-m11051-lead{
  max-width:880px;
  margin:18px 0 0;
  font-size:clamp(18px,1.35vw,25px);
  line-height:1.46;
  color:#3c3323;
}
.gp-m11051-hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px;}
.gp-m11051-btn,
.gp-m11051-hero-actions a,
.gp-m11051-search button{
  border:1px solid rgba(18,16,13,.18);
  border-radius:999px;
  background:#15100a;
  color:#ffd86c;
  text-decoration:none;
  font-weight:900;
  padding:12px 18px;
  cursor:pointer;
}
.gp-m11051-hero-actions a.secondary{background:#fff8e6;color:#17130c;}
.gp-m11051-search-card{
  background:rgba(255,250,240,.86);
  border:1px solid rgba(39,31,18,.2);
  border-radius:28px;
  padding:18px;
  box-shadow:0 22px 60px rgba(32,24,11,.15);
}
.gp-m11051-search-card h2{
  margin:0 0 10px;
  font-family:Georgia,'Times New Roman',serif;
  font-size:clamp(26px,2.2vw,44px);
}
.gp-m11051-search{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:10px;
  align-items:center;
}
.gp-m11051-search input{
  width:100%;
  min-height:60px;
  border:1px solid rgba(39,31,18,.28);
  border-radius:999px;
  padding:0 22px;
  background:#fffdf6;
  color:#17130c;
  font-size:18px;
  font-weight:800;
  outline:none;
}
.gp-m11051-search input:focus{border-color:rgba(217,170,40,.9);box-shadow:0 0 0 4px rgba(217,170,40,.18);}
.gp-m11051-search button{min-height:60px;padding:0 28px;font-size:15px;}
.gp-m11051-mini{display:flex;gap:9px;flex-wrap:wrap;margin-top:13px;}
.gp-m11051-mini a{
  color:#2f281a;
  text-decoration:none;
  border:1px solid rgba(39,31,18,.15);
  background:rgba(255,255,255,.62);
  border-radius:999px;
  padding:8px 11px;
  font-weight:850;
  font-size:12px;
}
.gp-m11051-status{margin-top:12px;color:var(--m11051-muted);font-weight:750;font-size:13px;min-height:18px;}
.gp-m11051-layout{
  display:grid;
  grid-template-columns:260px minmax(0,1fr);
  gap:22px;
  align-items:start;
}
.gp-m11051-side{
  position:sticky;
  top:62px;
  border:1px solid var(--m11051-line);
  border-radius:24px;
  background:rgba(255,250,240,.83);
  padding:16px;
}
.gp-m11051-side h3{
  margin:10px 0 8px;
  color:#8b6a17;
  font-size:11px;
  letter-spacing:.15em;
  text-transform:uppercase;
}
.gp-m11051-side a{
  display:flex;
  justify-content:space-between;
  gap:10px;
  text-decoration:none;
  color:var(--m11051-ink);
  padding:10px 11px;
  border-radius:16px;
  font-weight:850;
}
.gp-m11051-side a:hover{background:#fff3ce;}
.gp-m11051-side span{color:var(--m11051-muted);font-size:12px;}
.gp-m11051-main{min-width:0;}
.gp-m11051-marker{
  display:inline-flex;
  margin:0 0 12px;
  padding:7px 10px;
  border-radius:999px;
  border:1px dashed rgba(39,31,18,.28);
  color:#735714;
  background:#fff8e7;
  font-size:11px;
  font-weight:900;
  letter-spacing:.08em;
}
.gp-m11051-front{
  display:grid;
  grid-template-columns:minmax(0,1.22fr) minmax(320px,.78fr);
  gap:20px;
  border-top:5px double rgba(39,31,18,.5);
  border-bottom:1px solid var(--m11051-line-strong);
  padding:18px 0 26px;
  margin-bottom:24px;
}
.gp-m11051-leadstory{
  display:grid;
  grid-template-columns:minmax(310px,.92fr) minmax(0,1fr);
  gap:20px;
  border-right:1px solid var(--m11051-line);
  padding-right:20px;
}
.gp-m11051-art{
  min-height:260px;
  border-radius:24px;
  border:1px solid rgba(39,31,18,.14);
  background:
    linear-gradient(135deg,rgba(255,255,255,.35),rgba(255,255,255,0)),
    radial-gradient(circle at 24% 22%,rgba(255,255,255,.55),transparent 22%),
    linear-gradient(135deg,#15243d,#c99a22);
  overflow:hidden;
  position:relative;
}
.gp-m11051-art:before{content:"";position:absolute;inset:auto 8% 11% 8%;height:34%;border-top:2px solid rgba(255,255,255,.65);border-bottom:1px solid rgba(255,255,255,.25);transform:skewY(-7deg);}
.gp-m11051-art span{position:absolute;left:18px;bottom:16px;color:#fff;font-weight:950;letter-spacing:.14em;text-transform:uppercase;text-shadow:0 2px 18px rgba(0,0,0,.4);}
.gp-m11051-art.world{background:linear-gradient(135deg,#0d2735,#d6a733);}
.gp-m11051-art.politics{background:linear-gradient(135deg,#1b2035,#a25b38);}
.gp-m11051-art.economy{background:linear-gradient(135deg,#13291f,#c18a21);}
.gp-m11051-art.technology{background:linear-gradient(135deg,#102c45,#4d94ad);}
.gp-m11051-art.sport{background:linear-gradient(135deg,#12371f,#94a33a);}
.gp-m11051-art.social{background:linear-gradient(135deg,#3a1b42,#c8902b);}
.gp-m11051-story h2,
.gp-m11051-rubric h2{
  font-family:Georgia,'Times New Roman',serif;
  letter-spacing:-.035em;
}
.gp-m11051-story h2{font-size:clamp(34px,3.9vw,72px);line-height:.94;margin:0 0 12px;}
.gp-m11051-story p{font-size:18px;line-height:1.55;color:#4c4335;margin:0 0 14px;}
.gp-m11051-meta{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:12px;color:#866617;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em;}
.gp-m11051-topstack{display:grid;gap:13px;}
.gp-m11051-stackitem{
  display:grid;
  grid-template-columns:96px minmax(0,1fr);
  gap:13px;
  border-bottom:1px solid var(--m11051-line);
  padding-bottom:13px;
}
.gp-m11051-stackitem .gp-m11051-art{min-height:84px;border-radius:16px;}
.gp-m11051-stackitem h3{margin:0 0 5px;font-family:Georgia,'Times New Roman',serif;font-size:22px;line-height:1.06;}
.gp-m11051-stackitem p{margin:0;color:var(--m11051-muted);font-size:14px;line-height:1.35;}
.gp-m11051-briefing{
  border:1px solid var(--m11051-line);
  border-radius:24px;
  background:#fff9eb;
  padding:18px;
}
.gp-m11051-briefing h3{margin:0 0 8px;font-family:Georgia,'Times New Roman',serif;font-size:30px;}
.gp-m11051-briefing ul{margin:0;padding-left:20px;color:#4a4134;line-height:1.55;}
.gp-m11051-rubric{
  scroll-margin-top:80px;
  border-top:3px solid rgba(39,31,18,.5);
  padding:18px 0 28px;
}
.gp-m11051-rubric-head{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:13px;}
.gp-m11051-rubric-head p{margin:0 0 3px;color:#8a681b;font-size:12px;font-weight:950;letter-spacing:.15em;text-transform:uppercase;}
.gp-m11051-rubric h2{margin:0;font-size:clamp(36px,4vw,70px);line-height:.95;}
.gp-m11051-rubric-head a{color:#17130c;text-decoration:none;font-weight:900;border-bottom:2px solid #c6951e;}
.gp-m11051-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px;}
.gp-m11051-grid.mosaic{grid-template-columns:1.35fr .9fr .9fr;}
.gp-m11051-grid.columns{grid-template-columns:repeat(3,minmax(0,1fr));}
.gp-m11051-grid.compact{grid-template-columns:repeat(4,minmax(0,1fr));}
.gp-m11051-card{
  background:rgba(255,250,240,.92);
  border:1px solid var(--m11051-line);
  border-radius:22px;
  padding:14px;
  min-height:100%;
}
.gp-m11051-card.big{grid-row:span 2;}
.gp-m11051-card .gp-m11051-art{min-height:148px;margin-bottom:12px;border-radius:18px;}
.gp-m11051-card.big .gp-m11051-art{min-height:270px;}
.gp-m11051-card h3{font-family:Georgia,'Times New Roman',serif;font-size:24px;line-height:1.08;margin:0 0 8px;}
.gp-m11051-card.big h3{font-size:34px;}
.gp-m11051-card p{margin:0 0 12px;color:#51483b;line-height:1.45;}
.gp-m11051-actions{display:flex;gap:6px;flex-wrap:wrap;margin-top:auto;}
.gp-m11051-actions button{
  border:1px solid rgba(39,31,18,.14);
  background:#fff7e2;
  color:#2d2517;
  border-radius:999px;
  min-width:34px;
  min-height:32px;
  font-weight:900;
  cursor:pointer;
}
.gp-m11051-links{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px;}
.gp-m11051-links a{color:#1f1a12;text-decoration:none;font-weight:900;font-size:12px;border-bottom:1px solid #c7951f;}
.gp-m11051-wire-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;}
.gp-m11051-wire-grid article{border-top:1px solid var(--m11051-line-strong);padding-top:10px;font-weight:900;color:#453b2c;}
.gp-m11051-reader,.gp-m11051-sources,.gp-m11051-verification,.gp-m11051-saved{
  scroll-margin-top:80px;
  border:1px solid var(--m11051-line);
  border-radius:24px;
  background:rgba(255,250,240,.88);
  padding:18px;
  margin:18px 0;
}
.gp-m11051-reader textarea{width:100%;min-height:110px;border:1px solid var(--m11051-line);border-radius:18px;padding:14px;font:inherit;background:#fffdf8;}
.gp-m11051-no-results{display:none;border:1px dashed rgba(39,31,18,.3);border-radius:20px;padding:18px;background:#fff8e8;font-weight:900;color:#5a4c38;}
body.gp-m11051-filter-empty .gp-m11051-no-results{display:block;}
body.gp-m11051-filtering [data-news-search].gp-m11051-hidden{display:none;}
html.gp-dark body[data-gp-place="news"],
body.gp-dark[data-gp-place="news"],
body.dark[data-gp-place="news"]{
  --m11051-bg:#0f0d09;
  --m11051-paper:#19140e;
  --m11051-ink:#f6ecd4;
  --m11051-muted:#c5b48f;
  --m11051-line:rgba(255,232,178,.16);
  --m11051-line-strong:rgba(255,232,178,.28);
  background:linear-gradient(180deg,#0e0c08,#191309 54%,#0e0c08);
  color:var(--m11051-ink);
}
html.gp-dark .gp-m11051-topbar,
body.gp-dark .gp-m11051-topbar,
html.gp-dark .gp-m11051-card,
body.gp-dark .gp-m11051-card,
html.gp-dark .gp-m11051-side,
body.gp-dark .gp-m11051-side,
html.gp-dark .gp-m11051-search-card,
body.gp-dark .gp-m11051-search-card,
html.gp-dark .gp-m11051-briefing,
body.gp-dark .gp-m11051-briefing,
html.gp-dark .gp-m11051-reader,
body.gp-dark .gp-m11051-reader,
html.gp-dark .gp-m11051-sources,
body.gp-dark .gp-m11051-sources,
html.gp-dark .gp-m11051-verification,
body.gp-dark .gp-m11051-verification,
html.gp-dark .gp-m11051-saved,
body.gp-dark .gp-m11051-saved{background:rgba(26,20,12,.9);}
html.gp-dark .gp-m11051-lead,
body.gp-dark .gp-m11051-lead,
html.gp-dark .gp-m11051-story p,
body.gp-dark .gp-m11051-story p,
html.gp-dark .gp-m11051-card p,
body.gp-dark .gp-m11051-card p,
html.gp-dark .gp-m11051-stackitem p,
body.gp-dark .gp-m11051-stackitem p{color:#d4c49f;}
@media (max-width:1180px){
  .gp-m11051-hero-inner,.gp-m11051-layout,.gp-m11051-front,.gp-m11051-leadstory{grid-template-columns:1fr;}
  .gp-m11051-side{position:relative;top:auto;}
  .gp-m11051-leadstory{border-right:0;padding-right:0;}
  .gp-m11051-grid,.gp-m11051-grid.mosaic,.gp-m11051-grid.columns,.gp-m11051-grid.compact{grid-template-columns:repeat(2,minmax(0,1fr));}
  .gp-m11051-wire-grid{grid-template-columns:repeat(3,minmax(0,1fr));}
}
@media (max-width:720px){
  .gp-m11051-newsplace{padding-left:14px;padding-right:14px;}
  .gp-m11051-topbar{margin-left:-14px;margin-right:-14px;padding-left:14px;padding-right:14px;}
  .gp-m11051-hero-inner{padding:22px;}
  .gp-m11051-search{grid-template-columns:1fr;}
  .gp-m11051-grid,.gp-m11051-grid.mosaic,.gp-m11051-grid.columns,.gp-m11051-grid.compact,.gp-m11051-wire-grid{grid-template-columns:1fr;}
  .gp-m11051-stackitem{grid-template-columns:82px 1fr;}
  .gp-m11051-art{min-height:210px;}
}

/* M11351-NEWSPLACE-WIDE-LIVE-GDELT-SOURCE */
body[data-m11351-newsplace="wide-live-gdelt"] .gp-m11051-newsplace{
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
  padding:0 clamp(10px,1.35vw,26px) 76px !important;
}
body[data-m11351-newsplace="wide-live-gdelt"] .gp-m11051-topbar{
  margin:0 calc(-1 * clamp(10px,1.35vw,26px)) !important;
  padding:10px clamp(10px,1.35vw,26px) !important;
}
body[data-m11351-newsplace="wide-live-gdelt"] .gp-m11351-tabbar{
  background:rgba(255,248,232,.96) !important;
  border-bottom:1px solid rgba(39,31,18,.18) !important;
}
body[data-m11351-newsplace="wide-live-gdelt"] .gp-m11051-sections{
  gap:7px !important;
}
body[data-m11351-newsplace="wide-live-gdelt"] .gp-m11051-sections a{
  border-radius:16px !important;
  min-height:40px !important;
  padding:9px 15px !important;
  background:#fff8e6 !important;
  border:1px solid rgba(39,31,18,.18) !important;
  box-shadow:inset 0 -2px 0 rgba(217,170,40,.18) !important;
}
body[data-m11351-newsplace="wide-live-gdelt"] .gp-m11051-sections a:hover,
body[data-m11351-newsplace="wide-live-gdelt"] .gp-m11051-sections a:focus,
body[data-m11351-newsplace="wide-live-gdelt"] .gp-m11051-sections a.is-active{
  background:#15100a !important;
  color:#ffd86c !important;
  border-color:#15100a !important;
  box-shadow:none !important;
}
body[data-m11351-newsplace="wide-live-gdelt"] .gp-m11051-hero{
  margin:16px 0 18px !important;
  border-radius:28px !important;
}
body[data-m11351-newsplace="wide-live-gdelt"] .gp-m11051-layout{
  grid-template-columns:minmax(220px,250px) minmax(0,1fr) !important;
  gap:18px !important;
}
body[data-m11351-newsplace="wide-live-gdelt"] .gp-m11051-main{
  width:100% !important;
  max-width:none !important;
}
.gp-m11351-live-status{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  margin:0 0 14px;
  padding:12px 14px;
  border:1px solid rgba(39,31,18,.16);
  border-radius:18px;
  background:#fff8e8;
  color:#3a3020;
  font-weight:850;
}
.gp-m11351-live-status span{color:#675f50;font-size:13px;font-weight:750;}
.gp-m11351-loading,
.gp-m11351-feed-error,
.gp-m11351-empty{
  padding:18px;
  border:1px dashed rgba(39,31,18,.26);
  border-radius:20px;
  background:#fffaf0;
  color:#675f50;
  font-weight:850;
}
.gp-m11351-live-front{
  grid-template-columns:minmax(0,1.35fr) minmax(340px,.65fr) !important;
}
.gp-m11351-lead-card{
  display:grid;
  grid-template-columns:minmax(300px,.78fr) minmax(0,1fr);
  gap:20px;
  min-width:0;
  border-right:1px solid rgba(39,31,18,.18);
  padding-right:20px;
}
.gp-m11351-lead-card img,
.gp-m11351-news-card img{
  width:100%;
  height:100%;
  min-height:190px;
  object-fit:cover;
  border-radius:22px;
  border:1px solid rgba(39,31,18,.13);
  background:#f2e4c5;
}
.gp-m11351-live-side{display:grid;gap:12px;align-content:start;}
.gp-m11351-rubric{
  scroll-margin-top:86px;
  border-top:5px double rgba(39,31,18,.44);
  padding:18px 0 28px;
  margin:0 0 22px;
}
.gp-m11351-rubric>header{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:16px;
  margin:0 0 14px;
}
.gp-m11351-rubric>header p{
  margin:0;
  color:#8b6a17;
  font-size:12px;
  font-weight:950;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.gp-m11351-rubric h2{
  margin:0;
  font-family:Georgia,'Times New Roman',serif;
  font-size:clamp(32px,3.2vw,58px);
  line-height:.95;
  letter-spacing:-.045em;
}
.gp-m11351-live-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}
.gp-m11351-news-card{
  display:grid;
  gap:10px;
  min-width:0;
  border:1px solid rgba(39,31,18,.16);
  border-radius:20px;
  background:rgba(255,250,240,.86);
  padding:12px;
  text-decoration:none;
  color:#17130c;
  box-shadow:0 18px 42px rgba(40,29,12,.08);
}
.gp-m11351-news-card h3,
.gp-m11351-lead-card h2{
  margin:0;
  color:#17130c;
  font-family:Georgia,'Times New Roman',serif;
  letter-spacing:-.032em;
  line-height:1.02;
}
.gp-m11351-lead-card h2{font-size:clamp(34px,4vw,72px);}
.gp-m11351-news-card h3{font-size:clamp(19px,1.35vw,27px);}
.gp-m11351-news-card p,
.gp-m11351-lead-card p{margin:0;color:#5a5144;line-height:1.45;font-weight:650;}
.gp-m11351-meta{display:flex;flex-wrap:wrap;gap:7px;margin:0 0 8px;color:#866617;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.08em;}
.gp-m11351-meta span{display:inline-flex;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.gp-m11351-domain{color:#18314f !important;}
.gp-m11351-source-domains{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px;}
.gp-m11351-source-domains a{display:inline-flex;border:1px solid rgba(39,31,18,.18);border-radius:999px;padding:7px 10px;background:#fff8e6;color:#17130c;text-decoration:none;font-size:12px;font-weight:900;}
.gp-m11351-verification-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;}
.gp-m11351-verification-grid article,.gp-m11351-source-panel{border:1px solid rgba(39,31,18,.16);border-radius:20px;background:#fffaf0;padding:16px;}
.gp-m11351-hidden{display:none !important;}
body.gp-m11051-filter-empty .gp-m11351-live-front::after{content:'No matching current articles found.';display:block;padding:18px;border:1px dashed rgba(39,31,18,.26);border-radius:20px;background:#fffaf0;color:#675f50;font-weight:850;}
@media(max-width:1240px){
  body[data-m11351-newsplace="wide-live-gdelt"] .gp-m11051-layout{grid-template-columns:1fr !important;}
  body[data-m11351-newsplace="wide-live-gdelt"] .gp-m11051-side{position:relative !important;top:auto !important;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;}
  body[data-m11351-newsplace="wide-live-gdelt"] .gp-m11051-side h3{grid-column:1/-1;}
  .gp-m11351-live-grid{grid-template-columns:repeat(3,minmax(0,1fr));}
}
@media(max-width:900px){
  .gp-m11351-live-front,.gp-m11351-lead-card{grid-template-columns:1fr !important;}
  .gp-m11351-live-grid,.gp-m11351-verification-grid{grid-template-columns:1fr !important;}
  body[data-m11351-newsplace="wide-live-gdelt"] .gp-m11051-side{grid-template-columns:1fr 1fr;}
}
@media(max-width:640px){
  body[data-m11351-newsplace="wide-live-gdelt"] .gp-m11051-newsplace{padding-left:10px !important;padding-right:10px !important;}
  body[data-m11351-newsplace="wide-live-gdelt"] .gp-m11051-hero-inner{grid-template-columns:1fr !important;padding:22px !important;}
  body[data-m11351-newsplace="wide-live-gdelt"] .gp-m11051-side{display:none !important;}
}


/* M11551-NEWSPLACE-RSS-LIVE-PUBLISH-CLEAN-SIDEBAR-FIX */
body[data-m11551-newsplace="rss-live-news"] .gp-m11051-newsplace{width:100% !important;max-width:none !important;margin:0 !important;padding-left:clamp(10px,1.15vw,24px) !important;padding-right:clamp(10px,1.15vw,24px) !important;}
body[data-m11551-newsplace="rss-live-news"] .gp-m11051-topbar{margin-left:calc(-1 * clamp(10px,1.15vw,24px)) !important;margin-right:calc(-1 * clamp(10px,1.15vw,24px)) !important;padding-left:clamp(10px,1.15vw,24px) !important;padding-right:clamp(10px,1.15vw,24px) !important;}
body[data-m11551-newsplace="rss-live-news"] .gp-m11051-layout{display:grid !important;grid-template-columns:minmax(226px,255px) minmax(0,1fr) !important;gap:18px !important;align-items:start !important;width:100% !important;}
body[data-m11551-newsplace="rss-live-news"] .gp-m11051-side{display:block !important;position:sticky !important;top:72px !important;align-self:start !important;}
body[data-m11551-newsplace="rss-live-news"] .gp-m11051-main{width:100% !important;max-width:none !important;min-width:0 !important;}
body[data-m11551-newsplace="rss-live-news"] .gp-m11051-marker{display:none !important;}
body[data-m11551-newsplace="rss-live-news"] .gp-m11051-sections{gap:8px !important;padding:2px 0 !important;}
body[data-m11551-newsplace="rss-live-news"] .gp-m11051-sections a{min-height:36px !important;padding:8px 14px !important;border-radius:999px !important;background:#fffaf0 !important;border:1px solid rgba(39,31,18,.22) !important;color:#18130b !important;box-shadow:none !important;font-size:12px !important;letter-spacing:0 !important;}
body[data-m11551-newsplace="rss-live-news"] .gp-m11051-sections a:hover,body[data-m11551-newsplace="rss-live-news"] .gp-m11051-sections a:focus,body[data-m11551-newsplace="rss-live-news"] .gp-m11051-sections a.is-active{background:#17130c !important;color:#ffd86c !important;border-color:#17130c !important;}
body[data-m11551-newsplace="rss-live-news"] .gp-m11051-hero{margin:14px 0 18px !important;border-radius:28px !important;}
body[data-m11551-newsplace="rss-live-news"] .gp-m11051-hero-inner{grid-template-columns:minmax(0,1fr) minmax(420px,.82fr) !important;padding:clamp(26px,3vw,52px) !important;}
body[data-m11551-newsplace="rss-live-news"] .gp-m11051-hero h1{font-size:clamp(58px,5.5vw,105px) !important;}
body[data-m11551-newsplace="rss-live-news"] .gp-m11051-search input,body[data-m11551-newsplace="rss-live-news"] .gp-m11051-search button{min-height:54px !important;}
body[data-m11551-newsplace="rss-live-news"] .gp-m11351-live-status{margin:0 0 14px !important;padding:11px 14px !important;border-radius:16px !important;}
body[data-m11551-newsplace="rss-live-news"] .gp-m11351-live-front{display:block !important;border-top:4px double rgba(39,31,18,.48) !important;border-bottom:1px solid rgba(39,31,18,.22) !important;padding:14px 0 22px !important;margin-bottom:18px !important;}
.gp-m11551-front-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(340px,.65fr);gap:16px;width:100%;}.gp-m11551-front-side{display:grid;gap:10px;align-content:start;}.gp-m11551-front-row{grid-column:1/-1;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;border-top:1px solid rgba(39,31,18,.2);padding-top:14px;}
.gp-m11551-card{display:grid;gap:10px;min-width:0;color:#17130c;text-decoration:none;border:1px solid rgba(39,31,18,.16);border-radius:18px;background:rgba(255,250,240,.92);padding:11px;box-shadow:0 14px 34px rgba(40,29,12,.075);}.gp-m11551-card:hover,.gp-m11551-card:focus{border-color:rgba(217,170,40,.72);transform:translateY(-1px);outline:none;}.gp-m11551-card-lead{grid-template-columns:minmax(350px,.88fr) minmax(0,1fr);gap:18px;padding:14px;border-radius:22px;min-height:350px;}.gp-m11551-card-compact{grid-template-columns:110px minmax(0,1fr);align-items:start;}.gp-m11551-front-row .gp-m11551-card-compact{grid-template-columns:1fr;}
.gp-m11551-img{position:relative;overflow:hidden;min-height:164px;border-radius:16px;background:linear-gradient(135deg,#17130c,#d3a322);border:1px solid rgba(39,31,18,.14);}.gp-m11551-card-lead .gp-m11551-img{min-height:326px;border-radius:20px;}.gp-m11551-card-compact .gp-m11551-img{min-height:90px;border-radius:14px;}.gp-m11551-front-row .gp-m11551-card-compact .gp-m11551-img{min-height:128px;}.gp-m11551-img img{width:100%;height:100%;object-fit:cover;display:block;position:absolute;inset:0;}.gp-m11551-img span{position:absolute;left:10px;right:10px;bottom:10px;display:inline-flex;width:max-content;max-width:calc(100% - 20px);padding:6px 9px;border-radius:999px;background:rgba(23,19,12,.86);color:#ffd86c;font-size:10px;font-weight:950;letter-spacing:.08em;text-transform:uppercase;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}.gp-m11551-img.no-img:before{content:"";position:absolute;inset:12%;border-top:2px solid rgba(255,255,255,.45);border-bottom:1px solid rgba(255,255,255,.25);transform:skewY(-6deg);}
.gp-m11551-card-body{min-width:0;}.gp-m11551-meta{display:flex;flex-wrap:wrap;gap:6px;margin:0 0 8px;color:#846516;font-size:10px;font-weight:950;letter-spacing:.07em;text-transform:uppercase;}.gp-m11551-domain{color:#18314f !important;}.gp-m11551-card h3{margin:0;font-family:Georgia,'Times New Roman',serif;font-size:clamp(19px,1.35vw,28px);line-height:1.05;letter-spacing:-.025em;}.gp-m11551-card-lead h3{font-size:clamp(34px,3.2vw,62px);line-height:.98;letter-spacing:-.045em;}.gp-m11551-card p{margin:9px 0 0;color:#5a5144;line-height:1.45;font-weight:650;}
body[data-m11551-newsplace="rss-live-news"] .gp-m11351-rubric{border-top:2px solid rgba(39,31,18,.38) !important;padding:14px 0 24px !important;margin:0 0 18px !important;}body[data-m11551-newsplace="rss-live-news"] .gp-m11351-rubric>header{display:block !important;margin:0 0 12px !important;}body[data-m11551-newsplace="rss-live-news"] .gp-m11351-rubric>header p{margin:0 0 5px !important;color:#8b6a17 !important;font-size:11px !important;letter-spacing:.14em !important;}body[data-m11551-newsplace="rss-live-news"] .gp-m11351-rubric h2{text-align:left !important;font-size:clamp(28px,2.55vw,46px) !important;line-height:1 !important;letter-spacing:-.035em !important;}body[data-m11551-newsplace="rss-live-news"] .gp-m11351-live-grid{display:grid !important;grid-template-columns:repeat(4,minmax(0,1fr)) !important;gap:12px !important;}body[data-m11551-newsplace="rss-live-news"] .gp-m11351-live-grid .gp-m11551-card:first-child{grid-column:span 2;grid-row:span 2;}
.gp-m11551-section-empty{display:none !important;}.gp-m11551-feed-note{border:1px dashed rgba(39,31,18,.28);border-radius:18px;background:#fffaf0;padding:16px;font-weight:900;color:#675f50;}.gp-m11551-hidden{display:none !important;}.gp-m11551-source-domains{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px;}.gp-m11551-source-domains a{display:inline-flex;border:1px solid rgba(39,31,18,.18);border-radius:999px;padding:7px 10px;background:#fff8e6;color:#17130c;text-decoration:none;font-size:12px;font-weight:900;}
@media(max-width:1340px){body[data-m11551-newsplace="rss-live-news"] .gp-m11051-layout{grid-template-columns:1fr !important;}body[data-m11551-newsplace="rss-live-news"] .gp-m11051-side{position:relative !important;top:auto !important;display:grid !important;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;}body[data-m11551-newsplace="rss-live-news"] .gp-m11051-side h3{grid-column:1/-1;}body[data-m11551-newsplace="rss-live-news"] .gp-m11351-live-grid{grid-template-columns:repeat(3,minmax(0,1fr)) !important;}.gp-m11551-front-row{grid-template-columns:repeat(3,minmax(0,1fr));}}
@media(max-width:980px){body[data-m11551-newsplace="rss-live-news"] .gp-m11051-hero-inner{grid-template-columns:1fr !important;}.gp-m11551-front-grid,.gp-m11551-card-lead{grid-template-columns:1fr;}body[data-m11551-newsplace="rss-live-news"] .gp-m11351-live-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}body[data-m11551-newsplace="rss-live-news"] .gp-m11051-side{grid-template-columns:1fr 1fr;}}
@media(max-width:680px){body[data-m11551-newsplace="rss-live-news"] .gp-m11051-newsplace{padding-left:10px !important;padding-right:10px !important;}body[data-m11551-newsplace="rss-live-news"] .gp-m11051-hero-inner{padding:20px !important;}body[data-m11551-newsplace="rss-live-news"] .gp-m11351-live-grid,.gp-m11551-front-row{grid-template-columns:1fr !important;}.gp-m11551-card-compact{grid-template-columns:92px minmax(0,1fr);}.gp-m11551-front-row .gp-m11551-card-compact{grid-template-columns:1fr;}body[data-m11551-newsplace="rss-live-news"] .gp-m11051-side{display:none !important;}}
