
.nw-paymentcard-radio {
  cursor: pointer;
  font-weight: 600;
}

.nw-paymentcard-option {
  max-width: 150px;
  width: 50%;
  padding: 0 8px;

  @media screen and (min-width: $screen-max-xs) {
    min-width: 150px;
    max-width: none;
  }
}

.nw-paymentcard-unit {
  justify-content: center;
  align-items: center;
  display: flex;
  border: 2px solid;
  border-radius: 12px;
  width: 100%;
  height: 112px;
  text-align: center;
  
  @media screen and (min-width: $screen-max-sm) {
    height: 124px;
  }
}

.nw-paymentcard-selected {
  border-color: $payment-selected-background-color;
}

.nw-paymentcard-name {
  margin: 5px 10px;
}

.nw-paymentcard-img {
  margin: 5px 0;
}
