/* ── vcNumberCounter ── */
.em2-counter {
    text-align: center;
}

/* Title */
.em2-counter__title {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 4px;
    letter-spacing: 0.5px;
}

/* Number */
.em2-counter__number-wrap {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 4px;
    margin-bottom: 12px;
    font-family: var(--cormorant-garamond);
    font-size: 36px;
    color: var(--gold);
    font-weight: 600;
    line-height: 1;
}
.em2-counter__number {
    transition: color .3s;
}