.reviewError {
  background:#ffcccc;
  text-decoration: underline;
  font-weight:bold;
}

:root {
  --grat-col:400px;
}

.gratcol2 {
  --grat-col:245px;
}

#compare {
  margin-top: 1.75rem;
  gap:1.5rem .5rem;
  justify-items: center;
  grid-template-columns: repeat(auto-fit, minmax(var(--grat-col), 1fr));
}


#compare .item {
  text-align: center;
  box-shadow: 0px 10px 10px 2px rgba(33, 33, 33, 0.1);
  border: 1px solid #54595f;
  overflow: hidden;
  position: relative;
  font-family:Tahoma, Helvetica, sans-serif;
  max-width:485px;
}


#compare .head {
  background:var(--gBrandColorSec);
  font-size: clamp(23px, 3.25vw, 25px);
  color:var(--gBgWhite);
  font-weight:bold;
  padding:.7rem 2.25rem;
  line-height: 1.2;
  text-shadow: 1px 1px 1px #000;
}

#compare .item:nth-child(1) .head {
  background:var(--gBrandColorPri);
}


#compare .ribbon {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(27px, 17px) rotate(40deg);
  font-size: 10px;
  letter-spacing: .25px;
  background: #181818;
  color: var(--gBgWhite);
  text-shadow: 0px 1px 2px #000;
  text-transform: uppercase;
  width: 120px;
  padding: 4px 0px;
}

#compare .item:nth-child(1) .ribbon {
  background-color: #ef8700;
}


#compare ul.features li {
  list-style:none;
  font-size: clamp(18px, 2.25vw, 20px);
  border-bottom: 1px solid #dddedf;
  line-height: 1.4;
  padding: 1rem .8rem;
}


#compare ul.features li::before {
  content:"";
  margin-right:.3875rem;
  margin-left:-.3875rem;
  font-weight:bold;
}
#compare ul.features li.yes::before {
  content: "✔";
  color:var(--gBrandColorSec);
}
#compare ul.features li.no::before {
  content:"✖";
  color:var(--gBgRouge);
}


#compare .cta {
  padding:1rem .25rem;
}
#compare .cta a {
  background:var(--gBrandColorSec);
  color:var(--gBgWhite);
  font-size: 1.1rem;
  padding-top:.59em;
  padding-bottom:.59em;
  min-width:8.575rem;
}

#compare .cta a:hover {
  background: var(--gBrandColorPri);
  color:var(--gBgWhite);
}


.clarity {
  font-size: 13px;
  letter-spacing: .5px;
  font-style: italic;
  text-align:center;
  margin-top:.75rem;
  margin-bottom:2.25rem;
}