.glcr-counter {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: flex-start;
    position: relative;
    line-height: normal;
    color: var(--swm-color-color-1);
    font-weight: var(--swm-headings-font-weight);
    font-family: var(--swm-headings-font-family);
}

.glcr-counter-title {
    text-align: left;
    font-size: 22px;
    color: var(--swm-color-headings);
}

.glcr-counter-number-wrap {
    font-size: 48px;
    display: flex;
    align-items: center;
}

.glcr-counter-gradient {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.glcr-counter-prefix {
    font-size: 22px;
    font-size: 20px;
}

.glcr-counter-suffix {
    font-size: 17px;
    font-size: 20px;
}

.glcr-pricing-table-modern .glcr-counter {
    justify-content: center;
    align-items: center;
}

.glcr-pricing-table-modern .glcr-counter-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}