.header-rate-btn { background-color: #1977cc !important; color: #ffffff !important; border-radius: 100px; padding: 8px 14px; white-space: nowrap; transition: 0.3s; font-size: 11px; font-weight: 700; display: inline-flex; align-items: center; gap: 4px; text-decoration: none !important; box-shadow: 0 3px 10px rgba(25, 119, 204, 0.25); } .header-rate-btn:hover { background-color: #145f9e !important; color: #ffffff !important; transform: translateY(-1px); box-shadow: 0 5px 14px rgba(25, 119, 204, 0.4); }