@use "../common" as *;

.kit-popover {
  max-height: 100%;
  overflow-y: auto;
  border: none;
  border-radius: 8px;
  box-shadow:
    0 10px 15px 0 rgba(0 0 0 / 0.10),
    0 4px 6px 0 rgba(0 0 0 / 0.05);
  background: var(--ui-kit-color-white);
  @include scrollbar;

  .k-popover {
    padding: 24px;
    border-radius: 8px;
    border: none;
    background: var(--ui-kit-color-white);
    box-shadow: none;

    &-body {
      padding: 0;
    }
  }
}
