.photo-payante-list {
    margin: 20px 0;
    padding: 0;
    list-style: none;
}

.photo-item {
    margin-bottom: 12px;
    font-size: 1em;
    line-height: 1.5;
    color: #333;
}

.photo-item a {
    color: #007cba;
    text-decoration: underline;
    font-weight: normal;
}

.photo-item a:hover {
    color: #005a87;
}

.photo-site-credit {
    margin-top: 30px;
    padding: 15px;
    background-color: #f8f9fa;
    border: 1px dashed #ccc;
    border-radius: 6px;
    font-weight: bold;
    color: #333;
    font-size: 1em;
}