.pisell-compensated-container {

  .pisell-lowcode-drawer-content-wrapper {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
    max-width: unset;
  }

  .pisell-compensated-drawer-content-with-handler {

    .pisell-lowcode-drawer-header {
      padding: 0;
    }
  }
}

.pisell-compensated-container-handler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 34px;
  padding: 8px 0 6px;
  border: 0;
  background: #fff;
  color: #667085;
  cursor: pointer;
}

.pisell-compensated-container-handler-icon {
  font-size: 20px;
  line-height: 1;
  transition: transform 0.2s ease;
}

.pisell-compensated-container-handler-closed {
  .pisell-compensated-container-handler-icon {
    transform: rotate(180deg);
  }
}

.pisell-compensated-container-title {
  padding: 0 20px 12px;
  color: #101828;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}
