.vvc-counter {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    line-height: 1;
}

.vvc-digit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.45em;
    height: 1.8em;
    border: 1px solid #6e6e6e;
    border-radius: 2px;
    background: linear-gradient(180deg, #585858 0%, #1e1e1e 48%, #0c0c0c 50%, #2a2a2a 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.18),
        inset 0 -1px 0 rgba(0, 0, 0, 0.5),
        0 1px 2px rgba(0, 0, 0, 0.25);
    overflow: hidden;
}

.vvc-digit > span {
    display: inline-block;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: #f2f2f2;
    letter-spacing: 0.02em;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.65);
    transform: translateY(-0.02em);
}

.vvc-separator {
    display: inline-block;
    padding: 0 1px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: #1a1a1a;
}

.vvc-label {
    margin-top: 0.35rem;
    font-size: 0.85rem;
}

.vintage_visit_counter_widget .screen-reader-text,
.vvc-counter .screen-reader-text {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
