#chismes-widget {
    font-family: inherit;
    max-width: 600px;
    margin: auto;
}

#chismes-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}

#chismes-form input,
#chismes-form textarea {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
}

#chismes-form button {
    background: #111;
    color: #fff;
    border: none;
    padding: 10px;
    border-radius: 6px;
    cursor: pointer;
}

#chismes-form button:hover {
    opacity: 0.9;
}

.chisme {
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}

.chisme strong {
    font-size: 14px;
}

.chisme p {
    margin: 5px 0 0;
    font-size: 14px;
}