.h2 strong {
  background-color: #C54153;
  padding: 2px 4px;
  border-radius: 2px;
  font-weight: normal;
  color: white;
}

.gift {
    background: #C54153;
    border-radius: 8px;
    background-image: url(https://static.tildacdn.com/tild6136-3030-4635-b461-396262653465/gift.png);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: 8px center;
    padding-left: 32px;
    max-width: 185px;
    transition: all 0.2s;
    }
    
.gift:hover {
    background: #b43b4b;
    background-image: url(https://static.tildacdn.com/tild6136-3030-4635-b461-396262653465/gift.png);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: 8px center;
    padding-left: 32px;
}

.gift-tooltip {
    background: #C54153;
    border-radius: 8px;
    background-image: url(https://static.tildacdn.com/tild6136-3030-4635-b461-396262653465/gift.png);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: 8px center;
    padding-left: 32px;
    max-width: 240px;
    transition: all 0.2s;
    }

.gift-tooltip strong:hover {
    background: #b43b4b;
    background-image: url(https://static.tildacdn.com/tild6136-3030-4635-b461-396262653465/gift.png);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: 8px center;
    padding-left: 32px;
}

.autoflash, .autoflash-garlic {
    overflow: hidden;
}

/* Блик через псевдоэлемент */
.autoflash::before,
.autoflash-garlic::before {
  content: "";
  position: absolute;
  top: 0;
  left: -4.5em;
  width: 3em;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  transform: skewX(-45deg) translateX(0);
  animation: garlic-shine 3s ease-in-out infinite;
  pointer-events: none;
  z-index: 1;
  border-radius: 4px;
}

/* Анимация блика */
@keyframes garlic-shine {
  0% {
    transform: skewX(-45deg) translateX(0);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  30% {
    transform: skewX(-45deg) translateX(33.5em);
    opacity: 0;
  }
  100% {
    transform: skewX(-45deg) translateX(33.5em);
    opacity: 0;
  }
}

.autoflash-garlic {
    background-color: #C24051;
    border-radius: 333px;
    background-image: url(https://static.tildacdn.com/tild3432-3564-4732-a132-366131623130/svg_1754073402152.svg);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: 16px center;
    padding-left: 36px;
    padding-right: 24px;
    transition: all 0.2s;
}

.autoflash-garlic:hover {
    padding-left: 40px;
    background-color: #b43b4b;
}

.maksimkoya:hover {
    color: #FFF !important;
    text-decoration: underline !important;
    transition: 0.2s easy-out;
}