#bricks-preview-element-actions { display: none; } .brxe-button, .bricks-button { transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease; }  .brxe-button:hover, .bricks-button:hover { transform: scale(0.95); }  .bricks-pagination .page-numbers { transition: all 0.3s ease; }