/* EITCA News Center front-end presentation layer */
.eitca-nc-front{
  --enc-primary:var(--eitca-nc-primary,#123a6f);
  --enc-secondary:var(--eitca-nc-secondary,#0f76bc);
  --enc-accent:var(--eitca-nc-accent,#f4b400);
  --enc-surface:var(--eitca-nc-surface,#fff);
  --enc-text:var(--eitca-nc-text,#172033);
  --enc-muted:#5d6b7f;
  --enc-line:#dfe6ef;
  color:var(--enc-text);
}
.eitca-nc-front .eitca-nc-front-heading{
  color:var(--enc-primary);
  font-weight:800;
  letter-spacing:-.025em;
}
.eitca-nc-front .eitca-nc-front-heading:after{
  content:"";
  display:block;
  width:72px;
  height:4px;
  border-radius:3px;
  margin:12px 0 0;
  background:linear-gradient(90deg,var(--enc-secondary),var(--enc-accent));
}
.eitca-nc-front .eitca-nc-front-intro{
  max-width:860px;
  font-size:1.02rem;
}
.eitca-nc-front .eitca-nc-front-filters{
  background:linear-gradient(135deg,rgba(18,58,111,.06),rgba(15,118,188,.05));
  border:1px solid var(--enc-line);
  border-radius:16px;
  padding:16px;
}
.eitca-nc-front .eitca-nc-front-filters select,
.eitca-nc-front .eitca-nc-front-filters input[type=text]{
  min-height:38px;
  border:1px solid #cfd9e6;
  border-radius:10px;
  padding:6px 10px;
  background:#fff;
}
.eitca-nc-front .eitca-nc-front-filters button,
.eitca-nc-front .eitca-nc-front-reset,
.eitca-nc-front .eitca-nc-front-readmore{
  border-radius:999px;
  padding:.58rem 1.05rem;
  background:var(--enc-primary);
  color:#fff!important;
  border:0;
  box-shadow:none;
  transition:transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.eitca-nc-front .eitca-nc-front-reset{
  background:#eef4fb;
  color:var(--enc-primary)!important;
}
.eitca-nc-front .eitca-nc-front-readmore{
  background:transparent;
  color:var(--enc-primary)!important;
  padding:0;
}
.eitca-nc-front .eitca-nc-front-readmore:after{content:" →";color:var(--enc-secondary)}
.eitca-nc-front .eitca-nc-front-card,
.eitca-nc-front .eitca-nc-front-featured{
  border-color:var(--enc-line)!important;
  box-shadow:0 12px 32px rgba(18,58,111,.08);
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.eitca-nc-front .eitca-nc-front-card:hover,
.eitca-nc-front .eitca-nc-front-featured:hover{
  transform:translateY(-3px);
  border-color:rgba(15,118,188,.35)!important;
  box-shadow:0 18px 42px rgba(18,58,111,.13);
}
.eitca-nc-front .eitca-nc-front-image{background:#eef4fb;overflow:hidden}
.eitca-nc-front .eitca-nc-front-image img{aspect-ratio:16/9;object-fit:cover;transition:transform .4s ease}
.eitca-nc-front .eitca-nc-front-card:hover .eitca-nc-front-image img,
.eitca-nc-front .eitca-nc-front-featured:hover .eitca-nc-front-image img{transform:scale(1.035)}
.eitca-nc-front .eitca-nc-front-badge{
  background:rgba(15,118,188,.10)!important;
  color:var(--enc-primary)!important;
  border:1px solid rgba(15,118,188,.18);
}
.eitca-nc-front .eitca-nc-front-title a{color:var(--enc-primary);text-decoration:none!important}
.eitca-nc-front .eitca-nc-front-title a:hover{color:var(--enc-secondary)}
.eitca-nc-front .eitca-nc-front-excerpt{color:#34445a!important}
.eitca-nc-front .eitca-nc-front-meta{color:var(--enc-muted)!important}
.eitca-nc-front .eitca-nc-front-tax span,
.eitca-nc-front .eitca-nc-front-tax a{background:#f6f8fb!important;border:1px solid #e8eef5;color:#526276!important}
.eitca-nc-front .eitca-nc-front-pagination a:hover{border-color:var(--enc-secondary);color:var(--enc-secondary)}
.eitca-nc-front .eitca-nc-front-pagination .current{background:var(--enc-primary)!important;border-color:var(--enc-primary)!important}
@media (prefers-reduced-motion: reduce){.eitca-nc-front *{transition:none!important}.eitca-nc-front .eitca-nc-front-card:hover,.eitca-nc-front .eitca-nc-front-featured:hover{transform:none}}
