.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: #baa78a; border-width: 1px; border-style: solid; padding: 8px 12px 8px 12px; background: #ffffff; font: 16px 'Open Sans',Verdana,Helvetica,sans-serif; color: #5a5a5a; letter-spacing: 0px; text-transform: uppercase; border-radius: 0px; display: flex; justify-content: center; align-items: center; cursor: pointer; -webkit-appearance: none; text-decoration: none; } .ngpluginparavcardbutton a:hover { border-color: #cf9945; background: #ffffff; font-weight: normal; font-style: normal; text-transform: none; color: #cf9945; text-decoration: none; } .ngpluginparavcardbutton a:focus { border-color: #baa78a; background: #ffffff; font-weight: normal; font-style: normal; text-transform: uppercase; color: #5a5a5a; outline: none; } .ngpluginparavcardbutton a svg { display: block; width: 1.5em; height: 1.5em; margin-right: 0.75em; }