/**
 * Public styles for IT History Today plugin
 */

.it-history-post {
    background: #f9f9f9;
    border-left: 4px solid #0073aa;
    padding: 15px;
    margin: 20px 0;
    border-radius: 4px;
}

.it-history-post h2 {
    color: #0073aa;
    margin-top: 0;
    margin-bottom: 10px;
}

.it-history-post ul {
    margin: 15px 0;
    padding-left: 20px;
}

.it-history-post li {
    margin-bottom: 8px;
    line-height: 1.6;
}

.it-history-post strong {
    color: #333;
}

.it-history-post em {
    color: #666;
    font-size: 0.9em;
    font-style: italic;
}

.it-history-generated-badge {
    display: inline-block;
    background: #0073aa;
    color: white;
    padding: 2px 8px;
    border-radius: 3px;
    font-size: 0.8em;
    margin-left: 10px;
} 