.wrap-message a {
    background-color: #d49600;
    color: #f5f0e3;
    font-weight: bold;
    display: inline-flex;
    margin-left: 8px;
  }
  .wrap-message {
    background: rgb(43 37 39);
    padding: 40px;
    border-radius: 20px;
  }
  .bonus-modal-item.item2:has(.bonus-modal-item-img:empty) {
    display: none;
  }
  .bonus-modal-item {
    flex: 1;
    max-width: 235px;
  }
  .bonus-modal-item-wrap {
    display: flex;
    gap: 35px;
    margin-bottom: 20px;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 500px;
}
  .bonus-modal-wrap.open {
    display: flex;
  }
  .bonus-modal-btn {
    background-color: #d49600;
    color: #f5f0e3;
    font-weight: bold;
    display: inline-flex;
    margin-top: 30px;
  }
  .bonus-modal-item-img {
    margin-bottom: 15px;
  }
  .bonus-modal-item-desc {
    font-size: 14px;
    line-height: 1;
  }
  .bonus-modal-item-title {
    font-weight: bold;
    margin-bottom: 15px;
  }
  .bonus-modal-wrap {
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
    background: rgb(0 0 0 / 52%);
  }
  .bonus-modal-title {
    font-family: "Kitsch";
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 1em;
    margin-bottom: 30px;
  }
  .bonus-modal-body {
    padding: 40px;
    position: relative;
    z-index: 1;
    background: rgb(43 37 39);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    text-align: center;
  }
  .spoiler-button:after {
    rotate: 0deg;
    transition: rotate 0.3s ease-in-out;
  }
  .spoiler-button.open:after {
    rotate: 180deg;
    transition: rotate 0.3s ease-in-out;
  }
  .spoiler-item:hover {
    cursor: help;
  }
  .spoiler-content.open {
    max-height: 2000px;
    overflow: unset;
    transition: max-height 0.5s ease;
  }
  .spoiler-item:hover .spoiler-desc {
    max-height: 500px;
    transition: max-height 0.3s ease-in-out;
    position: relative;
    background: rgb(36 28 30);
    padding: 12px;
    margin-left: -21px;
    margin-right: -21px;
    border-radius: 0 0px 20px 20px;
    box-sizing: border-box;
    border: 1px solid #444;
    border-top: none;
  }
  .spoiler-desc {
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
  }
  span.spoiler-count {
    color: #d49600;
    transition: color 0.3s ease-in-out;
    font-size: 10px;
  }
  #alert-error-money {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    z-index: 99;
  }
  #alert-error-money span {
    display: block;
    background: #3a2328;
    font-size: 20px;
    color: #fff;
    border-bottom: 2px solid #d49700;
    padding: 10px;
  }
  .spoiler-item {
    background: rgb(36 28 30);
    text-align: center;
    padding: 20px;
    border-radius: 20px;
    height: 170px;
    border: 1px solid #444;
    box-sizing: border-box;
  }
  .roulette__roll-item-icon {
    position: relative;
  }
  .modal-item {
    position: relative;
}
.modal-item:hover .tooltip-item {
  opacity: 1;
}
p.item-name {
  font-weight: bold;
  color: #d49600;
}