.snbp-container {
    width: 100%;
    max-height: 500px;
    overflow: hidden;
    position: relative;
    border: 1px solid #ddd;
    background: #eef;
    color: #000;
}
.snbp-controls {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 5px;
}
.snbp-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.snbp-item {
    padding: 10px;
    border-bottom: 1px solid #ccc;
    background: #f9f9f9;
}