@import "../../constants/index.scss";

.buttonHSL {
  display: flex;
  flex-direction: column;
  min-width: 120px;
  max-width: $width;

  &DisplayWrapper {
    border-bottom: 1px solid #ddd;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  &Text {
    overflow-wrap: break-word;
    white-space: pre-wrap;
  }

  &Actionables {
    border: 1px solid #ddd;
    border-top: none;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    overflow: hidden;
  }

  &Actionable {
    padding: 8px;
    margin-right: 0;
    background-color: #fff;
    color: $primary-color;
    font-size: 12px;
    line-height: 16px;
    white-space: nowrap;
    border-bottom: 1px solid #ddd;
    text-align: center;
    &:last-child {
      border-bottom: none;
    }

    &Title {
      font-size: 12px;
    }

    &Subtitle {
      color: #666;
      font-size: 10px;
    }
  }

  &Error {
    border: 1px solid #ef8b93;
    cursor: not-allowed;
  }
}
