/* List Sorter Pro Styles */
.ttb-list-sorter-wrapper {
    background: #f3f4f6;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    padding: 24px;
    margin: 20px auto;
    max-width: 800px;
    font-family: Arial, sans-serif;
}

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

.ttb-list-sorter-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-sorter-options > div {
    margin: 10px 0;
}

.ttb-list-sorter-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;
    text-align: center;
}

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