/* Only generated illustrations: keep their longer credits readable on phones. */
.fancybox-title-float-wrap:has(.wh-illustration-caption) {
    top: 100%;
    bottom: auto;
    left: 0;
    right: 0;
    /* Fancybox's float helper reserves this much room below the image. */
    margin-bottom: -160px;
}
.fancybox-title-float-wrap:has(.wh-illustration-caption) .child {
    display: block;
    box-sizing: border-box;
    max-height: 144px;
    overflow: auto;
    overscroll-behavior: contain;
    margin: 8px 0 0;
    padding: 8px 12px;
    border-radius: 6px;
    white-space: normal;
    overflow-wrap: anywhere;
    text-align: left;
    font-weight: normal;
    line-height: 18px;
}
