/* =============================================================================
   WP Traffic Analytics – Shortcode / Front-end Styles
   ============================================================================= */

.wta-stat {
    font-weight: 700;
    font-size: 1.1em;
    color: inherit;
}

/* ── Shortcode blocks ─────────────────────────────────────────────────────── */
.wta-shortcode-block {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 16px;
    margin: 16px 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.wta-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.wta-list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid #f3f4f6;
    font-size: 14px;
    color: #374151;
}

.wta-list-item:last-child {
    border-bottom: none;
}

.wta-list-item a {
    color: #2563eb;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 240px;
}

.wta-list-item a:hover {
    text-decoration: underline;
}

.wta-list-count {
    background: #eff6ff;
    color: #1d4ed8;
    font-size: 12px;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 20px;
    white-space: nowrap;
    flex-shrink: 0;
}

.wta-country {
    display: flex;
    align-items: center;
    gap: 6px;
}

.wta-empty {
    color: #9ca3af;
    font-size: 13px;
    text-align: center;
    padding: 16px;
}