.detail-at-a-glance .glance-three-up .badge {
    width: auto;
    min-width: unset;
}

.detail-at-a-glance .glance-three-up .badge:last-child {
    padding-right: 0;
}

.detail-at-a-glance .glance-three-up .badge:first-child {
    padding-left: 0;
}

.ffpingfang {
    font-family: 'PingFang HK', 'Helvetica Neue', 'Helvetica', 'STHeitiTC-Light', 'Arial', sans-serif !important
}

@media only screen and (max-width: 1068px) {
    .detail-at-a-glance .glance-three-up .badge {
        min-width: 50%;
        margin: 0 auto;
    }


}

@media only screen and (max-width: 734px) {
    .detail-at-a-glance .glance-three-up .badge {
        width: 100%;
    }
}

@media only screen and (min-width: 1068px) {
    .typography-eyebrow-elevated {
        line-height: 1.25;
        font-size: 28px;
    }
}