@import '~riotclient-lol-asset-csslib/styles/typekit';

.honor-profile-component {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.honor-profile-icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 200px;
  height: 200px;
}

.honor-profile-text-wrapper {
  position: absolute;
  left: 50%;
  bottom: -4px;
  min-height: 38px;
  transform: translateX(-50%);
  text-align: center;

  .honor-profile-title {
    @extend $typekit_h6_subhead;
    width: 100%;
    margin: 0;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
  }

  .honor-profile-level {
    @extend $typekit_h4;
    width: 100%;
    margin: 0;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
  }
}
