@use '../../../../mx-core/src/base/typography';
@use '../../../../mx-core/src/base/shape';

:host {
  @extend .rounded-x-sm;
  display: inline-block;
  width: 100%;
  max-width: 680px;
  padding: 8px 16px 8px 12px;
  box-sizing: border-box;
  overflow: hidden;
}

.mx-infotip {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;

  &__title {
    @extend .gl-label-md;
    margin-bottom: 2px;
  }

  &__content {
    @extend .gl-body-md;
  }

  &__icon {
    width: 20px;
    height: 20px;
    min-width: 20px;
  }
}
