@charset "utf-8";

:host {
  display: block;
  /* background-color: rgba(255, 255, 255, 0.08); */
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  margin: 0;
  flex-shrink: 0;
  /* background-color: rgba(255, 255, 255, 0.12); */
}

:host([middle]) {
  margin-left: 16px;
  margin-right: 16px;
}

:host([inset]) {
  margin-left: 72px;
}

/* :host[vertical] { ... } */

slot {
  display: block;
  font-size: 0.75rem;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  line-height: 1.66;
  letter-spacing: 0.03333em;
  color: #444;
}

:host(:not(:empty)) slot {
  margin-top: 6px;
  margin-left: 2em;
}
