.button{padding:18px 24px;font-size:16px;font-weight:700;line-height:24px;border-radius:14px;display:flex;align-items:center;justify-content:center;outline:none}.button.green{background-color:#49c567;color:#fff}.button.red{background-color:#ee3736;color:#fff;gap:8px;width:211px}.button.white{background-color:#fff;border:1px solid #dee1eb;color:#161728}.button.full-width{width:100%}.button:disabled{opacity:.7;cursor:not-allowed}