.elusive-data-btn{display:inline-flex;align-items:center;gap:6px;font-family:'Saira',sans-serif;font-size:14px;font-weight:500;padding:10px 22px;border-radius:10px;text-decoration:none;transition:background 0.3s ease,color 0.3s ease;cursor:pointer;border:2px solid #fff0;line-height:1.2;color:#fff}.elusive-data-btn .elusive-data-btn-icon{display:flex;transition:transform 0.3s ease}.elusive-data-arrow-svg{transition:transform 0.3s ease,stroke 0.3s ease;display:block;width:16px;height:16px;stroke:currentColor;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;fill:none}.elusive-data-btn:hover{background:rgb(255 255 255 / .15);color:rgb(255 255 255 / .8)}.elusive-data-btn:hover .elusive-data-arrow-svg{transform:scale(1.1);stroke:rgb(255 255 255 / .8)}.elusive-data-btn-orange{background:#FF6B1A;border-color:#FF6B1A}.elusive-data-btn-orange:hover{background:#E55D0F;border-color:#E55D0F}.elusive-data-btn-white-border{background:#fff0;border-color:#fff}.elusive-data-btn-white-clean{background:#fff0;border-color:#fff0}.elusive-data-btn-custom{background:#fff0}@media (max-width:768px){.elusive-data-btn{font-size:13px;padding:8px 18px;gap:5px}.elusive-data-arrow-svg{width:14px;height:14px}}@media (max-width:480px){.elusive-data-btn{font-size:12px;padding:7px 16px;gap:4px}.elusive-data-arrow-svg{width:13px;height:13px}}