.nyp .suggested-amounts{border:0;display:grid;padding:0;grid-gap:.5rem;grid-template-columns:repeat(3,minmax(0,1fr))}.nyp .suggested-amounts .suggested-amounts__amount input[type=radio]{opacity:0;width:0;height:0}.nyp .suggested-amounts .suggested-amounts__amount label{display:flex;align-items:center;background:linear-gradient(135deg,#284cc4,#4a6dff);justify-content:center;font-weight:600!important;box-shadow:2px 2px 5px #888;width:100%;padding:55px!important;text-align:center;cursor:pointer}.nyp .suggested-amounts .suggested-amounts__amount label:hover{background:linear-gradient(135deg,#3a60e0,#6082ff)}.nyp .suggested-amounts .suggested-amounts__amount input[type=radio]:checked+label{background:linear-gradient(135deg,#4073c2,#6097f8);box-shadow:inset 2px 2px 5px rgb(0 0 0 / .2);border:0}@media only screen and (max-width:768px){.nyp .suggested-amounts .suggested-amounts__amount label{//font-size:35px!important;padding:40px!important}.nyp .suggested-amounts .suggested-amounts__amount label[for$="-custom"]{font-size:20px!important}}