.ngparaeditabletext-buttons { display: flex; justify-content: flex-end; margin-top: 12px; gap: 12px; } .ngparaeditabletext-buttons button { border-color: #3d3840; border-width: 0px; border-style: solid; padding: 15px 20px 15px 20px; background: #3d3840; font: 13px Inter,Verdana,Helvetica,sans-serif; color: #ffffff; letter-spacing: 3px; text-transform: uppercase; border-radius: 0px; cursor: pointer; } .ngparaeditabletext-buttons button:focus { border-color: #3d3840; background: #3d3840; font-weight: normal; font-style: normal; text-transform: uppercase; color: #ffffff; outline: none; } .ngparaeditabletext-buttons button:hover:enabled { border-color: #736e75; background: #736e75; font-weight: normal; font-style: normal; text-transform: uppercase; color: #ffffff; } .ngparaeditabletext-buttons button:disabled { opacity: 0.8; cursor: wait; }