.tp-like__nav{display:flex;gap:8px}.tp-like__btn{width:32px;height:32px;border-radius:999px;border:1px solid rgba(0,0,0,.1);background:#fff;cursor:pointer;display:grid;place-items:center;color:rgba(25,25,25,.75)}.tp-like__btn:hover{border-color:rgba(0,0,0,.18);color:rgba(25,25,25,.92)}.tp-like__btn:disabled{opacity:.3;cursor:default}.tp-like__arrow{width:18px;height:18px;display:block}.tp-s--empty{background:#d9d9d9}.tp-like__dot{width:8px;height:8px;border-radius:999px;border:0;background:rgba(0,0,0,.22);cursor:pointer;transition:transform .12s ease,background .12s ease}.tp-like__dot:hover{background:var(--tp-green);transform:scale(1.05)}.tp-like__dot[aria-current=true]{background:var(--tp-green)}@media (max-width:520px){.tp-like__nav{display:none}}.tp-like__viewport.is-dragging{cursor:grabbing}