/**
 * Features page — dark theme consistent with download & buy pages
 * Uses #74d53b green accent, dark backgrounds, light text
 */
body.features-body {
  background: #1a1a1a !important;
  color: #ccc;
}
body.features-body .container {
  background: transparent;
}
body.features-body h1,
body.features-body h2,
body.features-body h3,
body.features-body h4 {
  color: #fff !important;
}
body.features-body p,
body.features-body li,
body.features-body td {
  color: #ccc !important;
}
body.features-body a {
  color: #74d53b !important;
}
body.features-body a:hover {
  color: #8ee04d !important;
}
/* Buttons and selected pills: white text on green background */
body.features-body a.btn,
body.features-body a.btn-primary,
body.features-body a.pw-pill.pw-pill-active {
  color: #fff !important;
}
body.features-body a.btn:hover,
body.features-body a.btn-primary:hover,
body.features-body a.pw-pill.pw-pill-active:hover {
  color: #fff !important;
}
body.features-body .table {
  color: #ccc;
}
body.features-body .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: rgba(40, 40, 40, 0.5);
}
body.features-body .table-bordered {
  border-color: #444 !important;
}
body.features-body .table-bordered th,
body.features-body .table-bordered td {
  border-color: #444 !important;
}
body.features-body .table thead th {
  background: #2a2a2a !important;
  color: #fff !important;
  border-color: #444 !important;
}
body.features-body .info-format,
body.features-body .models-names {
  color: #ccc;
}
body.features-body .info-format h2,
body.features-body .models-names h2 {
  color: #fff !important;
}
body.features-body hr {
  border-color: #444 !important;
}
body.features-body .table-noborder,
body.features-body .models-names {
  color: #ccc;
}
body.features-body .models-names h2 {
  color: #fff !important;
}
body.features-body .preview,
body.features-body .purchace-licence {
  color: #ccc;
}
body.features-body .preview h4,
body.features-body .purchace-licence h2 {
  color: #fff !important;
}
body.features-body .footer-share a,
body.features-body .footer-links a {
  color: #aaa !important;
}
body.features-body .footer-share a:hover,
body.features-body .footer-links a:hover {
  color: #fff !important;
}
