/* forum_rules.css — Страница "Правила форума" (BEM) */
.forum_rules__page {
  border: 1px solid rgba(90, 185, 234, 0.15);
  background: hsla(240, 7%, 12%, 0.88);
  box-shadow: 0px -1px 4px rgb(200 196 196 / 8%), 0px 4px 4px rgb(200 196 196 / 25%);
  border-radius: 10px;
  display: table;
  margin-bottom: 45px;
}
.forum_rules__nav {
  height: 72px;
  margin-bottom: 190px;
}
.forum_rules__tab {
  width: 100%;
  display: block;
  float: left;
  cursor: pointer;
  text-decoration: none;
  color: #d5dfea;
  font-size: 16px;
  padding: 12px 15px;
  min-width: 180px;
  position: relative;
  background: hsla(240, 7%, 14%, 0.95);
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  border-left: 1px solid rgba(90, 185, 234, 0.12);
}
.forum_rules__tab:hover {
  background: rgba(90, 185, 234, 0.12);
  text-decoration: none;
  color: #fff;
}
.forum_rules__tab--selected {
  border-top: 3px solid #55b2fd;
  padding-top: 9px;
  background: linear-gradient(135deg, rgba(85,178,253,0.18), rgba(101,115,234,0.18));
  border-bottom: 1px solid rgba(90, 185, 234, 0.2);
  color: #fff;
}
.forum_rules__tab--selected:hover {
  background: linear-gradient(135deg, rgba(85,178,253,0.28), rgba(101,115,234,0.28)) !important;
}
.forum_rules__tab span {
  font-size: 16px;
  font-weight: 600;
}
.forum_rules__tab i {
  font-size: 26px;
  margin-bottom: 6px;
}
.forum_rules__text {
  padding: 0 10px;
}
.forum_rules__text h2 {
  color: #5ab9ea;
}
.forum_rules__edition {
  float: right;
}
.forum_rules__term {
  font-weight: 600;
  color: #6699ff;
}
.forum_rules__num {
  font-weight: bold;
  color: #fff;
}

/* === ORPHANED CSS из reference forum_rules.css === */

.rules_block {
  padding: 6px;
  margin-bottom: 12px;
  display: inline-block;
  transition: all 0.3s 0.05s ease;
  -moz-transition: all 0.3s 0.05s ease;
  -o-transition: all 0.3s 0.05s ease;
  -webkit-transition: all 0.3s 0.05s ease;
}

.rules_block h3 {
  font-size: 16px;
  font-family: fselliotpro-bold;
  float: left;
}

.rules_text span {
  color: #7f8c8d;
  margin-top: 10px;
  display: block;
}

.rules_punish {
  color: #c24d3e;
  margin-top: 10px;
}

.rules_text {
  float: right;
  margin-left: 10px;
  margin-top: -12px;
}

.rules_text i {
  padding: 0 5px;
  border-radius: 50%;
  border: 2px solid #dfd1d1;
  background: #eaeaea;
  color: #b39494;
  cursor: help;
  font-size: 14px;
  transition: all 0.5s 0.05s ease;
  -moz-transition: all 0.5s 0.05s ease;
  -o-transition: all 0.5s 0.05s ease;
  -webkit-transition: all 0.5s 0.05s ease;
  position: relative;
  display: inline-block;
}

.rules_text i:hover {
  color: #856767;
  border: 2px solid #cbbdbd;
  background: #d9d9d9;
}

.rules_horizontal {
  width: 741px;
  height: 4px;
  margin-left: -34px;
  background: #dcdcdc;
  margin-top: 14px;
  margin-bottom: 24px;
}
