.result-table-wrapper {
            overflow-x: auto;
            margin-top: 1.2rem;
            border-radius: 12px;
            border: 1px solid rgba(0,0,0,0.08);
        }
        .country-table {
            width: 100%;
            font-size: 0.9rem;
            margin-bottom: 0;
            background-color: white;
        }
        .country-table th {
            background-color: #f2f4f8;
            font-weight: 600;
            position: sticky;
            top: 0;
            white-space: nowrap;
        }
        .country-table td, .country-table th {
            padding: 0.8rem 0.6rem;
            vertical-align: middle;
            border-bottom: 1px solid #e9ecef;
        }
        .country-table tr:hover {
            background-color: rgba(70, 130, 200, 0.05);
            cursor: pointer;
        }
        .badge-code {
            background-color: #eef2ff;
            color: #1e3a8a;
            font-family: monospace;
            font-weight: 500;
            padding: 0.25rem 0.5rem;
            border-radius: 6px;
        }
        .search-section {
            background: #f8fafc;
            border-radius: 20px;
            padding: 1.2rem 1.5rem;
            margin-bottom: 1.8rem;
            border: 1px solid #e2e8f0;
        }
        .stat-badge {
            font-size: 0.85rem;
            background: white;
            padding: 0.2rem 0.8rem;
            border-radius: 30px;
            display: inline-block;
            margin-left: 0.8rem;
            font-weight: normal;
        }
        .example-chip {
            background: #eef2ff;
            border-radius: 40px;
            padding: 0.3rem 1rem;
            font-size: 0.8rem;
            font-weight: 500;
            transition: 0.1s;
            cursor: pointer;
            display: inline-block;
        }
        .example-chip:hover {
            background: #d9e2fc;
            transform: translateY(-1px);
        }
        .flag-emoj {
            font-size: 1.2rem;
            filter: drop-shadow(0 1px 1px rgba(0,0,0,0.1));
        }
        .copy-toast-msg {
            position: fixed;
            bottom: 20px;
            right: 20px;
            background: #1a2c3e;
            color: white;
            padding: 8px 16px;
            border-radius: 40px;
            font-size: 0.9rem;
            z-index: 1090;
            opacity: 0;
            transition: opacity 0.2s;
            pointer-events: none;
        }
        .info-box-glossary {
            background: #fef9e3;
            border-left: 5px solid #f5b042;
            padding: 1rem 1.4rem;
            border-radius: 12px;
            margin: 1.8rem 0;
        }
        .methodology-card {
            background: #ffffff;
            border-radius: 1rem;
            box-shadow: 0 1px 3px rgba(0,0,0,0.05);
        }
        .trust-badge {
            font-size: 0.85rem;
            color: #2c6e2f;
        }