.nsl-remote-arrows {
    display: flex;
    gap: 8px;
}

.nsl-remote-align-left {
    justify-content: flex-start;
}

.nsl-remote-align-center {
    justify-content: center;
}

.nsl-remote-align-right {
    justify-content: flex-end;
}

.nsl-remote-arrows button {
    border: none;
    padding: 12px;
    cursor: pointer !important;
    transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
}

/*.nsl-remote-arrows button:hover {*/
/*    background: #f3f3f3;*/
/*    transform: translateY(-1px);*/
/*    box-shadow: 0 4px 10px rgba(0,0,0,0.08);*/
/*}*/
