/* Reviews page specific styles */

#review{
  background:transparent;
}

#review .review-pagination{
  margin:22px 0 0;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  flex-wrap:wrap;
}

#review .page-link{
  min-width:36px;
  height:36px;
  padding:0 10px;
  border-radius:10px;
  border:1px solid rgba(31,42,36,.16);
  background:#fff;
  color:#2d4a3e;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:13px;
  font-weight:600;
  text-decoration:none;
}

#review .page-link.page-nav{
  min-width:52px;
}

#review .page-link.is-active{
  background:#2d4a3e;
  border-color:#2d4a3e;
  color:#fff;
}

#review .page-link.is-disabled{
  opacity:.45;
  pointer-events:none;
}

#review .section-cta .btn{
  font-weight:600;
}
