.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: #10a198; border-width: 2px; border-style: solid; padding: 15px 25px 15px 25px; background: #10a198; font: bold 14px Montserrat,Verdana,Helvetica,sans-serif; color: #ffffff; letter-spacing: 1.9px; text-transform: uppercase; border-radius: 5px; display: flex; justify-content: center; align-items: center; cursor: pointer; -webkit-appearance: none; text-decoration: none; } .ngpluginparavcardbutton a:hover { border-color: #add3d1; background: #add3d1; font-weight: bold; font-style: normal; text-transform: uppercase; color: #ffffff; text-decoration: none; } .ngpluginparavcardbutton a:focus { border-color: #ed5c23; background: #ed5c23; font-weight: bold; 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; }