@prefix: pisell-section-headers;

.@{prefix} {
  width: 100%;
  z-index: 100;
  position: sticky;
  top: 0;
  border-bottom: 1px solid var(--Gray-300, #d0d5dd);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  padding: 16px;
  height: auto;

  &-fixed {
    position: fixed;
    top: 0;
    left: 0;
  }

  &-placeholder {
    width: 100%;
  }

  &-content {
    height: 100%;
    padding: 0;
    display: flex;
    // align-items: center;
    justify-content: space-between;
    gap: 10px;
  }

  &-back {
    cursor: pointer;
  }

  &-main {
    flex: 1;
    // display: flex;
    // align-items: center;
    // justify-content: center;
  }

  &-actions {
    cursor: pointer;
  }
}
