/* styles.css */

/* Ensure the body is in dark mode by default */
body.dark-mode {
    background-color: #343a40;
    color: #f8f9fa;
}

/* Style the language toggle button to ensure it appears correctly */
#language-toggle {
    background-color: #17a2b8;
    border-color: #17a2b8;
}

/* Override specific Bootstrap styles if necessary */
.remove-item {
    /* Ensure that the remove button text is correctly styled */
    font-size: 0.875rem; /* Example adjustment */
}

/* Additional custom styles */
