.obituary-biography {
    color: #334155;
    font-size: 17px;
    line-height: 1.9;
}

.obituary-biography p {
    margin-bottom: 20px;
}

.obituary-biography strong {
    color: #003366;
    font-weight: 700;
}

.obituary-biography h1,
.obituary-biography h2,
.obituary-biography h3,
.obituary-biography h4 {
    color: #003366;
    margin-top: 25px;
    margin-bottom: 15px;
    font-weight: 700;
}

.empty-message {
    background: #f8fafc;
    border: 1px dashed #cbd5e1;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    color: #64748b;
    font-style: italic;
}