@charset "UTF-8";
@media (min-width: 768px) and (max-width: 1199px) {
  .mobile {
    display: none;
  }
}
@media (min-width: 1200px) {
  .mobile {
    display: none;
  }
}

@media (max-width: 767px) {
  .tablet {
    display: none;
  }
}
@media (min-width: 1200px) {
  .tablet {
    display: none;
  }
}

@media (max-width: 767px) {
  .desktop {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .desktop {
    display: none;
  }
}

@media (max-width: 767px) {
  .tabletDesktop, .notMobile {
    display: none;
  }
}

html {
  font-size: clamp(15px, 1.1vw, 20px);
  xpadding: 2rem;
}
@media (max-width: 767px) {
  html {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 360px) {
  html {
    font-size: clamp(13px, 1.1vw, 15px);
  }
}

body {
  background: #a0a0a0;
  color: #000;
  font-family: sans-serif;
  font-size: 1rem;
  margin: 0;
  padding-top: 7rem;
}
@media (max-width: 767px) {
  body {
    padding-top: 4rem;
    margin: 0;
  }
}

* {
  box-sizing: border-box;
}

.flex {
  display: flex;
}

.hcenter {
  justify-content: center;
}

.vcenter {
  align-items: center;
}

.flexSpace {
  justify-content: space-between;
}

.w10 {
  width: 10%;
}

.w25 {
  width: 25%;
}

.w33 {
  width: 33.3%;
}

.w50 {
  width: 50%;
}

.w66 {
  width: 66.6%;
}

.w75 {
  width: 75%;
}

.w100 {
  width: 100%;
}

.col12 {
  width: 50%;
}

.col13 {
  width: 33.3%;
}

.col23 {
  width: 66.7%;
}

.col14 {
  width: 25%;
}

.col34 {
  width: 75%;
}

#menu {
  display: flex;
  position: fixed;
  top: 0;
  z-index: 1000;
  xpadding-top: 7.3rem;
}
@media (max-width: 767px) {
  #menu {
    xpadding-top: 4.3rem;
  }
}
#menu {
  width: 100%;
  max-width: 1100px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
  xpadding-top: 1rem;
  box-sizing: border-box;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
  background: #2820c0;
  background: #181375;
  background: #a71414;
  background: #6000aa;
  font-weight: bold;
  color: #fff;
  justify-content: space-between;
}
@media (max-width: 767px) {
  #menu {
    align-items: center;
  }
}
#menu {
  flex-direction: column;
  height: 7rem;
}
@media (max-width: 767px) {
  #menu {
    height: 4rem;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  #menu {
    align-items: center;
  }
}
#menu > div {
  width: 100%;
}
@media (min-width: 768px) {
  #menu > div {
    padding: 0.5rem;
    max-width: 1600px;
    width: 100%;
  }
}
#menu .menuLine1 {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  #menu .menuLine1 {
    padding-top: 1rem;
  }
}
#menu .menuLine1 {
  background: #a0a;
  background: #5100aa;
  background: #6000aa;
  padding-left: 1rem;
  padding-right: 1rem;
}
#menu .menuLine1 input::placeholder {
  font-size: 0.8rem;
}
#menu .menuLine1 .cpuSearch svg {
  fill: #222;
}
@media (min-width: 768px) {
  #menu .menuLine1 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.9333333333);
    margin-bottom: 0;
  }
}
#menu .menuLine2 {
  display: flex;
  align-items: center;
  background: #fff;
  flex: 1;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  #menu .menuLine2 {
    display: none;
  }
}

.card {
  background: #fff;
  padding: 1.5rem;
  border-radius: 5px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .card {
    padding: 1rem;
    border-radius: 0;
  }
}
@media (max-width: 360px) {
  .card {
    padding: 0.4rem;
  }
}
.card a {
  color: #00a;
}

.card + .card {
  margin-top: 2rem;
}

.mobileMenuLink {
  color: #fff;
  background: transparent;
  cursor: pointer;
  padding: 0.5rem;
  border: 0px;
  font-size: 1.5rem;
  font-size: 1.7rem;
}

#langSelect {
  position: relative;
  user-select: none;
  flex: 0 0 auto;
}
#langSelect svg {
  fill: #fff;
  vertical-align: middle;
  margin-bottom: 0.2rem;
  xmargin-right: 0.2rem;
  height: 1.5rem;
}
#langSelect #langSelectIcon {
  font-weight: normal;
  font-size: 0.8rem;
  cursor: pointer;
  padding: 0.3rem;
  border-radius: 0.5rem;
  margin-top: 0.1rem;
  display: flex;
  align-items: center;
  column-gap: 0.2rem;
}
@media (max-width: 767px) {
  #langSelect #langSelectIcon {
    font-size: 0.65rem;
  }
}
#langSelect #langSelectIcon:hover {
  background: rgba(255, 255, 255, 0.2666666667);
}
#langSelect #langSelectIcon .currency {
  font-size: 1rem;
  font-weight: bold;
}
#langSelect .langSelectAuto {
  position: absolute;
  display: inline-block;
  left: 0px;
  transform: translateX(-100%);
  top: 60%;
  color: #0f0;
  font-size: 0.7rem;
  font-weight: bold;
}

#langMenu {
  display: flex;
  opacity: 0;
  transition: 0.2s opacity cubic-bezier(0.075, 0.82, 0.165, 1);
  border: 1px solid rgba(0, 0, 0, 0.2666666667);
  position: absolute;
  right: 0;
  top: 110%;
  background: #fff;
  z-index: 1200;
  padding: 0.3rem;
  border-radius: 0.3rem;
  width: auto;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1333333333);
}
#langMenu > div {
  white-space: nowrap;
}
#langMenu > div:nth-child(1) {
  border-right: 1px dotted rgba(0, 0, 0, 0.2);
  margin-right: 0.8rem;
  padding-right: 0.8rem;
}
#langMenu > div .active {
  color: #f60;
}
#langMenu > div .hdr {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  font-weight: bold;
  font-size: 0.8rem;
  color: #6000aa;
}
#langMenu > div a {
  font-weight: bold;
  padding: 0.4rem;
  display: block;
  color: #25a;
  xwidth: 100%;
  text-decoration: none;
  border-radius: 4px;
  cursor: pointer;
}
#langMenu > div a:hover {
  background: #f0f0f0;
  background: linear-gradient(to right, #e0e0ff, #fff);
}
#langMenu {
  pointer-events: none;
}
#langMenu.show {
  opacity: 1;
  pointer-events: auto;
}

#menuLinks {
  font-weight: bold;
  xpadding-bottom: 0.3rem;
  flex: 1 1 auto;
  display: flex;
}
#menuLinks a {
  margin-right: 1.5rem;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  color: #444 !important;
}
#menuLinks a svg {
  fill: #444 !important;
}
#menuLinks a svg {
  transition: transform 0.1s cubic-bezier(0.4, 0, 0.2, 1);
}
#menuLinks .menuItem {
  position: relative;
}
#menuLinks .menuItem:hover > a {
  color: #c00 !important;
}
#menuLinks .menuItem:hover > a svg {
  fill: #a00 !important;
  transform: rotateZ(180deg) !important;
}
#menuLinks .menuItem:hover .menuPopup {
  visibility: visible;
  opacity: 1;
}
#menuLinks .menuPopup {
  visibility: hidden;
  opacity: 0;
  padding: 2rem 1rem;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1333333333);
  display: flex;
  position: absolute;
  background: #fff;
  white-space: nowrap;
  align-items: stretch;
  top: 100%;
  z-index: 1100;
}
#menuLinks .menuPopup ul {
  padding-left: 0px;
  margin: 0px;
}
#menuLinks .menuPopup .cpuBadge {
  display: inline-block;
  margin: 0.1rem;
  margin-left: 0.3rem;
  background: #f60;
  color: #fff;
  padding: 0.2rem;
  font-size: 0.66rem;
  font-weight: bold;
  border-radius: 0.4rem;
}
#menuLinks .menuPopup li {
  list-style-type: none;
  font-weight: normal;
  color: #000;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
#menuLinks .menuPopup li a b {
  color: #c00 !important;
}
#menuLinks .menuPopup li a:hover {
  color: #c00 !important;
}
#menuLinks .menuPopup li.hdr {
  font-weight: bold;
  margin-top: 1rem;
  margin-bottom: 0.2rem;
}
#menuLinks .menuPopup li.hdrTop {
  font-weight: bold;
  margin-bottom: 0.2rem;
}
#menuLinks a {
  position: relative;
}

#mobileMenu .menuPopup {
  visibility: visible;
  opacity: 1;
  padding: 0.5rem 1rem;
  display: flex;
  position: relative;
  background: #fff;
  white-space: nowrap;
  align-items: stretch;
  z-index: 1100;
}
#mobileMenu .menuPopup ul {
  padding-left: 0px;
  margin: 0px;
}
#mobileMenu .menuPopup .cpuBadge {
  display: inline-block;
  margin: 0.1rem;
  margin-left: 0.3rem;
  background: #f60;
  color: #fff;
  padding: 0.2rem;
  font-size: 0.66rem;
  font-weight: bold;
  border-radius: 0.4rem;
}
#mobileMenu .menuPopup li {
  list-style-type: none;
  font-weight: normal;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  color: #000;
  font-size: 1.1rem;
}
#mobileMenu .menuPopup li a {
  margin-left: 1rem;
  color: #444;
}
#mobileMenu .menuPopup li a:hover {
  color: #c00 !important;
}
#mobileMenu .menuPopup li.hdr {
  font-weight: bold;
  margin-top: 1rem;
  margin-bottom: 0.2rem;
}
#mobileMenu .menuPopup li.hdrTop {
  font-weight: bold;
  margin-bottom: 0.2rem;
}

.menuLinksBest {
  xbackground: linear-gradient(to right, #f00, #ff0);
  padding: 0.3rem;
  padding-left: 1.5rem;
}
@media (max-width: 1023px) {
  .menuLinksBest {
    padding-left: 0.5rem;
  }
}
.menuLinksBest a {
  color: #fff;
  text-decoration: none;
  font-weight: normal;
  font-size: 0.8rem;
  padding: 0rem 0.5rem;
}
.menuLinksBest a:not(:last-child) {
  border-right: 2px solid rgba(255, 255, 255, 0.4666666667);
}
@media (max-width: 767px) {
  .menuLinksBest {
    display: none;
  }
}

.menuLinksBestMobile {
  xbackground: linear-gradient(to right, #f00, #ff0);
  padding: 0.3rem;
  padding-left: 1.5rem;
  padding-top: 1.5rem;
}
.menuLinksBestMobile:first-of-type {
  padding-top: 2rem;
}
.menuLinksBestMobile {
  padding-left: 2rem;
}
@media (max-width: 1023px) {
  .menuLinksBestMobile {
    padding-left: 0.5rem;
  }
}
.menuLinksBestMobile > div {
  padding-bottom: 0.15rem;
}
.menuLinksBestMobile a {
  text-decoration: none;
  font-weight: normal;
  font-size: 1.1rem;
  display: inline-block;
  padding: 0rem 0.5rem;
}
.menuLinksBestMobile a:not(:last-child) {
  border-right: 2px solid rgba(34, 34, 34, 0.4666666667);
}

#mobileMenu {
  display: flex;
  position: fixed;
  transform: translateX(-110%);
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  top: 4rem;
  background: #eee;
  background: linear-gradient(to right, #f0f0f0, #fff 5%);
  box-shadow: 5px 0px 10px rgba(34, 34, 34, 0.1333333333);
  xwidth: 100%;
  left: 0;
  bottom: 0;
  padding: 1.5rem 1rem;
  z-index: 1300;
  font-size: 1.25rem;
  box-sizing: border-box;
  max-width: 80%;
  width: 80%;
}
#mobileMenu.show {
  transform: translateX(0);
}
#mobileMenu {
  flex-direction: column;
  color: #00a;
}
#mobileMenu > a, #mobileMenu > div {
  font-weight: bold;
}
#mobileMenu > a, #mobileMenu > div > a {
  display: flex;
  padding: 1rem 0.8rem;
}
#mobileMenu > a > svg, #mobileMenu > div > a > svg {
  margin-left: 0.5rem;
  fill: #555;
}
#mobileMenu a {
  color: #00a;
  xfont-size: 1rem;
  text-decoration: none;
}
@media (min-width: 768px) {
  #mobileMenu {
    display: none;
  }
}

a {
  text-decoration: none;
  color: #fff;
}
a:hover {
  color: #f80;
}

.breadcrumbs {
  padding-bottom: 1.3rem;
  padding-top: 0rem;
  font-size: 0.85rem;
}
.breadcrumbs ol {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  overflow-x: auto;
  font-size: 0.85rem;
}
.breadcrumbs li {
  color: #222 !important;
  display: inline-block;
  white-space: nowrap;
}
.breadcrumbs li a {
  color: #222 !important;
}
.breadcrumbs li a:hover {
  color: #f60 !important;
  text-decoration: underline;
}
.breadcrumbs li::before {
  content: "›";
  margin: 0 6px;
}

#page {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
#page #pageMain {
  width: 100%;
  max-width: 1100px;
  min-height: 130vh;
  background: #fff;
  color: #000;
  padding: 1.5rem;
  box-sizing: border-box;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  #page #pageMain {
    padding: 1rem;
    border-radius: 0;
  }
}
@media (max-width: 360px) {
  #page #pageMain {
    padding: 0.4rem;
  }
}
#page #pageMain a {
  color: #00a;
}

#pageLeft {
  padding-top: 3rem;
}

#pageRight {
  padding-top: 3rem;
}

#footer {
  background: transparent;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2rem;
  color: #fff;
  display: flex;
  padding-bottom: 2rem;
  flex-direction: column;
  align-items: center;
}
#footer div {
  padding: 0.5rem;
}
#footer div a {
  padding-left: 1rem;
  padding-right: 1rem;
}

#contactFormLocation {
  display: none;
}

#contactForm {
  margin-top: 1rem;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  #contactForm {
    width: 50%;
  }
}
#contactForm > div {
  margin-bottom: 1rem;
}
#contactForm input, #contactForm select, #contactForm textarea {
  width: 100%;
  margin-top: 0.5rem;
  box-sizing: border-box;
  border: 1px solid #444;
  background: #fff;
  border-radius: 5px;
  font-size: 1rem;
  padding: 0.3rem;
}
#contactForm > div > div {
  xfont-size: 1rem;
  xfont-weight: bold;
}
#contactForm .resultErr {
  color: #f00;
}

.submit {
  cursor: pointer;
  background: #00f;
  background: linear-gradient(to right, #22f, #66f);
  color: #fff;
  padding: 0.3rem 1rem;
  border-radius: 0.2rem;
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.1333333333);
}
.submit:hover {
  background: linear-gradient(to right, #44f, #88f);
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1333333333);
}

a.submit {
  display: inline-block;
  color: #fff !important;
  font-weight: bold;
  white-space: nowrap;
  font-size: 1rem;
  padding: 0rem 0.8rem;
  margin: 0.3rem;
}

#menuLogo, #logo {
  padding-right: 0.5rem;
}
#menuLogo a, #logo a {
  color: #fff;
  font-size: 1.5rem;
  font-weight: normal;
}
#menuLogo small, #logo small {
  font-size: 0.5rem;
}

@media (max-width: 767px) {
  #menuLogo {
    text-align: center;
    flex: 1;
  }
}

#logo {
  margin-right: 1rem;
}

#page h1:not(.cpu) {
  /* border: 1px solid rgb(30, 150, 0); */
  border-left: 6px solid #f80;
  padding-left: 0.5rem;
  padding-top: 1rem;
  color: #000;
  font-size: 1.5rem;
  font-size: 1.8rem;
  font-weight: bold;
  /* border: 1px solid rgb(30, 150, 0); */
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}
#page div.cpuh1 {
  font-size: 1.8rem;
  font-weight: bold;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  /* border: 1px solid rgb(30, 150, 0); */
  box-shadow: 1px 1px 4px rgba(204, 204, 204, 0.8);
  margin-bottom: 2rem;
  margin-top: 1.1rem;
  padding-top: 1.3rem;
}
#page div.cpuh1:not(.multi) {
  position: sticky;
  top: 7rem;
}
@media (max-width: 767px) {
  #page div.cpuh1:not(.multi) {
    top: 4rem;
  }
}
#page div.cpuh1:not(.multi) {
  z-index: 300;
}
#page div.cpuh1 a {
  color: #000;
}
#page h1.cpu {
  font-size: 1.8rem;
  font-weight: bold;
  padding: 0rem 0.15rem;
  display: inline-block;
  margin-bottom: 0;
  margin-top: 0;
}
#page h2 {
  border-left: 6px solid #f80;
  padding-left: 0.5rem;
  padding-top: 1rem;
  color: #000;
  font-size: 1.5rem;
  font-size: 1.8rem;
  font-weight: bold;
  /* border: 1px solid rgb(30, 150, 0); */
  margin-top: 1.5rem;
}
#page h1 a {
  color: #000;
}

.list {
  width: 100%;
  border-collapse: collapse;
  margin-top: 0.2rem;
  margin-bottom: 1.5rem;
  font-size: 0.9rem;
}
@media (max-width: 400px) {
  .list {
    font-size: 0.7rem;
  }
}
.list {
  cursor: pointer;
}
.list thead tr {
  border-bottom: 1px solid #999;
  background: #f5f5f5;
}
@media (max-width: 767px) {
  .list th {
    height: 1.5rem;
  }
  .list thead tr:nth-child(2n+1) {
    position: sticky;
    top: 3.95rem;
  }
  .list thead tr:nth-child(2n+2) {
    position: sticky;
    top: 5.5rem;
    box-shadow: 0px 1px 0px #999;
    xbox-shadow: 0px 2px 6px rgba(170, 170, 170, 0.2);
  }
  .list thead th {
    border-bottom: 1px solid #999 !important;
  }
}
.list a {
  color: #000 !important;
}
.list .price b {
  margin-left: 2px;
}
@media (min-width: 768px) {
  .list thead th {
    position: sticky;
    top: 6.95rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 767px) {
  .list thead th {
    top: 3.95rem;
  }
}
.list thead th {
  background: #f5f5f5;
  z-index: 10;
  cursor: pointer;
}
.list thead th:hover {
  color: #f80;
}
.list thead th.active {
  color: #f80;
}
.list thead th.asc, .list thead th.desc {
  margin-right: 0.5rem;
}
.list thead th.asc::before {
  content: "▲";
}
.list thead th.desc::before {
  content: "▼";
}
@media (min-width: 768px) {
  .list tbody tr:nth-child(even) {
    background: #e0e0e0;
  }
}
@media (max-width: 767px) {
  .list tbody tr:nth-child(4n+3), .list tbody tr:nth-child(4n+4) {
    background: #e0e0e0;
  }
  .list tbody tr:nth-child(4n+2) td, .list tbody tr:nth-child(4n+4) td {
    padding-bottom: 1rem;
  }
  .list tbody tr:nth-child(4n+1) td, .list tbody tr:nth-child(4n+3) td {
    padding-top: 1rem;
    padding-bottom: 0.5rem;
  }
}
@media (min-width: 768px) {
  .list tbody tr {
    border-bottom: 1px solid #555;
  }
  .list tbody tr:hover {
    background: #aaa;
  }
}
.list tbody td {
  text-align: center;
  white-space: nowrap;
  padding: 0.4rem 0.2rem;
}
.list tbody td .rankPopularity {
  background: linear-gradient(to bottom, #f80, #f40);
  color: white;
  font-size: 0.8rem;
  font-weight: bold;
  padding: 0rem 0.15rem;
  border-radius: 4px;
  border: 1px solid #e30;
  box-shadow: 1px 1px 4px rgba(204, 204, 204, 0.8);
}
.list tbody td .rankPerformance {
  background: linear-gradient(to bottom, rgb(60, 230, 0), rgb(45, 200, 0));
  color: white;
  font-size: 0.8rem;
  font-weight: bold;
  padding: 0rem 0.15rem;
  border-radius: 4px;
  border: 1px solid rgb(30, 150, 0);
  box-shadow: 1px 1px 4px rgba(204, 204, 204, 0.8);
}
.list tbody td .rankValue {
  background: linear-gradient(to bottom, rgb(230, 0, 160), rgb(200, 0, 145));
  color: white;
  font-size: 0.8rem;
  font-weight: bold;
  padding: 0rem 0.15rem;
  border-radius: 4px;
  border: 1px solid rgb(150, 0, 130);
  box-shadow: 1px 1px 4px rgba(204, 204, 204, 0.8);
}
.list tbody .rankBlenderScore {
  background: linear-gradient(to bottom, rgb(230, 0, 160), rgb(200, 0, 145));
  color: white;
  font-size: 0.8rem;
  font-weight: bold;
  padding: 0rem 0.15rem;
  border-radius: 4px;
  border: 1px solid rgb(150, 0, 130);
  box-shadow: 1px 1px 4px rgba(204, 204, 204, 0.8);
}
@media (max-width: 767px) {
  .list tbody td[data-id=socket] {
    font-size: 0.65rem;
  }
}

.list tbody td[data-id=model] a {
  display: block;
  color: #000;
}
.listPages {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 1rem;
}
.listPages a {
  display: inline-block;
  padding: 0.3rem 0.5rem;
  border-radius: 5px;
  border: 1px solid #000;
  margin: 0 0.4rem;
  background: linear-gradient(to bottom, #fff, #eee);
  color: #000 !important;
}
.listPages a:not(:hover) {
  box-shadow: 2px 2px 3px rgba(170, 170, 170, 0.2666666667);
}
.listPages a:hover {
  color: #fff !important;
  background: #44f;
  background: linear-gradient(to bottom, #44f, #66f);
}
.listPages a.active {
  color: #fff !important;
  xcolor: #f80;
  background: linear-gradient(to bottom, #f80, #f40);
}

.listFilters {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
}
.listFilters .listFilter {
  width: 150px;
}
@media (min-width: 768px) {
  .listFilters .listFilter {
    max-width: 50%;
  }
}
.listFilters .listFilter {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.4rem;
}
.listFilters .listFilter .title {
  font-weight: bold;
  color: #5a0;
  font-size: 0.9rem;
  text-align: right;
  width: 100%;
  padding-bottom: 2px;
}
.listFilters .listFilter .filter {
  width: 100%;
}
.listFilters .listFilter .filter select {
  font-size: 0.8rem;
  padding: 0.33rem;
  border: 1px solid #999;
  border-radius: 0.2rem;
  background: #fff;
  font-weight: bold;
  width: 100%;
}
.listFilters .listFilter .filter select option {
  background: #fff;
  font-size: 0.8rem;
}

.listFiltersApply {
  margin-top: 1rem;
  margin-bottom: 2.5rem;
  display: flex;
  align-items: center;
}
.listFiltersApply > div.numResults {
  cursor: pointer;
  display: inline-block;
  padding: 0.2rem 0.4rem;
  font-size: 0.9rem;
  margin: 0 0.4rem;
  margin-left: 1rem;
  color: #000;
}
.listFiltersApply > div:not(.numResults) {
  cursor: pointer;
  display: inline-block;
  padding: 0.2rem 0.4rem;
  border-radius: 5px;
  border: 1px solid #000;
  font-size: 0.9rem;
  margin: 0 0.4rem;
  background: linear-gradient(to bottom, #fff, #eee);
  color: #000;
}
.listFiltersApply > div:not(.numResults):not(:hover) {
  box-shadow: 2px 2px 3px rgba(170, 170, 170, 0.2666666667);
}
.listFiltersApply > div:not(.numResults).new {
  color: #fff;
  background: linear-gradient(to bottom, #44f, #66f);
}
.listFiltersApply > div:not(.numResults):hover {
  color: #fff;
  background: #f80;
  background: linear-gradient(to bottom, #f80, #f40);
}

.multiSelect {
  position: relative;
  width: 100%;
}
.multiSelect .inputBox {
  border: 1px solid #999;
  border-radius: 0.2rem;
  padding: 0.33rem;
  cursor: pointer;
  font-size: 0.8rem;
  user-select: none;
  font-weight: bold;
}
.multiSelect .inputBox.val {
  color: #f40;
}
.multiSelect .clearBtn {
  position: absolute;
  right: 8px;
  top: 6px;
  cursor: pointer;
  color: #999;
  font-weight: bold;
  visibility: hidden;
}
.multiSelect .clearBtn svg {
  width: 24px;
}
@media (max-width: 767px) {
  .multiSelect .clearBtn svg {
    width: 16px;
  }
}
.multiSelect .options {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 99%;
  border: 1px solid #ccc;
  max-height: 300px;
  overflow-y: auto;
  background: #fff;
  z-index: 100;
  font-size: 0.9rem;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .multiSelect .options {
    min-width: 150px;
  }
}
.multiSelect .options label {
  display: block;
  padding: 6px;
  cursor: pointer;
  user-select: none;
  display: flex;
  justify-content: space-between;
}
.multiSelect .options label input[type=checkbox] {
  margin-right: 0.2rem;
}
.multiSelect .options label:hover {
  background: #f0f0f0;
}
.multiSelect .options label .filterCnt {
  color: #f80;
  font-weight: bold;
  margin-right: 0.3rem;
  margin-left: 1rem;
}

.flexSocketList {
  display: flex;
  flex-wrap: wrap;
}
.flexSocketList .socketCard {
  width: 20%;
}
@media (max-width: 767px) {
  .flexSocketList .socketCard {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .flexSocketList .socketCard {
    width: 33%;
  }
}
.flexSocketList .socketCard {
  cursor: pointer;
  margin: 0.5rem;
  padding: 0.5rem;
  display: block;
  text-decoration: none;
  color: inherit;
  border: 1px solid #aaa;
  border-radius: 0.3rem;
  background: #f0f0f0;
  background: linear-gradient(240deg, #fff, #f0f0f0 80%);
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
}
.flexSocketList .socketCard:hover {
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px) translateX(-2px);
}
.flexSocketList .socketCard .socketName {
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.flexSocketList .socketCard .socketInfo {
  color: #555;
}

.cpuSearch {
  width: 17rem;
  font-size: 0.9rem;
}
.cpuSearch .cpuSearchWrapper {
  position: relative;
  width: 100%;
}
.cpuSearch .cpuSearchWrapper svg {
  position: absolute;
  right: 0.2rem;
  width: 22px;
  z-index: 200;
  top: 50%;
  transform: translateY(-50%);
  fill: #999;
  pointer-events: none;
}
.cpuSearch .cpuSearchInput {
  width: 100%;
  padding: 0.4rem;
  box-sizing: border-box;
  outline: 0px;
}
.cpuSearch .cpuSearchInput::placeholder {
  color: #aaa; /* placeholder text color */
  font-style: italic; /* optional style */
  opacity: 1;
}
@media (min-width: 768px) {
  .cpuSearch .cpuSearchInput {
    background: #fff;
    background: linear-gradient(to bottom, #fff 75%, #f0f0f0 100%);
    border: 0px;
    border-radius: 0px;
    border-radius: 0.2rem;
    padding: 0.3rem 0.3rem;
    color: #222;
    position: relative;
    font-size: 1rem;
  }
}
.cpuSearch .cpuSearchResults {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  max-height: 50vh;
  overflow-y: auto;
  padding: 0.3rem 0;
  border-top: 2px solid rgb(33, 33, 37);
  background: #fff;
  display: none;
  z-index: 1200;
  color: #222;
  font-weight: bold;
  font-size: 1rem;
  display: flex;
  flex-direction: column;
  opacity: 0;
  background: #f2f2f2;
  border: 1px solid rgba(0, 0, 0, 0.2666666667);
  padding: 0.3rem;
  border-radius: 0.3rem;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1333333333);
  pointer-events: none;
}
.cpuSearch .cpuSearchResults.show {
  opacity: 1;
  pointer-events: all;
}
.cpuSearch .cpuSearchResult {
  padding: 0.8rem;
  cursor: pointer;
  xfont-weight: normal;
  background: #fff;
  border: 1px solid #999;
  border-radius: 0.3rem;
  margin: 0.6rem;
}
.cpuSearch .cpuSearchResult > div:nth-child(2) {
  font-weight: normal;
  margin-top: 0.4rem;
  font-size: 0.9rem;
  display: flex;
  width: 100%;
}
.cpuSearch .cpuSearchResult.active, .cpuSearch .cpuSearchResult:hover {
  background: #cce5ff;
  border: 1px solid #222;
}
.cpuSearch mark {
  background: transparent;
  color: #f40;
  font-weight: bold;
  padding: 0;
}

#cpu3.cpuSearchFlex {
  width: 10rem;
  transition: width 100ms cubic-bezier(0.4, 0, 0.2, 1);
}
#cpu3.cpuSearchFlex:focus-within {
  width: 17rem;
}
#cpu3.cpuSearchFlex .cpuSearchResult {
  width: 17rem;
}

#pageMain .cpuSearch .searchInput {
  z-index: 800;
}
#pageMain .cpuSearch svg {
  z-index: 200;
}
#pageMain .cpuSearch .cpuSearchResults {
  z-index: 900;
}

#mobileSearchIcon {
  flex: 0;
}
#mobileSearchIcon svg {
  margin-top: 0.2rem;
  padding-right: 0.4rem;
  fill: #fff;
  width: 2rem;
}

#mobileSearch {
  position: fixed;
  top: 4rem;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1100;
  box-shadow: 0px 5px 5px rgba(34, 34, 34, 0.1333333333);
  display: none;
}
#mobileSearch.show {
  display: block;
}
#mobileSearch svg {
  right: 0.5rem;
}
#mobileSearch input {
  padding: 0.8rem;
  border: 0px;
  font-size: 1.1rem;
  font-weight: bold;
}
#mobileSearch .cpuSearchResult {
  font-size: 1.1rem;
  padding: 0.6rem;
}

table.specs {
  border-spacing: 0px;
  max-width: 100%;
}
table.specs th {
  padding: 0.3rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
table.specs td {
  text-align: left;
  font-weight: bold;
  padding: 0.5rem;
  padding-right: 1rem;
  padding-left: 1rem;
  border-bottom: 1px solid #ccc;
  color: #000;
}
table.specs td:first-child {
  padding-left: 1rem;
  text-align: right;
  padding-right: 1rem;
  font-weight: normal;
  color: #000;
}
@media (min-width: 768px) {
  table.specs td:first-child {
    padding-left: 2rem;
  }
}
table.specs tr {
  cursor: pointer;
}
table.specs.multi td:not(:first-child) {
  text-align: center;
}

#cpu1, #cpu2 {
  display: inline-block;
}

#pageMain .cpuSearchInput, #pageMain .cpuSearchResults {
  border: 1px solid #aaa;
  xmargin: 0.5rem;
  xbox-sizing: border-box;
}

.priceSelect {
  display: inline-block;
  font-size: 0.8rem;
  border-radius: 0.2rem;
  border: 1px solid #f80;
  padding: 0rem 0.15rem;
  margin-left: 0.3rem;
  background: #fff;
  color: #f80;
  position: absolute;
  font-weight: normal;
  user-select: none;
  right: 0px;
  top: -4px;
  cursor: pointer;
}
.priceSelect:hover {
  background: #fea;
}
.priceSelect .priceSelectOptions {
  position: absolute;
  display: none;
  right: 0;
  top: 120%;
  background: #fff;
  z-index: 900;
  padding: 0.3rem;
  border-radius: 0.3rem;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1333333333);
}
.priceSelect .priceSelectOptions > a {
  font-weight: bold;
  padding: 0.4rem;
  display: block;
  color: #25a;
  xwidth: 100%;
  text-decoration: none;
  border-radius: 4px;
  cursor: pointer;
}
.priceSelect .priceSelectOptions > a:hover {
  background: #f0f0f0;
  background: linear-gradient(to right, #e0e0ff, #fff);
}
.priceSelect .priceSelectOptions.show {
  display: block;
}

.cpuHighlight {
  margin: 0.2rem;
  xbackground: #0f0;
  color: #090;
  border: 1px solid rgba(0, 238, 0, 0.6666666667);
  xfont-weight: bold;
  font-size: 0.8rem;
  display: inline-block;
  white-space: nowrap;
  padding: 0.2rem;
  border-radius: 6px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.0666666667);
}

.cpuProblem {
  xbackground: #f00;
  color: #900;
  border: 1px solid rgba(255, 0, 0, 0.6666666667);
  xfont-weight: bold;
  font-size: 0.8rem;
  display: inline-block;
  white-space: nowrap;
  margin: 0.2rem;
  padding: 0.2rem;
  border-radius: 6px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.0666666667);
}

.cpuOverview {
  border-top: 1px solid rgba(170, 170, 170, 0.6666666667);
  margin-top: 0.2rem;
  padding-top: 0.5rem;
  color: #666;
  font-size: 0.9rem;
  font-weight: 400;
  font-style: italic;
}
.cpuOverview > span {
  color: #000;
}
.cpuOverview {
  xfont-style: italic;
}

.shareIcons {
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #888;
  font-weight: bold;
}
.shareIcons .shareBtn {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  margin-left: 0.2rem;
  xborder: 1px solid rgba(153, 153, 153, 0.3333333333);
  xbox-shadow: 2px 2px 5px rgba(204, 204, 204, 0.8);
}
@media (max-width: 767px) {
  .shareIcons .shareBtn {
    width: 26px;
    height: 26px;
  }
}
.shareIcons .shareBtn svg {
  width: 28px;
  height: 28px;
}
@media (max-width: 767px) {
  .shareIcons .shareBtn svg {
    width: 22px;
    height: 22px;
  }
}
.shareIcons .shareBtn svg {
  fill: #fff;
}
.shareIcons .shareBtn {
  /* Generic mask rule */
  /* COPY */
}
.shareIcons .shareBtn.shareBtnCopy svg {
  fill: #222;
}
.shareIcons .shareBtn {
  /* EMAIL */
}
.shareIcons .shareBtn.shareBtnEmail svg {
  fill: #d44638;
}
.shareIcons .shareBtn {
  /* REDDIT */
}
.shareIcons .shareBtn.shareBtnReddit svg {
  fill: #ff4500;
}
.shareIcons .shareBtn {
  /* X */
}
.shareIcons .shareBtn.shareBtnX svg {
  fill: #444;
}
.shareIcons .shareBtn {
  /* TELEGRAM */
}
.shareIcons .shareBtn.shareBtnTelegram svg {
  fill: #229ED9;
}
.shareIcons .shareBtn {
  /* WHATSAPP */
}
.shareIcons .shareBtn.shareBtnWhatsapp svg {
  fill: #25d325;
}
.shareIcons .shareBtn {
  /* FACEBOOK */
}
.shareIcons .shareBtn.shareBtnFacebook svg {
  fill: #0F5DC8;
}
.shareIcons .shareBtn {
  /* NATIVE SHARE */
}
.shareIcons .shareBtn.shareBtnNative svg {
  fill: #333;
}
.shareIcons .shareBtn svg:hover {
  transform: scale(1.2);
}
.shareIcons .shareBtn {
  /* Tooltip */
}
.shareIcons .shareBtn::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: -32px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  color: #444;
  xfont-weight: bold;
  padding: 3px 6px;
  font-size: 0.8rem;
  border-radius: 4px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  xtransition: opacity 0.15s ease-out;
  z-index: 100;
}
.shareIcons .shareBtn:hover::after {
  opacity: 1;
}

.tooltipContainer {
  position: relative;
  cursor: pointer;
}
.tooltipContainer .tooltip {
  display: none;
  position: absolute;
  background: #fff;
  color: #000;
  border: 1px solid #666;
  box-shadow: 2px 2px 9px rgba(204, 204, 204, 0.2);
  padding: 0.6rem;
  border-radius: 0.3rem;
  z-index: 101;
  font-size: 0.9rem;
  right: 0px;
  top: 110%;
  min-width: 22rem;
  max-width: 50vw;
}
.tooltipContainer:focus-within .tooltip, .tooltipContainer:hover .tooltip {
  display: block;
}

.tooltipContainer.cpuListHelp svg {
  fill: #999;
  width: 1.2rem;
  height: auto;
}
.tooltipContainer.cpuListHelp:hover svg, .tooltipContainer.cpuListHelp:focus-within svg {
  fill: #f80;
}
.tooltipContainer.cpuListHelp .tooltip {
  right: 0px;
  top: 110%;
  min-width: 22rem;
  max-width: 50vw;
}

.performanceWrapper {
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .performanceWrapper {
    max-width: 600px;
  }
}
.performanceWrapper {
  margin: 60px 0px;
  margin-bottom: 4rem;
  /* ===== Gradient Bar ===== */
}
.performanceWrapper .gradientBar {
  position: relative;
  height: 30px;
  border-radius: 0.2rem;
  background: linear-gradient(to right, red, orange, yellow, green);
  width: 100%;
  /*background: linear-gradient(
    to right,
    #e74c3c,
    #f39c12,
    #f1c40f,
    #2ecc71
  );*/
}
.performanceWrapper {
  /* ===== Stops BELOW ===== */
}
.performanceWrapper .stop {
  position: absolute;
  top: 100%;
  transform: translateX(-50%);
  text-align: center;
}
.performanceWrapper .stopLine {
  width: 2px;
  height: 20px;
  background: #333;
  margin: 0 auto;
}
.performanceWrapper .stopScore {
  font-weight: bold;
  margin-top: 4px;
  color: #000;
}
.performanceWrapper .stopText {
  margin-top: 6px;
  margin-top: 3rem;
  font-size: 0.8rem;
  line-height: 1.4;
}
.performanceWrapper {
  /* ===== Models ABOVE ===== */
}
.performanceWrapper .model {
  position: absolute;
  bottom: 100%;
  transform: translateX(-50%);
  text-align: center;
}
.performanceWrapper .modelLine {
  position: relative;
  width: 2px;
  height: 20px;
  background: #333;
  margin: 0 auto;
  z-index: 49;
}
.performanceWrapper .modelLine2 {
  position: relative;
  background: #333;
  height: 57px;
}
.performanceWrapper .modelLabel {
  position: relative;
  font-size: 1rem;
  font-weight: bold;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-bottom: 2px;
  white-space: nowrap;
  background: #fff;
  z-index: 50;
}

.cpuPerformanceStopInfo {
  padding-top: 0.3rem;
  font-size: 0.8rem;
  padding-bottom: 0.3rem;
  border-bottom: 1px dotted #444;
}
.cpuPerformanceStopInfo b {
  font-size: 1rem;
}
.cpuPerformanceStopInfo:hover {
  background: #f2f2f2;
  cursor: pointer;
}

.favListIcon svg {
  width: 1.2rem;
  position: relative;
  fill: #aaa;
  fill: #444;
  user-select: none;
}
@media (max-width: 767px) {
  .favListIcon svg {
    fill: #fff;
    width: 1.2rem;
  }
}
.favListIcon svg:hover {
  cursor: pointer;
}
.favListIcon .favListIconInfo {
  position: absolute;
  display: inline-block;
  left: 85%;
  top: 30%;
  color: #b00;
  font-weight: bold;
  font-size: 1.3rem;
  user-select: none;
}
@media (max-width: 767px) {
  .favListIcon .favListIconInfo {
    color: #f20000;
    color: #ff7373;
  }
}
.favList {
  position: absolute;
  display: none;
  top: 110%;
  right: 0;
  left: -17rem;
  min-height: 5vh;
  max-height: 80vh;
  overflow-y: auto;
  background: #fff;
  color: #000;
  padding: 0;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1333333333);
  z-index: 1300;
  user-select: none;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 0.5rem;
}
.favList a {
  color: #00a;
}
.favList {
  display: block;
  opacity: 0;
  transition: 0.2s opacity cubic-bezier(0.075, 0.82, 0.165, 1);
  pointer-events: none;
}
.favList.show {
  opacity: 1;
  pointer-events: auto;
}
.favList > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  border-bottom: 1px solid #aaa;
  border-left: 4px solid transparent;
}
.favList > div:hover {
  border-left: 4px solid #90f;
}
.favList > div > *:nth-child(2) {
  flex: 1;
}
.favList > div .remove {
  cursor: pointer;
  visibility: hidden;
}
@media (max-width: 767px) {
  .favList > div .remove {
    visibility: visible;
  }
}
.favList > div .remove {
  margin-right: 0.5rem;
}
.favList > div .remove svg {
  width: 0.9rem;
  height: auto;
}
.favList > div:hover .remove svg {
  fill: #888;
}
.favList > div:hover .remove {
  visibility: visible;
}
.favList .compare {
  margin-right: 1rem;
  margin-left: 1rem;
}
.favList .compare input {
  width: 1rem;
  height: 1rem;
}

#mobileFavList {
  position: fixed;
  top: 4rem;
  left: 0;
  right: 0;
  z-index: 1100;
  box-shadow: 0px 5px 5px rgba(34, 34, 34, 0.1333333333);
  display: none;
  min-height: 5vh;
  max-height: 80vh;
  overflow-y: auto;
}
#mobileFavList.show {
  display: block;
}
#mobileFavList .remove svg {
  width: 1rem;
  height: auto;
  fill: #888;
  margin-right: 0.5rem;
}
#mobileFavList:hover .remove svg {
  fill: #ccff00;
}

#mobileFavListIcon .favListIconInfo {
  left: 90%;
}

.favListIconAdd {
  display: inline-block;
  padding-left: 0.5rem;
  padding-right: 1rem;
  user-select: none;
}
.favListIconAdd svg {
  width: 1.5rem;
  fill: #aaa;
  cursor: pointer;
}
.favListIconAdd svg:hover {
  fill: #f00;
}
.favListIconAdd svg.active {
  fill: #f00;
}
.imgInfo {
  width: 8rem;
  height: auto;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1333333333);
  cursor: pointer;
}

.badge {
  padding: 0.4rem;
  color: #fff;
  border-radius: 25%;
  display: inline-block;
  font-size: 0.8rem;
  font-weight: bold;
}
.badge.badgeRight {
  margin-right: 1rem;
}
.badge.badgeNews {
  background: #44a;
}
.badge.badgeArticle {
  background: #0a0;
}

.affiliateDisclaimer {
  color: #555;
  font-size: 0.8rem;
  margin-top: 0.9rem;
  margin-bottom: 0.5rem;
}

.affiliateLinks {
  display: flex;
  font-weight: bold;
  cursor: pointer;
  box-sizing: border-box;
}
.affiliateLinks > a {
  margin-right: 1rem;
}
.affiliateLinks .affiliateButton {
  font-size: 0.8rem;
  display: flex;
  padding: 0.3rem 1rem;
  padding-top: 0.5rem;
  border-radius: 0.5rem;
  align-items: center;
  box-shadow: 2px 2px 8px rgba(170, 170, 170, 0.4);
  text-align: center;
}
.affiliateLinks .affiliateButton svg {
  width: 1rem;
  margin-right: 0.3rem;
}
.affiliateLinks .affiliateButton {
  border: 1px solid transparent;
}

.amazonButton {
  background: #ffd814;
  background: linear-gradient(to bottom, rgba(255, 216, 20, 0.6666666667), #ffd814);
  color: #220 !important;
}
.amazonButton:hover {
  border: 1px solid #f80;
}

.aliexpressButton {
  background: #ffd814;
  background: linear-gradient(to bottom, rgba(255, 216, 20, 0.6666666667), #ffd814);
  color: #220 !important;
}
.aliexpressButton:hover {
  border: 1px solid #f80;
}

.caret {
  fill: #fff;
  width: 0.8rem;
  height: auto;
  margin-left: 0.3rem;
  vertical-align: sub;
}

.mobileMenuGuides {
  z-index: 1400 !important;
  width: 80% !important;
}
.mobileMenuGuides li b {
  color: #c00;
}

.mobileMenuBrowse {
  z-index: 1400 !important;
  width: 80% !important;
}

div.specs {
  margin-top: 2rem;
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  row-gap: 2rem;
  display: none;
}
div.specs .item {
  position: relative;
  width: 18%;
}
@media (max-width: 767px) {
  div.specs .item {
    width: 30%;
  }
}
div.specs .item {
  padding: 0.5rem;
  border: 1px solid #888;
  border-radius: 0.5rem;
}
div.specs .item .hdr {
  width: 100%;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #888;
  padding-bottom: 0.3rem;
  color: #888;
  color: #000;
  text-align: center;
}
div.specs .item .val {
  width: 100%;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  white-space: nowrap;
}

div.related {
  margin-top: 2rem;
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
div.related .item {
  width: 20%;
}
@media (max-width: 767px) {
  div.related .item {
    width: 45%;
  }
}
div.related .item {
  padding: 0;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.09);
  border: 1px solid #cecece;
  border-radius: 0.5rem;
  cursor: pointer;
  position: relative;
}
div.related .item:hover {
  border-color: #f60;
}
div.related .item {
  overflow: visible;
}
div.related .item .hdr {
  width: 100%;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #aaa;
  padding-bottom: 0.3rem;
  color: #888;
  color: #000;
  text-align: center;
  padding: 0.5rem;
}
div.related .item .val {
  padding: 0.8rem;
  width: 100%;
  text-align: center;
  font-size: 1rem;
  font-weight: normal;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
div.related .item .vs {
  position: absolute;
  top: 87%;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  background: linear-gradient(to right, #f80, #f40);
  padding: 0.4rem;
  font-size: 1rem;
  color: #fff;
  font-weight: bold;
}
div.related .article {
  width: 32%;
}
@media (max-width: 767px) {
  div.related .article {
    width: 45%;
  }
}
div.related .article {
  padding: 0;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.09);
  border: 1px solid #cecece;
  border-radius: 0.5rem;
  cursor: pointer;
  position: relative;
}
div.related .article:hover {
  border-color: #f60;
}
div.related .article {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
div.related .article .img {
  overflow: hidden;
  height: 10rem;
}
div.related .article .img img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* makes it cover the div */
  object-position: center;
}
div.related .article .title {
  padding: 1rem;
  flex: 1;
  font-weight: bold;
}

p {
  line-height: 150%;
}

.cpuComparisonTool {
  display: flex;
  padding: 2rem;
  gap: 1.5rem;
  align-items: center;
}
@media (max-width: 767px) {
  .cpuComparisonTool {
    flex-direction: column;
    gap: 2rem;
  }
}
.cpuComparisonTool {
  border-radius: 1rem;
  border: 1px solid #ccc;
}
.cpuComparisonTool .cpuSearchInput {
  padding: 0.8rem;
}
.cpuComparisonTool .cpuSearch .cpuSearchWrapper svg {
  right: 0.4rem;
}
.cpuComparisonTool .submit {
  background: #f60;
  padding: 0.9rem;
  border-radius: 0.6rem;
  box-shadow: none;
}
.cpuComparisonTool .submit:hover {
  background: linear-gradient(to right, #f60, #f20);
}

/*# sourceMappingURL=app.css.map */
