:host {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-right: 50px;

  .header {
    font: var(--default-font-h1);
  }

  .management-panel {
    position: fixed;
    z-index: 1;
    bottom: 12px;

    width: stretch;
    padding-right: 30px;
  }
}
