.ngparaclicktochat { display: flex; flex-wrap: wrap; margin: 0 -10px; } .ngparaclicktochat-right { justify-content: flex-end; } .ngparaclicktochat-left { justify-content: flex-start; } .ngparaclicktochat-center { justify-content: center; } .ngparaclicktochat a { border-color: #3c466e; border-width: 0px; border-style: solid; padding: 15px 25px 15px 25px; background: #3c466e; font: bold 14px Inter,Verdana,Helvetica,sans-serif; color: #f7f7fa; 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; margin: 10px; } .ngparaclicktochat a:hover { border-color: #28292e; background: #28292e; font-weight: bold; font-style: normal; text-transform: uppercase; color: #ffffff; text-decoration: none; } .ngparaclicktochat a:focus { outline: none; } .ngparaclicktochat a svg { display: block; width: 1.5em; height: 1.5em; margin-right: 0.75em; } 