#danmu-container {
    overflow: hidden;
}

.danmu-item {
    position: absolute;
    white-space: nowrap;
    font-weight: bold;
    text-shadow: 1px 1px 2px #000;
    pointer-events: none;
    z-index: 10;
}

#toggle-danmu-input {
    padding: 8px 15px;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: 1px solid white;
    border-radius: 20px;
    cursor: pointer;
    transition: background 0.3s;
}

#toggle-danmu-input:hover {
    background: rgba(0, 0, 0, 0.7);
}
