.custom-counter-wrapper {
    text-align: center;
}
.custom-counter-top {
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 4px;
}
.custom-counter-title {
    margin-top: 5px;
}
