.simple-table a { background: #0AB5FE; color: #fff !important; padding: 6px 12px; border-radius: 6px; text-decoration: none; font-weight: 600; display: inline-block; transition: 0.2s ease; } .simple-table a:hover { background: #1583FF; } .download-button { display: inline-block; padding: 7px 14px; border-radius: 6px; background: #0AB5FE; color: #fff !important; text-decoration: none !important; font-weight: 700; } .download-button:hover { background: #1583FF; }