.race-report-box {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.report-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.report-avatar {
    margin-right: 15px;
}
.report-avatar img {
    border-radius: 50%;
}
.report-meta {
    display: flex;
    flex-direction: column;
}
.report-author {
    font-weight: bold;
    font-size: 16px;
}
.report-date {
    font-size: 12px;
    color: #777;
    margin-top: 2px;
}
.report-text {
    font-size: 18px;
    font-style: italic;
    line-height: 1.5;
}