.visitor-counter {
    text-align: center;
    margin: 1.5rem auto 0;
    padding: 0.6rem 1.5rem;
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 20px;
    color: #888;
    font-size: 0.85rem;
    letter-spacing: 0.04em;
}

/* Centre the inline-block within the section */
.visitor-counter-wrap {
    text-align: center;
    margin-top: 1.5rem;
}
