div#strtlb {
  top: 65px !important;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  min-width: 260px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #211a54;
  border-radius: 12px !important;
  padding: 8px;
  border: 2px #9186ff solid;
}

.legend_gaming_body div#strtlb,
.legend div#strtlb {
  padding: 6px 8px;
  background: #3d2742;
  border-color: #ff6261;
  top: 124px !important;
}

div#strtlb p:first-child {
  width: auto !important;
  font-size: 16px !important;
  font-weight: 700;
  padding: 10px 12px !important;
  margin-bottom: 0 !important;
  margin-right: 12px;
  min-width: 90px;
  white-space: nowrap;
  transition: opacity 220ms ease-out;
  background: radial-gradient(
    92% 230% at 48% -9%,
    #ff6e6d 0%,
    #ff6766 28%,
    #ff4c4a 92%
  ) !important;
}

div#strtlb p:first-child:hover {
  opacity: 0.75;
}

div#strtlb p:nth-child(2) {
  text-align: left !important;
  flex: 1;
}

@media (min-width: 500px) {
  .legend_gaming_body div#strtlb,
  .legend div#strtlb {
    top: 112px !important;
  }
}

@media (min-width: 768px) {
  .legend_gaming_body div#strtlb,
  .legend div#strtlb {
    top: 122px !important;
  }
}

@media (min-width: 992px) {
  div#strtlb,
  .legend div#strtlb,
  .legend_gaming_body div#strtlb {
    top: 50% !important;
    left: initial;
    transform: translateY(-50%);
    flex-direction: column;
    padding: 10px;
    min-width: 200px;
  }

  div#strtlb p:first-child {
    width: 100% !important;
    margin-right: 0;
    margin-bottom: 12px !important;
    padding: 14px !important;
  }

  div#strtlb p:nth-child(2) {
    text-align: center !important;
  }
}
