.condolencias-titulo {
    font-size: 24px;
    margin-bottom: 15px;
}

.condolencias-lista {
    margin-bottom: 20px;
}

.condolencia-item {
    background-color: #f9f9f9;
    border-left: 4px solid #0073aa;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
}

.condolencia-nombre {
    font-weight: bold;
}

.condolencia-fecha {
    font-size: 12px;
    color: gray;
}

.condolencia-email {
    font-size: 12px;
    color: #555;
}

.condolencias-form input,
.condolencias-form textarea {
    width: 100%;
    margin-bottom: 10px;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.condolencias-form button {
    background-color: #0073aa;
    color: white;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 4px;
}

.condolencias-form button:hover {
    background-color: #005a87;
}
