.glp1-newsroom,
.glp1-article{
  color:var(--glp1-text);
  padding:34px 0 56px;
}

.glp1-newsroom .news-shell,
.glp1-article .article-shell{
  width:min(1460px,calc(100% - 56px));
  margin:0 auto;
}

.glp1-newsroom .news-hero,
.glp1-article .article-hero,
.glp1-newsroom .news-panel,
.glp1-newsroom .news-card,
.glp1-newsroom .news-tile,
.glp1-newsroom .news-empty,
.glp1-article .article-panel,
.glp1-article .article-related,
.glp1-article .article-rail{
  background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.02));
  border:1px solid var(--glp1-border);
  border-radius:24px;
  box-shadow:var(--glp1-shadow-soft);
}

.glp1-newsroom .news-hero,
.glp1-article .article-hero{
  padding:30px;
  position:relative;
  overflow:hidden;
}

.glp1-newsroom .news-hero::before,
.glp1-article .article-hero::before{
  content:"";
  position:absolute;
  inset:-20% -10% auto auto;
  width:360px;
  height:360px;
  background:radial-gradient(circle,rgba(199,121,75,.16),transparent 68%);
  pointer-events:none;
}

.glp1-newsroom .eyebrow,
.glp1-article .eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:8px 14px;
  border-radius:999px;
  background:rgba(58,100,159,.12);
  border:1px solid rgba(58,100,159,.22);
  color:#e0ebff;
  font-size:12px;
  font-weight:800;
  letter-spacing:.04em;
  text-transform:uppercase;
}

.glp1-newsroom h1,
.glp1-article h1{
  margin:16px 0 0;
  font-family:Poppins,Inter,sans-serif;
  font-size:clamp(32px,4.4vw,58px);
  line-height:1.04;
  letter-spacing:-.03em;
  color:#fff;
  max-width:13ch;
}

.glp1-newsroom .lead,
.glp1-article .lead,
.glp1-newsroom p,
.glp1-article p,
.glp1-newsroom li,
.glp1-article li{
  color:var(--glp1-muted);
  line-height:1.9;
}

.glp1-newsroom .lead,
.glp1-article .lead{
  margin-top:18px;
  font-size:clamp(17px,1.7vw,19px);
  max-width:1060px;
}

.glp1-newsroom .news-grid,
.glp1-article .article-grid{
  display:grid;
  gap:18px;
  min-width:0;
}

.glp1-newsroom .news-grid{
  grid-template-columns:1.2fr .8fr;
  margin-top:22px;
}

.glp1-article .article-grid{
  grid-template-columns:minmax(0,1.05fr) 340px;
  margin-top:22px;
  align-items:start;
}

.glp1-newsroom .news-panel,
.glp1-newsroom .news-card,
.glp1-newsroom .news-tile,
.glp1-newsroom .news-empty,
.glp1-article .article-panel,
.glp1-article .article-related,
.glp1-article .article-rail{
  padding:24px;
}

.glp1-newsroom .news-card{
  display:flex;
  flex-direction:column;
  gap:14px;
}

.glp1-newsroom .news-card-media{
  display:block;
  overflow:hidden;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.03);
}

.glp1-newsroom .news-card-media img{
  display:block;
  width:100%;
  height:auto;
  aspect-ratio: 1.48;
  object-fit:cover;
}

.glp1-newsroom .news-stats{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  margin-top:18px;
}

.glp1-article .article-trust-strip{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin-top:22px;
}

.glp1-article .article-snapshot{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
  margin-top:18px;
}

.glp1-article .trust-pill{
  padding:14px 16px;
  border-radius:18px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.08);
}

.glp1-article .trust-pill strong{
  display:block;
  color:#fff;
  margin-bottom:4px;
}

.glp1-article .trust-pill span{
  color:var(--glp1-muted);
  line-height:1.65;
}

.glp1-newsroom .news-stat,
.glp1-newsroom .news-topic,
.glp1-article .news-meta-card{
  padding:16px;
  border-radius:18px;
  background:rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.08);
}

.glp1-article .snapshot-card{
  padding:16px;
  border-radius:18px;
  background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.02));
  border:1px solid rgba(255,255,255,.08);
}

.glp1-article .snapshot-card span{
  color:var(--glp1-muted);
  line-height:1.65;
}

.glp1-article .snapshot-card a{
  color:#fff;
  text-decoration:none;
  border-bottom:1px solid rgba(255,255,255,.35);
}

.glp1-article .snapshot-card a:hover{
  border-bottom-color:#fff;
}

.glp1-newsroom .news-stat strong,
.glp1-newsroom .news-topic strong,
.glp1-article .news-meta-card strong{
  display:block;
  color:#fff;
  margin-bottom:4px;
}

.glp1-newsroom .news-stat span,
.glp1-newsroom .news-topic span,
.glp1-article .news-meta-card span{
  color:var(--glp1-muted);
  line-height:1.7;
}

.glp1-article .article-trust-panel{
  margin-bottom:18px;
}

.glp1-article .trust-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}

.glp1-article .article-source-list{
  margin-top:16px;
  padding:18px 20px;
  border-radius:18px;
  background:rgba(255,255,255,.025);
  border:1px solid rgba(255,255,255,.08);
}

.glp1-article .article-source-list strong{
  display:block;
  color:#fff;
  margin-bottom:10px;
}

.glp1-article .article-source-list ul{
  margin:0;
  padding-left:18px;
}

.glp1-article .article-source-list a{
  color:#e0ebff;
  text-decoration:none;
}

.glp1-article .article-source-list a:hover{
  color:#fff;
  text-decoration:underline;
}

.glp1-newsroom .news-pulse{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
  margin-top:18px;
}

.glp1-newsroom .newsroom-banner{
  margin-top:18px;
  border-radius:24px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.03);
  box-shadow:var(--glp1-shadow-soft);
}

.glp1-newsroom .newsroom-banner img{
  display:block;
  width:100%;
  height:auto;
  aspect-ratio: 2.5;
  object-fit:cover;
}

.glp1-newsroom .pulse-bar{
  min-height:148px;
  border-radius:20px;
  padding:16px;
  border:1px solid rgba(255,255,255,.08);
  background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.018));
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  position:relative;
  overflow:hidden;
}

.glp1-newsroom .pulse-bar::before{
  content:"";
  position:absolute;
  inset:auto 12px 12px 12px;
  height:var(--bar-height, 58%);
  border-radius:16px;
  background:linear-gradient(180deg,var(--bar-top),var(--bar-bottom));
  opacity:.95;
}

.glp1-newsroom .pulse-bar strong,
.glp1-newsroom .pulse-bar span{
  position:relative;
  z-index:1;
}

.glp1-newsroom .pulse-bar strong{
  display:block;
  color:#fff;
  margin-bottom:4px;
}

.glp1-newsroom .pulse-bar span{
  color:var(--glp1-muted);
  font-size:14px;
  line-height:1.55;
}

.glp1-newsroom .pulse-uk{--bar-height:72%;--bar-top:#66e0c2;--bar-bottom:#2b7e66;}
.glp1-newsroom .pulse-us{--bar-height:88%;--bar-top:#8eb8ff;--bar-bottom:#3a649f;}
.glp1-newsroom .pulse-trials{--bar-height:63%;--bar-top:#ffd67a;--bar-bottom:#b57f26;}
.glp1-newsroom .pulse-safety{--bar-height:46%;--bar-top:#ff9f9f;--bar-bottom:#a85b5b;}

.glp1-newsroom .section{
  padding:44px 0 6px;
}

.glp1-newsroom .glp-section{
  padding:44px 0 6px;
}

.glp1-newsroom .section h2,
.glp1-newsroom .glp-section h2,
.glp1-article .section h2,
.glp1-article .article-content h2{
  margin:0 0 12px;
  font-family:Poppins,Inter,sans-serif;
  font-size:clamp(24px,3vw,36px);
  line-height:1.08;
  color:#fff;
}

.glp1-newsroom .glp-section p,
.glp1-newsroom .glp-section li,
.glp1-newsroom .glp-section td{
  color:var(--glp1-muted);
  line-height:1.85;
}

.glp1-newsroom .glp-table-shell{
  padding:14px;
  overflow:auto;
  border:1px solid rgba(255,255,255,.10);
  border-radius:22px;
  background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.025));
  box-shadow:var(--glp1-shadow-soft);
}

.glp1-newsroom .glp-table-shell table{
  width:100%;
  min-width:820px;
  border-collapse:collapse;
}

.glp1-newsroom .glp-table-shell th,
.glp1-newsroom .glp-table-shell td{
  padding:13px 12px;
  border-bottom:1px solid rgba(255,255,255,.08);
  text-align:left;
  vertical-align:top;
}

.glp1-newsroom .glp-table-shell th{
  color:#fff;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.04em;
}

.glp1-newsroom .glp-links{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
}

.glp1-newsroom .glp-links a{
  display:block;
  padding:14px;
  border:1px solid rgba(126,230,207,.18);
  border-radius:14px;
  background:rgba(126,230,207,.06);
  color:#e7f4ff!important;
  font-weight:800;
  text-decoration:none;
}

.glp1-newsroom .section-intro,
.glp1-article .section-intro{
  max-width:1040px;
  margin:0 0 22px;
  font-size:16px;
  line-height:1.9;
}

.glp1-newsroom .news-feature{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);
  gap:18px;
}

.glp1-newsroom .news-cover{
  min-height:290px;
  border-radius:22px;
  background:
    radial-gradient(circle at top right,rgba(102,224,194,.18),transparent 32%),
    radial-gradient(circle at bottom left,rgba(142,184,255,.14),transparent 30%),
    linear-gradient(135deg,#0d1520 0%,#111b29 100%);
  border:1px solid rgba(255,255,255,.08);
  padding:24px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
}

.glp1-newsroom .news-cover-image{
  margin-top:18px;
  border-radius:18px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.04);
}

.glp1-newsroom .news-cover-image img{
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:1.78;
  object-fit:cover;
}

.glp1-newsroom .news-cover .news-chip{
  align-self:flex-start;
  margin-bottom:12px;
}

.glp1-newsroom .news-cover h3{
  margin:0 0 10px;
  font-family:Poppins,Inter,sans-serif;
  font-size:clamp(22px,2.8vw,32px);
  line-height:1.04;
  color:#fff;
  max-width:15ch;
}

.glp1-newsroom .news-cover p{
  margin:0;
  max-width:56ch;
}

.glp1-newsroom .news-card h3,
.glp1-newsroom .news-tile h3{
  margin:0 0 10px;
  font-family:Poppins,Inter,sans-serif;
  font-size:20px;
  line-height:1.12;
  color:#fff;
}

.glp1-newsroom .news-card .meta,
.glp1-newsroom .news-list .meta,
.glp1-article .article-meta{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-bottom:10px;
  color:var(--glp1-soft);
  font-size:14px;
}

.glp1-newsroom .news-chip,
.glp1-article .news-chip{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:7px 11px;
  border-radius:999px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.07);
  color:#dce8f8;
  font-size:12px;
  font-weight:800;
  letter-spacing:.03em;
  text-transform:uppercase;
}

.glp1-newsroom .news-list{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}

.glp1-newsroom .news-tile{
  display:flex;
  flex-direction:column;
  min-height:100%;
  color:#f8fbff !important;
  text-decoration:none;
}

.glp1-newsroom .news-tile .news-cover-mini{
  height:124px;
  border-radius:18px;
  margin-bottom:16px;
  background:linear-gradient(135deg,rgba(58,100,159,.28),rgba(199,121,75,.16));
  overflow:hidden;
  position:relative;
}

.glp1-newsroom .news-tile .news-cover-mini img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}

.glp1-newsroom .news-tile p,
.glp1-newsroom .news-card p,
.glp1-article .article-panel p,
.glp1-article .article-content p{
  margin:0 0 14px;
}

.glp1-newsroom .news-tile-footer{
  margin-top:auto;
  padding-top:12px;
  color:var(--glp1-soft);
}

.glp1-newsroom .news-tile-footer strong{
  color:#fff;
}

.glp1-newsroom .news-links,
.glp1-article .related-links{
  display:grid;
  gap:12px;
}

.glp1-newsroom .news-links a,
.glp1-article .related-links a{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  padding:15px 16px;
  border-radius:16px;
  background:rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.08);
  color:#f8fbff !important;
  font-weight:700;
  text-decoration:none;
}

.glp1-newsroom .news-tile:hover,
.glp1-newsroom .news-tile:focus-visible,
.glp1-newsroom .news-links a:hover,
.glp1-newsroom .news-links a:focus-visible,
.glp1-article .related-links a:hover,
.glp1-article .related-links a:focus-visible{
  color:#ffffff !important;
}

.glp1-newsroom .news-links small,
.glp1-article .related-links small{
  color:var(--glp1-soft);
  font-weight:600;
}

.glp1-newsroom .news-empty{
  display:grid;
  place-items:center;
  text-align:center;
  min-height:260px;
}

.glp1-newsroom .news-empty p{
  max-width:46ch;
  margin:0 auto 14px;
}

.glp1-newsroom .news-archive-note{
  margin-top:20px;
  color:var(--glp1-soft);
}

.glp1-article .article-header{
  margin-top:8px;
}

.glp1-article .article-title{
  margin-top:16px;
}

.glp1-article .article-body{
  display:grid;
  gap:18px;
  min-width:0;
}

.glp1-article .article-content{
  min-width:0;
  padding:28px;
  background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.02));
  border:1px solid var(--glp1-border);
  border-radius:24px;
  box-shadow:var(--glp1-shadow-soft);
}

.glp1-article .article-content a,
.glp1-article .article-source-list a{
  overflow-wrap:anywhere;
  word-break:break-word;
}

.glp1-article .article-content .news-facts{
  margin:22px 0 26px;
  padding:22px;
  border-radius:22px;
  background:rgba(255,255,255,.035);
  border:1px solid rgba(255,255,255,.08);
}

.glp1-article .article-content .news-facts h2{
  margin-top:0;
}

.glp1-article .article-content .news-fact-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
}

.glp1-article .article-content .news-fact-card{
  min-height:100%;
  padding:16px;
  border-radius:18px;
  background:rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.08);
}

.glp1-article .article-content .news-fact-card strong{
  display:block;
  color:#fff;
  margin-bottom:6px;
}

.glp1-article .article-content .news-fact-card span{
  color:var(--glp1-muted);
  line-height:1.65;
}

.glp1-article .article-content .news-takeaway{
  margin:22px 0;
  padding:18px 20px;
  border-radius:18px;
  background:rgba(102,224,194,.08);
  border:1px solid rgba(102,224,194,.16);
}

.glp1-article .article-content .news-takeaway strong{
  display:block;
  color:#fff;
  margin-bottom:6px;
}

.glp1-article .article-content .news-takeaway p{
  margin:0;
}

.glp1-article .article-content table{
  width:100%;
  border-collapse:collapse;
  margin:18px 0 22px;
  overflow:hidden;
  display:block;
}

.glp1-article .article-content table thead,
.glp1-article .article-content table tbody{
  display:table;
  width:100%;
  table-layout:fixed;
}

.glp1-article .article-content table th,
.glp1-article .article-content table td{
  text-align:left;
  padding:14px 16px;
  border-bottom:1px solid rgba(255,255,255,.08);
  vertical-align:top;
}

.glp1-article .article-content table th{
  color:#fff;
  font-size:14px;
  letter-spacing:.02em;
  text-transform:uppercase;
}

.glp1-article .article-hero-media{
  margin-top:24px;
  border-radius:22px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.03);
}

.glp1-article .article-hero-media img{
  display:block;
  width:100%;
  height:auto;
  aspect-ratio: 1.78;
  object-fit:cover;
}

.glp1-article .article-content h2{
  margin-top:30px;
}

.glp1-article .article-content h3{
  margin:24px 0 10px;
  font-family:Poppins,Inter,sans-serif;
  font-size:24px;
  line-height:1.14;
  color:#fff;
}

.glp1-article .article-content blockquote{
  margin:22px 0;
  padding:18px 20px;
  border-left:4px solid #66e0c2;
  background:rgba(102,224,194,.08);
  border-radius:16px;
}

.glp1-article .article-related{
  margin-top:18px;
}

.glp1-article .article-rail{
  position:sticky;
  top:132px;
}

.glp1-article .rail-section + .rail-section{
  margin-top:18px;
}

.glp1-article .article-rail h3{
  margin:0 0 10px;
  font-family:Poppins,Inter,sans-serif;
  font-size:22px;
  color:#fff;
}

.glp1-newsroom .news-bar{
  display:grid;
  grid-template-columns:1fr 1fr 1fr;
  gap:14px;
  margin-top:18px;
}

.glp1-newsroom .news-bar .bar{
  height:12px;
  border-radius:999px;
  background:rgba(255,255,255,.07);
  overflow:hidden;
}

.glp1-newsroom .news-bar .bar span{
  display:block;
  height:100%;
  border-radius:inherit;
}

.glp1-newsroom .news-bar .bar.uk span{width:82%;background:linear-gradient(90deg,#66e0c2,#2b7e66);}
.glp1-newsroom .news-bar .bar.us span{width:92%;background:linear-gradient(90deg,#8eb8ff,#3a649f);}
.glp1-newsroom .news-bar .bar.trials span{width:68%;background:linear-gradient(90deg,#ffd67a,#b57f26);}

@media (max-width:1100px){
  .glp1-newsroom .news-shell,
  .glp1-article .article-shell{
    width:min(1180px,calc(100% - 32px));
  }

  .glp1-newsroom .news-grid,
  .glp1-newsroom .news-feature,
  .glp1-article .article-grid{
    grid-template-columns:minmax(0,1fr);
  }

  .glp1-newsroom .news-stats,
  .glp1-newsroom .news-list{
    grid-template-columns:1fr;
  }

  .glp1-newsroom .newsroom-banner img{
    aspect-ratio: 1.58;
  }

  .glp1-article .article-trust-strip,
  .glp1-article .trust-grid,
  .glp1-article .article-snapshot,
  .glp1-article .article-content .news-fact-grid{
    grid-template-columns:minmax(0,1fr);
  }

  .glp1-article .article-rail{
    position:static;
  }
}
