.listing-photo-credits {
    margin-top: 8px;
    color: var(--site-muted, var(--muted, #aab4c5));
    font-size: .78rem;
    line-height: 1.5;
    text-align: left;
}

.listing-photo-credits > summary {
    width: fit-content;
    padding: 4px 0;
    cursor: pointer;
}

.listing-photo-credits > summary:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 3px;
}

.listing-photo-credits > p {
    margin: 8px 0 0;
    white-space: pre-wrap;
    overflow-wrap: anywhere;
}
