/* Photographer Credit Shortcode Styles */
.acc-photo-credit {
    font-size: 0.9em;
    margin: 10px 0;
    padding: 5px 0;
    border-top: 1px solid #eee;
    color: #666;
}

.acc-photo-credit .photo-credit-label {
    font-weight: 600;
    margin-right: 5px;
}

/* Style Variations */
.acc-style-default {
    font-style: italic;
}

.acc-style-boxed {
    padding: 8px;
    background: #f8f9f9;
    border-left: 3px solid #72aee6;
}

.acc-style-minimal {
    border: none;
    padding: 0;
    color: inherit;
}