/* Poems Plugin Styles - Optimized for GeneratePress Child Theme */
.poem-content {
    line-height: 1.7;
    max-width: 800px;
    margin: 0 auto;
}

.poem-meta {
    margin: 15px 0;
    font-size: 0.9em;
    color: #666;
    text-align: center;
}

.poem-date, .poem-updated {
    display: block;
    margin-bottom: 5px;
}

.poem-meta time {
    font-weight: 600;
}

.poem-stanza {
    margin: 20px 0;
    padding: 15px;
    background: #f8f9fa;
    border-left: 3px solid #0073aa;
}

.poem-line {
    margin: 10px 0;
    text-align: center;
}

.poem-type-badge {
    display: inline-block;
    padding: 4px 12px;
    background: #e74c3c;
    color: white;
    border-radius: 20px;
    font-size: 0.8em;
    margin-right: 5px;
    text-decoration: none;
}

.poem-type-badge:hover {
    background: #c0392b;
}

.language-badge {
    display: inline-block;
    padding: 2px 6px;
    background: #0073aa;
    color: white;
    border-radius: 3px;
    font-size: 0.8em;
    font-weight: bold;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .poem-content {
        padding: 0 15px;
        font-size: 0.95em;
    }
}