/* media card - 3rd card copy fix in small large */
@media only screen and (min-width: 1069px) and (max-width: 1250px) {
    #media-card-gallery-item-3 .caption.typography-media-card-gallery-headline {
      max-width: 36%;
      flex-basis: 36%;
    }
}

/* VP symbol footnote style */
.ric-modal-overlay-container .icon-card-modal-content .footnote {
  color: inherit;
}


/* gradient text fix */
.section-charging .stat-value {
  -webkit-background-clip: text;
}
.section-magic .siri .gallery-item-copy span {
  -webkit-background-clip: text;
}
/* gradient text fix end */
