body {
  font-family: Helvetica, Arial, "Lucida Grande", "Hiragino Sans GB", "Microsoft Yahei", sans-serif;
  font-size: 15px;
  color: #555;
  background-color: #f9f9f9;
  padding-top: 50px;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6, {
  margin-top: 0;
  font-family: Helvetica, Arial, "Lucida Grande", "Hiragino Sans GB", "Microsoft Yahei", sans-serif;
  font-weight: normal;
  color: #333;
}

a:focus {
    text-decoration: none;
}

.logo {
  max-height: 20px;
}

.content {
  padding-top: 25px;
  padding-bottom: 30px;
  background-color: #fff;
}

.navbar-inverse .navbar-brand {
    color: #fff;
}

.navbar-brand > img {
  margin-right: 8px;
  display: inline-block;
}

.collapse.in {
    margin-bottom: 8px;
}

.jumbotron {
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
  text-align: center;
  background-color: #222;
  color: #fff;
  margin-bottom: 0px;
}

.jumbotron h1{
  font-size: 48px;
}

.jumbotron h3 {
  color: #fff;
}

.jumbotron h4 {
  color: #fff;
  font-size: 18px;
}

.jumbotron p {
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #ddd;
  font-size: 14px;
}

.vertical-align {
    display: flex;
    align-items: center;
}

.jumbotron p > a, .jumbotron h4 > a {
  color: #FDD04B;
  font-weight: 500;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.blog-footer {
  padding: 20px 0;
  color: #999;
  text-align: center;
  background-color: #f9f9f9;
  border-top: 1px solid #e5e5e5;
}

.blog-footer p:last-child {
  margin-bottom: 0;
}

#purchase-btn-group img {
  cursor: pointer;
}

sup {
  top: -1em;
}

.badge {
  background-color: #FDD04B;
  border-radius: 4px;
}

.badge a {
  color: black;
}

.flex-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

#purchase-btn-group {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  column-gap: 6px;
}

.popover-title {
  color: black !important;
}

.preload {
    position: absolute;
    visibility: hidden;
}

code {
  overflow-wrap: break-word;
}

.gold {
  color: #FDD04B !important;
}

#buy-now {
  border: 1.2px solid #ddd;
  background-color: transparent;
  padding: 2px 6px;
  margin-bottom: 6px;
}

#buy-now:focus, #buy-now:hover {
  background-color: #666 !important;
}

#buy-now:active {
  background-color: #888 !important;
}

.section-title {
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 18px;
  width: 100%;
}

.section-title::before,
.section-title::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #fff;
}

.section-title span {
  padding: 0 10px;
}

.jumbotron .dropdown a, .jumbotron .bullet {
  color: #ddd;
}

.badge a {
  color: black;
}

.my-12 {
    margin-top: 12px;
    margin-bottom: 12px;
}

.mt-12 {
    margin-top: 12px;
}

.mt-6 {
    margin-top: 6px;
}

.mb-6 {
    margin-bottom: 6px;
}

.w-100, .dropdown-menu {
    width: 100%;
}

.my-auto {
    margin-top: auto;
    margin-bottom: auto;
}

.dropdown:hover .dropdown-menu, .open .dropdown-menu {
    display: block;
    margin-top: 0;
}

.dropdown.no-hover:hover .dropdown-menu {
    display: none;
}

.dropdown.open .dropdown-menu {
    display: block !important;
}

li.dropdown-item > a {
    display: flex;
    justify-content: flex-start;
    text-align: center;
    align-items: center;
    width: 100%;
    gap: .4rem;
    padding: 3px 6px;
}

li.dropdown-item > a > img {
    max-height: 24px;
    display: block;
    fill: currentcolor;
    flex-shrink: 0;
    padding: 5px;
}

.purchase {
    display: flex !important;
    justify-content: space-between;
    text-align: left;
    align-items: center;
    width: 100%;
    gap: .8rem;
    padding: 4px 6px;
    border: 1px solid transparent;
    border-radius: 6px !important;
}

.purchase img {
    width: 28px;
}

.purchase .badge {
    color: black;
    border: 1.2px solid black;
    padding: 3px;
    background-color: transparent;
    font-weight: 400;
}

.purchase .flex-col {
    gap: 2px
}

.price .label {
    background-color: #3c76f4;
    font-size: 13px;
    line-height: 18px;
    padding: .3em .6em;
}

.platform {
    color: black;
}

.version {
    margin-left: auto;
    padding-left: 0.4rem;
    text-align: right;
    color: #aaa;
    font-size: 13px !important;
}

.price {
    margin-left: auto;
    padding-left: 0.4rem;
    text-align: right;
    color: black;
    font-size: 13px !important;
}

.build {
    padding-left: 0.2rem;
    color: #999;
}

.flex-right {
    display: flex;
    justify-content: flex-end;
    gap: 6px;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

.mt-5 {
    margin-top: 5px;
}

.filter-black {
    filter: brightness(0) saturate(100%);
}

.f-sm {
    font-size: 12px !important;
}
