/* Restore original feature icon squares and suppress previous check overlays. */
body .bn-bottom-features div {
  position: relative !important;
}

body .bn-bottom-features div::after {
  content: none !important;
  display: none !important;
}

body .bn-bottom-features div::before {
  content: "" !important;
  width: 50px !important;
  height: 50px !important;
  min-width: 50px !important;
  border-radius: 12px !important;
  display: block !important;
  flex: 0 0 50px !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
  text-shadow: none !important;
  text-indent: -9999px !important;
  background:
    radial-gradient(circle at 35% 24%, rgba(255, 202, 34, .12), rgba(255, 202, 34, 0) 32%),
    linear-gradient(180deg, rgba(54, 44, 13, .92) 0%, rgba(35, 31, 22, .96) 100%) !important;
  border: 1px solid rgba(218, 166, 20, .55) !important;
  box-shadow:
    0 0 16px rgba(255, 178, 19, .08),
    inset 0 1px 0 rgba(255, 221, 91, .08) !important;
}
