.button{color:#fff;cursor:pointer;background-color:#e3001b;border:0;border-radius:6px;justify-content:center;align-items:center;gap:10px;height:50px;padding:0 24px;font-family:Gilroy-SemiBold,Roboto,sans-serif;display:flex}.button.button-tiny{height:36px;font-size:14px;line-height:20px}.button.button-small{height:42px}.button.button-black{background-color:#222}.button:has(.mobile-text) .mobile-text{display:block}.button:has(.mobile-text) .mobile-text:empty{display:none}.button:has(.mobile-text) .desktop-text{display:none}.button:has(.mobile-text):has(.mobile-text:empty) .desktop-text{display:block}@media (min-width:768px){.button:has(.mobile-text) .mobile-text{display:none}.button:has(.mobile-text) .desktop-text{display:block}}
