@import '@/styles/responsive.scss';
.paymentCard {
  box-shadow: 4px 6px 10px 0px rgba(56, 124, 68, 0.15);
  border: 1px solid rgba(56, 124, 68, 0.2);
  border-radius: 10px;
  background: #fff;
}

.deleteCardIcon {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);

  @include extra-small {
    width: 24px;
    height: 24px;

    svg {
      width: 100%;
      height: 100%;
    }
  }
}
