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

.honor-postgame-notification-component {
  margin-top: 30px;
  position: relative;
  width: 195px;
  height: 97px;
  text-align: center;
  opacity: 0;
}

.honor-postgame-notification-header {
  @extend $fonts_lol_display;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: .08em;
  color: $color_palette_gold1;
  text-transform: uppercase;
  height: 20px;
}

.honor-postgame-notification-contents {
  margin-top: 6px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  border-left: 0 solid transparent;
  border-right: 0 solid transparent;
  border-image: linear-gradient(to right, transparent, $color_palette_gold6 10%, $color_palette_gold6 90%, transparent);
  border-image-slice: 1;
  background: linear-gradient(to right, transparent, rgba(10, 150, 170, 0.2), transparent);
  width: 100%;
  height: 40px;
  position: relative;
}

.honor-postgame-notification-flair-container {
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  width: 45px;
  height: 45px;
  margin-left: auto;
  margin-right: auto;
}

.honor-postgame-notification-flair-icon {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  transition: opacity 0.5s;
  opacity: 0;
}

.honor-postgame-notification-flair-icon.visible {
  opacity: 1;
}