/* Shared play button icon */
.play-icon {
    display: inline-grid;
    place-items: center;
    line-height: 0;
    flex-shrink: 0;
    color: #D40000;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.35));
}
.play-icon svg { display: block; width: 100%; height: 100%; }
.play-icon--xs { width: 28px; height: 28px; }
.play-icon--sm { width: 34px; height: 34px; }
.play-icon--md { width: 46px; height: 46px; }
.play-icon--lg { width: 56px; height: 56px; }
.play-icon--xl { width: 70px; height: 70px; }
.play-icon--gold { color: #f6c453; }
.play-icon--light {
    color: rgba(255, 255, 255, 0.95);
    filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.45));
}
