.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: #2f90a1; border-width: 0px; border-style: solid; padding: 15px 25px 15px 25px; font: bold 14px Inter,Verdana,Helvetica,sans-serif; color: #2f90a1; letter-spacing: 1.9px; text-transform: uppercase; border-radius: 3px; display: flex; justify-content: center; align-items: center; cursor: pointer; -webkit-appearance: none; text-decoration: none; } .ngpluginparavcardbutton a:hover { border-color: #2c2e28; background: #2c2e28; font-weight: bold; font-style: normal; text-transform: uppercase; color: #ffffff; text-decoration: none; } .ngpluginparavcardbutton a:focus { border-color: #646e3c; background: #646e3c; font-weight: bold; font-style: normal; text-transform: uppercase; color: #f9faf7; outline: none; } .ngpluginparavcardbutton a svg { display: block; width: 1.5em; height: 1.5em; margin-right: 0.75em; }