.downloadBtn { display: flex; align-items: center; background: #217346; color: white; border: none; padding: 10px 16px; cursor: pointer; border-radius: 10px 10px 0 0; font-size: 14px; font-weight: 600; transition: background 0.2s ease; } .downloadBtn:hover { background: #1e5838; } /* Icono con css puro */ .icon { width: 18px; height: 18px; position: relative; }