.nextButton{display:flex;align-items:center;justify-content:space-between;background-color:#f9c917;color:#000000;font-size:18px;font-weight:400;border-radius:10px;padding:.6% 1.6%;cursor:pointer;outline:none;border:none;min-height:40px;transition:all .3s ease;gap:8px}.nextButton svg{width:28px;height:28px;flex-shrink:0}.button-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width:1024px){.nextButton{font-size:14px}}@media screen and (max-width:768px){.nextButton{font-size:14px;padding:6px 10px;min-height:36px;gap:6px}.nextButton svg{width:20px;height:20px}}@media screen and (max-width:480px){.nextButton{font-size:12px;padding:4px 8px;min-height:32px;gap:4px}.nextButton svg{width:16px;height:16px}}