.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: #ffffff; border-width: 1px; border-style: solid; padding: 12px 24px 12px 24px; background: #375c38; font: bold 20px Georgia,Times,'Times New Roman',serif; color: #ffffff; letter-spacing: 0.9px; box-shadow: 10px 10px 10px rgba(0,0,0,0.1); border-radius: 15px; display: flex; justify-content: center; align-items: center; cursor: pointer; -webkit-appearance: none; text-decoration: none; } .ngpluginparavcardbutton a:hover { border-color: #ffffff; background: #213024; font-weight: bold; font-style: normal; text-transform: none; color: #ffffff; text-decoration: none; } .ngpluginparavcardbutton a:focus { border-color: #000000; background: #375c38; box-shadow: 10px 10px 10px rgba(0,0,0,0.1); font-weight: bold; font-style: normal; text-transform: none; color: #ffffff; outline: auto; } .ngpluginparavcardbutton a svg { display: block; width: 1.5em; height: 1.5em; margin-right: 0.75em; }