:host {
  width: 100%;
  display: none;
}

:host(.is-active) {
  display: block;
}
:host(.is-active)::after {
  content: "";
  display: table;
  clear: both;
}

slot {
  box-sizing: border-box;
}