/* Make all buttons square */ .sqs-block-button-element, .button, .btn { border-radius: 0 !important; } /* Taupe hover background for ALL buttons */ .sqs-block-button-element:hover, .button:hover, .btn:hover { background-color: #AFA59A !important; /* Elira taupe */ color: #ffffff !important; /* white text on hover */ border-radius: 0 !important; /* keep square on hover */ transition: background-color 0.25s ease, color 0.25s ease; }