.lotto-results {
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 20px;
    margin: 20px 0;
}

.lotto-results h3 {
    color: #333;
}

.lotto-results p {
    margin: 5px 0;
    font-size: 16px;
}

.lotto-results strong {
    color: #0073aa; /* WordPress Blue */
}
