body {
  font-family: Arial, sans-serif;
  background: #f5f5f5;
  padding: 20px;
}

h2 {
  margin-bottom: 10px;
}

.draggable-list {
  list-style: none;
  padding: 0;
  max-width: 500px;
}

.draggable-item {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 10px;
  margin-bottom: 8px;
}

.drag-handle {
  cursor: grab;
  font-size: 20px;
  padding: 0 10px;
  user-select: none;
}

.thumbnail {
  width: 48px;
  height: 48px;
  border-radius: 6px;
  object-fit: cover;
  margin-right: 10px;
}

.item-content {
  flex: 1;
}

.item-name {
  font-weight: bold;
}

.item-notes {
  font-size: 0.85rem;
  color: #666;
  margin-top: 2px;
}

/* Dragging state */
.sortable-ghost {
  opacity: 0.4;
}


.login-options button{
    background-color: #0040ff; /* Blue background */
    color: white;             /* White text */
    border-radius: 10px;      /* Rounded corners */
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); /* Add shadow */
    font-size: 16px;          /* Larger font */
}

.login-options button:hover {
    background-color: #0053ba; /* Slightly darker blue on hover */
}

.login-options table{
    text-align: right;
}


.profile-form {
    
}
