/* Basic layout styling */
.ttb-list-organizer-wrapper {
    background: #f3f4f6;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    padding: 24px;
    margin: 20px 0;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.ttb-list-organizer-container h2 {
    text-align: center;
    margin-bottom: 20px;
}

.ttb-list-organizer-textarea {
    width: 100%;
    min-height: 240px;
    padding: 12px;
    font-size: 16px;
    border-radius: 8px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    resize: vertical;
}

.ttb-list-organizer-options > div {
    margin: 10px 0;
}

.ttb-list-organizer-button {
    display: block;
    width: 100%;
    padding: 14px;
    font-size: 16px;
    font-weight: bold;
    background-color: #3b82f6;
    color: white;
    border: none;
    border-radius: 8px;
    margin: 10px 0;
    cursor: pointer;
}

.ttb-list-organizer-button:hover {
    background-color: #2563eb;
}
