/* Style général du dictionnaire de synonymes */
.synonymes-container {
    max-width: 800px;
    margin: 2rem auto;
    padding: 25px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
}

/* En-tête et boutons */
.synonymes-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.action-buttons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    width: 100%;
}

.btn, .synonymes-btn {
    padding: 12px 16px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.2s ease;
}

.select-langue, .select-type {
    padding: 12px;
    border-radius: 6px;
    border: 1px solid #dd