.media-gallery-item-live-translation .card-footnote-content {
    margin-top: var(--caption-link-padding);
    padding: 0 var(--caption-padding-sides) var(--caption-padding-top);
    color: var(--sk-glyph-gray-secondary);
}
.media-gallery-item-live-translation .card-caption-content, .media-gallery-item-live-translation .card-cta-content, .media-gallery-item-live-translation .card-footnote-content {
    --caption-padding-sides: 15px;
    --caption-padding-top: 28px;
    --caption-link-padding: 14px;
}
.typography-caption-tile-footnote {
    font-size: 12px;
    line-height: 1.3333733333;
    font-weight: 400;
    letter-spacing: -0.01em;
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
}

#highlights-gallery-item-5 .typography-caption-tile-footnote {
    color: rgba(0, 0, 0, 0.88);
    font-size: 19px;
    line-height: 1.5;
    font-family: SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif;
}

@media screen and (min-width: 734px) and (max-width: 1064px) {
    #highlights-gallery-item-5 .typography-caption-tile-footnote {
        font-size: 14px;
        line-height: 1.3;
        font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    }
}

@media screen and (max-width: 734px) {
    #highlights-gallery-item-5 .typography-caption-tile-footnote {
        font-size: 12px;
        line-height: 1.2;
        font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    }
}