/* Mobile */
.gameSiteNavigation.mobile
  .gameSiteNavigation__drawers__buttons--mobile
  > div:last-child:not(:first-child)
  a {
  background: #9e0c12;
  border: 1px solid #9e0c12;
}

.gameSiteNavigation.mobile
  .gameSiteNavigation__drawers__buttons--mobile
  > div:hover:last-child:not(:first-child)
  a {
  border-color: #9e0c12 !important;
  background: #9e0c12 !important;
  box-shadow: inset 0 0 15px 0 rgba(182, 95, 56, 0.4), 0 0 20px 0 #9e0c12 !important;
}

/* Desktop */
.gameSiteNavigation
  .gameSiteNavigation__buttons
  > div:last-child:not(:first-child)
  a {
  background: #9e0c12;
  border: 1px solid #9e0c12;
}

.gameSiteNavigation
  .gameSiteNavigation__buttons
  > div:hover:last-child:not(:first-child)
  a {
  border-color: #9e0c12 !important;
  background: #9e0c12 !important;
  box-shadow: inset 0 0 15px 0 rgba(182, 95, 56, 0.4), 0 0 20px 0 #9e0c12 !important;
}

body.zh-tw .gameSiteNavigation .gameSiteNavigation__buttons > div a {
  background: #9e0c12 !important;
  border: 1px solid #9e0c12 !important;
}

body.zh-tw .gameSiteNavigation .gameSiteNavigation__buttons > div a:hover {
  border-color: #9e0c12 !important;
  background: #9e0c12 !important;
  box-shadow: inset 0 0 15px 0 rgba(182, 95, 56, 0.4), 0 0 20px 0 #9e0c12 !important;
}

body.pt-br .gameSiteNavigation .gameSiteNavigation__buttons > div a {
  background: #9e0c12 !important;
  border: 1px solid #9e0c12 !important;
}

body.pt-br .gameSiteNavigation .gameSiteNavigation__buttons > div a:hover {
  border-color: #9e0c12 !important;
  background: #9e0c12 !important;
  box-shadow: inset 0 0 15px 0 rgba(182, 95, 56, 0.4), 0 0 20px 0 #9e0c12 !important;
}
