@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.app-arrow{align-items:center;background:#fff;border:1px solid #e7ded3;border-radius:9999px;color:#806e5c;cursor:pointer;display:flex;flex-shrink:0;height:28px;justify-content:center;transition:background .15s ease,border-color .15s ease,color .15s ease;width:28px}.app-arrow:not(:disabled):hover{background:#d98f2b;border-color:#d98f2b;color:#fff}.app-arrow:disabled{cursor:not-allowed;opacity:.3}
