.ngpluginparavcardbutton { display: flex; margin-bottom: 10px; } .ngpluginparavcardbutton-left { justify-content: flex-start; } .ngpluginparavcardbutton-right { justify-content: flex-end; } .ngpluginparavcardbutton-center { justify-content: center; } .ngpluginparavcardbutton a { border-color: #482879; border-width: 0px; border-style: solid; padding: 15px 20px 15px 20px; background: #482879; font: 13px Inter,Verdana,Helvetica,sans-serif; color: #ffffff; letter-spacing: 3px; text-transform: uppercase; border-radius: 15px; display: flex; justify-content: center; align-items: center; cursor: pointer; -webkit-appearance: none; text-decoration: none; } .ngpluginparavcardbutton a:hover { border-color: #735b95; background: #735b95; font-weight: normal; font-style: normal; text-transform: uppercase; color: #ffffff; text-decoration: none; } .ngpluginparavcardbutton a:focus { border-color: #482879; background: #482879; font-weight: normal; font-style: normal; text-transform: uppercase; color: #ffffff; outline: none; } .ngpluginparavcardbutton a svg { display: block; width: 1.5em; height: 1.5em; margin-right: 0.75em; }