.elementor-2571 .elementor-element.elementor-element-abf9c90{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:80px;--padding-bottom:80px;--padding-left:40px;--padding-right:40px;}.elementor-2571 .elementor-element.elementor-element-abf9c90:not(.elementor-motion-effects-element-type-background), .elementor-2571 .elementor-element.elementor-element-abf9c90 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-text );}/* Start custom CSS for container, class: .elementor-element-abf9c90 */.rtm-game-list {
  max-width: 1100px;
  margin: 40px auto;
}

.rtm-game-version,
.rtm-game-system {
  background: #1a1f2e;
  border: 1px solid #2a3144;
  border-radius: 10px;
  margin-bottom: 16px;
  overflow: hidden;
}

.rtm-game-version > summary,
.rtm-game-system > summary {
  cursor: pointer;
  padding: 18px 22px;
  color: #ffffff;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}

.rtm-game-version > summary span {
  color: #00d4ff;
  font-size: 22px;
}

.rtm-game-system > summary span {
  font-size: 18px;
}

.rtm-game-version small,
.rtm-game-system small {
  color: #94a3b8;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  text-transform: none;
  letter-spacing: 0;
}

.rtm-game-version-content {
  padding: 0 18px 18px;
}

.rtm-game-items {
  columns: 2;
  padding: 18px 28px 22px;
  margin: 0;
  color: #94a3b8;
}

.rtm-game-items li {
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  .rtm-game-list {
    margin: 24px auto;
  }

  .rtm-game-version > summary,
  .rtm-game-system > summary {
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
  }

  .rtm-game-version > summary span {
    font-size: 20px;
  }

  .rtm-game-items {
    columns: 1;
    padding: 16px 22px 20px;
  }
}/* End custom CSS */