.pota-cta-row{
  display:flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 14px;
}

.pota-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding: 10px 14px;
  border-radius: 14px;
  font-weight: 800;
  text-decoration:none;
  border: 1px solid rgba(0,0,0,.12);
  background: rgba(0,0,0,.03);
  box-shadow: 0 10px 26px rgba(0,0,0,.06);
}

.pota-btn--ghost{
  background: transparent;
  box-shadow: none;
}
