
/* White box for intro text */
.elr-intro-block {
  background: #ffffff;
  
  border-radius: 16px;
  padding: 26px 28px;
  box-shadow: 0 10px 24px rgba(0,0,0,0.25);
  margin: 0 auto 30px auto;
  width: 100%;
  max-width: 1100px;
}

.elr-intro:last-child { margin-bottom: 0; }
@media (min-width: 1100px) {
  
}

/* Force black text inside the white intro box to match Seize the Drugs style */
.elr-intro-block { color: #000000 !important; }


/* === Match Seize the Drugs paragraph font exactly by inheriting global styles === */
.elr-intro-block p,
.elr-intro {
  font: inherit !important;         /* inherit family, size, weight, style, line-height */
  color: #000000 !important;        /* keep black text */
  text-align: left !important;
  margin: 0 0 16px 0 !important;    /* typical paragraph spacing */
}
.elr-intro:last-child { margin-bottom: 0 !important; }
