/* GBN procurement page.
   Same theme measurements as the consultation page: Consultio panel #eff1ff,
   hairline #e4eaff, theme red #d00000, Poppins headings, Roboto body. Buttons
   use the theme's own .btn class. Scoped to .gbnp. */
.gbnp{--gbnp-red:#d00000;--gbnp-ink:#0e0e0e;--gbnp-text:#383838;--gbnp-muted:#666;--gbnp-panel:#eff1ff;--gbnp-line:#e4eaff;
  max-width:860px;margin:0 auto;color:var(--gbnp-text);font-size:16px;line-height:1.7}
.gbnp *{box-sizing:border-box}
.gbnp h2,.gbnp h3{font-family:Poppins,sans-serif;color:var(--gbnp-ink);font-weight:700}

.gbnp-hero{background:var(--gbnp-panel);border-radius:5px;padding:34px 34px 28px;margin-bottom:30px}
.gbnp .gbnp-title{font-size:26px;line-height:1.35;margin:0 0 14px}
.gbnp-lead{margin:0 0 18px;text-align:justify}
.gbnp-facts{display:flex;flex-wrap:wrap;gap:12px 40px;margin:0;padding:0}
.gbnp-facts dt{font-size:13px;color:var(--gbnp-muted);margin:0}
.gbnp-facts dd{margin:0;font-family:Poppins,sans-serif;font-weight:700;font-size:17px;color:var(--gbnp-ink)}
.gbnp-alert{background:#fff;border-left:3px solid var(--gbnp-red);border-radius:5px;padding:12px 16px;margin:20px 0 0;color:var(--gbnp-red);font-weight:500}

.gbnp-card{background:#fff;border:1px solid var(--gbnp-line);border-radius:5px;padding:30px 34px;margin-bottom:30px}
.gbnp-card h3{margin:0 0 12px;font-size:22px;line-height:1.4}
.gbnp-card p{margin:0 0 14px;text-align:justify}
/* The theme's heading component, tuned for these panels only. */
.gbnp .ct-heading{margin:0 0 14px}
.gbnp .ct-heading .item--sub-title{margin-bottom:6px;color:#595959}  /* the theme sets this per widget */
.gbnp .ct-heading .item--title{margin:0;font-size:22px;line-height:1.4}
.gbnp .gbnp-hero .ct-heading .item--title{font-size:26px}
.gbnp-meta{display:grid;grid-template-columns:1fr 1fr;gap:14px 30px;margin:18px 0 20px;padding:18px 0 0;border-top:1px solid var(--gbnp-line)}
.gbnp-meta dt{font-size:13px;color:var(--gbnp-muted);margin:0}
.gbnp-meta dd{margin:0;font-family:Poppins,sans-serif;font-weight:700;font-size:16px;color:var(--gbnp-ink)}
.gbnp-meta dd a{font-weight:400;font-family:Roboto,sans-serif;font-size:15px}
.gbnp-list{margin:0 0 14px;padding-left:22px}
.gbnp-list li{margin-bottom:10px;text-align:justify}
.gbnp-note{color:var(--gbnp-muted);font-size:14px;line-height:1.6;margin:18px 0 0!important}
.gbnp .btn{margin-top:4px}
.gbnp-card,.gbnp-hero{scroll-margin-top:110px}

@media (max-width:767px){
  .gbnp-hero,.gbnp-card{padding:22px 18px}
  .gbnp .gbnp-title{font-size:21px}
  .gbnp-meta{grid-template-columns:1fr}
}

/* The site-wide newsletter popup covers the tenders on phones. This stylesheet
   only loads on the procurement page, so the popup is unchanged elsewhere. */
#ct-newsletter-popup{display:none!important}
