.hp-facts-list {
    margin: 20px 0;
}

.hp-fact-item {
    margin-bottom: 15px;
    padding: 10px;
    border: 1px solid #eee;
    border-radius: 4px;
    background-color: #f9f9f9;
}

.hp-fact-type {
    font-weight: bold;
    color: #333;
    margin-bottom: 5px;
}

.hp-fact-date-place {
    color: #555;
}

.hp-fact-description {
    margin-top: 5px;
    font-style: italic;
}

.hp-no-data {
    color: #777;
    font-style: italic;
}