/* DLE soft overrides for Aether */
body { background: var(--void, #07080c); }
.x88c999_unit-rating { display: none !important; }
table { width: 100%; border-collapse: collapse; }
table td, table th {
  padding: 8px;
  color: #c9d0de;
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.x88c999_bb-quote, .x88c999_quote {
  background: #121722;
  border-left: 3px solid var(--copper, #e8a54b);
  padding: 10px 12px;
  border-radius: 10px;
}
input[type="submit"], button[type="submit"] { cursor: pointer; }

/* Registration form must never stay in a poster-wide cell */
.x88c999_ae-catalog .x88c999_ae-formpage,
.x88c999_ae-catalog .x88c999_ae-formcard--wide,
.x88c999_ae-catalog form[name="registration"],
.x88c999_ae-catalog #registration,
form[name="registration"],
#dle-content > form {
  width: 100% !important;
  max-width: 100% !important;
}

/* Legacy search blocks */
.x88c999_searchtable,
#searchtable,
.x88c999_section.search,
.x88c999_box.story.searchpage {
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
}
