/* LP-MC-1.0: alert-banner "al gehackt?" op de hoofdlandingpage */
.mc-alert-bar{
  display:flex;align-items:center;justify-content:center;gap:8px;
  background:#fdecef;color:#b8324a;
  font-size:13px;font-weight:500;text-align:center;
  padding:10px 16px;
}
.mc-alert-bar strong{font-weight:700;text-decoration:underline;}
.mc-alert-bar:hover{background:#fbdde3;}
