.route-photo-credits summary {
    cursor: pointer;
    font-weight: 700;
    line-height: 1.5;
}

.route-photo-credits ol {
    display: grid;
    gap: 1rem;
    margin: 1rem 0 0;
    padding-inline-start: 1.5rem;
}

.route-photo-credits li {
    font-size: .875rem;
    line-height: 1.6;
    overflow-wrap: anywhere;
}

.route-photo-credits a {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: .2em;
}

.route-photo-credits p {
    margin: .25rem 0 0;
    font-size: .8rem;
}
