.rp-button{align-items:center;border-radius:10px;color:var(--rpbutton-color,#333);cursor:pointer;display:flex;flex-direction:row;flex-wrap:nowrap;gap:10px;height:50px;justify-content:center;line-height:1;padding:16px 25px;position:relative;text-decoration:none;text-transform:uppercase;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap;z-index:0}.rp-button:before{background-color:var(--rpbutton-background,#e1e0e0);border:1px solid var(--rpbutton-border,#e1e0e0);border-radius:10px;content:"";height:100%;left:0;position:absolute;top:0;transition:all .2s ease-in-out;width:100%;z-index:-1}@media (min-width:1025px){.rp-button:hover:before{transform:scaleX(1.07)}}
