.pl-story-nav {
    position: fixed;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--pl-story-ui-bg, rgba(40, 40, 40, 0.6));
    backdrop-filter: blur(10px);
    border: 1px solid var(--pl-story-ui-border, rgba(255, 255, 255, 0.18));
    color: var(--pl-story-ui-fg, #fff);
    font-size: 34px;
    font-weight: 700;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2000;
    opacity: 0.95;
}

@media (hover: none) and (pointer: coarse) {
    .pl-story-nav {
        display: none !important;
    }
}
