/*
============================================================
P029M24H — FINAL HERO 24 GLYPH FIX
Only fixes vertical glyph clipping
============================================================
*/

.ph-engine-number {
    overflow: visible !important;
}

.ph-engine-number > strong,
#ph-hero-year-counter {
    display: inline-block;
    line-height: 1.12 !important;
    padding-top: .055em;
    padding-bottom: .025em;
    overflow: visible !important;
    vertical-align: middle;
}

/* END P029M24H */
