.root {
  :global {
    .am-list-item,
    .am-input-item {
      min-height: 40px;
      padding-left: 10px !important;
    }

    .am-list-item.am-input-item {
      height: 40px;

      input {
        font-size: var(--title-default-size);
      }
    }
  }
}
