#last-bets-wrapper .table-wrap {
  background: linear-gradient(180deg, #0f1e12 0%, #11271a 100%);
  padding: 50px 40px;
  border-radius: 22px;
  margin: 40px auto;
  max-width: 1440px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  position: relative;
}

.deo-header-textbox {
  text-align: center;
  padding-bottom: 20px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.deo-header-textbox::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 120px;
  background: radial-gradient(circle, rgba(0,255,130,0.08) 0%, transparent 80%);
  z-index: -1;
  pointer-events: none;
}

.deo-header-textbox h2 {
  font-size: 36px;
  font-weight: 700;
  background: linear-gradient(90deg, #00ff80, #00ffaa);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
}

.deo-header-textbox p {
  font-size: 18px;
  color: #bbbbbb;
  opacity: 0.85;
}

.xtable td[data-profit="plus"],
.xtable td[data-profit="minus"] {
  color: #ffffff !important;
  font-weight: 500 !important;
}

@media screen and (max-width: 1440px) {
  #last-bets-wrapper .table-wrap {
    padding: 30px 20px;
  }

  .deo-header-textbox h2 {
    font-size: 26px;
  }

  .deo-header-textbox p {
    font-size: 16px;
  }
}