/* Petits ajustements pour l'espace membre, sur la base du thème existant */

.membre-content {
    min-height: 60vh;
}

.card-membre {
    background: #3D405B;
    color: #fff;
    border-radius: 12px;
    padding: 2rem;
}

.chat-messages {
    height: 55vh;
    overflow-y: auto;
    background: rgba(255,255,255,0.05);
    border-radius: 8px;
    padding: 1rem;
    margin-bottom: 1rem;
}

.chat-message {
    margin-bottom: 0.75rem;
    padding: 0.5rem 0.9rem;
    border-radius: 10px;
    background: rgba(255,255,255,0.08);
    max-width: 75%;
}

.chat-message.mine {
    background: #81B29A;
    color: #1c1c1c;
    margin-left: auto;
}

.chat-message .meta {
    font-size: 0.75rem;
    opacity: 0.7;
    margin-bottom: 0.15rem;
}

.chat-message .delete-btn {
    font-size: 0.7rem;
    opacity: 0.6;
    cursor: pointer;
    margin-left: 0.5rem;
}

.conversation-list-item {
    display: block;
    padding: 0.75rem 1rem;
    border-radius: 8px;
    margin-bottom: 0.5rem;
    background: rgba(255,255,255,0.06);
    color: #fff;
    text-decoration: none;
}

.conversation-list-item:hover {
    background: rgba(255,255,255,0.15);
    color: #fff;
}

table.table-membre {
    color: #fff;
}
