.wcp-counter-container {
    background: #fff;
    padding: 30px 40px;
    border-radius: 16px;
    box-shadow: 0 8px 30px rgba(0,0,0,.08);
    text-align: center;
    max-width: 340px;
    margin: 0 auto;
}

.wcp-visitor-count {
    font-size: 5rem;
    font-weight: 700;
    color: #7cc7e8;
    line-height: 1;
    margin-bottom: 6px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.wcp-label {
    font-size: 0.9rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #2d2d2d;
    font-weight: 600;
}
