.ngpluginparacalendarbutton { display: flex; margin-bottom: 10px; } .ngpluginparacalendarbutton-left { justify-content: flex-start; } .ngpluginparacalendarbutton-right { justify-content: flex-end; } .ngpluginparacalendarbutton-center { justify-content: center; } .ngpluginparacalendarbutton a { border-color: #339900; border-width: 0px; border-style: solid; padding: 15px 25px 15px 25px; background: #339900; font: bold 14px Inter,Verdana,Helvetica,sans-serif; color: #f7f8fa; 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; } .ngpluginparacalendarbutton a:hover { border-color: #216600; background: #216600; font-weight: bold; font-style: normal; text-transform: uppercase; color: #ffffff; text-decoration: none; } .ngpluginparacalendarbutton a:focus { border-color: #339900; background: #339900; box-shadow: 3px 3px 3px rgba(0,0,0,0.3); font-weight: bold; font-style: normal; text-transform: uppercase; color: #f7f8fa; outline: none; } .ngpluginparacalendarbutton a svg { display: block; width: 1.5em; height: 1.5em; margin-right: 0.75em; }