.compte-section .card-button {
    background-color: #fff;
    border-radius: 12px;
    padding: 1rem;
    margin-bottom: 1rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    text-decoration: none;
    color: #333;
    transition: transform 0.2s ease;
}

.compte-section .card-button:hover {
    transform: scale(1.01);
    background-color: #f9f9f9;
}

.compte-section h5 {
    font-weight: 600;
    margin: 0;
}

.compte-section p {
    font-size: 0.9rem;
    color: #777;
    margin: 0;
}

.invitation-block {
    border: 1px dashed #ca9b50;
    border-radius: 10px;
}
