.brics-archive .container{ width: min(1160px, 92vw); margin: 0 auto; }
body.category-news .site-content .ast-container,
body.post-type-archive-publication .site-content .ast-container,
body.post-type-archive-opportunity .site-content .ast-container,
body.post-type-archive-program .site-content .ast-container,
body.tax-cooperation_area .site-content .ast-container,
body.tax-country .site-content .ast-container,
body.single-post .site-content .ast-container,
body.single-opportunity .site-content .ast-container{
  max-width: 1200px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  margin-left:auto;
  margin-right:auto;
}
.brics-archive .ast-container{ overflow: visible; }

body.category-news .site-content .ast-row,
body.post-type-archive-publication .site-content .ast-row,
body.post-type-archive-opportunity .site-content .ast-row,
body.post-type-archive-program .site-content .ast-row,
body.tax-cooperation_area .site-content .ast-row,
body.tax-country .site-content .ast-row,
body.single-post .site-content .ast-row,
body.single-opportunity .site-content .ast-row{ display:block; }

body.category-news .content-area,
body.post-type-archive-publication .content-area,
body.post-type-archive-opportunity .content-area,
body.post-type-archive-program .content-area,
body.tax-cooperation_area .content-area,
body.tax-country .content-area,
body.single-post .content-area,
body.single-opportunity .content-area{ width:100% !important; float:none; margin:0 auto; }

body.category-news .site-main,
body.post-type-archive-publication .site-main,
body.post-type-archive-opportunity .site-main,
body.post-type-archive-program .site-main,
body.tax-cooperation_area .site-main,
body.tax-country .site-main,
body.single-post .site-main,
body.single-opportunity .site-main{ max-width:none; }

body.category-news .site-content,
body.post-type-archive-publication .site-content,
body.post-type-archive-opportunity .site-content,
body.post-type-archive-program .site-content,
body.tax-cooperation_area .site-content,
body.tax-country .site-content,
body.single-post .site-content,
body.single-opportunity .site-content{ padding-left:0; padding-right:0; }

body.single-post .site-content > .ast-container{
  flex-direction: column-reverse;
     
}
@media (min-width:922px){
  body.single-post .site-content .ast-container{
  flex-direction: column-reverse;
  }
}

.ast-separate-container .ast-article-post,
.ast-separate-container .ast-article-post .ast-article-inner,
.ast-separate-container .ast-article-single:not(.ast-related-post),
.single.ast-separate-container .site-main .ast-author-meta,
.ast-separate-container .comments-area,
.ast-separate-container .comments-count-wrapper,
.ast-separate-container .related-posts-title-wrapper{
  background:transparent !important;
  box-shadow:none !important;
  border:none !important;
}
body.single-post .ast-article-post,
body.single-post .ast-article-inner,
body.single-post .entry-content{
  background:transparent !important;
  box-shadow:none !important;
  padding:0;
  margin:0;
  border:none;
}
.brics-news-article{
  margin:0 auto;
  background:transparent;
  box-shadow:none;
  border:none;
  padding:0;
}

.brics-archive main.brics-archive{ display:block; }
main.brics-news-single{
  width:min(1200px, 94vw);
  margin:0 auto;
  display:block;
}

.brics-term-hero{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:32px;
  width:100%;
}
.brics-term-hero-shell{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:48px;
  border-radius:32px;
  margin-bottom:32px;
  background:linear-gradient(135deg,#f7faff 0%,#edf3ff 100%);
  border:1px solid rgba(211,224,243,.7);
  box-shadow:0 20px 60px rgba(15,35,70,.12);
  overflow:hidden;
  isolation:isolate;
}
.brics-term-hero-shell::before{
  content:"";
  position:absolute;
  z-index:0;
  inset:-18% -6% -24% 52%;
  background-image:radial-gradient(460px 420px at calc(100% - 140px) 16%, rgba(var(--brics-accent-rgb,31,95,204),0.18), transparent 74%);
  background-repeat:no-repeat;
  background-size:420px 420px;
  background-position:calc(100% - 140px) 18%;
  opacity:.32;
  pointer-events:none;
  transition:opacity .35s ease, transform .35s ease, background-position .35s ease;
}
.brics-term-hero-shell::after{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(720px 360px at 12% -40%, rgba(255,255,255,.75), transparent 70%);
  pointer-events:none;
}
.brics-term-hero-shell.has-media::before{
  background-image:radial-gradient(460px 460px at calc(100% - 80px) 0%, rgba(255,255,255,.42), transparent 70%), var(--brics-hero-image);
  background-size:420px 420px, cover;
  background-position:calc(100% - 160px) 14%, calc(100% - 100px) 50%;
  opacity:.58;
  transform:translate3d(0,0,0);
  filter:saturate(112%);
}
.brics-term-hero-shell.is-cooperation{
  color:#fff;
  border:none;
  background:linear-gradient(135deg, rgba(var(--brics-accent-rgb,31,95,204),0.22) 0%, rgba(var(--brics-accent-rgb,31,95,204),0.78) 70%, rgba(var(--brics-accent-rgb,31,95,204),0.94) 100%);
  box-shadow:0 28px 88px rgba(15,32,66,.32);
}
.brics-term-hero-shell.is-cooperation::after{
  background:radial-gradient(920px 460px at 16% -20%, rgba(255,255,255,.36), transparent 70%), radial-gradient(680px 320px at 86% 120%, rgba(255,255,255,.18), transparent 70%);
}
.brics-term-hero-shell.is-country.has-media::before{
  background-image:radial-gradient(420px 380px at calc(100% - 160px) 10%, rgba(var(--brics-accent-rgb,31,95,204),0.24), transparent 72%), var(--brics-hero-image);
  background-size:360px 300px, 320px 220px;
  background-position:calc(100% - 180px) 18%, calc(100% - 120px) 54%;
  opacity:.45;
  mix-blend-mode:multiply;
  filter:saturate(100%);
}
.brics-term-hero-shell.is-country{
  color:#142742;
  background:linear-gradient(135deg, rgba(var(--brics-accent-rgb,31,95,204),0.08) 0%, rgba(var(--brics-accent-rgb,31,95,204),0.18) 60%, rgba(var(--brics-accent-rgb,31,95,204),0.24) 100%);
}
.brics-term-hero-shell.is-country::after{
  background:radial-gradient(680px 360px at 14% -30%, rgba(var(--brics-accent-rgb,31,95,204),0.15), transparent 68%);
}
.brics-term-hero-shell .brics-term-hero{
  position:relative;
  z-index:1;
  width:100%;
}
.brics-term-hero__surface{
  display:flex;
  flex-direction:column;
  gap:20px;
  max-width:min(620px, 70%);
}
.brics-term-hero__meta{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.brics-pill{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:6px 14px;
  border-radius:999px;
  border:1px solid rgba(var(--brics-accent-rgb,31,95,204),0.28);
  background:rgba(var(--brics-accent-rgb,31,95,204),0.12);
  color:rgba(var(--brics-accent-rgb,31,95,204),0.92);
  font-size:12px;
  font-weight:600;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.brics-pill--label{
  background:#fff;
  border-color:rgba(255,255,255,.7);
  color:#1f2b46;
  box-shadow:0 6px 20px rgba(15,35,70,.12);
}
.brics-term-hero-shell.is-cooperation .brics-pill{
  border-color:rgba(255,255,255,.35);
  background:rgba(255,255,255,.18);
  color:#fff;
}
.brics-term-hero-shell.is-cooperation .brics-pill--label{
  color:#1f263d;
}
.brics-term-hero-shell .section-head h2,
.brics-term-hero-shell .section-head h1{
  color:inherit;
  font-size:40px;
  margin:0;
}
.brics-term-hero__body{
  display:flex;
  flex-direction:column;
  gap:18px;
}
.brics-term-hero-shell .brics-term-hero__intro{
  margin:0;
  font-size:18px;
  line-height:1.75;
  color:inherit;
}
.brics-term-hero__stats{
  display:flex;
  flex-wrap:wrap;
  gap:18px 32px;
  padding:0;
  margin:24px 0 0;
  list-style:none;
}
.brics-term-hero__stat{
  display:flex;
  flex-direction:column;
  gap:4px;
  min-width:120px;
}
.brics-term-hero__stat-count{
  font-size:28px;
  font-weight:700;
  line-height:1;
  color:rgba(var(--brics-accent-rgb,31,95,204),0.96);
}
.brics-term-hero-shell.is-cooperation .brics-term-hero__stat-count{
  color:#fff;
}
.brics-term-hero__stat-label{
  font-size:12px;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:rgba(var(--brics-accent-rgb,31,95,204),0.76);
}
.brics-term-hero-shell.is-cooperation .brics-term-hero__stat-label{
  color:rgba(255,255,255,.78);
}
.brics-term-hero__actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:24px;
}
.brics-term-hero__cta{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:10px 20px;
  border-radius:999px;
  background:#fff;
  color:rgba(var(--brics-accent-rgb,31,95,204),0.95);
  font-weight:600;
  text-decoration:none;
  box-shadow:0 12px 32px rgba(15,35,74,.18);
}
.brics-term-hero-shell.is-cooperation .brics-term-hero__cta{
  color:rgba(var(--brics-accent-rgb,31,95,204),0.95);
}
.brics-term-hero__cta::after{
  content:"→";
  font-size:12px;
  transition:transform .2s ease;
}
.brics-term-hero__cta:hover::after{
  transform:translateX(4px);
}
.brics-term-hero__cta--ghost{
  background:transparent;
  border:1px solid rgba(var(--brics-accent-rgb,31,95,204),0.38);
  box-shadow:none;
  color:rgba(var(--brics-accent-rgb,31,95,204),0.9);
}
.brics-term-hero-shell.is-cooperation .brics-term-hero__cta--ghost{
  border-color:rgba(255,255,255,.55);
  color:#fff;
}
.brics-term-hero__media{
  position:relative;
  z-index:1;
  flex:0 0 auto;
}
.brics-term-hero__media-frame{
  border-radius:26px;
  border:1px solid rgba(255,255,255,.5);
  background:rgba(255,255,255,.28);
  box-shadow:0 22px 54px rgba(12,30,56,.26);
  overflow:hidden;
  width:320px;
  max-width:30vw;
}
.brics-term-hero__media img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.brics-term-hero-shell.is-country .brics-term-hero__media-frame{
  width:220px;
  border:1px solid rgba(var(--brics-accent-rgb,31,95,204),0.25);
  background:rgba(var(--brics-accent-rgb,31,95,204),0.08);
  box-shadow:0 18px 48px rgba(var(--brics-accent-rgb,31,95,204),0.22);
}
.brics-term-hero-shell.is-country .brics-term-hero__media-frame img{
  padding:24px;
  object-fit:contain;
}
.brics-term-hero-shell .brics-term-hero__flag{
  width:96px;
  height:64px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.45);
  box-shadow:0 12px 40px rgba(19,34,60,.2);
  background:#fff;
}
.brics-term-hero-shell.is-country .brics-term-hero__flag{
  border:1px solid rgba(var(--brics-accent-rgb,31,95,204),0.3);
  box-shadow:0 12px 36px rgba(var(--brics-accent-rgb,31,95,204),0.28);
}
@media (max-width:1080px){
  .brics-term-hero-shell{
    flex-direction:column;
    align-items:flex-start;
    padding:40px 36px;
    gap:28px;
  }
  .brics-term-hero-shell::before{
    inset:-36% -16% -48% 18%;
    background-size:320px 320px;
    background-position:calc(100% - 120px) 20%;
  }
  .brics-term-hero-shell.has-media::before{
    background-position:calc(100% - 120px) 18%, center;
  }
  .brics-term-hero{
    flex-direction:column;
    align-items:flex-start;
    gap:28px;
  }
  .brics-term-hero__surface{
    max-width:100%;
  }
  .brics-term-hero__stats{
    gap:16px 24px;
  }
  .brics-term-hero__media-frame{
    width:100%;
    max-width:100%;
  }
}
@media (max-width:720px){
  .brics-term-hero-shell{
    padding:28px 22px;
    border-radius:24px;
  }
  .brics-term-hero-shell::before{
    inset:-44% -34% -60% 10%;
    background-size:220px 220px;
    background-position:calc(100% - 90px) 26%;
    opacity:.42;
  }
  .brics-term-hero__surface{
    gap:16px;
  }
  .brics-term-hero__stats{
    margin-top:16px;
    gap:12px 16px;
  }
  .brics-term-hero__stat{
    min-width:calc(50% - 12px);
  }
  .brics-term-hero__stat-count{
    font-size:22px;
  }
  .brics-term-hero-shell .section-head h2,
  .brics-term-hero-shell .section-head h1{
    font-size:30px;
  }
  .brics-term-hero-shell .brics-term-hero__intro{
    font-size:16px;
  }
  .brics-term-hero__media-frame{
    border-radius:22px;
  }
}

.brics-opportunity-hero{
  position:relative;
  padding:48px;
  border-radius:32px;
  margin-bottom:40px;
  background:linear-gradient(120deg,#f6f9ff 0%,#eef3ff 45%,#f1f6ff 100%);
  border:1px solid rgba(211,224,243,.7);
  box-shadow:0 18px 60px rgba(15,35,70,.12);
  overflow:hidden;
}
.brics-opportunity-hero::before{
  content:"";
  position:absolute;
  inset:-18% 32% 40% auto;
  width:420px;
  background:radial-gradient(420px 240px at 50% 20%, rgba(31,95,204,.18), transparent 70%);
  transform:rotate(-12deg);
  opacity:.8;
}
.brics-opportunity-hero::after{
  content:"";position:absolute;inset:-20% -10% -30% 50%;
  background:radial-gradient(600px 420px at 80% 20%, rgba(31,95,204,.12), transparent 70%);
  pointer-events:none;
}
.brics-opportunity-hero__above{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:20px;
}
.brics-opportunity-hero__grid{
  display:grid;
  grid-template-columns:minmax(0, 1fr) 320px;
  gap:36px;
  align-items:start;
}
.brics-opportunity-hero__main{
  display:flex;
  flex-direction:column;
  gap:20px;
  position:relative;
  z-index:1;
}
.brics-opportunity-hero__side{
  position:relative;
  z-index:1;
  background:rgba(255,255,255,.88);
  border-radius:28px;
  padding:26px;
  border:1px solid rgba(211,224,243,.8);
  box-shadow:0 16px 44px rgba(15,35,70,.12);
}
.brics-opportunity-hero__side h3{
  margin:0 0 14px;
  font-size:18px;
  color:#132442;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.brics-opportunity-hero__label{
  display:inline-flex;
  align-items:center;
  padding:6px 16px;
  border-radius:999px;
  background:#101a2f;
  color:#fff;
  font-size:12px;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.brics-pill--status{
  border-color:rgba(31,95,204,.28);
  background:#fff;
  color:#1f2f5a;
  font-weight:600;
}
.brics-opportunity-hero__body{
  position:relative;
  z-index:1;
}
.brics-opportunity-hero__body h1{
  margin:0 0 12px;
  font-size:42px;
  color:#0f1e35;
}
.brics-opportunity-hero__body p{
  margin:0;
  font-size:18px;
  line-height:1.7;
  color:#1b2e4a;
  max-width:780px;
}
.brics-opportunity-highlights{
  list-style:none;
  padding:0;
  margin:0;
  display:flex;
  flex-direction:column;
  gap:16px;
}
.brics-opportunity-highlights__item{
  padding:6px 0 6px 42px;
  border-left:3px solid rgba(31,95,204,.35);
  position:relative;
  display:flex;
  flex-direction:column;
  gap:4px;
}
.brics-opportunity-highlights__item::before{
  content:"";
  position:absolute;
  left:8px;
  top:12px;
  width:16px;
  height:16px;
  border-radius:4px;
  background:linear-gradient(135deg,#6da4ff,#335bdc);
  box-shadow:0 6px 18px rgba(31,95,204,.3);
}
.brics-opportunity-highlights__item span{
  font-size:12px;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#5c6f8f;
}
.brics-opportunity-highlights__item strong{
  font-size:20px;
  color:#0f1e35;
}
.brics-opportunity-tags{
  margin-top:32px;
  display:flex;
  flex-wrap:wrap;
  gap:26px;
  position:relative;
  z-index:1;
}
.brics-opportunity-tag{
  display:flex;
  flex-direction:column;
  gap:10px;
}
.brics-opportunity-tag > span{
  font-size:12px;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#65779c;
}
.brics-opportunity-tag__chips{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.brics-opportunity-hero__source{
  margin:22px 0 0;
  font-size:13px;
  color:#22304a;
  padding:12px 18px;
  border-radius:16px;
  background:rgba(255,255,255,.65);
  display:inline-flex;
  max-width:min(720px, 100%);
  border:1px dashed rgba(31,95,204,.3);
}
.brics-opportunity-hero__actions{
  display:flex;
  gap:16px;
  flex-wrap:wrap;
  margin-top:32px;
  position:relative;
  z-index:1;
}
.brics-opportunity-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:12px 26px;
  border-radius:999px;
  background:#1f5fcc;
  color:#fff;
  font-weight:600;
  text-decoration:none;
  box-shadow:0 14px 30px rgba(31,95,204,.25);
}
.brics-opportunity-cta::after{
  content:\"→\";
  font-size:12px;
  transition:transform .2s ease;
}
.brics-opportunity-cta:hover::after{
  transform:translateX(4px);
}
.brics-opportunity-cta--ghost{
  background:transparent;
  border:1px solid rgba(31,95,204,.35);
  color:#1f5fcc;
  box-shadow:none;
}
.brics-opportunity-grid{
  display:grid;
  grid-template-columns:minmax(0, 1fr) 320px;
  gap:40px;
  align-items:flex-start;
}
.brics-opportunity-grid.is-single{
  grid-template-columns:1fr;
}
.brics-opportunity-content{
  background:#fff;
  border-radius:28px;
  padding:40px;
  border:1px solid rgba(211,224,243,.7);
  box-shadow:0 14px 44px rgba(15,35,70,.08);
}
.brics-opportunity-section + .brics-opportunity-section{
  margin-top:40px;
  padding-top:32px;
  border-top:1px solid rgba(215,226,242,.6);
}
.brics-opportunity-section h2{
  margin:0 0 18px;
  font-size:28px;
  color:#0f1e35;
}
.brics-opportunity-entry :where(p,ul,ol){
  font-size:16px;
  color:#2a3d59;
  line-height:1.75;
}
.brics-opportunity-sidebar{
  display:flex;
  flex-direction:column;
  gap:24px;
}
.brics-opportunity-panel{
  background:#fff;
  border-radius:24px;
  padding:28px;
  border:1px solid rgba(211,224,243,.7);
  box-shadow:0 12px 38px rgba(15,35,70,.08);
}
.brics-opportunity-panel h3{
  margin:0 0 18px;
  font-size:20px;
  color:#162850;
}
.brics-opportunity-facts{
  display:flex;
  flex-direction:column;
  gap:18px;
  margin:0;
}
.brics-opportunity-facts div{
  display:flex;
  flex-direction:column;
  gap:4px;
}
.brics-opportunity-facts dt{
  font-size:12px;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#6a7a96;
  margin:0;
}
.brics-opportunity-facts dd{
  margin:0;
  font-size:16px;
  color:#0f1e35;
}
.brics-opportunity-contacts{
  list-style:none;
  padding:0;
  margin:0;
  display:flex;
  flex-direction:column;
  gap:16px;
}
.brics-opportunity-contacts li{
  display:flex;
  flex-direction:column;
  gap:6px;
}
.brics-opportunity-contacts strong{
  font-size:16px;
  color:#0f1e35;
}
.brics-opportunity-contacts a{
  color:#1f5fcc;
  text-decoration:none;
  font-weight:600;
}
.brics-opportunity-contacts span{
  font-size:14px;
  color:#4a5b75;
}
.brics-opportunity-docs{
  list-style:none;
  padding:0;
  margin:0;
  display:flex;
  flex-direction:column;
  gap:16px;
}
.brics-opportunity-docs li{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:18px;
  padding:18px 0;
  border-bottom:1px solid rgba(215,226,242,.6);
}
.brics-opportunity-docs li:first-child{
  padding-top:0;
}
.brics-opportunity-docs strong{
  font-size:16px;
  color:#0f1e35;
}
.brics-opportunity-docs span{
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.08em;
  color:#7a889f;
}
.brics-opportunity-doc-link{
  font-weight:600;
  color:#1f5fcc;
  text-decoration:none;
}

@media (max-width:1080px){
  .brics-opportunity-hero{
    padding:36px;
  }
  .brics-opportunity-hero__grid{
    grid-template-columns:1fr;
  }
  .brics-opportunity-hero__side{
    width:100%;
  }
  .brics-opportunity-hero__body h1{
    font-size:36px;
  }
  .brics-opportunity-grid{
    grid-template-columns:1fr;
  }
  .brics-opportunity-sidebar{
    flex-direction:row;
    flex-wrap:wrap;
  }
  .brics-opportunity-panel{
    flex:1 1 320px;
  }
}
@media (max-width:720px){
  .brics-opportunity-hero{
    padding:28px;
    border-radius:24px;
  }
  .brics-opportunity-hero__body h1{
    font-size:30px;
  }
  .brics-opportunity-hero__body p{
    font-size:16px;
  }
  .brics-opportunity-highlights__item{
    padding-left:32px;
  }
  .brics-opportunity-content{
    padding:28px 22px;
    border-radius:22px;
  }
  .brics-opportunity-section h2{
    font-size:24px;
  }
  .brics-opportunity-docs li{
    flex-direction:column;
    align-items:flex-start;
  }
  .brics-opportunity-sidebar{
    flex-direction:column;
  }
  .brics-opportunity-panel{
    width:100%;
  }
}

.brics-filter-bar{
  display:flex;
  gap:12px;
  align-items:center;
  flex-wrap:wrap;
  margin-bottom:18px;
  padding:12px 16px;
  border:1px solid #e0e8f4;
  border-radius:14px;
  background:linear-gradient(135deg, #f9fbff 0%, #f3f8ff 45%, #f7fbff 100%);
}
.brics-filter-bar strong{
  font-size:14px;
  letter-spacing:.05em;
  text-transform:uppercase;
  color:#1f5fcc;
}
.brics-filter-bar .facetwp-facet,
.brics-filter-bar .facetwp-sort{
  margin:0;
  flex:auto 1 1;
}
.brics-filter-bar select,
.brics-filter-bar input[type="text"],
.brics-filter-bar .facetwp-date input{
  height:36px;
  padding:6px 12px;
  border:1px solid #d7e2f2;
  border-radius:10px;
  background:#fff;
  color:#203655;
  font-size:14px;
  width:100%;
}
.brics-filter-bar .facetwp-date{
  display:flex;
  gap:8px;
  align-items:center;
}

.brics-card-grid{
  display:grid;
  gap:24px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  margin-top:18px;
}
.brics-card-grid.is-programs{
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}
.brics-card-grid.is-list{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.brics-card-grid.is-news,
.brics-card-grid.is-publications,
.brics-card-grid.is-opportunities{
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.brics-card{
  background: linear-gradient(180deg,#ffffff 0%,#fbfdff 100%);
  border:1px solid #dbe5f4;
  border-radius:18px;
  padding:18px;
  box-shadow:0 10px 28px rgba(28,52,90,.08);
  display:flex;
  flex-direction:column;
  gap:14px;
  height:100%;
  transition: transform .18s ease, box-shadow .18s ease;
  overflow:hidden;
}
.brics-card:hover{
  transform: translateY(-4px);
  box-shadow:0 18px 46px rgba(23,48,92,.12);
}
.brics-card__thumb{
  position:relative;
  border-radius:14px;
  overflow:hidden;
  border:1px solid #d7e2f2;
  background:#eef4ff;
  aspect-ratio: 16 / 9;
  display:block;
  margin-bottom:12px;
}
.brics-card__thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

/* Universal media frame:
 * - Foreground image uses object-fit: contain (no ugly cropping)
 * - Background uses blurred cover (no awkward empty bars)
 */
.brics-media-frame{
  position:relative;
  isolation:isolate;
}
.brics-media-frame::before{
  content:"";
  position:absolute;
  inset:0;
  background-image: var(--brics-media);
  background-size:cover;
  background-position:center;
  transform: scale(1.14);
  filter: blur(18px) saturate(1.06);
  opacity:.55;
  pointer-events:none;
  z-index:0;
}
.brics-media-frame img{
  position:relative;
  z-index:1;
}

/* Publications should feel like document covers (portrait on desktop, wide on mobile) */
.brics-card--publication .brics-card__thumb{
  aspect-ratio: 3 / 4;
}
.brics-card--publication .brics-card__thumb img{
  object-fit:contain;
  filter: drop-shadow(0 18px 38px rgba(10,20,40,.22));
}
@media (max-width: 980px){
  .brics-card--publication .brics-card__thumb{
    aspect-ratio: 16 / 9;
  }
}
.brics-card__thumb--logo{
  aspect-ratio: 4 / 3;
  display:grid;
  place-items:center;
  background:#fff;
}
.brics-card__thumb--logo img{
  object-fit:contain;
  width:80%;
  height:80%;
}
.brics-card__thumb--empty{
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg,#e9f1ff 0%, #f4faff 100%);
  color:#1f5fcc;
  font-weight:700;
  font-size:14px;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.brics-card--program .brics-card__thumb:not(.brics-card__thumb--logo){
  display:flex;
  align-items:center;
  justify-content:center;
  background:#fff;
}
.brics-card--program .brics-card__thumb:not(.brics-card__thumb--logo) img{
  width:100%;
  height:100%;
  object-fit:contain;
  background:#fff;
}
.brics-card__badge{
  align-self:flex-start;
  padding:4px 12px;
  border-radius:999px;
  font-size:12px;
  font-weight:700;
  border:1px solid rgba(31,95,204,.2);
  color:#1f5fcc;
  background:rgba(31,95,204,.08);
  letter-spacing:.02em;
}
.brics-card__meta{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
  color:#5a6b85;
  font-size:13px;
  text-transform:uppercase;
  letter-spacing:.04em;
}
.brics-card__meta .brics-chip{
  text-transform:uppercase;
  letter-spacing:.04em;
  font-size: 9px;
}
.brics-card__title{
  font-size:20px;
  margin:0;
  line-height:1.35;
}
.brics-card__title a{
  color:#162f54;
  text-decoration:none;
}
.brics-card__title a:hover{
  color:#1f5fcc;
}
.brics-card__excerpt{
  color:#42536d;
  font-size:14px;
  line-height:1.6;
  flex-grow:1;
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  overflow:hidden;
}

.brics-card__tags{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.brics-chip{
  display:inline-flex;
  align-items:center;
  gap:6px;
  font-size:12px;
  padding:4px 10px;
  border-radius:999px;
  border:1px solid #d7e2f2;
  background:#f5f8ff;
  color:#28456b;
  letter-spacing:.02em;
}
.brics-chip--country{ background:#eaf1ff; color:#1f5fcc; border-color:#cfdbff; }
.brics-chip--area{ background:#fff3e3; color:#8a4a00; border-color:#f7d8a6; }
.brics-chip--sector{ background:#e8f8f0; color:#0a6a3d; border-color:#cfe9dc; }
.brics-chip--date{ background:#f0f4fb; color:#5a6b85; }
.brics-chip--type{ background:#f1f6ff; color:#1f5fcc; }
.brics-chip--topic{ background:#f3f5ff; color:#3a3993; border-color:#d6d9ff; }

.brics-news-hero{
  width:100%;
  max-width:min(1160px, 94vw);
  margin:0 auto 42px;
}
.brics-news-hero__frame{
  background:linear-gradient(135deg,#f6f9ff 0%,#eef5ff 60%,#f8fbff 100%);
  border-radius:42px;
  border:1px solid rgba(211,224,243,.65);
  box-shadow:0 32px 72px rgba(12,32,64,.16);
  padding:40px 48px;
  display:flex;
  flex-direction:column;
  gap:28px;
}
.brics-news-hero__headline{
  display:flex;
  flex-direction:column;
  gap:12px;
}
.brics-news-hero__headline h1{
  margin:0;
  font-size:48px;
  line-height:1.2;
  color:#0f213b;
}
.brics-news-hero__grid{
  display:grid;
  grid-template-columns:minmax(0, 1.85fr) minmax(220px, 0.75fr);
  gap:32px;
  align-items:flex-start;
}
.brics-news-hero__grid.is-full{
  grid-template-columns:1fr;
}
.brics-news-hero.is-text-only .brics-news-hero__grid{
  grid-template-columns:1fr;
}
.brics-news-hero__media{
  border-radius:32px;
  overflow:hidden;
  
  box-shadow:0 32px 64px rgba(10,30,60,.24);
  background:#0d203f;
}
.brics-news-hero__media img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.brics-news-panel{
  background:#fff;
  border-radius:26px;
  border:1px solid rgba(211,224,243,.75);
  box-shadow:0 18px 46px rgba(14,32,60,.12);
  padding:24px 24px 20px;
  display:flex;
  flex-direction:column;
  gap:16px;
  align-self:flex-start;
}
.brics-news-tax{
  display:flex;
  flex-direction:column;
  gap:8px;
}
.brics-news-tax > span{
  font-size:12px;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#5c6f8f;
}
.brics-news-tax__chips{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.brics-news-tax__chips .brics-chip{
  box-shadow:inset 0 0 0 1px rgba(31,95,204,.08), 0 4px 10px rgba(15,30,55,.08);
  display:inline-flex;
  width:auto;
  white-space:nowrap;
}
.brics-news-tax__chips .brics-chip span{
  white-space:nowrap;
}
.brics-news-hero__cta{
  margin-top:8px;
  align-self:flex-start;
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:12px 26px;
  border-radius:999px;
  background:#1f5fcc;
  color:#fff;
  font-weight:600;
  text-decoration:none;
  box-shadow:0 15px 35px rgba(31,95,204,.25);
}
.brics-news-hero__cta::after{
  content:"↗";
  font-size:13px;
}
.brics-news-body{
  background:#fff;
  border-radius:28px;
  padding:36px;
  border:1px solid rgba(211,224,243,.7);
  box-shadow:0 20px 44px rgba(16,35,66,.08);
  width:100%;
  max-width:min(900px, 92vw);
  margin:0 auto 40px;
}
.brics-news-body :where(p,li){
  font-size:16px;
  line-height:1.8;
  color:#1e324f;
}
.brics-news-body h2{
  margin-top:1.6em;
}
@media (max-width:980px){
  .brics-news-hero__frame{
    padding:28px;
  }
  .brics-news-hero__grid{
    grid-template-columns:1fr;
  }
  .brics-news-hero__media{
    order:-1;
    aspect-ratio:16/9;
  }
  .brics-news-hero__headline h1{
    font-size:34px;
  }
  .brics-news-body{
    padding:28px;
  }
}
@media (max-width:640px){
  .brics-news-hero__frame{
    padding:22px;
  }
  .brics-news-hero__headline h1{
    font-size:30px;
  }
  .brics-news-body{
    padding:22px;
    border-radius:22px;
  }
}

.brics-card__footer{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  font-size:13px;
  color:#5a6b85;
  padding-top:12px;
  border-top:1px solid rgba(215,226,242,.6);
}
.brics-card__cta{
  margin-left:auto;
  font-size:13px;
  font-weight:600;
  color:#1f5fcc;
  text-decoration:none;
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:6px 10px;
  border-radius:999px;
  background:rgba(31,95,204,.08);
}
.brics-card__cta::after{
  content:"→";
  font-size:12px;
  transition: transform .18s ease;
}
.brics-card__cta:hover::after{
  transform: translateX(3px);
}
.brics-card__cta:hover{
  background:rgba(31,95,204,.16);
}

.facetwp-template{
  display:grid;
  gap:20px;
}
.facetwp-template.brics-card-grid{
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)) !important;
  display:grid !important;
}
.facetwp-template .brics-card{
  height:100%;
}
.facetwp-template.b-grid{
  display:grid !important;
  gap:20px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)) !important;
}
.facetwp-template.b-grid.b-2,
.facetwp-template.b-grid.b-3{
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)) !important;
}
.facetwp-template > .facetwp-template{
  display:grid !important;
  gap:20px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}
.facetwp-template > .facetwp-template .b-row{
  display:flex;
  flex-direction:column;
  gap:12px;
  background:linear-gradient(180deg,#ffffff 0%,#fbfdff 100%);
  border:1px solid #dbe5f4;
  border-radius:18px;
  padding:20px;
  box-shadow:0 10px 28px rgba(28,52,90,.08);
  transition: transform .18s ease, box-shadow .18s ease;
}
.facetwp-template > .facetwp-template .b-row:hover{
  transform: translateY(-4px);
  box-shadow:0 18px 46px rgba(23,48,92,.12);
}
.facetwp-template > .facetwp-template .title{
  font-size:18px;
  font-weight:700;
  color:#162f54;
  text-decoration:none;
}
.facetwp-template > .facetwp-template .title:hover{
  color:#1f5fcc;
}
.facetwp-template > .facetwp-template .meta{
  display:inline-flex;
  align-items:center;
  padding:4px 10px;
  margin-right:8px;
  border-radius:999px;
  border:1px solid #d7e2f2;
  background:#f1f6ff;
  color:#28456b;
  font-size:12px;
  letter-spacing:.02em;
}
.facetwp-template > .facetwp-template .meta:first-of-type{
  color:#1f5fcc;
  border-color:#cfdbff;
  background:#eaf1ff;
}
.facetwp-template .b-card{
  background:linear-gradient(180deg,#ffffff 0%,#fbfdff 100%);
  border:1px solid #dbe5f4;
  border-radius:18px;
  padding:20px;
  box-shadow:0 10px 28px rgba(28,52,90,.08);
  transition: transform .18s ease, box-shadow .18s ease;
  display:flex;
  flex-direction:column;
  gap:12px;
  height:100%;
}
.facetwp-template .b-card:hover{
  transform: translateY(-4px);
  box-shadow:0 18px 46px rgba(23,48,92,.12);
}
.facetwp-template .b-card h3{
  margin:0;
  font-size:18px;
  line-height:1.35;
}
.facetwp-template .b-card h3 a{
  color:#162f54;
  text-decoration:none;
}
.facetwp-template .b-card h3 a:hover{
  color:#1f5fcc;
}
.facetwp-template .b-tags{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:4px 0 0 0;
}
.facetwp-template .b-tag{
  display:inline-flex;
  align-items:center;
  padding:4px 10px;
  border-radius:999px;
  border:1px solid #d7e2f2;
  background:#f5f8ff;
  color:#28456b;
  font-size:12px;
  letter-spacing:.02em;
}
.facetwp-template .b-tag.country{ background:#eaf1ff; color:#1f5fcc; border-color:#cfdbff; }
.facetwp-template .b-tag.area{ background:#fff3e3; color:#8a4a00; border-color:#f7d8a6; }
.facetwp-template .b-tag.sector{ background:#e8f8f0; color:#0a6a3d; border-color:#cfe9dc; }
.facetwp-template .b-card p.muted{
  color:#5a6b85;
  font-size:13px;
  margin:0;
}
.facetwp-template .b-card p{
  color:#42536d;
  font-size:14px;
  line-height:1.6;
}
.facetwp-template .b-list{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:20px;
  grid-template-columns:repeat(3, minmax(0,1fr));
}
.facetwp-template .b-list .b-row{
  display:flex;
  flex-direction:column;
  gap:12px;
  background:linear-gradient(180deg,#ffffff 0%,#fbfdff 100%);
  border:1px solid #dbe5f4;
  border-radius:18px;
  padding:20px;
  box-shadow:0 10px 28px rgba(28,52,90,.08);
  transition: transform .18s ease, box-shadow .18s ease;
}
.facetwp-template .b-list .b-row:hover{
  transform: translateY(-4px);
  box-shadow:0 18px 46px rgba(23,48,92,.12);
}
.facetwp-template .b-list .title{
  font-size:18px;
  font-weight:700;
  color:#162f54;
  text-decoration:none;
}
.facetwp-template .b-list .title:hover{
  color:#1f5fcc;
}
.facetwp-template .b-list .sep{
  display:none;
}
.facetwp-template .b-list .meta{
  display:inline-flex;
  align-items:center;
  padding:4px 10px;
  margin-right:8px;
  border-radius:999px;
  border:1px solid #d7e2f2;
  background:#f1f6ff;
  color:#28456b;
  font-size:12px;
  letter-spacing:.02em;
}
.facetwp-template .b-list .meta:first-of-type{
  color:#1f5fcc;
  border-color:#cfdbff;
  background:#eaf1ff;
}

.brics-empty{
  border:1px dashed #d7e2f2;
  border-radius:14px;
  padding:24px;
  text-align:center;
  background:#fbfdff;
  color:#5a6b85;
  font-size:15px;
}

/* FacetWP pager (styled to match WP pagination) */
.facetwp-pager{
  margin-top:0;
}
.facetwp-pager > .facetwp-pager{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  align-items:center;
  justify-content:center;
  margin-top:32px;
}
.facetwp-pager > .facetwp-pager:empty{
  display:none;
}
.facetwp-pager .facetwp-page{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height:36px;
  min-width:36px;
  padding:0 12px;
  border-radius:12px;
  border:1px solid #d7e2f2;
  background:#fff;
  color:#1b3357;
  text-decoration:none;
  font-weight:600;
  user-select:none;
}
.facetwp-pager .facetwp-page:hover{
  background:#f3f7ff;
}
.facetwp-pager .facetwp-page.active{
  background:#eaf1ff;
  color:#1f5fcc;
  border-color:#cfdbff;
  cursor:default;
}
.facetwp-pager .facetwp-page.active:hover{
  background:#eaf1ff;
}
.facetwp-pager .facetwp-page.dots{
  border-color:transparent;
  background:transparent;
  min-width:auto;
  padding:0 6px;
  cursor:default;
}
.facetwp-pager .facetwp-page.dots:hover{
  background:transparent;
}

.navigation.pagination .nav-links{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  align-items:center;
  justify-content:center;
  margin-top:32px;
}
.navigation.pagination .page-numbers{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height:36px;
  min-width:36px;
  padding:0 12px;
  border-radius:12px;
  border:1px solid #d7e2f2;
  background:#fff;
  color:#1b3357;
  text-decoration:none;
  font-weight:600;
}
.navigation.pagination .page-numbers.current{
  background:#eaf1ff;
  color:#1f5fcc;
  border-color:#cfdbff;
}
.navigation.pagination .page-numbers:hover{
  background:#f3f7ff;
}

@media (max-width: 1080px){
  .brics-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .brics-card-grid.is-programs{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .facetwp-template .b-list{
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
  .facetwp-template.b-grid{
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
}

@media (min-width: 1280px){
  .brics-card-grid.is-news,
  .brics-card-grid.is-publications,
  .brics-card-grid.is-opportunities{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .brics-card-grid.is-programs{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 720px){
  .brics-card-grid,
  .brics-card-grid.is-programs{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .brics-filter-bar{
    flex-direction:column;
    align-items:flex-start;
  }
  .brics-filter-bar strong{
    margin-bottom:6px;
  }
  .facetwp-template .b-list{
    grid-template-columns: repeat(1, minmax(0,1fr));
  }
  .facetwp-template.b-grid{
    grid-template-columns: repeat(1, minmax(0,1fr));
  }
}

@media (max-width: 980px){
  .brics-card-grid.is-news,
  .brics-card-grid.is-publications,
  .brics-card-grid.is-opportunities{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* ------------------------------------------------------------
 * Research / Publications: Single page (single-publication.php)
 * Editorial-style layout: cover + source panel + readable body.
 * ------------------------------------------------------------ */
body.single-publication main.brics-publication-single{
  display:block;
}
.brics-publication-hero{
  margin-top:12px;
}
.brics-publication-hero__frame{
  position:relative;
  padding:44px;
  border-radius:34px;
  overflow:hidden;
  border:1px solid rgba(211,224,243,.72);
  background:
    radial-gradient(740px 420px at 14% 8%, rgba(31,95,204,.14), transparent 64%),
    radial-gradient(640px 420px at 88% 14%, rgba(245,158,11,.10), transparent 62%),
    linear-gradient(180deg,#ffffff 0%,#f7fbff 100%);
  box-shadow:0 26px 84px rgba(16,35,66,.12);
  isolation:isolate;
}
.brics-publication-hero__frame::after{
  content:"";
  position:absolute;
  inset:-1px;
  pointer-events:none;
  background:
    radial-gradient(560px 320px at 50% -20%, rgba(255,255,255,.72), transparent 62%),
    repeating-linear-gradient(
      90deg,
      rgba(20,35,60,.025) 0 1px,
      transparent 1px 7px
    );
  opacity:.6;
  mix-blend-mode:soft-light;
  z-index:-1;
}
.brics-publication-hero__top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  margin-bottom:14px;
}
.brics-publication-hero__kicker{
  font-size:12px;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:rgba(30,50,79,.72);
  font-weight:700;
}
.brics-publication-hero__back{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-size:13px;
  font-weight:650;
  text-decoration:none;
  color:rgba(31,95,204,.92);
  padding:8px 12px;
  border-radius:999px;
  border:1px solid rgba(31,95,204,.28);
  background:rgba(31,95,204,.06);
}
.brics-publication-hero__back::before{
  content:"←";
  font-size:12px;
}
.brics-publication-hero__back:hover{
  background:rgba(31,95,204,.11);
  border-color:rgba(31,95,204,.35);
}
.brics-publication-hero__title{
  margin:0 0 14px;
  font-size:46px;
  line-height:1.1;
  letter-spacing:-.02em;
  color:#0f1f35;
  font-weight:800;
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}
.brics-publication-hero__chips{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-bottom:26px;
}
.brics-publication-hero__grid{
  display:grid;
  grid-template-columns: minmax(240px, 360px) minmax(0, 1fr);
  gap:28px;
  align-items:start;
}
.brics-publication-cover{
  border-radius:22px;
  overflow:hidden;
  border:1px solid rgba(211,224,243,.72);
  background:linear-gradient(180deg,#ffffff 0%,#f3f7ff 100%);
  box-shadow:0 18px 54px rgba(16,35,66,.16);
  aspect-ratio: 3 / 4;
  position:relative;
}
.brics-publication-cover img{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
  filter: drop-shadow(0 22px 54px rgba(10,20,40,.26));
}
.brics-publication-cover--empty{
  background:
    radial-gradient(480px 320px at 40% 30%, rgba(31,95,204,.18), transparent 62%),
    linear-gradient(180deg,#ffffff 0%,#f3f7ff 100%);
}
.brics-publication-cover__mark{
  position:absolute;
  inset:22px;
  border-radius:18px;
  border:1px dashed rgba(31,95,204,.34);
  background:rgba(255,255,255,.55);
}
.brics-publication-panel{
  border-radius:26px;
  border:1px solid rgba(211,224,243,.72);
  background:rgba(255,255,255,.78);
  backdrop-filter: blur(10px);
  padding:22px;
  box-shadow:0 20px 60px rgba(16,35,66,.10);
  align-self:stretch;
  display:flex;
  flex-direction:column;
  gap:16px;
  min-height:0;
}
.brics-publication-panel__row{
  display:flex;
  flex-direction:column;
  gap:6px;
  margin-bottom:0;
}
.brics-publication-panel__label{
  font-size:12px;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:rgba(30,50,79,.62);
  font-weight:750;
}
.brics-publication-panel__value{
  font-size:15px;
  line-height:1.5;
  color:#0f1f35;
  font-weight:650;
}
.brics-publication-panel__value a{
  color:#0f1f35;
  text-decoration:none;
  border-bottom:1px solid rgba(31,95,204,.25);
}
.brics-publication-panel__value a:hover{
  border-bottom-color:rgba(31,95,204,.55);
}
.brics-publication-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin:0;
}
.brics-publication-action{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:12px 16px;
  border-radius:999px;
  font-size:13px;
  font-weight:750;
  text-decoration:none;
  line-height:1;
  transition: transform .14s ease, box-shadow .14s ease, background .14s ease, border-color .14s ease;
  will-change: transform;
}
.brics-publication-action:hover{
  transform: translateY(-1px);
}
.brics-publication-action--primary{
  background:#1f5fcc;
  color:#fff;
  box-shadow:0 16px 36px rgba(31,95,204,.26);
}
.brics-publication-action--primary::after{
  content:"↓";
  font-size:12px;
}
.brics-publication-action--primary:hover{
  box-shadow:0 20px 48px rgba(31,95,204,.30);
}
.brics-publication-action--ghost{
  background:rgba(31,95,204,.06);
  color:rgba(31,95,204,.96);
  border:1px solid rgba(31,95,204,.26);
}
.brics-publication-action--ghost::after{
  content:"↗";
  font-size:12px;
}
.brics-publication-action--ghost:hover{
  background:rgba(31,95,204,.10);
  border-color:rgba(31,95,204,.36);
}
.brics-publication-tags{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.brics-publication-panel__row--notes{
  padding-top:14px;
  border-top:1px solid rgba(215,226,242,.68);
}
.brics-publication-panel__row--tags{
  margin-top:auto;
}
.brics-publication-panel__hint{
  margin-top:12px;
  font-size:12px;
  color:rgba(30,50,79,.62);
}

.brics-publication-authors-inline{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.brics-author-pill{
  display:inline-flex;
  align-items:center;
  padding:7px 12px;
  border-radius:999px;
  border:1px solid rgba(31,95,204,.22);
  background:rgba(31,95,204,.08);
  color:rgba(31,95,204,.92);
  font-size:13px;
  font-weight:750;
  line-height:1.1;
  max-width:100%;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.brics-publication-notes{
  font-size:13px;
  line-height:1.75;
  color:rgba(30,50,79,.78);
  font-weight:550;
}
.brics-publication-notes :where(p){
  margin:0 0 10px;
}
.brics-publication-notes :where(h3,h4){
  margin:14px 0 8px;
  font-size:12px;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:rgba(30,50,79,.62);
  font-weight:800;
}
.brics-publication-notes ul{
  margin:0 0 10px;
  padding-left:18px;
}
.brics-publication-notes li{
  margin:0 0 6px;
}
.brics-publication-notes :where(a){
  color:#1f5fcc;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.brics-publication-notes :where(a:hover){
  text-decoration-thickness: 2px;
}

.brics-publication-body{
  background:#fff;
  border-radius:28px;
  padding:38px;
  border:1px solid rgba(211,224,243,.72);
  box-shadow:0 22px 52px rgba(16,35,66,.08);
  width:100%;
  max-width:min(980px, 92vw);
  margin:28px auto 40px;
}
.brics-publication-section + .brics-publication-section{
  margin-top:28px;
  padding-top:22px;
  border-top:1px solid rgba(215,226,242,.68);
}
.brics-publication-body h2{
  margin:0 0 10px;
  font-size:18px;
  letter-spacing:.04em;
  text-transform:uppercase;
  color:rgba(30,50,79,.78);
  font-weight:800;
}
.brics-publication-body p{
  margin:0 0 12px;
}
.brics-publication-body :where(p,li){
  font-size:16px;
  line-height:1.85;
  color:#1e324f;
}
.brics-publication-section--abstract p{
  font-size:17px;
}
.brics-publication-authors{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap:12px;
}
.brics-publication-authors li{
  display:flex;
  flex-direction:column;
  gap:4px;
  padding:14px 16px;
  border-radius:18px;
  border:1px solid rgba(211,224,243,.72);
  background:linear-gradient(180deg,#ffffff 0%,#fbfdff 100%);
}
.brics-publication-authors li strong{
  color:#0f1f35;
  font-size:15px;
}
.brics-publication-authors li span{
  color:rgba(30,50,79,.72);
  font-size:13px;
}
.brics-publication-content :where(a){
  color:#1f5fcc;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.brics-publication-content :where(a:hover){
  text-decoration-thickness: 2px;
}

@media (max-width: 980px){
  .brics-publication-hero__frame{
    padding:30px;
  }
  .brics-publication-hero__title{
    font-size:36px;
  }
  .brics-publication-hero__grid{
    grid-template-columns: 1fr;
  }
  .brics-publication-cover{
    aspect-ratio: 16 / 9;
  }
  .brics-publication-body{
    padding:28px;
  }
}

@media (max-width: 640px){
  .brics-publication-hero__frame{
    padding:22px;
    border-radius:26px;
  }
  .brics-publication-hero__title{
    font-size:30px;
  }
  .brics-publication-body{
    padding:22px;
    border-radius:22px;
  }
  .brics-publication-action{
    width:100%;
  }
}
