.inpage_title {
color: gold;
    font-weight: bold;
font-family:'Warhaven';
}

.inpage_title::before {
    content: "";
    display: inline-block;
    width: 42px;
    height: 52px;
    background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiHkTcCjmwnrTgcRybnO7U0hA10h6qtuuHRNyemqD3hWkROn921eOJpNKtiRaiFhg_IspUZHejGTXDhdARrfEWu9mska_uHnpavbnLSNrK41e1RY_QH1NQ-eHBQkcwqv-EYsItR8gsbD4cU-PJlAxPg5H41BKHfm3BXXd9gcjqXnx-tRyMqGNmU5SUEC9M/s1600/icon_update4.webp) no-repeat center;
    background-size: contain;
    vertical-align: middle;
margin-right:5px;

}

.inpage_title2:before {
 content: "";
    display: inline-block;
    width: 42px;
    height: 42px;
    background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiHkTcCjmwnrTgcRybnO7U0hA10h6qtuuHRNyemqD3hWkROn921eOJpNKtiRaiFhg_IspUZHejGTXDhdARrfEWu9mska_uHnpavbnLSNrK41e1RY_QH1NQ-eHBQkcwqv-EYsItR8gsbD4cU-PJlAxPg5H41BKHfm3BXXd9gcjqXnx-tRyMqGNmU5SUEC9M/s1600/icon_update4.webp) no-repeat center;
    background-size: contain;
    vertical-align: middle;
margin-right:5px;
}

 .button-container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    justify-items: center;
    margin-top: 20px;
  }

  .bt {
   
 
    border-radius: 6px;
    border: 1px solid #dcdcdc;
    cursor: pointer;
    color: #666666;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    padding: 15px 30px;
    text-align: center;
    width: 100%;
        background: #eaeaea;
  }

  .bt:hover {
    background: linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
  }

  .bt:active {
    position: relative;
    top: 1px;
  }

  .bt-copy {
    font-size: 18px;
    padding: 10px 25px;
    margin-left: 40px;
    margin-top: 2px;
    margin-bottom:20px;
  }

  .copy-button-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
  }

.inform_area {
background: rgba(167, 155, 133, .05);
    border: 1px solid #4a4a4a;
 border-box; line-height: 1.69; margin: 10px 0px 0px; padding: 25px; text-align: left; text-indent: 0px;
}


 .grade-low { background: #2e4431 !important; color: #7aff85 !important; }
.grade-mid { background: #232c3a !important; color: #73b9ff !important; }
.grade-high { background: #4a232c !important; color: #ff7b7b !important; }
.grade-top { background: #3a274a !important; color: #c27cff !important; }


.price:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: url(https://assets.playnccdn.com/resource/store/price/156d.png) no-repeat center center;
    background-size: cover;
    height: 48px;
    width: 48px;
}
.price span {
    vertical-align: middle;
   
}