/**
 * Styles front-end pour les contenus générés par Claude AI Publisher.
 */
.caip-photo-credit {
    margin-top: 2em;
    padding-top: 1em;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    color: #666;
    font-style: italic;
}
.caip-photo-credit small {
    font-size: 0.85em;
}
.caip-photo-credit a {
    color: inherit;
    text-decoration: underline;
}
.caip-photo-credit a:hover {
    color: #2271b1;
}
