/* List Organizer Pro Styles */
.ttb-list-organizer-container {
  max-width: 800px;
  margin: 20px auto;
  padding: 20px;
  background: #fff;
  border: 2px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  font-family: Arial, sans-serif;
}

.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 > label,
.ttb-list-organizer-options > select {
  display: block;
  margin: 5px 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;
  text-align: center;
}

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

.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;
}
