.comparison-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
}

.comparison-card-good {
  /* border-color: #f0c85a; */
  border-radius: 18px;
  border: 2px solid #85c19c;
}

.comparison-note {
  border-radius: 12px;
  padding: 14px 18px;
  font-size: 0.9rem;
}

.comparison-note-good {
  background: #c8ebd6;
}

.comparison-logo-lg {
  width: 38px;
  height: 38px;
}

.payment-summary {
  border: 1px solid #c8ebd6;
  border-radius: 12px;
  background: #f7fcf9;
  padding: 1rem;
}

.payment-blue {
  border: 1px solid #B6D4FE;
  border-radius: 12px;
  background: #F5F9FF;
  padding: 1rem;
}