.cms-btn-group-links { margin-bottom: 1.25rem; }
.cms-btn-group-links .btn { padding: 1.25rem; background: hsl(var(--siteColor6)); color: hsl(var(--white)); text-transform: capitalize; margin:0!important; border-right:1px solid hsl(var(--white)); }
.cms-btn-group-links .btn:hover { background: hsl(var(--siteColor2)); color: hsl(var(--white)); border-right:1px solid hsl(var(--white)); }

.cms-btn-group-links .btn:first-child { border-radius:0!important; }
.cms-btn-group-links .btn:last-child { border-radius:0!important; background-color:hsl(var(--siteColor5)); border-right:none; }
.cms-btn-group-links .btn:last-child:hover { border-right:none; background-color:hsl(var(--siteColor2)); }
