/* keep_bullets.css */
.options-container {
    display: flex;
    gap: 30px;
    margin-bottom: 20px;
}

.options-container > div {
    display: flex;
    flex-direction: column;
}

.options-container label {
    margin-bottom: 5px;
    font-weight: bold;
}

#paste-area {
    width: 100%;
    max-width: 800px;
    height: 400px;
    min-height: 200px;
    margin-bottom: 20px;
    padding: 10px;
    font-size: 14px;
    font-family: 'Consolas', 'Courier New', monospace;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
