/* Styl artykułów bloga agreno */
.single-post .entry-content h2 {
    color: #2e7d32;
    margin-top: 2em;
    border-left: 4px solid #4caf50;
    padding-left: 12px;
}

.single-post .entry-content p {
    line-height: 1.8;
}

/* Linki do kategorii agreno wstawione przez auto-linker */
a.agreno-cat-link {
    color: #2e7d32;
    font-weight: 600;
    text-decoration: underline;
    text-decoration-color: #a5d6a7;
    text-underline-offset: 3px;
}
a.agreno-cat-link:hover {
    color: #1b5e20;
    text-decoration-color: #4caf50;
}

/* Badge AI na artykule */
.agreno-ai-badge {
    display: inline-block;
    background: #e8f5e9;
    color: #2e7d32;
    font-size: 11px;
    padding: 2px 8px;
    border-radius: 10px;
    margin-bottom: 16px;
    border: 1px solid #c8e6c9;
}

/* Kredyt dla fotografa Pexels */
.agreno-photo-credit {
    font-size: 11px;
    color: #aaa;
    margin-top: 4px;
    text-align: right;
}
.agreno-photo-credit a {
    color: #aaa;
    text-decoration: none;
}
.agreno-photo-credit a:hover { color: #666; }
