/* ── LiSA widget overrides ─────────────────────────────────────────── */
.lisa__alert-data-layer {
  height: 100%;
}
/* temporarily hide the title */
.lisa__alert-title {
  visibility: hidden;
  margin-top: auto;
}
.lisa__alert-custom {
  text-align: center;
}
.lisa__alert-desc--one {
  margin-bottom: 0.5em;
}
.lisa__alert-desc--two {
  margin-top: 0.5em;
}
