.trivia-page {
  color: #1e293b;
}
.desc * {
  all: revert;
}
#play-btn.disable,
#stop-play-btn.disable {
  pointer-events: none;
  opacity: 0.8;
}

@media screen and (min-width: 1180px) {
  .trivia-page aside {
    display: block;
  }
}
@media screen and (min-width: 1180px) and (max-width: 1520px) {
  .trivia-content-wrap {
    display: flex;
    justify-content: center;
    max-width: unset !important;
    gap: 16px;
  }
  .trivia-content {
    max-width: 800px;
  }
  .trivia-page aside {
    position: unset;
  }
}
@media screen and (min-width: 768px) and (max-width: 1179px) {
  .ads-2 {
    width: 336px;
  }
  .ads-2 .ads-container {
    width: 336px;
    height: 280px;
  }
  #m-position-ads-wrap {
    display: flex;
  }
  #m-position-ads-wrap .other-choices-wrap {
    display: block;
  }
}
