.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: #3d3840; border-width: 0px; border-style: solid; padding: 15px 20px 15px 20px; background: #fea200; font: 13px Inter,Verdana,Helvetica,sans-serif; color: #000000; letter-spacing: 3px; text-transform: uppercase; box-shadow: 3px 0px 3px rgba(0,0,0,0.3); border-radius: 15px 15px 15px 15px; display: flex; justify-content: center; align-items: center; cursor: pointer; -webkit-appearance: none; text-decoration: none; } .ngpluginparavcardbutton a:hover { border-color: #51b225; background: #51b225; font-weight: normal; font-style: normal; text-transform: uppercase; color: #ffffff; text-decoration: none; } .ngpluginparavcardbutton a:focus { border-color: #3d3840; background: #25284f; 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; }