<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width,initial-scale=1">
    <title>Scan Report: www-vlada-cz--2026-04-04T10-10-13-491Z--czechia-weekly-desktop-light-chromium</title>
    <style>
        :root {
            color-scheme: light;
            --bg: #f5f5f5;
            --panel-bg: #fff;
            --panel-border: #e0e0e0;
            --text: #222;
            --muted: #666;
            --link: #005a9c;
            --link-visited: #5e35b1;
            --header-bg: #0a2540;
            --header-text: #fff;
            --pill-critical: #d32f2f;
            --pill-warning: #b95e00;
            --pill-info: #0d47a1;
            --card-bg: #fafafa;
            --bar-bg: #e0e0e0;
            --code-bg: #f5f5f5;
            --focus: #90caf9;
        }
        @media (prefers-color-scheme: dark) {
            :root {
                color-scheme: dark;
                --bg: #0f141a;
                --panel-bg: #121826;
                --panel-border: #1f2937;
                --text: #e5e7eb;
                --muted: #9ca3af;
                --link: #7cb7ff;
                --link-visited: #c4b5fd;
                --header-bg: #0a2540;
                --header-text: #e5e7eb;
                --pill-critical: #ef4444;
                --pill-warning: #fb923c;
                --pill-info: #3b82f6;
                --card-bg: #1f2937;
                --bar-bg: #1f2937;
                --code-bg: #111827;
                --focus: #7cb7ff;
            }
        }
        [data-theme="light"] {
            color-scheme: light;
            --bg: #f5f5f5;
            --panel-bg: #fff;
            --panel-border: #e0e0e0;
            --text: #222;
            --muted: #666;
            --link: #005a9c;
            --link-visited: #5e35b1;
            --header-bg: #0a2540;
            --header-text: #fff;
            --pill-critical: #d32f2f;
            --pill-warning: #b95e00;
            --pill-info: #0d47a1;
            --card-bg: #fafafa;
            --bar-bg: #e0e0e0;
            --code-bg: #f5f5f5;
            --focus: #90caf9;
        }
        [data-theme="dark"] {
            color-scheme: dark;
            --bg: #0f141a;
            --panel-bg: #121826;
            --panel-border: #1f2937;
            --text: #e5e7eb;
            --muted: #9ca3af;
            --link: #7cb7ff;
            --link-visited: #c4b5fd;
            --header-bg: #0a2540;
            --header-text: #e5e7eb;
            --pill-critical: #ef4444;
            --pill-warning: #fb923c;
            --pill-info: #3b82f6;
            --card-bg: #1f2937;
            --bar-bg: #1f2937;
            --code-bg: #111827;
            --focus: #7cb7ff;
        }
        * { box-sizing: border-box; }
        body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif; margin: 0; padding: 0; background: var(--bg); color: var(--text); }
        a { color: var(--link); text-decoration: underline; }
        a:hover { text-decoration: underline; }
        a:visited { color: var(--link-visited); }
        h1, h2, h3, h4 { margin: 0; }
        strong { color: var(--text); }

        header { background: var(--header-bg); color: var(--header-text); padding: 2rem 1rem; }
        .header-content { max-width: 1200px; margin: 0 auto; display: flex; flex-direction: column; gap: 0.5rem; }
        .header-top { display: flex; justify-content: space-between; align-items: center; gap: 1rem; flex-wrap: wrap; }
        .header-actions { display: flex; gap: 0.75rem; align-items: center; flex-wrap: wrap; }
        .site-logo { color: var(--header-text); font-size: 20px; display: inline-block; font-weight: 700; text-decoration: none; }
        .site-logo:hover { color: var(--header-text); text-decoration: underline; }
        .back-link { color: var(--header-text); font-size: 14px; display: inline-block; font-weight: 700; text-decoration: underline; }
        .back-link:hover { color: var(--header-text); text-decoration: underline; }
        h1 { font-size: 28px; font-weight: 700; }
        .meta { margin-top: 0.25rem; font-size: 14px; color: var(--header-text); opacity: 1; }
        .meta strong { color: var(--header-text); }
        .download-link { display: inline-block; margin-top: 0.5rem; padding: 10px 16px; background: var(--panel-bg); color: #000; border-radius: 4px; font-weight: 600; border: 1px solid var(--panel-border); text-align: center; }
        .download-link:hover { background: var(--card-bg); text-decoration: none; }
        button.download-link { cursor: pointer; }

        .container { max-width: 1200px; margin: -40px auto 0 auto; padding: 0 1rem 2rem 1rem; }
        .layout { display: grid; grid-template-columns: 2fr 0.9fr; gap: 1.5rem; align-items: start; }
        @media (max-width: 960px) { .layout { grid-template-columns: 1fr; } }

        .panel { background: var(--panel-bg); border: 1px solid var(--panel-border); border-radius: 6px; box-shadow: 0 6px 18px rgba(0,0,0,0.04); padding: 1.5rem; }
        .panel + .panel { margin-top: 1rem; }
        .panel h3 { font-size: 16px; font-weight: 700; color: var(--text); margin-bottom: 0.75rem; }
        .panel small { color: var(--muted); }

        .search-row { display: flex; gap: 0.75rem; margin-bottom: 1rem; flex-wrap: wrap; align-items: center; }
        .search-input { flex: 1 1 260px; padding: 10px 12px; border: 1px solid var(--panel-border); border-radius: 4px; font-size: 14px; background: var(--panel-bg); color: var(--text); }
        .search-input:focus { outline: 2px solid var(--focus); border-color: var(--focus); }

        .summary-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 1rem; margin-bottom: 1rem; }
        .card { background: var(--card-bg); border: 1px solid var(--panel-border); border-radius: 6px; padding: 1rem; }
        .card h2 { font-size: 12px; text-transform: uppercase; letter-spacing: 0.5px; color: var(--muted); margin-bottom: 0.35rem; font-weight: normal; }
        .card .value { font-size: 30px; font-weight: 700; color: #000; background: #fff; padding: 2px 4px; border-radius: 3px; display: inline-block; }
        .card .subtext { font-size: 12px; color: var(--muted); margin-top: 4px; }
        [data-theme="dark"] .card .value { color: #fff; background: #0f141a; }

        .mini-trend { margin-top: 1rem; border-top: 1px solid var(--panel-border); padding-top: 1rem; }
        .mini-trend h4 { margin: 0 0 0.5rem 0; font-size: 14px; }
        .mini-trend svg { width: 100%; height: 120px; border: 1px solid var(--panel-border); border-radius: 4px; background: var(--card-bg); }
        .mini-trend-status { margin-top: 0.35rem; color: var(--muted); font-size: 13px; }
        .mini-dot { fill: var(--pill-info); }
        .mini-line { stroke: var(--pill-info); stroke-width: 1.5; fill: none; }

        .bar { background: var(--bar-bg); height: 22px; border-radius: 4px; overflow: hidden; display: flex; margin: 10px 0; }
        .bar-segment { height: 100%; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 12px; font-weight: 700; }
        .bar-auto { background: var(--pill-info); }

        .top-pages { display: grid; gap: 0.5rem; }
        .page-row { display: flex; justify-content: space-between; align-items: center; padding: 0.75rem; border: 1px solid var(--panel-border); border-radius: 4px; }
        .page-row .url { font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace; font-size: 13px; overflow-wrap: anywhere; color: var(--text); }
        .pill { padding: 4px 10px; border-radius: 999px; font-weight: 700; font-size: 12px; white-space: nowrap; color: #fff; }

        .issues-by-severity { margin-top: 1.5rem; }
        .severity-group { border: 1px solid var(--panel-border); border-radius: 6px; overflow: hidden; margin-bottom: 1rem; }
        .severity-header { background: var(--card-bg); padding: 1rem; display: flex; justify-content: space-between; align-items: center; cursor: pointer; border: none; width: 100%; text-align: left; color: var(--text); }
        .severity-header .title { font-weight: 700; }
        .severity-header .count { background: #e0e0e0; padding: 4px 8px; border-radius: 12px; font-size: 12px; font-weight: 700; color: #111; }
        [data-theme="dark"] .severity-header .count { background: #1f2937; color: var(--text); }
        .severity-content { padding: 1rem; }

        .violation-item { border-bottom: 1px solid var(--panel-border); padding: 0.75rem 0; }
        .violation-item:last-child { border-bottom: none; }
        .violation-id { font-weight: 700; font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace; color: var(--text); }
        .violation-help { color: var(--muted); margin: 4px 0 6px 0; }
        .violation-meta { font-size: 12px; color: var(--muted); margin-bottom: 8px; }
        .node-list { background: var(--card-bg); border: 1px solid var(--panel-border); border-radius: 4px; padding: 0; font-size: 13px; overflow: hidden; }
        .node-item { margin-bottom: 0; padding: 10px; border-bottom: 1px solid var(--panel-border); }
        .node-item:nth-child(odd) { background: var(--panel-bg); }
        .node-item:nth-child(even) { background: var(--code-bg); }
        .node-item:last-child { border-bottom: none; }
        .node-url { font-weight: 700; color: var(--text); }
        .node-selector { color: #005a9c; font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace; margin-top: 4px; }
        .node-html { margin-top: 4px; color: var(--text); font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace; overflow-wrap: anywhere; background: var(--card-bg); padding: 6px; border-radius: 4px; max-height: 300px; overflow-y: auto; }
        .node-fix { margin-top: 6px; color: var(--muted); font-size: 12px; background: var(--card-bg); padding: 6px; border-radius: 4px; }
        .node-unique { margin-top: 6px; color: var(--muted); font-size: 11px; font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace; }
        .see-more-btn { display: inline-block; margin-top: 0.75rem; padding: 8px 12px; background: var(--link); color: #fff; border: none; border-radius: 4px; cursor: pointer; font-weight: 600; font-size: 13px; }
        .see-more-btn:hover { opacity: 0.9; }
        .see-more-btn:focus { outline: 2px solid var(--focus); outline-offset: 2px; }
        .copy-btn { display: inline-block; padding: 6px 10px; background: var(--link); color: #fff; border: none; border-radius: 4px; cursor: pointer; font-weight: 600; font-size: 12px; margin-top: 0.5rem; }
        .copy-btn:hover { opacity: 0.9; }
        .copy-btn:focus { outline: 2px solid var(--focus); outline-offset: 2px; }
        .copy-btn.copied { background: #4caf50; }
        .modal { display: none; position: fixed; z-index: 1000; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.5); }
        .modal.open { display: flex; align-items: center; justify-content: center; }
        .modal-content { background: var(--panel-bg); padding: 2rem; border-radius: 8px; width: 90%; max-width: 900px; max-height: 80vh; overflow-y: auto; }
        .modal-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 1rem; border-bottom: 1px solid var(--panel-border); padding-bottom: 1rem; }
        .modal-header h2 { margin: 0; color: var(--text); font-size: 20px; }
        .modal-close { background: none; border: none; font-size: 24px; cursor: pointer; color: var(--text); }
        .modal-close:hover { opacity: 0.7; }
        .modal-node-item { padding: 10px; border-bottom: 1px solid var(--panel-border); }
        .modal-node-item:nth-child(odd) { background: var(--panel-bg); }
        .modal-node-item:nth-child(even) { background: var(--code-bg); }
        .modal-node-item:last-child { border-bottom: none; }

        .modal-node-list { background: var(--card-bg); border: 1px solid var(--panel-border); border-radius: 4px; padding: 0; margin-top: 8px; overflow: hidden; }
        .page-violation-item { border-bottom: 1px solid var(--panel-border); padding: 12px; }
        .page-violation-item:last-child { border-bottom: none; }
        .page-violation-item:nth-child(odd) { background: var(--card-bg); }
        .page-violation-item:nth-child(even) { background: var(--panel-bg); }
        .page-violation-item .violation-id { font-weight: 700; font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace; color: var(--text); font-size: 13px; }
        .page-violation-item .violation-help { color: var(--muted); margin: 4px 0; font-size: 13px; }
        .page-violation-item .violation-meta { font-size: 12px; color: var(--muted); margin: 6px 0; }
        .page-violation-item a { color: var(--link); }
        .modal-page-violations { display: flex; flex-direction: column; gap: 0; }
        .page-row button.pill { border: none; cursor: pointer; background: inherited; padding: 4px 10px; font-weight: 700; font-size: 12px; color: #fff; border-radius: 999px; }
        .page-row button.pill:hover { opacity: 0.9; }
        .page-row button.pill:focus { outline: 2px solid var(--focus); outline-offset: 2px; }

        .pill-critical { background: var(--pill-critical); }
        .pill-warning { background: var(--pill-warning); }
        .pill-info { background: var(--pill-info); }

        .no-violations { background: #11321b; border: 1px solid #1f5d2f; border-radius: 6px; padding: 1rem; color: #b7f7c0; font-weight: 600; }
        [data-theme="light"] .no-violations { background: #e8f5e9; border-color: #c8e6c9; color: #2e7d32; }

        .site-logo:focus,
        .back-link:focus,
        .download-link:focus,
        .search-input:focus,
        .severity-header:focus,
        .debug-accordion summary:focus,
        .theme-toggle:focus {
            outline: 2px solid var(--header-text);
            outline-offset: 2px;
        }

        .theme-toggle { background: var(--panel-bg); color: var(--text); border: 1px solid var(--panel-border); border-radius: 999px; padding: 6px 10px; cursor: pointer; font-weight: 600; display: inline-flex; align-items: center; gap: 8px; }
        .theme-toggle .theme-icon { display: block; width: 16px; height: 16px; }
        
        /* Default state (light mode): show moon icon */
        .sun-icon { display: none; }
        .moon-icon { display: block; }
        
        /* If system prefers dark mode, show sun icon before JS loads */
        @media (prefers-color-scheme: dark) {
            .sun-icon { display: block; }
            .moon-icon { display: none; }
        }
        
        /* Show/hide appropriate icon based on theme */
        [data-theme="dark"] .sun-icon { display: block; }
        [data-theme="dark"] .moon-icon { display: none; }
        [data-theme="light"] .sun-icon { display: none; }
        [data-theme="light"] .moon-icon { display: block; }
        
        .learn-more { color: var(--link); text-decoration: underline; }
        .violation-template { margin-top: 6px; font-size: 12px; color: var(--muted); }
        
        /* Smooth transitions for theme switching */
        * {
            transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
        }
        
        /* Respect reduced motion preference */
        @media (prefers-reduced-motion: reduce) {
            * {
                transition: none;
            }
            .modal { animation: none; }
        }
        
        @media (prefers-reduced-motion: no-preference) {
            .modal { animation: none; }
        }

        footer {
            margin-top: 3rem;
            padding: 2rem 1rem;
            border-top: 1px solid var(--panel-border);
            text-align: center;
            color: var(--muted);
            font-size: 13px;
            background: var(--card-bg);
        }
        footer a { color: var(--link); text-decoration: underline; }
        footer a:hover { text-decoration: underline; }
        footer strong { color: var(--text); }
        footer p { margin: 0; line-height: 1.6; }

        @media print {
            :root { color-scheme: light; }
            body { background: #fff; color: #000; }
            header { background: #fff; color: #000; }
            a { color: #000; text-decoration: underline; }
            .header-actions { display: none; }
            .layout { grid-template-columns: 1fr; }
            .panel { box-shadow: none; border: 1px solid #ccc; background: #fff; }
            .severity-content { display: block !important; }
            .severity-header { page-break-inside: avoid; }
            .page-row, .card, .panel { page-break-inside: avoid; }
            footer { border: none; background: #fff; }
            #insights-section { display: none; }
        }

        /* Insights panel */
        #insights-section { margin-top: 0; max-width: 1200px; margin-left: auto; margin-right: auto; padding: 0 1rem 1rem 1rem; }
        .insights-intro { color: var(--muted); font-size: 14px; margin: 0 0 1rem 0; }
        .insights-buttons { display: flex; gap: 0.75rem; flex-wrap: wrap; margin-bottom: 1rem; }
        .insights-btn { padding: 10px 16px; background: var(--link); color: #fff; border: none; border-radius: 4px; cursor: pointer; font-weight: 600; font-size: 14px; }
        .insights-btn:hover { opacity: 0.9; }
        .insights-btn:focus { outline: 2px solid var(--focus); outline-offset: 2px; }
        .insights-btn:disabled { opacity: 0.5; cursor: not-allowed; }
        .insights-btn.active { background: #2e7d32; }
        #ai-status { font-size: 13px; color: var(--muted); margin-bottom: 0.75rem; min-height: 1.2em; }
        .insights-output { margin-top: 1rem; padding: 1rem; border: 1px solid var(--panel-border); border-radius: 4px; background: var(--card-bg); min-height: 3rem; font-size: 14px; line-height: 1.6; white-space: pre-wrap; display: none; }
        .insights-output.visible { display: block; }
        .insights-output h3, .insights-output h4, .insights-output h5 { color: var(--text); margin: 0.75rem 0 0.25rem 0; }
        .insights-output ul, .insights-output ol { padding-left: 1.5rem; margin: 0.5rem 0; }
        .insights-output p { margin: 0.5rem 0; }
        .ai-warning { background: #fff3e0; border: 1px solid #f57c00; border-radius: 4px; padding: 8px 12px; margin-bottom: 0.75rem; color: #b35900; font-size: 13px; font-weight: 600; }
        [data-theme="dark"] .ai-warning { background: #2a1f00; border-color: #f57c00; color: #ffb74d; }
        .ai-cached-note { font-size: 12px; color: var(--muted); margin-top: 0.5rem; }
        .insights-fallback { margin-top: 0.75rem; }
        .fallback-prompt-wrap { margin-top: 0.75rem; }
        .fallback-prompt-label { font-size: 13px; font-weight: 600; margin-bottom: 0.25rem; }
        .fallback-prompt-text { font-size: 12px; background: var(--code-bg); border: 1px solid var(--panel-border); border-radius: 4px; padding: 8px; max-height: 120px; overflow-y: auto; white-space: pre-wrap; font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace; }
        .fallback-prompt-text:focus { outline: 2px solid var(--focus); outline-offset: 2px; }
        .copy-prompt-btn { margin-top: 4px; padding: 5px 10px; background: var(--link); color: #fff; border: none; border-radius: 4px; cursor: pointer; font-size: 12px; font-weight: 600; }
        .copy-prompt-btn:focus { outline: 2px solid var(--focus); outline-offset: 2px; }
        .copy-prompt-btn.copied { background: #4caf50; }
        .insights-trends { margin-top: 1.5rem; border-top: 1px solid var(--panel-border); padding-top: 1rem; }
        .insights-trends h4 { margin: 0 0 0.75rem 0; font-size: 15px; }
        .trends-charts-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
        @media (max-width: 640px) { .trends-charts-row { grid-template-columns: 1fr; } }
        .trend-chart-wrap { }
        .trend-chart-label { font-size: 13px; font-weight: 600; color: var(--muted); margin-bottom: 4px; }
        .insight-trend-svg { width: 100%; height: 120px; border: 1px solid var(--panel-border); border-radius: 4px; background: var(--card-bg); display: block; }
        .regression-alerts { margin-top: 1rem; }
        .regression-alert { border-radius: 4px; padding: 10px 14px; font-size: 13px; margin-bottom: 0.5rem; }
        .regression-alert.new { background: #fff3e0; border: 1px solid #f57c00; color: #b35900; }
        .regression-alert.spike { background: #ffebee; border: 1px solid #ef9a9a; color: #b71c1c; }
        .regression-alert.improved { background: #e8f5e9; border: 1px solid #a5d6a7; color: #1b5e20; }
        [data-theme="dark"] .regression-alert.new { background: #2a1f00; border-color: #f57c00; color: #ffb74d; }
        [data-theme="dark"] .regression-alert.spike { background: #2a0000; border-color: #ef9a9a; color: #ff8a80; }
        [data-theme="dark"] .regression-alert.improved { background: #0a1f0a; border-color: #a5d6a7; color: #69f0ae; }

        /* Dedupe and Patterns section */
        #dedupe-section { margin-top: 0; max-width: 1200px; margin-left: auto; margin-right: auto; padding: 0 1rem 1rem 1rem; }
        .dedupe-intro { color: var(--muted); font-size: 14px; margin: 0 0 1rem 0; }
        .dedupe-summary-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 0.75rem; margin: 0 0 1rem 0; }
        .dedupe-ai-status { font-size: 13px; color: var(--muted); margin: 0.5rem 0; min-height: 1.2em; }
        .dedupe-buttons { display: flex; gap: 0.75rem; flex-wrap: wrap; margin-bottom: 1rem; }
        .dedupe-progress { font-size: 13px; color: var(--muted); margin: 0.5rem 0; }
        .dedupe-cap-note { font-size: 12px; color: var(--muted); margin-top: 0.5rem; font-style: italic; }
        #dedupe-groups-section h4,
        #dedupe-clusters-section h4,
        #dedupe-actions-section h4 { margin: 1rem 0 0.5rem 0; font-size: 15px; border-bottom: 1px solid var(--panel-border); padding-bottom: 0.5rem; color: var(--text); }
        .dedupe-group-card { border: 1px solid var(--panel-border); border-radius: 4px; padding: 0.75rem; margin-bottom: 0.5rem; background: var(--card-bg); }
        .dg-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 0.35rem; gap: 0.5rem; }
        .dg-rule { font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace; font-weight: 700; font-size: 13px; color: var(--text); }
        .dg-count { background: var(--pill-info); color: #fff; padding: 2px 8px; border-radius: 999px; font-size: 12px; font-weight: 700; white-space: nowrap; }
        .dg-message { color: var(--muted); font-size: 13px; margin-bottom: 0.35rem; }
        .dg-meta { font-size: 12px; color: var(--muted); margin-bottom: 0.5rem; }
        .dg-examples { font-size: 12px; display: flex; flex-direction: column; gap: 3px; }
        .dg-example { background: var(--code-bg); border-radius: 3px; padding: 4px 6px; }
        .dg-ex-page { color: var(--link); overflow-wrap: anywhere; }
        .dg-ex-selector { font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace; color: var(--muted); overflow-wrap: anywhere; }
        .dedupe-cluster-card { border: 1px solid var(--panel-border); border-radius: 4px; padding: 0.75rem; margin-bottom: 0.75rem; background: var(--card-bg); }
        .dc-name { font-weight: 700; font-size: 15px; color: var(--text); margin-bottom: 0.25rem; }
        .dc-root-cause { color: var(--text); font-size: 13px; margin-bottom: 0.5rem; }
        .dc-fix-title { font-weight: 600; font-size: 13px; color: var(--text); margin-bottom: 0.25rem; }
        .dc-fix-steps { padding-left: 1.25rem; margin: 0.25rem 0 0.5rem 0; font-size: 13px; color: var(--text); }
        .dc-meta { font-size: 12px; color: var(--muted); }
        .dedupe-action-card { border-left: 3px solid var(--pill-info); padding: 0.75rem; margin-bottom: 0.5rem; background: var(--card-bg); border-radius: 0 4px 4px 0; }
        .da-title { font-weight: 700; color: var(--text); margin-bottom: 0.25rem; font-size: 14px; }
        .da-why { font-size: 13px; color: var(--muted); margin-bottom: 0.25rem; }
        .da-blast { font-size: 12px; font-weight: 700; }
        .da-blast-low { color: #2e7d32; }
        .da-blast-medium { color: #b95e00; }
        .da-blast-high { color: #d32f2f; }
        [data-theme="dark"] .da-blast-low { color: #69f0ae; }
        [data-theme="dark"] .da-blast-medium { color: #ffb74d; }
        [data-theme="dark"] .da-blast-high { color: #ff8a80; }
        .dedupe-error { background: #ffebee; border: 1px solid #ef9a9a; border-radius: 4px; padding: 8px 12px; font-size: 13px; color: #b71c1c; margin-top: 0.5rem; }
        [data-theme="dark"] .dedupe-error { background: #2a0000; border-color: #ef9a9a; color: #ff8a80; }
        @media print {
            #dedupe-section { display: none; }
        }
    </style>
</head>
<body>
    <a href="#main" style="position:absolute;left:-999px;top:-999px;">Skip to main content</a>
    <header>
        <div class="header-content">
            <div class="header-top">
                <a href="#" class="site-logo" id="homeLogo">🎩 O-Hat Scanner</a>
                <div class="header-actions">
                    <button id="theme-toggle" class="theme-toggle" type="button" aria-label="Switch to dark mode">
                        <svg aria-hidden="true" class="theme-icon sun-icon" viewBox="0 0 24 24" width="16" height="16">
                            <circle cx="12" cy="12" r="5" fill="currentColor"/>
                            <path fill="currentColor" d="M12 1v3M12 20v3M4.22 4.22l2.12 2.12M17.66 17.66l2.12 2.12M1 12h3M20 12h3M4.22 19.78l2.12-2.12M17.66 6.34l2.12-2.12"/>
                        </svg>
                        <svg aria-hidden="true" class="theme-icon moon-icon" viewBox="0 0 24 24" width="16" height="16">
                            <path fill="currentColor" d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"/>
                        </svg>
                    </button>
                </div>
            </div>
            <h1>Accessibility Scan Report</h1>
            <p class="meta">
                <strong>Scan ID:</strong> www-vlada-cz--2026-04-04T10-10-13-491Z--czechia-weekly-desktop-light-chromium · <strong>Date:</strong> 4/4/2026, 10:10:13 AM · <strong>Mode:</strong> ci · <strong>Viewport:</strong> Desktop · <strong>Color:</strong> Light · <strong>Max pages:</strong> 100 · <strong>Sampling:</strong> shuffle (seed czechia-weekly)
            </p>
            <div class="header-actions">
                <a href="report.csv" class="download-link" download>Download CSV</a>
                <a href="results.json" class="download-link" download>Download JSON</a>
                <a href="report.mhtml" class="download-link" download>Download MHTML</a>
                <button id="printButton" class="download-link" type="button" aria-label="Save this report as a PDF">Save as PDF</button>
            </div>
        </div>
    </header>

    <main id="main">
    <div class="container">
        <div class="layout">
            <!-- Main column -->
            <div class="panel">
                <div class="search-row">
                    <label for="issueSearch">Search issues</label>
                    <input id="issueSearch" class="search-input" type="search" placeholder="Search issues (ID, description, page)..." aria-label="Search issues">
                </div>

                <div class="summary-grid">
                    <div class="card">
                        <h2>Pages scanned</h2>
                        <div class="value">60</div>
                        <div class="subtext">Targets from sitemap or config</div>
                    </div>
                    <div class="card">
                        <h2>Pages with issues</h2>
                        <div class="value">43</div>
                        <div class="subtext">72% of pages</div>
                    </div>
                    <div class="card critical">
                        <h2>Must Fix</h2>
                        <div class="value">89</div>
                        <div class="subtext">Critical / Serious impacts</div>
                    </div>
                    <div class="card warning">
                        <h2>Good to Fix</h2>
                        <div class="value">189</div>
                        <div class="subtext">Moderate / Minor impacts</div>
                    </div>
                    <div class="card info">
                        <h2>Manual review</h2>
                        <div class="value">0</div>
                        <div class="subtext">Potential false positives</div>
                    </div>
                </div>

                <div class="panel" style="margin-top: 1rem;">
                    <h3>WCAG compliance snapshot</h3>
                    <small>Automated coverage only; manual verification still required.</small>
                    <div class="bar" role="img" aria-label="Automation coverage">
                        <div class="bar-segment bar-auto" style="width: 72%">72% automation</div>
                        <div class="bar-segment" style="background:#e0e0e0; width: 28%"></div>
                    </div>
                </div>

                
                <div class="panel" style="margin-top: 1rem;">
                    <h3>Top pages to review</h3>
                    <div class="top-pages">
                        
                                <div class="page-row">
                                    <div class="url"><a href="https://vlada.gov.cz/scripts/detail.php?pgid=489" target="_blank" rel="noopener">https://vlada.gov.cz/scripts/detail.php?pgid=489</a></div>
                                    <button class="pill pill-critical" onclick="document.getElementById('modal-page-https---vlada-gov-cz-scripts-detail-php-pgid-489').classList.add('open')" type="button">55 issues</button>
                                    <div id="modal-page-https---vlada-gov-cz-scripts-detail-php-pgid-489" class="modal">
                                        <div class="modal-content">
                                            <div class="modal-header">
                                                <h2>Issues on Events | Government of the Czech Republic</h2>
                                                <div style="display: flex; gap: 0.5rem; align-items: center;">
                                                    <button class="copy-btn" type="button" data-copy-page-violations="true" aria-label="Copy all issues on this page">Copy all issues</button>
                                                    <button class="modal-close" onclick="this.closest('.modal').classList.remove('open')" type="button" aria-label="Close">×</button>
                                                </div>
                                            </div>
                                            <div class="modal-page-violations">
                                    <div class="page-violation-item">
                                        <div class="violation-id">label</div>
                                        <div class="violation-help">Form elements must have labels</div>
                                        <div class="violation-meta">Impact: critical · 1 node</div>
                                        <div><a class="learn-more" href="https://dequeuniversity.com/rules/axe/4.11/label?application=playwright" target="_blank" rel="noopener">Learn more</a></div>
                                        
                                        <div class="node-fix">Fix all of the following:
  Form element has explicit &lt;label&gt; that is hidden</div>
                                        <button class="copy-btn" type="button" data-copy-violation="true">Copy failure details</button>
                                        <div class="modal-node-list">
                                            <div class="modal-node-item">
                                                <div class="node-selector">Selector: #searchinput</div>
                                                <div class="node-html">&lt;input name=&quot;searchtext&quot; id=&quot;searchinput&quot; type=&quot;text&quot; size=&quot;17&quot;&gt;</div>
                                                <div class="node-unique">Unique: 219bb350cdde04f6def8bdaeda0cc775</div>
                                            </div>
                                        </div>
                                    </div>
                                
                                    <div class="page-violation-item">
                                        <div class="violation-id">landmark-one-main</div>
                                        <div class="violation-help">Document should have one main landmark</div>
                                        <div class="violation-meta">Impact: moderate · 1 node</div>
                                        <div><a class="learn-more" href="https://dequeuniversity.com/rules/axe/4.11/landmark-one-main?application=playwright" target="_blank" rel="noopener">Learn more</a></div>
                                        
                                        <div class="node-fix">Fix all of the following:
  Document does not have a main landmark</div>
                                        <button class="copy-btn" type="button" data-copy-violation="true">Copy failure details</button>
                                        <div class="modal-node-list">
                                            <div class="modal-node-item">
                                                <div class="node-selector">Selector: html</div>
                                                <div class="node-html">&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xml:lang=&quot;en&quot; lang=&quot;en&quot;&gt;</div>
                                                <div class="node-unique">Unique: bb1a8d1cd63ff60e2149978dcc870e86</div>
                                            </div>
                                        </div>
                                    </div>
                                
                                    <div class="page-violation-item">
                                        <div class="violation-id">list</div>
                                        <div class="violation-help">&lt;ul&gt; and &lt;ol&gt; must only directly contain &lt;li&gt;, &lt;script&gt; or &lt;template&gt; elements</div>
                                        <div class="violation-meta">Impact: serious · 2 nodes</div>
                                        <div><a class="learn-more" href="https://dequeuniversity.com/rules/axe/4.11/list?application=playwright" target="_blank" rel="noopener">Learn more</a></div>
                                        <div class="violation-template">Template match: 2 nodes share the same snippet.</div>
                                        <div class="node-fix">Fix all of the following:
  List element has direct children that are not allowed: p</div>
                                        <button class="copy-btn" type="button" data-copy-violation="true">Copy failure details</button>
                                        <div class="modal-node-list">
                                            <div class="modal-node-item">
                                                <div class="node-selector">Selector: .pager:nth-child(3) &gt; .control</div>
                                                <div class="node-html">&lt;ul class=&quot;control&quot;&gt;</div>
                                                <div class="node-unique">Unique: 7f300e4d7d8d200eae33b8c7b29de118</div>
                                            </div>
                                        
                                            <div class="modal-node-item">
                                                <div class="node-selector">Selector: .offset-before-double &gt; .control</div>
                                                <div class="node-html">&lt;ul class=&quot;control&quot;&gt;</div>
                                                <div class="node-unique">Unique: 325f70446d8a650d13d2cd6fad091549</div>
                                            </div>
                                        </div>
                                    </div>
                                
                                    <div class="page-violation-item">
                                        <div class="violation-id">region</div>
                                        <div class="violation-help">All page content should be contained by landmarks</div>
                                        <div class="violation-meta">Impact: moderate · 51 nodes</div>
                                        <div><a class="learn-more" href="https://dequeuniversity.com/rules/axe/4.11/region?application=playwright" target="_blank" rel="noopener">Learn more</a></div>
                                        <div class="violation-template">Template match: 8 nodes share the same snippet.</div>
                                        <div class="node-fix">Fix any of the following:
  Some page content is not contained by landmarks</div>
                                        <button class="copy-btn" type="button" data-copy-violation="true">Copy failure details</button>
                                        <div class="modal-node-list">
                                            <div class="modal-node-item">
                                                <div class="node-selector">Selector: #site-en</div>
                                                <div class="node-html">&lt;div id=&quot;site-en&quot;&gt;</div>
                                                <div class="node-unique">Unique: 5e739cc2a4a7fa7a9eafc1a4a9410e57</div>
                                            </div>
                                        
                                            <div class="modal-node-item">
                                                <div class="node-selector">Selector: #nav</div>
                                                <div class="node-html">&lt;div id=&quot;nav&quot;&gt;</div>
                                                <div class="node-unique">Unique: 3ac48f85c377dd7e984adc4ec6dadea1</div>
                                            </div>
                                        
                                            <div class="modal-node-item">
                                                <div class="node-selector">Selector: #search &gt; h2</div>
                                                <div class="node-html">&lt;h2&gt;Search&lt;/h2&gt;</div>
                                                <div class="node-unique">Unique: 9b5f76515752ad5eaa9935065a12e697</div>
                                            </div>
                                        <div style="padding: 8px; text-align: center; font-size: 12px; color: var(--muted);">... 48 more nodes</div></div>
                                    </div>
                                </div>
                                        </div>
                                    </div>
                                </div>
                            
                                <div class="page-row">
                                    <div class="url"><a href="https://vlada.gov.cz/cz/urad-vlady/poskytovani-informaci/uvodinf-15135/" target="_blank" rel="noopener">https://vlada.gov.cz/cz/urad-vlady/poskytovani-informaci/uvodinf-15135/</a></div>
                                    <button class="pill pill-critical" onclick="document.getElementById('modal-page-https---vlada-gov-cz-cz-urad-vlady-poskytovani-informaci-uvodinf-15135-').classList.add('open')" type="button">9 issues</button>
                                    <div id="modal-page-https---vlada-gov-cz-cz-urad-vlady-poskytovani-informaci-uvodinf-15135-" class="modal">
                                        <div class="modal-content">
                                            <div class="modal-header">
                                                <h2>Issues on Poskytování informací | Vláda České republiky</h2>
                                                <div style="display: flex; gap: 0.5rem; align-items: center;">
                                                    <button class="copy-btn" type="button" data-copy-page-violations="true" aria-label="Copy all issues on this page">Copy all issues</button>
                                                    <button class="modal-close" onclick="this.closest('.modal').classList.remove('open')" type="button" aria-label="Close">×</button>
                                                </div>
                                            </div>
                                            <div class="modal-page-violations">
                                    <div class="page-violation-item">
                                        <div class="violation-id">color-contrast</div>
                                        <div class="violation-help">Elements must meet minimum color contrast ratio thresholds</div>
                                        <div class="violation-meta">Impact: serious · 3 nodes</div>
                                        <div><a class="learn-more" href="https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright" target="_blank" rel="noopener">Learn more</a></div>
                                        
                                        <div class="node-fix">Fix any of the following:
  Element has insufficient color contrast of 1.6 (foreground color: #ffffff, background color: #c7ccd8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1</div>
                                        <button class="copy-btn" type="button" data-copy-violation="true">Copy failure details</button>
                                        <div class="modal-node-list">
                                            <div class="modal-node-item">
                                                <div class="node-selector">Selector: #cookieconsent\:desc &gt; a</div>
                                                <div class="node-html">&lt;a style=&quot;color: #ffffff;&quot; href=&quot;/cz/urad-vlady/o-serveru/ochrana-osobnich-udaju-167154/&quot;&gt;Ochrana osobních údajů&lt;/a&gt;</div>
                                                <div class="node-unique">Unique: e74a32d917146f34f10e34496343b6c5</div>
                                            </div>
                                        
                                            <div class="modal-node-item">
                                                <div class="node-selector">Selector: .cc-deny</div>
                                                <div class="node-html">&lt;a href=&quot;#&quot; role=&quot;button&quot; tabindex=&quot;0&quot; class=&quot;cc-btn cc-deny&quot;&gt;Pouze nezbytné&lt;/a&gt;</div>
                                                <div class="node-unique">Unique: fd1b3ad619a07da92226a2d9c0cd9005</div>
                                            </div>
                                        
                                            <div class="modal-node-item">
                                                <div class="node-selector">Selector: .cc-allow</div>
                                                <div class="node-html">&lt;a href=&quot;#&quot; role=&quot;button&quot; tabindex=&quot;0&quot; class=&quot;cc-btn cc-allow&quot;&gt;Přijmout všechny&lt;/a&gt;</div>
                                                <div class="node-unique">Unique: 8202c123ee1926b09f9bcb0761cd25ae</div>
                                            </div>
                                        </div>
                                    </div>
                                
                                    <div class="page-violation-item">
                                        <div class="violation-id">heading-order</div>
                                        <div class="violation-help">Heading levels should only increase by one</div>
                                        <div class="violation-meta">Impact: moderate · 1 node</div>
                                        <div><a class="learn-more" href="https://dequeuniversity.com/rules/axe/4.11/heading-order?application=playwright" target="_blank" rel="noopener">Learn more</a></div>
                                        
                                        <div class="node-fix">Fix any of the following:
  Heading order invalid</div>
                                        <button class="copy-btn" type="button" data-copy-violation="true">Copy failure details</button>
                                        <div class="modal-node-list">
                                            <div class="modal-node-item">
                                                <div class="node-selector">Selector: h4:nth-child(5)</div>
                                                <div class="node-html">&lt;h4&gt;I. Obecná část&lt;/h4&gt;</div>
                                                <div class="node-unique">Unique: 544620566706bcedb5db70ae2d881278</div>
                                            </div>
                                        </div>
                                    </div>
                                
                                    <div class="page-violation-item">
                                        <div class="violation-id">image-redundant-alt</div>
                                        <div class="violation-help">Alternative text of images should not be repeated as text</div>
                                        <div class="violation-meta">Impact: minor · 4 nodes</div>
                                        <div><a class="learn-more" href="https://dequeuniversity.com/rules/axe/4.11/image-redundant-alt?application=playwright" target="_blank" rel="noopener">Learn more</a></div>
                                        
                                        <div class="node-fix">Fix all of the following:
  Element contains &lt;img&gt; element with alt text that duplicates existing text</div>
                                        <button class="copy-btn" type="button" data-copy-violation="true">Copy failure details</button>
                                        <div class="modal-node-list">
                                            <div class="modal-node-item">
                                                <div class="node-selector">Selector: img[width=&quot;240&quot;]</div>
                                                <div class="node-html">&lt;img src=&quot;/assets/media-centrum/neprehlednete/banner-ministr-pro-sport.png&quot; alt=&quot;Boris Šťastný – ministr pro sport, prevenci a zdraví&quot; width=&quot;240&quot; hei</div>
                                                <div class="node-unique">Unique: 4b0faa600d84d01cfa6e5ff015756089</div>
                                            </div>
                                        
                                            <div class="modal-node-item">
                                                <div class="node-selector">Selector: img[width=&quot;584&quot;]</div>
                                                <div class="node-html">&lt;img src=&quot;/assets/media-centrum/neprehlednete/hospodarska-strategie.jpg&quot; alt=&quot;Hospodářská strategie Česko: Země pro budoucnost 2.0&quot; width=&quot;584&quot; height</div>
                                                <div class="node-unique">Unique: 8d833d2b64a056653a219766c05ba676</div>
                                            </div>
                                        
                                            <div class="modal-node-item">
                                                <div class="node-selector">Selector: img[width=&quot;1920&quot;]</div>
                                                <div class="node-html">&lt;img src=&quot;/assets/media-centrum/neprehlednete/Kopie-navrhu-banner-web-dod.png&quot; alt=&quot;Dny otevřených dveří objektů Úřadu vlády v roce 2026&quot; width=&quot;1920&quot;</div>
                                                <div class="node-unique">Unique: da0b486bc5fa0d5120cff94428c11204</div>
                                            </div>
                                        <div style="padding: 8px; text-align: center; font-size: 12px; color: var(--muted);">... 1 more node</div></div>
                                    </div>
                                
                                    <div class="page-violation-item">
                                        <div class="violation-id">region</div>
                                        <div class="violation-help">All page content should be contained by landmarks</div>
                                        <div class="violation-meta">Impact: moderate · 1 node</div>
                                        <div><a class="learn-more" href="https://dequeuniversity.com/rules/axe/4.11/region?application=playwright" target="_blank" rel="noopener">Learn more</a></div>
                                        
                                        <div class="node-fix">Fix any of the following:
  Some page content is not contained by landmarks</div>
                                        <button class="copy-btn" type="button" data-copy-violation="true">Copy failure details</button>
                                        <div class="modal-node-list">
                                            <div class="modal-node-item">
                                                <div class="node-selector">Selector: .nav-skip</div>
                                                <div class="node-html">&lt;div class=&quot;nav-skip&quot;&gt;
	&lt;a href=&quot;#main-content&quot;&gt;Přeskočit na obsah&lt;/a&gt;
&lt;/div&gt;</div>
                                                <div class="node-unique">Unique: 00116f35a25d1039fcdd88c11ac24297</div>
                                            </div>
                                        </div>
                                    </div>
                                </div>
                                        </div>
                                    </div>
                                </div>
                            
                                <div class="page-row">
                                    <div class="url"><a href="https://vlada.gov.cz/scripts/detail.php?pgid=445" target="_blank" rel="noopener">https://vlada.gov.cz/scripts/detail.php?pgid=445</a></div>
                                    <button class="pill pill-warning" onclick="document.getElementById('modal-page-https---vlada-gov-cz-scripts-detail-php-pgid-445').classList.add('open')" type="button">9 issues</button>
                                    <div id="modal-page-https---vlada-gov-cz-scripts-detail-php-pgid-445" class="modal">
                                        <div class="modal-content">
                                            <div class="modal-header">
                                                <h2>Issues on Kariéra | Vláda ČR</h2>
                                                <div style="display: flex; gap: 0.5rem; align-items: center;">
                                                    <button class="copy-btn" type="button" data-copy-page-violations="true" aria-label="Copy all issues on this page">Copy all issues</button>
                                                    <button class="modal-close" onclick="this.closest('.modal').classList.remove('open')" type="button" aria-label="Close">×</button>
                                                </div>
                                            </div>
                                            <div class="modal-page-violations">
                                    <div class="page-violation-item">
                                        <div class="violation-id">landmark-one-main</div>
                                        <div class="violation-help">Document should have one main landmark</div>
                                        <div class="violation-meta">Impact: moderate · 1 node</div>
                                        <div><a class="learn-more" href="https://dequeuniversity.com/rules/axe/4.11/landmark-one-main?application=playwright" target="_blank" rel="noopener">Learn more</a></div>
                                        
                                        <div class="node-fix">Fix all of the following:
  Document does not have a main landmark</div>
                                        <button class="copy-btn" type="button" data-copy-violation="true">Copy failure details</button>
                                        <div class="modal-node-list">
                                            <div class="modal-node-item">
                                                <div class="node-selector">Selector: html</div>
                                                <div class="node-html">&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xml:lang=&quot;cs&quot; lang=&quot;cs&quot;&gt;</div>
                                                <div class="node-unique">Unique: bfd095f309ed8f2204a89ce43bce92f0</div>
                                            </div>
                                        </div>
                                    </div>
                                
                                    <div class="page-violation-item">
                                        <div class="violation-id">region</div>
                                        <div class="violation-help">All page content should be contained by landmarks</div>
                                        <div class="violation-meta">Impact: moderate · 8 nodes</div>
                                        <div><a class="learn-more" href="https://dequeuniversity.com/rules/axe/4.11/region?application=playwright" target="_blank" rel="noopener">Learn more</a></div>
                                        
                                        <div class="node-fix">Fix any of the following:
  Some page content is not contained by landmarks</div>
                                        <button class="copy-btn" type="button" data-copy-violation="true">Copy failure details</button>
                                        <div class="modal-node-list">
                                            <div class="modal-node-item">
                                                <div class="node-selector">Selector: #site</div>
                                                <div class="node-html">&lt;div id=&quot;site&quot;&gt;</div>
                                                <div class="node-unique">Unique: 00fa29d75597dca0bd3dee828a232320</div>
                                            </div>
                                        
                                            <div class="modal-node-item">
                                                <div class="node-selector">Selector: #nav</div>
                                                <div class="node-html">&lt;div id=&quot;nav&quot;&gt;</div>
                                                <div class="node-unique">Unique: 2835ef317c36679b4fc4ea4850161774</div>
                                            </div>
                                        
                                            <div class="modal-node-item">
                                                <div class="node-selector">Selector: #search &gt; h2</div>
                                                <div class="node-html">&lt;h2&gt;Vyhledávání&lt;/h2&gt;</div>
                                                <div class="node-unique">Unique: 7153d24b9cc0c8d0956c589d6887261a</div>
                                            </div>
                                        <div style="padding: 8px; text-align: center; font-size: 12px; color: var(--muted);">... 5 more nodes</div></div>
                                    </div>
                                </div>
                                        </div>
                                    </div>
                                </div>
                            
                                <div class="page-row">
                                    <div class="url"><a href="https://vlada.gov.cz/cz/clenove-vlady/historie-minulych-vlad/historie-18014/" target="_blank" rel="noopener">https://vlada.gov.cz/cz/clenove-vlady/historie-minulych-vlad/historie-18014/</a></div>
                                    <button class="pill pill-critical" onclick="document.getElementById('modal-page-https---vlada-gov-cz-cz-clenove-vlady-historie-minulych-vlad-historie-18014-').classList.add('open')" type="button">8 issues</button>
                                    <div id="modal-page-https---vlada-gov-cz-cz-clenove-vlady-historie-minulych-vlad-historie-18014-" class="modal">
                                        <div class="modal-content">
                                            <div class="modal-header">
                                                <h2>Issues on Historie | Vláda České republiky</h2>
                                                <div style="display: flex; gap: 0.5rem; align-items: center;">
                                                    <button class="copy-btn" type="button" data-copy-page-violations="true" aria-label="Copy all issues on this page">Copy all issues</button>
                                                    <button class="modal-close" onclick="this.closest('.modal').classList.remove('open')" type="button" aria-label="Close">×</button>
                                                </div>
                                            </div>
                                            <div class="modal-page-violations">
                                    <div class="page-violation-item">
                                        <div class="violation-id">color-contrast</div>
                                        <div class="violation-help">Elements must meet minimum color contrast ratio thresholds</div>
                                        <div class="violation-meta">Impact: serious · 3 nodes</div>
                                        <div><a class="learn-more" href="https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright" target="_blank" rel="noopener">Learn more</a></div>
                                        
                                        <div class="node-fix">Fix any of the following:
  Element has insufficient color contrast of 1.75 (foreground color: #ffffff, background color: #bdc4d2, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1</div>
                                        <button class="copy-btn" type="button" data-copy-violation="true">Copy failure details</button>
                                        <div class="modal-node-list">
                                            <div class="modal-node-item">
                                                <div class="node-selector">Selector: #cookieconsent\:desc &gt; a</div>
                                                <div class="node-html">&lt;a style=&quot;color: #ffffff;&quot; href=&quot;/cz/urad-vlady/o-serveru/ochrana-osobnich-udaju-167154/&quot;&gt;Ochrana osobních údajů&lt;/a&gt;</div>
                                                <div class="node-unique">Unique: 98618eda791476c85c7ec603de2d5968</div>
                                            </div>
                                        
                                            <div class="modal-node-item">
                                                <div class="node-selector">Selector: .cc-deny</div>
                                                <div class="node-html">&lt;a href=&quot;#&quot; role=&quot;button&quot; tabindex=&quot;0&quot; class=&quot;cc-btn cc-deny&quot;&gt;Pouze nezbytné&lt;/a&gt;</div>
                                                <div class="node-unique">Unique: c38b54dfdc7d11a9184b2c05f9b0f4e8</div>
                                            </div>
                                        
                                            <div class="modal-node-item">
                                                <div class="node-selector">Selector: .cc-allow</div>
                                                <div class="node-html">&lt;a href=&quot;#&quot; role=&quot;button&quot; tabindex=&quot;0&quot; class=&quot;cc-btn cc-allow&quot;&gt;Přijmout všechny&lt;/a&gt;</div>
                                                <div class="node-unique">Unique: 9d34c767d3023e2cec2f80e8553ed8a9</div>
                                            </div>
                                        </div>
                                    </div>
                                
                                    <div class="page-violation-item">
                                        <div class="violation-id">image-redundant-alt</div>
                                        <div class="violation-help">Alternative text of images should not be repeated as text</div>
                                        <div class="violation-meta">Impact: minor · 4 nodes</div>
                                        <div><a class="learn-more" href="https://dequeuniversity.com/rules/axe/4.11/image-redundant-alt?application=playwright" target="_blank" rel="noopener">Learn more</a></div>
                                        
                                        <div class="node-fix">Fix all of the following:
  Element contains &lt;img&gt; element with alt text that duplicates existing text</div>
                                        <button class="copy-btn" type="button" data-copy-violation="true">Copy failure details</button>
                                        <div class="modal-node-list">
                                            <div class="modal-node-item">
                                                <div class="node-selector">Selector: img[width=&quot;240&quot;]</div>
                                                <div class="node-html">&lt;img src=&quot;/assets/media-centrum/neprehlednete/banner-ministr-pro-sport.png&quot; alt=&quot;Boris Šťastný – ministr pro sport, prevenci a zdraví&quot; width=&quot;240&quot; hei</div>
                                                <div class="node-unique">Unique: f8acac719d99aff158c25e1748d06725</div>
                                            </div>
                                        
                                            <div class="modal-node-item">
                                                <div class="node-selector">Selector: img[width=&quot;584&quot;]</div>
                                                <div class="node-html">&lt;img src=&quot;/assets/media-centrum/neprehlednete/hospodarska-strategie.jpg&quot; alt=&quot;Hospodářská strategie Česko: Země pro budoucnost 2.0&quot; width=&quot;584&quot; height</div>
                                                <div class="node-unique">Unique: bcda8199fb1599f53e279fc69737b065</div>
                                            </div>
                                        
                                            <div class="modal-node-item">
                                                <div class="node-selector">Selector: img[width=&quot;1920&quot;]</div>
                                                <div class="node-html">&lt;img src=&quot;/assets/media-centrum/neprehlednete/Kopie-navrhu-banner-web-dod.png&quot; alt=&quot;Dny otevřených dveří objektů Úřadu vlády v roce 2026&quot; width=&quot;1920&quot;</div>
                                                <div class="node-unique">Unique: 1eb32617030b299f3c7d45c861fb5395</div>
                                            </div>
                                        <div style="padding: 8px; text-align: center; font-size: 12px; color: var(--muted);">... 1 more node</div></div>
                                    </div>
                                
                                    <div class="page-violation-item">
                                        <div class="violation-id">region</div>
                                        <div class="violation-help">All page content should be contained by landmarks</div>
                                        <div class="violation-meta">Impact: moderate · 1 node</div>
                                        <div><a class="learn-more" href="https://dequeuniversity.com/rules/axe/4.11/region?application=playwright" target="_blank" rel="noopener">Learn more</a></div>
                                        
                                        <div class="node-fix">Fix any of the following:
  Some page content is not contained by landmarks</div>
                                        <button class="copy-btn" type="button" data-copy-violation="true">Copy failure details</button>
                                        <div class="modal-node-list">
                                            <div class="modal-node-item">
                                                <div class="node-selector">Selector: .nav-skip</div>
                                                <div class="node-html">&lt;div class=&quot;nav-skip&quot;&gt;
	&lt;a href=&quot;#main-content&quot;&gt;Přeskočit na obsah&lt;/a&gt;
&lt;/div&gt;</div>
                                                <div class="node-unique">Unique: bcd024fd44105f6133e884f7dac51938</div>
                                            </div>
                                        </div>
                                    </div>
                                </div>
                                        </div>
                                    </div>
                                </div>
                            
                                <div class="page-row">
                                    <div class="url"><a href="https://vlada.gov.cz/cz/clenove-vlady/postaveni-vlady/postaveni-vlady---ustava-15263/" target="_blank" rel="noopener">https://vlada.gov.cz/cz/clenove-vlady/postaveni-vlady/postaveni-vlady---ustava-15263/</a></div>
                                    <button class="pill pill-critical" onclick="document.getElementById('modal-page-https---vlada-gov-cz-cz-clenove-vlady-postaveni-vlady-postaveni-vlady---ustava-15263-').classList.add('open')" type="button">8 issues</button>
                                    <div id="modal-page-https---vlada-gov-cz-cz-clenove-vlady-postaveni-vlady-postaveni-vlady---ustava-15263-" class="modal">
                                        <div class="modal-content">
                                            <div class="modal-header">
                                                <h2>Issues on Postavení vlády - ústava | Vláda České republiky</h2>
                                                <div style="display: flex; gap: 0.5rem; align-items: center;">
                                                    <button class="copy-btn" type="button" data-copy-page-violations="true" aria-label="Copy all issues on this page">Copy all issues</button>
                                                    <button class="modal-close" onclick="this.closest('.modal').classList.remove('open')" type="button" aria-label="Close">×</button>
                                                </div>
                                            </div>
                                            <div class="modal-page-violations">
                                    <div class="page-violation-item">
                                        <div class="violation-id">color-contrast</div>
                                        <div class="violation-help">Elements must meet minimum color contrast ratio thresholds</div>
                                        <div class="violation-meta">Impact: serious · 3 nodes</div>
                                        <div><a class="learn-more" href="https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright" target="_blank" rel="noopener">Learn more</a></div>
                                        
                                        <div class="node-fix">Fix any of the following:
  Element has insufficient color contrast of 1.75 (foreground color: #ffffff, background color: #bdc4d2, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1</div>
                                        <button class="copy-btn" type="button" data-copy-violation="true">Copy failure details</button>
                                        <div class="modal-node-list">
                                            <div class="modal-node-item">
                                                <div class="node-selector">Selector: #cookieconsent\:desc &gt; a</div>
                                                <div class="node-html">&lt;a style=&quot;color: #ffffff;&quot; href=&quot;/cz/urad-vlady/o-serveru/ochrana-osobnich-udaju-167154/&quot;&gt;Ochrana osobních údajů&lt;/a&gt;</div>
                                                <div class="node-unique">Unique: dc81902052cc1393076af7f5859132f1</div>
                                            </div>
                                        
                                            <div class="modal-node-item">
                                                <div class="node-selector">Selector: .cc-deny</div>
                                                <div class="node-html">&lt;a href=&quot;#&quot; role=&quot;button&quot; tabindex=&quot;0&quot; class=&quot;cc-btn cc-deny&quot;&gt;Pouze nezbytné&lt;/a&gt;</div>
                                                <div class="node-unique">Unique: 44e831dc6a800397815c773b01549d67</div>
                                            </div>
                                        
                                            <div class="modal-node-item">
                                                <div class="node-selector">Selector: .cc-allow</div>
                                                <div class="node-html">&lt;a href=&quot;#&quot; role=&quot;button&quot; tabindex=&quot;0&quot; class=&quot;cc-btn cc-allow&quot;&gt;Přijmout všechny&lt;/a&gt;</div>
                                                <div class="node-unique">Unique: f7c3573e65616bfd9241f5cabfbc450c</div>
                                            </div>
                                        </div>
                                    </div>
                                
                                    <div class="page-violation-item">
                                        <div class="violation-id">image-redundant-alt</div>
                                        <div class="violation-help">Alternative text of images should not be repeated as text</div>
                                        <div class="violation-meta">Impact: minor · 4 nodes</div>
                                        <div><a class="learn-more" href="https://dequeuniversity.com/rules/axe/4.11/image-redundant-alt?application=playwright" target="_blank" rel="noopener">Learn more</a></div>
                                        
                                        <div class="node-fix">Fix all of the following:
  Element contains &lt;img&gt; element with alt text that duplicates existing text</div>
                                        <button class="copy-btn" type="button" data-copy-violation="true">Copy failure details</button>
                                        <div class="modal-node-list">
                                            <div class="modal-node-item">
                                                <div class="node-selector">Selector: img[width=&quot;240&quot;]</div>
                                                <div class="node-html">&lt;img src=&quot;/assets/media-centrum/neprehlednete/banner-ministr-pro-sport.png&quot; alt=&quot;Boris Šťastný – ministr pro sport, prevenci a zdraví&quot; width=&quot;240&quot; hei</div>
                                                <div class="node-unique">Unique: 38acd3c0fb0dcbc27b1fb139bb3868d0</div>
                                            </div>
                                        
                                            <div class="modal-node-item">
                                                <div class="node-selector">Selector: img[width=&quot;584&quot;]</div>
                                                <div class="node-html">&lt;img src=&quot;/assets/media-centrum/neprehlednete/hospodarska-strategie.jpg&quot; alt=&quot;Hospodářská strategie Česko: Země pro budoucnost 2.0&quot; width=&quot;584&quot; height</div>
                                                <div class="node-unique">Unique: 7586fe4b17c3a74553d94fa34682aab1</div>
                                            </div>
                                        
                                            <div class="modal-node-item">
                                                <div class="node-selector">Selector: img[width=&quot;1920&quot;]</div>
                                                <div class="node-html">&lt;img src=&quot;/assets/media-centrum/neprehlednete/Kopie-navrhu-banner-web-dod.png&quot; alt=&quot;Dny otevřených dveří objektů Úřadu vlády v roce 2026&quot; width=&quot;1920&quot;</div>
                                                <div class="node-unique">Unique: 451d837a12b96469ad5c074ee07430c5</div>
                                            </div>
                                        <div style="padding: 8px; text-align: center; font-size: 12px; color: var(--muted);">... 1 more node</div></div>
                                    </div>
                                
                                    <div class="page-violation-item">
                                        <div class="violation-id">region</div>
                                        <div class="violation-help">All page content should be contained by landmarks</div>
                                        <div class="violation-meta">Impact: moderate · 1 node</div>
                                        <div><a class="learn-more" href="https://dequeuniversity.com/rules/axe/4.11/region?application=playwright" target="_blank" rel="noopener">Learn more</a></div>
                                        
                                        <div class="node-fix">Fix any of the following:
  Some page content is not contained by landmarks</div>
                                        <button class="copy-btn" type="button" data-copy-violation="true">Copy failure details</button>
                                        <div class="modal-node-list">
                                            <div class="modal-node-item">
                                                <div class="node-selector">Selector: .nav-skip</div>
                                                <div class="node-html">&lt;div class=&quot;nav-skip&quot;&gt;
	&lt;a href=&quot;#main-content&quot;&gt;Přeskočit na obsah&lt;/a&gt;
&lt;/div&gt;</div>
                                                <div class="node-unique">Unique: 4cc143f6335a81990be3b74ea75d0b5b</div>
                                            </div>
                                        </div>
                                    </div>
                                </div>
                                        </div>
                                    </div>
                                </div>
                            
                    </div>
                </div>

                <div class="panel issues-by-severity" style="margin-top: 1rem;">
                    <h3>Issues grouped by impact</h3>
                    
                        <div class="severity-group" data-severity="critical">
                            <button class="severity-header" type="button" aria-expanded="true">
                                <span class="title">Must Fix</span>
                                <span class="count pill-critical">89 occurrences</span>
                            </button>
                            <div class="severity-content">
                                
                                    <div class="violation-item" data-violation="color-contrast">
                                        <div class="violation-id">color-contrast</div>
                                        <div class="violation-help">Elements must meet minimum color contrast ratio thresholds</div>
                                        <div class="violation-meta">Impact: serious · Pages with issue: 27 / 60 scanned</div>
                                        <div><a class="learn-more" href="https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright" target="_blank" rel="noopener">Learn more</a></div>
                                        <button class="copy-btn" type="button" data-copy-violation="true">Copy failure details</button>
                                        
                                                <div class="violation-template">Template match: 24 nodes share the same snippet.</div>
                                                <div class="node-fix">Fix any of the following:
  Element has insufficient color contrast of 1.92 (foreground color: #ffffff, background color: #b4bbcb, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1</div>
                                                <div class="node-list">
                                                <div class="node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/en/pracovni-a-poradni-organy-vlady/" target="_blank" rel="noopener">https://vlada.gov.cz/en/pracovni-a-poradni-organy-vlady/</a> (3 nodes)</div>
                                                    
                                                        <div class="node-selector">Selector: #cookieconsent\:desc &gt; a</div>
                                                        <div class="node-html">&lt;a style=&quot;color: #ffffff;&quot; href=&quot;/en/urad-vlady/about-server/personal-data-protection-167157/&quot;&gt;Privacy Policy website&lt;/a&gt;</div>
                                                        <div class="node-unique">Unique: 0150b8bc929100d197a3af783e99192d</div>
                                                    
                                                </div>
                                            
                                                <div class="node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/en/media-centrum/" target="_blank" rel="noopener">https://vlada.gov.cz/en/media-centrum/</a> (3 nodes)</div>
                                                    
                                                        <div class="node-selector">Selector: #cookieconsent\:desc &gt; a</div>
                                                        <div class="node-html">&lt;a style=&quot;color: #ffffff;&quot; href=&quot;/en/urad-vlady/about-server/personal-data-protection-167157/&quot;&gt;Privacy Policy website&lt;/a&gt;</div>
                                                        <div class="node-unique">Unique: 82fb7379ed625234c5028782a3f260ec</div>
                                                    
                                                </div>
                                            
                                                <div class="node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/cz/clenove-vlady/historie-minulych-vlad/historie-18014/" target="_blank" rel="noopener">https://vlada.gov.cz/cz/clenove-vlady/historie-minulych-vlad/historie-18014/</a> (3 nodes)</div>
                                                    
                                                        <div class="node-selector">Selector: #cookieconsent\:desc &gt; a</div>
                                                        <div class="node-html">&lt;a style=&quot;color: #ffffff;&quot; href=&quot;/cz/urad-vlady/o-serveru/ochrana-osobnich-udaju-167154/&quot;&gt;Ochrana osobních údajů&lt;/a&gt;</div>
                                                        <div class="node-unique">Unique: 98618eda791476c85c7ec603de2d5968</div>
                                                    
                                                </div>
                                            
                                                <div class="node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/cz/clenove-vlady/postaveni-vlady/postaveni-vlady---ustava-15263/" target="_blank" rel="noopener">https://vlada.gov.cz/cz/clenove-vlady/postaveni-vlady/postaveni-vlady---ustava-15263/</a> (3 nodes)</div>
                                                    
                                                        <div class="node-selector">Selector: #cookieconsent\:desc &gt; a</div>
                                                        <div class="node-html">&lt;a style=&quot;color: #ffffff;&quot; href=&quot;/cz/urad-vlady/o-serveru/ochrana-osobnich-udaju-167154/&quot;&gt;Ochrana osobních údajů&lt;/a&gt;</div>
                                                        <div class="node-unique">Unique: dc81902052cc1393076af7f5859132f1</div>
                                                    
                                                </div>
                                            
                                                <div class="node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/cz/urad-vlady/poskytovani-informaci/uvodinf-15135/" target="_blank" rel="noopener">https://vlada.gov.cz/cz/urad-vlady/poskytovani-informaci/uvodinf-15135/</a> (3 nodes)</div>
                                                    
                                                        <div class="node-selector">Selector: #cookieconsent\:desc &gt; a</div>
                                                        <div class="node-html">&lt;a style=&quot;color: #ffffff;&quot; href=&quot;/cz/urad-vlady/o-serveru/ochrana-osobnich-udaju-167154/&quot;&gt;Ochrana osobních údajů&lt;/a&gt;</div>
                                                        <div class="node-unique">Unique: e74a32d917146f34f10e34496343b6c5</div>
                                                    
                                                </div>
                                            
                                                <div class="node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/en/urad-vlady/rss/the-rss-channel-of-the-office-of-the-government-of-the-czech-republic-22552/" target="_blank" rel="noopener">https://vlada.gov.cz/en/urad-vlady/rss/the-rss-channel-of-the-office-of-the-government-of-the-czech-republic-22552/</a> (3 nodes)</div>
                                                    
                                                        <div class="node-selector">Selector: #cookieconsent\:desc &gt; a</div>
                                                        <div class="node-html">&lt;a style=&quot;color: #ffffff;&quot; href=&quot;/en/urad-vlady/about-server/personal-data-protection-167157/&quot;&gt;Privacy Policy website&lt;/a&gt;</div>
                                                        <div class="node-unique">Unique: ad926bebb55a9a3c29d3ea1b679aeb30</div>
                                                    
                                                </div>
                                            
                                                <div class="node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/en/urad-vlady/vedouci-uradu-vlady/-head-of-the-office-of-the-government-of-the-czech-republic--97126/" target="_blank" rel="noopener">https://vlada.gov.cz/en/urad-vlady/vedouci-uradu-vlady/-head-of-the-office-of-the-government-of-the-czech-republic--97126/</a> (3 nodes)</div>
                                                    
                                                        <div class="node-selector">Selector: #cookieconsent\:desc &gt; a</div>
                                                        <div class="node-html">&lt;a style=&quot;color: #ffffff;&quot; href=&quot;/en/urad-vlady/about-server/personal-data-protection-167157/&quot;&gt;Privacy Policy website&lt;/a&gt;</div>
                                                        <div class="node-unique">Unique: 62a7a4cbce8efb5f384ce4f448a58caa</div>
                                                    
                                                </div>
                                            
                                                <div class="node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/scripts/detail.php?pgid=1528" target="_blank" rel="noopener">https://vlada.gov.cz/scripts/detail.php?pgid=1528</a> (3 nodes)</div>
                                                    
                                                        <div class="node-selector">Selector: #cookieconsent\:desc &gt; a</div>
                                                        <div class="node-html">&lt;a style=&quot;color: #ffffff;&quot; href=&quot;/en/urad-vlady/about-server/personal-data-protection-167157/&quot;&gt;Privacy Policy website&lt;/a&gt;</div>
                                                        <div class="node-unique">Unique: 48c40c080a2c6014524315556abb0951</div>
                                                    
                                                </div>
                                            
                                                <div class="node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/en/urad-vlady/vydavatelstvi/publishing-house-of-the-office-of-the-government-of-the-czech-republic--59232/" target="_blank" rel="noopener">https://vlada.gov.cz/en/urad-vlady/vydavatelstvi/publishing-house-of-the-office-of-the-government-of-the-czech-republic--59232/</a> (3 nodes)</div>
                                                    
                                                        <div class="node-selector">Selector: #cookieconsent\:desc &gt; a</div>
                                                        <div class="node-html">&lt;a style=&quot;color: #ffffff;&quot; href=&quot;/en/urad-vlady/about-server/personal-data-protection-167157/&quot;&gt;Privacy Policy website&lt;/a&gt;</div>
                                                        <div class="node-unique">Unique: 41f3067df8ca1e001204ad839fc602de</div>
                                                    
                                                </div>
                                            
                                                <div class="node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/en/clenove-vlady/postaveni-vlady/postaveni-vlady---ustava-en-17083/" target="_blank" rel="noopener">https://vlada.gov.cz/en/clenove-vlady/postaveni-vlady/postaveni-vlady---ustava-en-17083/</a> (3 nodes)</div>
                                                    
                                                        <div class="node-selector">Selector: #cookieconsent\:desc &gt; a</div>
                                                        <div class="node-html">&lt;a style=&quot;color: #ffffff;&quot; href=&quot;/en/urad-vlady/about-server/personal-data-protection-167157/&quot;&gt;Privacy Policy website&lt;/a&gt;</div>
                                                        <div class="node-unique">Unique: 2a97eef5d5a0f4c2a9ecec7bde4c3a7b</div>
                                                    
                                                </div>
                                            </div>
                                                
                                                    <button class="see-more-btn" onclick="document.getElementById('modal-color-contrast').classList.add('open')" type="button">
                                                        See all 27 affected pages
                                                    </button>
                                                    <div id="modal-color-contrast" class="modal">
                                                        <div class="modal-content">
                                                            <div class="modal-header">
                                                                <h2>Elements must meet minimum color contrast ratio thresholds</h2>
                                                                <button class="modal-close" onclick="this.closest('.modal').classList.remove('open')" type="button" aria-label="Close">×</button>
                                                            </div>
                                                            <div class="violation-template">Template match: 24 nodes share the same snippet.</div>
                                                            <div class="node-fix">Fix any of the following:
  Element has insufficient color contrast of 1.92 (foreground color: #ffffff, background color: #b4bbcb, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1</div>
                                                            <div>
                                                <div class="modal-node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/en/pracovni-a-poradni-organy-vlady/" target="_blank" rel="noopener">https://vlada.gov.cz/en/pracovni-a-poradni-organy-vlady/</a> (3 nodes)</div>
                                                    
                                                        <div class="node-selector">Selector: #cookieconsent\:desc &gt; a</div>
                                                        <div class="node-html">&lt;a style=&quot;color: #ffffff;&quot; href=&quot;/en/urad-vlady/about-server/personal-data-protection-167157/&quot;&gt;Privacy Policy website&lt;/a&gt;</div>
                                                        <div class="node-unique">Unique: 0150b8bc929100d197a3af783e99192d</div>
                                                    
                                                        <div class="node-selector">Selector: .cc-deny</div>
                                                        <div class="node-html">&lt;a aria-label=&quot;deny cookies&quot; role=&quot;button&quot; tabindex=&quot;0&quot; class=&quot;cc-btn cc-deny&quot;&gt;Necessary only&lt;/a&gt;</div>
                                                        <div class="node-unique">Unique: 9ea76ebe9d683a687b65ada1262377bd</div>
                                                    
                                                        <div class="node-selector">Selector: .cc-allow</div>
                                                        <div class="node-html">&lt;a aria-label=&quot;allow cookies&quot; role=&quot;button&quot; tabindex=&quot;0&quot; class=&quot;cc-btn cc-allow&quot;&gt;Accept all&lt;/a&gt;</div>
                                                        <div class="node-unique">Unique: 912e80c7761286f24644513661787cdb</div>
                                                    
                                                </div>
                                            
                                                <div class="modal-node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/en/media-centrum/" target="_blank" rel="noopener">https://vlada.gov.cz/en/media-centrum/</a> (3 nodes)</div>
                                                    
                                                        <div class="node-selector">Selector: #cookieconsent\:desc &gt; a</div>
                                                        <div class="node-html">&lt;a style=&quot;color: #ffffff;&quot; href=&quot;/en/urad-vlady/about-server/personal-data-protection-167157/&quot;&gt;Privacy Policy website&lt;/a&gt;</div>
                                                        <div class="node-unique">Unique: 82fb7379ed625234c5028782a3f260ec</div>
                                                    
                                                        <div class="node-selector">Selector: .cc-deny</div>
                                                        <div class="node-html">&lt;a aria-label=&quot;deny cookies&quot; role=&quot;button&quot; tabindex=&quot;0&quot; class=&quot;cc-btn cc-deny&quot;&gt;Necessary only&lt;/a&gt;</div>
                                                        <div class="node-unique">Unique: 74871f5f1bf7ee1756197d4e4d9b4c7a</div>
                                                    
                                                        <div class="node-selector">Selector: .cc-allow</div>
                                                        <div class="node-html">&lt;a aria-label=&quot;allow cookies&quot; role=&quot;button&quot; tabindex=&quot;0&quot; class=&quot;cc-btn cc-allow&quot;&gt;Accept all&lt;/a&gt;</div>
                                                        <div class="node-unique">Unique: 5c1f1c29ca466661145a577895e19d4e</div>
                                                    
                                                </div>
                                            
                                                <div class="modal-node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/cz/clenove-vlady/historie-minulych-vlad/historie-18014/" target="_blank" rel="noopener">https://vlada.gov.cz/cz/clenove-vlady/historie-minulych-vlad/historie-18014/</a> (3 nodes)</div>
                                                    
                                                        <div class="node-selector">Selector: #cookieconsent\:desc &gt; a</div>
                                                        <div class="node-html">&lt;a style=&quot;color: #ffffff;&quot; href=&quot;/cz/urad-vlady/o-serveru/ochrana-osobnich-udaju-167154/&quot;&gt;Ochrana osobních údajů&lt;/a&gt;</div>
                                                        <div class="node-unique">Unique: 98618eda791476c85c7ec603de2d5968</div>
                                                    
                                                        <div class="node-selector">Selector: .cc-deny</div>
                                                        <div class="node-html">&lt;a href=&quot;#&quot; role=&quot;button&quot; tabindex=&quot;0&quot; class=&quot;cc-btn cc-deny&quot;&gt;Pouze nezbytné&lt;/a&gt;</div>
                                                        <div class="node-unique">Unique: c38b54dfdc7d11a9184b2c05f9b0f4e8</div>
                                                    
                                                        <div class="node-selector">Selector: .cc-allow</div>
                                                        <div class="node-html">&lt;a href=&quot;#&quot; role=&quot;button&quot; tabindex=&quot;0&quot; class=&quot;cc-btn cc-allow&quot;&gt;Přijmout všechny&lt;/a&gt;</div>
                                                        <div class="node-unique">Unique: 9d34c767d3023e2cec2f80e8553ed8a9</div>
                                                    
                                                </div>
                                            
                                                <div class="modal-node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/cz/clenove-vlady/postaveni-vlady/postaveni-vlady---ustava-15263/" target="_blank" rel="noopener">https://vlada.gov.cz/cz/clenove-vlady/postaveni-vlady/postaveni-vlady---ustava-15263/</a> (3 nodes)</div>
                                                    
                                                        <div class="node-selector">Selector: #cookieconsent\:desc &gt; a</div>
                                                        <div class="node-html">&lt;a style=&quot;color: #ffffff;&quot; href=&quot;/cz/urad-vlady/o-serveru/ochrana-osobnich-udaju-167154/&quot;&gt;Ochrana osobních údajů&lt;/a&gt;</div>
                                                        <div class="node-unique">Unique: dc81902052cc1393076af7f5859132f1</div>
                                                    
                                                        <div class="node-selector">Selector: .cc-deny</div>
                                                        <div class="node-html">&lt;a href=&quot;#&quot; role=&quot;button&quot; tabindex=&quot;0&quot; class=&quot;cc-btn cc-deny&quot;&gt;Pouze nezbytné&lt;/a&gt;</div>
                                                        <div class="node-unique">Unique: 44e831dc6a800397815c773b01549d67</div>
                                                    
                                                        <div class="node-selector">Selector: .cc-allow</div>
                                                        <div class="node-html">&lt;a href=&quot;#&quot; role=&quot;button&quot; tabindex=&quot;0&quot; class=&quot;cc-btn cc-allow&quot;&gt;Přijmout všechny&lt;/a&gt;</div>
                                                        <div class="node-unique">Unique: f7c3573e65616bfd9241f5cabfbc450c</div>
                                                    
                                                </div>
                                            
                                                <div class="modal-node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/cz/urad-vlady/poskytovani-informaci/uvodinf-15135/" target="_blank" rel="noopener">https://vlada.gov.cz/cz/urad-vlady/poskytovani-informaci/uvodinf-15135/</a> (3 nodes)</div>
                                                    
                                                        <div class="node-selector">Selector: #cookieconsent\:desc &gt; a</div>
                                                        <div class="node-html">&lt;a style=&quot;color: #ffffff;&quot; href=&quot;/cz/urad-vlady/o-serveru/ochrana-osobnich-udaju-167154/&quot;&gt;Ochrana osobních údajů&lt;/a&gt;</div>
                                                        <div class="node-unique">Unique: e74a32d917146f34f10e34496343b6c5</div>
                                                    
                                                        <div class="node-selector">Selector: .cc-deny</div>
                                                        <div class="node-html">&lt;a href=&quot;#&quot; role=&quot;button&quot; tabindex=&quot;0&quot; class=&quot;cc-btn cc-deny&quot;&gt;Pouze nezbytné&lt;/a&gt;</div>
                                                        <div class="node-unique">Unique: fd1b3ad619a07da92226a2d9c0cd9005</div>
                                                    
                                                        <div class="node-selector">Selector: .cc-allow</div>
                                                        <div class="node-html">&lt;a href=&quot;#&quot; role=&quot;button&quot; tabindex=&quot;0&quot; class=&quot;cc-btn cc-allow&quot;&gt;Přijmout všechny&lt;/a&gt;</div>
                                                        <div class="node-unique">Unique: 8202c123ee1926b09f9bcb0761cd25ae</div>
                                                    
                                                </div>
                                            
                                                <div class="modal-node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/en/urad-vlady/rss/the-rss-channel-of-the-office-of-the-government-of-the-czech-republic-22552/" target="_blank" rel="noopener">https://vlada.gov.cz/en/urad-vlady/rss/the-rss-channel-of-the-office-of-the-government-of-the-czech-republic-22552/</a> (3 nodes)</div>
                                                    
                                                        <div class="node-selector">Selector: #cookieconsent\:desc &gt; a</div>
                                                        <div class="node-html">&lt;a style=&quot;color: #ffffff;&quot; href=&quot;/en/urad-vlady/about-server/personal-data-protection-167157/&quot;&gt;Privacy Policy website&lt;/a&gt;</div>
                                                        <div class="node-unique">Unique: ad926bebb55a9a3c29d3ea1b679aeb30</div>
                                                    
                                                        <div class="node-selector">Selector: .cc-deny</div>
                                                        <div class="node-html">&lt;a aria-label=&quot;deny cookies&quot; role=&quot;button&quot; tabindex=&quot;0&quot; class=&quot;cc-btn cc-deny&quot;&gt;Necessary only&lt;/a&gt;</div>
                                                        <div class="node-unique">Unique: 2ebd1729c5b77d2030a619c6c73e8a7b</div>
                                                    
                                                        <div class="node-selector">Selector: .cc-allow</div>
                                                        <div class="node-html">&lt;a aria-label=&quot;allow cookies&quot; role=&quot;button&quot; tabindex=&quot;0&quot; class=&quot;cc-btn cc-allow&quot;&gt;Accept all&lt;/a&gt;</div>
                                                        <div class="node-unique">Unique: 7ad83c32114240af8cbcabab64acd3ce</div>
                                                    
                                                </div>
                                            
                                                <div class="modal-node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/en/urad-vlady/vedouci-uradu-vlady/-head-of-the-office-of-the-government-of-the-czech-republic--97126/" target="_blank" rel="noopener">https://vlada.gov.cz/en/urad-vlady/vedouci-uradu-vlady/-head-of-the-office-of-the-government-of-the-czech-republic--97126/</a> (3 nodes)</div>
                                                    
                                                        <div class="node-selector">Selector: #cookieconsent\:desc &gt; a</div>
                                                        <div class="node-html">&lt;a style=&quot;color: #ffffff;&quot; href=&quot;/en/urad-vlady/about-server/personal-data-protection-167157/&quot;&gt;Privacy Policy website&lt;/a&gt;</div>
                                                        <div class="node-unique">Unique: 62a7a4cbce8efb5f384ce4f448a58caa</div>
                                                    
                                                        <div class="node-selector">Selector: .cc-deny</div>
                                                        <div class="node-html">&lt;a aria-label=&quot;deny cookies&quot; role=&quot;button&quot; tabindex=&quot;0&quot; class=&quot;cc-btn cc-deny&quot;&gt;Necessary only&lt;/a&gt;</div>
                                                        <div class="node-unique">Unique: 331fe16d3fcde7b0a6d9cdf5d3d8d16e</div>
                                                    
                                                        <div class="node-selector">Selector: .cc-allow</div>
                                                        <div class="node-html">&lt;a aria-label=&quot;allow cookies&quot; role=&quot;button&quot; tabindex=&quot;0&quot; class=&quot;cc-btn cc-allow&quot;&gt;Accept all&lt;/a&gt;</div>
                                                        <div class="node-unique">Unique: a3a7bfef2e321f69fa9557937567bf2e</div>
                                                    
                                                </div>
                                            
                                                <div class="modal-node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/scripts/detail.php?pgid=1528" target="_blank" rel="noopener">https://vlada.gov.cz/scripts/detail.php?pgid=1528</a> (3 nodes)</div>
                                                    
                                                        <div class="node-selector">Selector: #cookieconsent\:desc &gt; a</div>
                                                        <div class="node-html">&lt;a style=&quot;color: #ffffff;&quot; href=&quot;/en/urad-vlady/about-server/personal-data-protection-167157/&quot;&gt;Privacy Policy website&lt;/a&gt;</div>
                                                        <div class="node-unique">Unique: 48c40c080a2c6014524315556abb0951</div>
                                                    
                                                        <div class="node-selector">Selector: .cc-deny</div>
                                                        <div class="node-html">&lt;a aria-label=&quot;deny cookies&quot; role=&quot;button&quot; tabindex=&quot;0&quot; class=&quot;cc-btn cc-deny&quot;&gt;Necessary only&lt;/a&gt;</div>
                                                        <div class="node-unique">Unique: 264bacbe6f65ad1d370a14bc48c9419e</div>
                                                    
                                                        <div class="node-selector">Selector: .cc-allow</div>
                                                        <div class="node-html">&lt;a aria-label=&quot;allow cookies&quot; role=&quot;button&quot; tabindex=&quot;0&quot; class=&quot;cc-btn cc-allow&quot;&gt;Accept all&lt;/a&gt;</div>
                                                        <div class="node-unique">Unique: 50cc266dc348ccbc0602e5f1fa978276</div>
                                                    
                                                </div>
                                            
                                                <div class="modal-node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/en/urad-vlady/vydavatelstvi/publishing-house-of-the-office-of-the-government-of-the-czech-republic--59232/" target="_blank" rel="noopener">https://vlada.gov.cz/en/urad-vlady/vydavatelstvi/publishing-house-of-the-office-of-the-government-of-the-czech-republic--59232/</a> (3 nodes)</div>
                                                    
                                                        <div class="node-selector">Selector: #cookieconsent\:desc &gt; a</div>
                                                        <div class="node-html">&lt;a style=&quot;color: #ffffff;&quot; href=&quot;/en/urad-vlady/about-server/personal-data-protection-167157/&quot;&gt;Privacy Policy website&lt;/a&gt;</div>
                                                        <div class="node-unique">Unique: 41f3067df8ca1e001204ad839fc602de</div>
                                                    
                                                        <div class="node-selector">Selector: .cc-deny</div>
                                                        <div class="node-html">&lt;a aria-label=&quot;deny cookies&quot; role=&quot;button&quot; tabindex=&quot;0&quot; class=&quot;cc-btn cc-deny&quot;&gt;Necessary only&lt;/a&gt;</div>
                                                        <div class="node-unique">Unique: 4fa6ad62e2b5b2c06d47b2dae565e6cd</div>
                                                    
                                                        <div class="node-selector">Selector: .cc-allow</div>
                                                        <div class="node-html">&lt;a aria-label=&quot;allow cookies&quot; role=&quot;button&quot; tabindex=&quot;0&quot; class=&quot;cc-btn cc-allow&quot;&gt;Accept all&lt;/a&gt;</div>
                                                        <div class="node-unique">Unique: a41a66ed7e7ab8dc7f6b0a85af65aa88</div>
                                                    
                                                </div>
                                            
                                                <div class="modal-node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/en/clenove-vlady/postaveni-vlady/postaveni-vlady---ustava-en-17083/" target="_blank" rel="noopener">https://vlada.gov.cz/en/clenove-vlady/postaveni-vlady/postaveni-vlady---ustava-en-17083/</a> (3 nodes)</div>
                                                    
                                                        <div class="node-selector">Selector: #cookieconsent\:desc &gt; a</div>
                                                        <div class="node-html">&lt;a style=&quot;color: #ffffff;&quot; href=&quot;/en/urad-vlady/about-server/personal-data-protection-167157/&quot;&gt;Privacy Policy website&lt;/a&gt;</div>
                                                        <div class="node-unique">Unique: 2a97eef5d5a0f4c2a9ecec7bde4c3a7b</div>
                                                    
                                                        <div class="node-selector">Selector: .cc-deny</div>
                                                        <div class="node-html">&lt;a aria-label=&quot;deny cookies&quot; role=&quot;button&quot; tabindex=&quot;0&quot; class=&quot;cc-btn cc-deny&quot;&gt;Necessary only&lt;/a&gt;</div>
                                                        <div class="node-unique">Unique: a2e8b75d3d5edb9bda2de2b20ad71e47</div>
                                                    
                                                        <div class="node-selector">Selector: .cc-allow</div>
                                                        <div class="node-html">&lt;a aria-label=&quot;allow cookies&quot; role=&quot;button&quot; tabindex=&quot;0&quot; class=&quot;cc-btn cc-allow&quot;&gt;Accept all&lt;/a&gt;</div>
                                                        <div class="node-unique">Unique: f0609fcfe7ec4a47fd8c0689bddeae7d</div>
                                                    
                                                </div>
                                            
                                                <div class="modal-node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/en/ppov/lrv/uvod-en-24877/" target="_blank" rel="noopener">https://vlada.gov.cz/en/ppov/lrv/uvod-en-24877/</a> (2 nodes)</div>
                                                    
                                                        <div class="node-selector">Selector: #cookieconsent\:desc &gt; a</div>
                                                        <div class="node-html">&lt;a style=&quot;color: #ffffff;&quot; href=&quot;/en/urad-vlady/about-server/personal-data-protection-167157/&quot;&gt;Privacy Policy website&lt;/a&gt;</div>
                                                        <div class="node-unique">Unique: ce94c4a3ae35d4c11fa63d3e4bc04b99</div>
                                                    
                                                        <div class="node-selector">Selector: .cc-deny</div>
                                                        <div class="node-html">&lt;a aria-label=&quot;deny cookies&quot; role=&quot;button&quot; tabindex=&quot;0&quot; class=&quot;cc-btn cc-deny&quot;&gt;Necessary only&lt;/a&gt;</div>
                                                        <div class="node-unique">Unique: b63ca28296d052f650ffea309537ad7a</div>
                                                    
                                                </div>
                                            
                                                <div class="modal-node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/scripts/detail.php?pgid=1514" target="_blank" rel="noopener">https://vlada.gov.cz/scripts/detail.php?pgid=1514</a> (3 nodes)</div>
                                                    
                                                        <div class="node-selector">Selector: #cookieconsent\:desc &gt; a</div>
                                                        <div class="node-html">&lt;a style=&quot;color: #ffffff;&quot; href=&quot;/en/urad-vlady/about-server/personal-data-protection-167157/&quot;&gt;Privacy Policy website&lt;/a&gt;</div>
                                                        <div class="node-unique">Unique: d96ede3953f924909f0b6343ee034900</div>
                                                    
                                                        <div class="node-selector">Selector: .cc-deny</div>
                                                        <div class="node-html">&lt;a aria-label=&quot;deny cookies&quot; role=&quot;button&quot; tabindex=&quot;0&quot; class=&quot;cc-btn cc-deny&quot;&gt;Necessary only&lt;/a&gt;</div>
                                                        <div class="node-unique">Unique: 88bc75d0ea8dc73f53ddf0feedc5b3a5</div>
                                                    
                                                        <div class="node-selector">Selector: .cc-allow</div>
                                                        <div class="node-html">&lt;a aria-label=&quot;allow cookies&quot; role=&quot;button&quot; tabindex=&quot;0&quot; class=&quot;cc-btn cc-allow&quot;&gt;Accept all&lt;/a&gt;</div>
                                                        <div class="node-unique">Unique: 7deb641a4d20b1dab4068957e023e371</div>
                                                    
                                                </div>
                                            
                                                <div class="modal-node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/en/evropske-zalezitosti/predsednictvi-cr-v-rade-eu/presidency-to-the-eu-23295/" target="_blank" rel="noopener">https://vlada.gov.cz/en/evropske-zalezitosti/predsednictvi-cr-v-rade-eu/presidency-to-the-eu-23295/</a> (3 nodes)</div>
                                                    
                                                        <div class="node-selector">Selector: #cookieconsent\:desc &gt; a</div>
                                                        <div class="node-html">&lt;a style=&quot;color: #ffffff;&quot; href=&quot;/en/urad-vlady/about-server/personal-data-protection-167157/&quot;&gt;Privacy Policy website&lt;/a&gt;</div>
                                                        <div class="node-unique">Unique: 4e83cc93c0027f8ec6f4c8d83c96079a</div>
                                                    
                                                        <div class="node-selector">Selector: .cc-deny</div>
                                                        <div class="node-html">&lt;a aria-label=&quot;deny cookies&quot; role=&quot;button&quot; tabindex=&quot;0&quot; class=&quot;cc-btn cc-deny&quot;&gt;Necessary only&lt;/a&gt;</div>
                                                        <div class="node-unique">Unique: 4821f2303654e8792adb20adb90ec96c</div>
                                                    
                                                        <div class="node-selector">Selector: .cc-allow</div>
                                                        <div class="node-html">&lt;a aria-label=&quot;allow cookies&quot; role=&quot;button&quot; tabindex=&quot;0&quot; class=&quot;cc-btn cc-allow&quot;&gt;Accept all&lt;/a&gt;</div>
                                                        <div class="node-unique">Unique: 259f6354e19823b6cf8ae349af8431b1</div>
                                                    
                                                </div>
                                            
                                                <div class="modal-node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/en/evropske-zalezitosti/organizace-utvaru/organisational-structure-220936/" target="_blank" rel="noopener">https://vlada.gov.cz/en/evropske-zalezitosti/organizace-utvaru/organisational-structure-220936/</a> (3 nodes)</div>
                                                    
                                                        <div class="node-selector">Selector: #cookieconsent\:desc &gt; a</div>
                                                        <div class="node-html">&lt;a style=&quot;color: #ffffff;&quot; href=&quot;/en/urad-vlady/about-server/personal-data-protection-167157/&quot;&gt;Privacy Policy website&lt;/a&gt;</div>
                                                        <div class="node-unique">Unique: e9292decc0eb58ada659165dd4f69431</div>
                                                    
                                                        <div class="node-selector">Selector: .cc-deny</div>
                                                        <div class="node-html">&lt;a aria-label=&quot;deny cookies&quot; role=&quot;button&quot; tabindex=&quot;0&quot; class=&quot;cc-btn cc-deny&quot;&gt;Necessary only&lt;/a&gt;</div>
                                                        <div class="node-unique">Unique: 3c0baf5afd258ce854de11483e6847fe</div>
                                                    
                                                        <div class="node-selector">Selector: .cc-allow</div>
                                                        <div class="node-html">&lt;a aria-label=&quot;allow cookies&quot; role=&quot;button&quot; tabindex=&quot;0&quot; class=&quot;cc-btn cc-allow&quot;&gt;Accept all&lt;/a&gt;</div>
                                                        <div class="node-unique">Unique: 7013b26e51aca8878b3a0fd17f133b84</div>
                                                    
                                                </div>
                                            
                                                <div class="modal-node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/en/evropske-zalezitosti/kontakty/contacts-21448/" target="_blank" rel="noopener">https://vlada.gov.cz/en/evropske-zalezitosti/kontakty/contacts-21448/</a> (3 nodes)</div>
                                                    
                                                        <div class="node-selector">Selector: #cookieconsent\:desc &gt; a</div>
                                                        <div class="node-html">&lt;a style=&quot;color: #ffffff;&quot; href=&quot;/en/urad-vlady/about-server/personal-data-protection-167157/&quot;&gt;Privacy Policy website&lt;/a&gt;</div>
                                                        <div class="node-unique">Unique: 2ba3ba8271305f7f61d329ec84d5f461</div>
                                                    
                                                        <div class="node-selector">Selector: .cc-deny</div>
                                                        <div class="node-html">&lt;a aria-label=&quot;deny cookies&quot; role=&quot;button&quot; tabindex=&quot;0&quot; class=&quot;cc-btn cc-deny&quot;&gt;Necessary only&lt;/a&gt;</div>
                                                        <div class="node-unique">Unique: a246f73b70a043b25566fec863a8ac62</div>
                                                    
                                                        <div class="node-selector">Selector: .cc-allow</div>
                                                        <div class="node-html">&lt;a aria-label=&quot;allow cookies&quot; role=&quot;button&quot; tabindex=&quot;0&quot; class=&quot;cc-btn cc-allow&quot;&gt;Accept all&lt;/a&gt;</div>
                                                        <div class="node-unique">Unique: c1556d44fb2966cc6dab74af858ecb21</div>
                                                    
                                                </div>
                                            
                                                <div class="modal-node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/scripts/detail.php?pgid=1504" target="_blank" rel="noopener">https://vlada.gov.cz/scripts/detail.php?pgid=1504</a> (3 nodes)</div>
                                                    
                                                        <div class="node-selector">Selector: #cookieconsent\:desc &gt; a</div>
                                                        <div class="node-html">&lt;a style=&quot;color: #ffffff;&quot; href=&quot;/en/urad-vlady/about-server/personal-data-protection-167157/&quot;&gt;Privacy Policy website&lt;/a&gt;</div>
                                                        <div class="node-unique">Unique: 717cb7820deafc600b26f9292a562c77</div>
                                                    
                                                        <div class="node-selector">Selector: .cc-deny</div>
                                                        <div class="node-html">&lt;a aria-label=&quot;deny cookies&quot; role=&quot;button&quot; tabindex=&quot;0&quot; class=&quot;cc-btn cc-deny&quot;&gt;Necessary only&lt;/a&gt;</div>
                                                        <div class="node-unique">Unique: 47213e941b2e64b023bf49f06416e4aa</div>
                                                    
                                                        <div class="node-selector">Selector: .cc-allow</div>
                                                        <div class="node-html">&lt;a aria-label=&quot;allow cookies&quot; role=&quot;button&quot; tabindex=&quot;0&quot; class=&quot;cc-btn cc-allow&quot;&gt;Accept all&lt;/a&gt;</div>
                                                        <div class="node-unique">Unique: 0fb7df65cfce835b497349c3cd8803e5</div>
                                                    
                                                </div>
                                            
                                                <div class="modal-node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/en/ppov/zalezitosti-romske-komunity/the-council-for-roma-community-affairs--50634/" target="_blank" rel="noopener">https://vlada.gov.cz/en/ppov/zalezitosti-romske-komunity/the-council-for-roma-community-affairs--50634/</a> (3 nodes)</div>
                                                    
                                                        <div class="node-selector">Selector: #cookieconsent\:desc &gt; a</div>
                                                        <div class="node-html">&lt;a style=&quot;color: #ffffff;&quot; href=&quot;/en/urad-vlady/about-server/personal-data-protection-167157/&quot;&gt;Privacy Policy website&lt;/a&gt;</div>
                                                        <div class="node-unique">Unique: f836ce2beda476dd2254c8f90cfc36c9</div>
                                                    
                                                        <div class="node-selector">Selector: .cc-deny</div>
                                                        <div class="node-html">&lt;a aria-label=&quot;deny cookies&quot; role=&quot;button&quot; tabindex=&quot;0&quot; class=&quot;cc-btn cc-deny&quot;&gt;Necessary only&lt;/a&gt;</div>
                                                        <div class="node-unique">Unique: 3d23fb0739a3b4e05a4c1522613aafca</div>
                                                    
                                                        <div class="node-selector">Selector: .cc-allow</div>
                                                        <div class="node-html">&lt;a aria-label=&quot;allow cookies&quot; role=&quot;button&quot; tabindex=&quot;0&quot; class=&quot;cc-btn cc-allow&quot;&gt;Accept all&lt;/a&gt;</div>
                                                        <div class="node-unique">Unique: 8cd5138a5c8ff9889f503c41b2fe5ecd</div>
                                                    
                                                </div>
                                            
                                                <div class="modal-node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/en/ppov/rlp/government-council-for-human-rights-50632/" target="_blank" rel="noopener">https://vlada.gov.cz/en/ppov/rlp/government-council-for-human-rights-50632/</a> (3 nodes)</div>
                                                    
                                                        <div class="node-selector">Selector: #cookieconsent\:desc &gt; a</div>
                                                        <div class="node-html">&lt;a style=&quot;color: #ffffff;&quot; href=&quot;/en/urad-vlady/about-server/personal-data-protection-167157/&quot;&gt;Privacy Policy website&lt;/a&gt;</div>
                                                        <div class="node-unique">Unique: 903602965858cbaaaa688067151d9844</div>
                                                    
                                                        <div class="node-selector">Selector: .cc-deny</div>
                                                        <div class="node-html">&lt;a aria-label=&quot;deny cookies&quot; role=&quot;button&quot; tabindex=&quot;0&quot; class=&quot;cc-btn cc-deny&quot;&gt;Necessary only&lt;/a&gt;</div>
                                                        <div class="node-unique">Unique: a92845500a221873804325477ea450cb</div>
                                                    
                                                        <div class="node-selector">Selector: .cc-allow</div>
                                                        <div class="node-html">&lt;a aria-label=&quot;allow cookies&quot; role=&quot;button&quot; tabindex=&quot;0&quot; class=&quot;cc-btn cc-allow&quot;&gt;Accept all&lt;/a&gt;</div>
                                                        <div class="node-unique">Unique: dea51d73a320c73bc8a05232be02dc76</div>
                                                    
                                                </div>
                                            
                                                <div class="modal-node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/en/pracovni-a-poradni-organy-vlady/rnm/historie-a-soucasnost-rady-en-16666/" target="_blank" rel="noopener">https://vlada.gov.cz/en/pracovni-a-poradni-organy-vlady/rnm/historie-a-soucasnost-rady-en-16666/</a> (3 nodes)</div>
                                                    
                                                        <div class="node-selector">Selector: #cookieconsent\:desc &gt; a</div>
                                                        <div class="node-html">&lt;a style=&quot;color: #ffffff;&quot; href=&quot;/en/urad-vlady/about-server/personal-data-protection-167157/&quot;&gt;Privacy Policy website&lt;/a&gt;</div>
                                                        <div class="node-unique">Unique: 0ba9d67ac920bc8e9e972d6597e5043f</div>
                                                    
                                                        <div class="node-selector">Selector: .cc-deny</div>
                                                        <div class="node-html">&lt;a aria-label=&quot;deny cookies&quot; role=&quot;button&quot; tabindex=&quot;0&quot; class=&quot;cc-btn cc-deny&quot;&gt;Necessary only&lt;/a&gt;</div>
                                                        <div class="node-unique">Unique: 3d02aea9adbea3d93d07e2dbae68ed1a</div>
                                                    
                                                        <div class="node-selector">Selector: .cc-allow</div>
                                                        <div class="node-html">&lt;a aria-label=&quot;allow cookies&quot; role=&quot;button&quot; tabindex=&quot;0&quot; class=&quot;cc-btn cc-allow&quot;&gt;Accept all&lt;/a&gt;</div>
                                                        <div class="node-unique">Unique: 7c2088f8678758091c4e64d7bce4fb2d</div>
                                                    
                                                </div>
                                            
                                                <div class="modal-node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/en/ppov/gcfge/government-council-for-gender-equality-185373/" target="_blank" rel="noopener">https://vlada.gov.cz/en/ppov/gcfge/government-council-for-gender-equality-185373/</a> (3 nodes)</div>
                                                    
                                                        <div class="node-selector">Selector: #cookieconsent\:desc &gt; a</div>
                                                        <div class="node-html">&lt;a style=&quot;color: #ffffff;&quot; href=&quot;/en/urad-vlady/about-server/personal-data-protection-167157/&quot;&gt;Privacy Policy website&lt;/a&gt;</div>
                                                        <div class="node-unique">Unique: 8c44135395d9591bcf79fdb07c6d4aa4</div>
                                                    
                                                        <div class="node-selector">Selector: .cc-deny</div>
                                                        <div class="node-html">&lt;a aria-label=&quot;deny cookies&quot; role=&quot;button&quot; tabindex=&quot;0&quot; class=&quot;cc-btn cc-deny&quot;&gt;Necessary only&lt;/a&gt;</div>
                                                        <div class="node-unique">Unique: 330ae5ee4624f36cd0cb38a1ba85ad97</div>
                                                    
                                                        <div class="node-selector">Selector: .cc-allow</div>
                                                        <div class="node-html">&lt;a aria-label=&quot;allow cookies&quot; role=&quot;button&quot; tabindex=&quot;0&quot; class=&quot;cc-btn cc-allow&quot;&gt;Accept all&lt;/a&gt;</div>
                                                        <div class="node-unique">Unique: 2b3c08e67a3f86d7adcbf352046fb0cc</div>
                                                    
                                                </div>
                                            
                                                <div class="modal-node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/en/ppov/government-committee-for-personnel-nominations-203614/" target="_blank" rel="noopener">https://vlada.gov.cz/en/ppov/government-committee-for-personnel-nominations-203614/</a> (3 nodes)</div>
                                                    
                                                        <div class="node-selector">Selector: #cookieconsent\:desc &gt; a</div>
                                                        <div class="node-html">&lt;a style=&quot;color: #ffffff;&quot; href=&quot;/en/urad-vlady/about-server/personal-data-protection-167157/&quot;&gt;Privacy Policy website&lt;/a&gt;</div>
                                                        <div class="node-unique">Unique: f1e71e15dab1cc9bf35bf18ea2704080</div>
                                                    
                                                        <div class="node-selector">Selector: .cc-deny</div>
                                                        <div class="node-html">&lt;a aria-label=&quot;deny cookies&quot; role=&quot;button&quot; tabindex=&quot;0&quot; class=&quot;cc-btn cc-deny&quot;&gt;Necessary only&lt;/a&gt;</div>
                                                        <div class="node-unique">Unique: 53d7bb1b034e2cb94791701d25a16dd4</div>
                                                    
                                                        <div class="node-selector">Selector: .cc-allow</div>
                                                        <div class="node-html">&lt;a aria-label=&quot;allow cookies&quot; role=&quot;button&quot; tabindex=&quot;0&quot; class=&quot;cc-btn cc-allow&quot;&gt;Accept all&lt;/a&gt;</div>
                                                        <div class="node-unique">Unique: 53e29d41823a9c7b3015c7f2f0c6f476</div>
                                                    
                                                </div>
                                            
                                                <div class="modal-node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/en/ppov/protidrogova-politika/government-council-for-the-coordination-of-addiction-policy-196563/" target="_blank" rel="noopener">https://vlada.gov.cz/en/ppov/protidrogova-politika/government-council-for-the-coordination-of-addiction-policy-196563/</a> (3 nodes)</div>
                                                    
                                                        <div class="node-selector">Selector: #cookieconsent\:desc &gt; a</div>
                                                        <div class="node-html">&lt;a style=&quot;color: #ffffff;&quot; href=&quot;/en/urad-vlady/about-server/personal-data-protection-167157/&quot;&gt;Privacy Policy website&lt;/a&gt;</div>
                                                        <div class="node-unique">Unique: bed23266db07a30ea8dbb7260d71444e</div>
                                                    
                                                        <div class="node-selector">Selector: .cc-deny</div>
                                                        <div class="node-html">&lt;a aria-label=&quot;deny cookies&quot; role=&quot;button&quot; tabindex=&quot;0&quot; class=&quot;cc-btn cc-deny&quot;&gt;Necessary only&lt;/a&gt;</div>
                                                        <div class="node-unique">Unique: 0782e5bede92ab75a31d9893db86cb42</div>
                                                    
                                                        <div class="node-selector">Selector: .cc-allow</div>
                                                        <div class="node-html">&lt;a aria-label=&quot;allow cookies&quot; role=&quot;button&quot; tabindex=&quot;0&quot; class=&quot;cc-btn cc-allow&quot;&gt;Accept all&lt;/a&gt;</div>
                                                        <div class="node-unique">Unique: 6bfff4bb9a2e38b000d8904a13298249</div>
                                                    
                                                </div>
                                            
                                                <div class="modal-node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/en/ppov/vvzpo/uvod-vvzpo-en-312/" target="_blank" rel="noopener">https://vlada.gov.cz/en/ppov/vvzpo/uvod-vvzpo-en-312/</a> (3 nodes)</div>
                                                    
                                                        <div class="node-selector">Selector: #cookieconsent\:desc &gt; a</div>
                                                        <div class="node-html">&lt;a style=&quot;color: #ffffff;&quot; href=&quot;/en/urad-vlady/about-server/personal-data-protection-167157/&quot;&gt;Privacy Policy website&lt;/a&gt;</div>
                                                        <div class="node-unique">Unique: 4d188276ab2e900d440e691e08677b28</div>
                                                    
                                                        <div class="node-selector">Selector: .cc-deny</div>
                                                        <div class="node-html">&lt;a aria-label=&quot;deny cookies&quot; role=&quot;button&quot; tabindex=&quot;0&quot; class=&quot;cc-btn cc-deny&quot;&gt;Necessary only&lt;/a&gt;</div>
                                                        <div class="node-unique">Unique: 06234150a220c9e18d78af69b7fff75a</div>
                                                    
                                                        <div class="node-selector">Selector: .cc-allow</div>
                                                        <div class="node-html">&lt;a aria-label=&quot;allow cookies&quot; role=&quot;button&quot; tabindex=&quot;0&quot; class=&quot;cc-btn cc-allow&quot;&gt;Accept all&lt;/a&gt;</div>
                                                        <div class="node-unique">Unique: 390709d936562d872bcb423c947e299c</div>
                                                    
                                                </div>
                                            
                                                <div class="modal-node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/en/pracovni-a-poradni-organy-vlady/vdk/vdk---uvod-en-17893/" target="_blank" rel="noopener">https://vlada.gov.cz/en/pracovni-a-poradni-organy-vlady/vdk/vdk---uvod-en-17893/</a> (3 nodes)</div>
                                                    
                                                        <div class="node-selector">Selector: #cookieconsent\:desc &gt; a</div>
                                                        <div class="node-html">&lt;a style=&quot;color: #ffffff;&quot; href=&quot;/en/urad-vlady/about-server/personal-data-protection-167157/&quot;&gt;Privacy Policy website&lt;/a&gt;</div>
                                                        <div class="node-unique">Unique: 8d6a40f100ec9628966f3ba1488baba7</div>
                                                    
                                                        <div class="node-selector">Selector: .cc-deny</div>
                                                        <div class="node-html">&lt;a aria-label=&quot;deny cookies&quot; role=&quot;button&quot; tabindex=&quot;0&quot; class=&quot;cc-btn cc-deny&quot;&gt;Necessary only&lt;/a&gt;</div>
                                                        <div class="node-unique">Unique: 7568e7b1dfed52a53ead77bc3b0964b3</div>
                                                    
                                                        <div class="node-selector">Selector: .cc-allow</div>
                                                        <div class="node-html">&lt;a aria-label=&quot;allow cookies&quot; role=&quot;button&quot; tabindex=&quot;0&quot; class=&quot;cc-btn cc-allow&quot;&gt;Accept all&lt;/a&gt;</div>
                                                        <div class="node-unique">Unique: d9b97094eb9d2a4a1848e9500a2d1036</div>
                                                    
                                                </div>
                                            
                                                <div class="modal-node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/en/ppov/government-council-for-information-society-203535/" target="_blank" rel="noopener">https://vlada.gov.cz/en/ppov/government-council-for-information-society-203535/</a> (3 nodes)</div>
                                                    
                                                        <div class="node-selector">Selector: #cookieconsent\:desc &gt; a</div>
                                                        <div class="node-html">&lt;a style=&quot;color: #ffffff;&quot; href=&quot;/en/urad-vlady/about-server/personal-data-protection-167157/&quot;&gt;Privacy Policy website&lt;/a&gt;</div>
                                                        <div class="node-unique">Unique: 531db24502f4a63940f436eb52082e32</div>
                                                    
                                                        <div class="node-selector">Selector: .cc-deny</div>
                                                        <div class="node-html">&lt;a aria-label=&quot;deny cookies&quot; role=&quot;button&quot; tabindex=&quot;0&quot; class=&quot;cc-btn cc-deny&quot;&gt;Necessary only&lt;/a&gt;</div>
                                                        <div class="node-unique">Unique: e81def0f93981347e1d466baacda61f2</div>
                                                    
                                                        <div class="node-selector">Selector: .cc-allow</div>
                                                        <div class="node-html">&lt;a aria-label=&quot;allow cookies&quot; role=&quot;button&quot; tabindex=&quot;0&quot; class=&quot;cc-btn cc-allow&quot;&gt;Accept all&lt;/a&gt;</div>
                                                        <div class="node-unique">Unique: 5b58ad6e4b34b680fc68c1d41245db35</div>
                                                    
                                                </div>
                                            
                                                <div class="modal-node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/en/ppov/working-and-advisory-bodies-of-the-government-53368/" target="_blank" rel="noopener">https://vlada.gov.cz/en/ppov/working-and-advisory-bodies-of-the-government-53368/</a> (3 nodes)</div>
                                                    
                                                        <div class="node-selector">Selector: #cookieconsent\:desc &gt; a</div>
                                                        <div class="node-html">&lt;a style=&quot;color: #ffffff;&quot; href=&quot;/en/urad-vlady/about-server/personal-data-protection-167157/&quot;&gt;Privacy Policy website&lt;/a&gt;</div>
                                                        <div class="node-unique">Unique: a98c4485b7e541f3f838beb47f9005a5</div>
                                                    
                                                        <div class="node-selector">Selector: .cc-deny</div>
                                                        <div class="node-html">&lt;a aria-label=&quot;deny cookies&quot; role=&quot;button&quot; tabindex=&quot;0&quot; class=&quot;cc-btn cc-deny&quot;&gt;Necessary only&lt;/a&gt;</div>
                                                        <div class="node-unique">Unique: 214593c69eb893f2e0ec728627a9dda2</div>
                                                    
                                                        <div class="node-selector">Selector: .cc-allow</div>
                                                        <div class="node-html">&lt;a aria-label=&quot;allow cookies&quot; role=&quot;button&quot; tabindex=&quot;0&quot; class=&quot;cc-btn cc-allow&quot;&gt;Accept all&lt;/a&gt;</div>
                                                        <div class="node-unique">Unique: 7f639c1b34adbc98692a3e4bdf29314d</div>
                                                    
                                                </div>
                                            
                                                <div class="modal-node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/en/ppov/government-committee-for-strategic-investments/government-committee-for-strategic-investments-209660/" target="_blank" rel="noopener">https://vlada.gov.cz/en/ppov/government-committee-for-strategic-investments/government-committee-for-strategic-investments-209660/</a> (3 nodes)</div>
                                                    
                                                        <div class="node-selector">Selector: #cookieconsent\:desc &gt; a</div>
                                                        <div class="node-html">&lt;a style=&quot;color: #ffffff;&quot; href=&quot;/en/urad-vlady/about-server/personal-data-protection-167157/&quot;&gt;Privacy Policy website&lt;/a&gt;</div>
                                                        <div class="node-unique">Unique: 2d756b4ccb4a8e2c613191912d20e4a2</div>
                                                    
                                                        <div class="node-selector">Selector: .cc-deny</div>
                                                        <div class="node-html">&lt;a aria-label=&quot;deny cookies&quot; role=&quot;button&quot; tabindex=&quot;0&quot; class=&quot;cc-btn cc-deny&quot;&gt;Necessary only&lt;/a&gt;</div>
                                                        <div class="node-unique">Unique: 000add0f88f36e2ecd51fe9f1af9628f</div>
                                                    
                                                        <div class="node-selector">Selector: .cc-allow</div>
                                                        <div class="node-html">&lt;a aria-label=&quot;allow cookies&quot; role=&quot;button&quot; tabindex=&quot;0&quot; class=&quot;cc-btn cc-allow&quot;&gt;Accept all&lt;/a&gt;</div>
                                                        <div class="node-unique">Unique: b21d0f2a51b6c047b49270b08e1dc79d</div>
                                                    
                                                </div>
                                            </div>
                                                        </div>
                                                    </div>
                                                
                                            
                                    </div>
                                
                                    <div class="violation-item" data-violation="label">
                                        <div class="violation-id">label</div>
                                        <div class="violation-help">Form elements must have labels</div>
                                        <div class="violation-meta">Impact: critical · Pages with issue: 1 / 60 scanned</div>
                                        <div><a class="learn-more" href="https://dequeuniversity.com/rules/axe/4.11/label?application=playwright" target="_blank" rel="noopener">Learn more</a></div>
                                        <button class="copy-btn" type="button" data-copy-violation="true">Copy failure details</button>
                                        
                                                
                                                <div class="node-fix">Fix all of the following:
  Form element has explicit &lt;label&gt; that is hidden</div>
                                                <div class="node-list">
                                                <div class="node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/scripts/detail.php?pgid=489" target="_blank" rel="noopener">https://vlada.gov.cz/scripts/detail.php?pgid=489</a> (1 node)</div>
                                                    
                                                        <div class="node-selector">Selector: #searchinput</div>
                                                        <div class="node-html">&lt;input name=&quot;searchtext&quot; id=&quot;searchinput&quot; type=&quot;text&quot; size=&quot;17&quot;&gt;</div>
                                                        <div class="node-unique">Unique: 219bb350cdde04f6def8bdaeda0cc775</div>
                                                    
                                                </div>
                                            </div>
                                                
                                            
                                    </div>
                                
                                    <div class="violation-item" data-violation="list">
                                        <div class="violation-id">list</div>
                                        <div class="violation-help">&lt;ul&gt; and &lt;ol&gt; must only directly contain &lt;li&gt;, &lt;script&gt; or &lt;template&gt; elements</div>
                                        <div class="violation-meta">Impact: serious · Pages with issue: 1 / 60 scanned</div>
                                        <div><a class="learn-more" href="https://dequeuniversity.com/rules/axe/4.11/list?application=playwright" target="_blank" rel="noopener">Learn more</a></div>
                                        <button class="copy-btn" type="button" data-copy-violation="true">Copy failure details</button>
                                        
                                                <div class="violation-template">Template match: 2 nodes share the same snippet.</div>
                                                <div class="node-fix">Fix all of the following:
  List element has direct children that are not allowed: p</div>
                                                <div class="node-list">
                                                <div class="node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/scripts/detail.php?pgid=489" target="_blank" rel="noopener">https://vlada.gov.cz/scripts/detail.php?pgid=489</a> (2 nodes)</div>
                                                    
                                                        <div class="node-selector">Selector: .pager:nth-child(3) &gt; .control</div>
                                                        <div class="node-html">&lt;ul class=&quot;control&quot;&gt;</div>
                                                        <div class="node-unique">Unique: 7f300e4d7d8d200eae33b8c7b29de118</div>
                                                    
                                                </div>
                                            </div>
                                                
                                            
                                    </div>
                                
                                    <div class="violation-item" data-violation="aria-prohibited-attr">
                                        <div class="violation-id">aria-prohibited-attr</div>
                                        <div class="violation-help">Elements must only use permitted ARIA attributes</div>
                                        <div class="violation-meta">Impact: serious · Pages with issue: 1 / 60 scanned</div>
                                        <div><a class="learn-more" href="https://dequeuniversity.com/rules/axe/4.11/aria-prohibited-attr?application=playwright" target="_blank" rel="noopener">Learn more</a></div>
                                        <button class="copy-btn" type="button" data-copy-violation="true">Copy failure details</button>
                                        
                                                <div class="violation-template">Template match: 2 nodes share the same snippet.</div>
                                                <div class="node-fix">Fix all of the following:
  aria-label attribute cannot be used on a div with no valid role attribute.</div>
                                                <div class="node-list">
                                                <div class="node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/en/clenove-vlady/premier/" target="_blank" rel="noopener">https://vlada.gov.cz/en/clenove-vlady/premier/</a> (2 nodes)</div>
                                                    
                                                        <div class="node-selector">Selector: .grid__item:nth-child(3) &gt; .post.post--tertiary &gt; .post__main &gt; .post__fig &gt; iframe, #movie_player</div>
                                                        <div class="node-html">&lt;div class=&quot;html5-video-player ytp-hide-controls ytp-exp-bottom-control-flexbox ytp-modern-caption ytp-livebadge-color unstarted-mode ytp-small-mode&quot; tabindex=&quot;&quot; id=&quot;movie_player&quot; data-version=&quot;/s/player/f4c47414/player_embed.vflset/en_US/base.js&quot; aria-label=&quot;YouTube Video Player&quot;&gt;</div>
                                                        <div class="node-unique">Unique: 482c85a9163ff1598507733b4958c845</div>
                                                    
                                                </div>
                                            </div>
                                                
                                            
                                    </div>
                                
                                    <div class="violation-item" data-violation="button-name">
                                        <div class="violation-id">button-name</div>
                                        <div class="violation-help">Buttons must have discernible text</div>
                                        <div class="violation-meta">Impact: critical · Pages with issue: 1 / 60 scanned</div>
                                        <div><a class="learn-more" href="https://dequeuniversity.com/rules/axe/4.11/button-name?application=playwright" target="_blank" rel="noopener">Learn more</a></div>
                                        <button class="copy-btn" type="button" data-copy-violation="true">Copy failure details</button>
                                        
                                                <div class="violation-template">Template match: 2 nodes share the same snippet.</div>
                                                <div class="node-fix">Fix any of the following:
  Element does not have inner text that is visible to screen readers
  aria-label attribute does not exist or is empty
  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty
  Element has no title attribute
  Element does not have an implicit (wrapped) &lt;label&gt;
  Element does not have an explicit &lt;label&gt;
  Element's default semantics were not overridden with role=&quot;none&quot; or role=&quot;presentation&quot;</div>
                                                <div class="node-list">
                                                <div class="node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/en/clenove-vlady/premier/" target="_blank" rel="noopener">https://vlada.gov.cz/en/clenove-vlady/premier/</a> (2 nodes)</div>
                                                    
                                                        <div class="node-selector">Selector: .grid__item:nth-child(3) &gt; .post.post--tertiary &gt; .post__main &gt; .post__fig &gt; iframe, .ytmVideoInfoChannelAvatar</div>
                                                        <div class="node-html">&lt;button class=&quot;ytmVideoInfoLink ytmVideoInfoChannelAvatar&quot;&gt;&lt;img alt=&quot;thumbnail-image&quot; class=&quot;ytCoreImageHost ytmVideoInfoChannelLogo ytCoreImageFillParentHeight ytCoreImageFillParentWidth ytCoreImageContentModeScaleAspectFill&quot;&gt;&lt;/button&gt;</div>
                                                        <div class="node-unique">Unique: 23dbd57838c31d001e6cf6a3a282c3eb</div>
                                                    
                                                </div>
                                            </div>
                                                
                                            
                                    </div>
                                
                                    <div class="violation-item" data-violation="frame-title">
                                        <div class="violation-id">frame-title</div>
                                        <div class="violation-help">Frames must have an accessible name</div>
                                        <div class="violation-meta">Impact: serious · Pages with issue: 1 / 60 scanned</div>
                                        <div><a class="learn-more" href="https://dequeuniversity.com/rules/axe/4.11/frame-title?application=playwright" target="_blank" rel="noopener">Learn more</a></div>
                                        <button class="copy-btn" type="button" data-copy-violation="true">Copy failure details</button>
                                        
                                                
                                                <div class="node-fix">Fix any of the following:
  Element has no title attribute
  aria-label attribute does not exist or is empty
  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty
  Element's default semantics were not overridden with role=&quot;none&quot; or role=&quot;presentation&quot;</div>
                                                <div class="node-list">
                                                <div class="node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/en/clenove-vlady/premier/" target="_blank" rel="noopener">https://vlada.gov.cz/en/clenove-vlady/premier/</a> (2 nodes)</div>
                                                    
                                                        <div class="node-selector">Selector: .grid__item:nth-child(3) &gt; .post.post--tertiary &gt; .post__main &gt; .post__fig &gt; iframe</div>
                                                        <div class="node-html">&lt;iframe width=&quot;429&quot; height=&quot;245&quot; src=&quot;https://www.youtube-nocookie.com/embed/7ytW8xGNskA?rel=0&amp;amp;modestbranding=1&amp;amp;autohide=1&amp;amp;showinfo=0&amp;amp;controls=1&quot; frameborder=&quot;0&quot; allowfullscreen=&quot;&quot;&gt;&lt;/iframe&gt;</div>
                                                        <div class="node-unique">Unique: a6978f4b1bcd202ea0d9c2f5886d6567</div>
                                                    
                                                </div>
                                            </div>
                                                
                                            
                                    </div>
                                
                            </div>
                        </div>
                        <div class="severity-group" data-severity="moderate">
                            <button class="severity-header" type="button" aria-expanded="false">
                                <span class="title">Good to Fix</span>
                                <span class="count pill-warning">189 occurrences</span>
                            </button>
                            <div class="severity-content">
                                
                                    <div class="violation-item" data-violation="image-redundant-alt">
                                        <div class="violation-id">image-redundant-alt</div>
                                        <div class="violation-help">Alternative text of images should not be repeated as text</div>
                                        <div class="violation-meta">Impact: minor · Pages with issue: 41 / 60 scanned</div>
                                        <div><a class="learn-more" href="https://dequeuniversity.com/rules/axe/4.11/image-redundant-alt?application=playwright" target="_blank" rel="noopener">Learn more</a></div>
                                        <button class="copy-btn" type="button" data-copy-violation="true">Copy failure details</button>
                                        
                                                <div class="violation-template">Template match: 35 nodes share the same snippet.</div>
                                                <div class="node-fix">Fix all of the following:
  Element contains &lt;img&gt; element with alt text that duplicates existing text</div>
                                                <div class="node-list">
                                                <div class="node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/en/media-centrum/aktualne/prime-minister-babis-meets-president-macron-to-discuss-competitiveness-and-nuclear-energy-cooperation-225797/" target="_blank" rel="noopener">https://vlada.gov.cz/en/media-centrum/aktualne/prime-minister-babis-meets-president-macron-to-discuss-competitiveness-and-nuclear-energy-cooperation-225797/</a> (2 nodes)</div>
                                                    
                                                        <div class="node-selector">Selector: img[alt=&quot;Visegrad Group&quot;]</div>
                                                        <div class="node-html">&lt;img src=&quot;/assets/media-centrum/neprehlednete/v4.jpg&quot; alt=&quot;Visegrad Group&quot; width=&quot;188&quot; height=&quot;106&quot;&gt;</div>
                                                        <div class="node-unique">Unique: 67edd21eb368fcbb5ed8cca907e79bce</div>
                                                    
                                                </div>
                                            
                                                <div class="node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/en/pracovni-a-poradni-organy-vlady/" target="_blank" rel="noopener">https://vlada.gov.cz/en/pracovni-a-poradni-organy-vlady/</a> (2 nodes)</div>
                                                    
                                                        <div class="node-selector">Selector: img[alt=&quot;Visegrad Group&quot;]</div>
                                                        <div class="node-html">&lt;img src=&quot;/assets/media-centrum/neprehlednete/v4.jpg&quot; alt=&quot;Visegrad Group&quot; width=&quot;188&quot; height=&quot;106&quot;&gt;</div>
                                                        <div class="node-unique">Unique: 4b28d65e8f065312a4e31f1d07f3d153</div>
                                                    
                                                </div>
                                            
                                                <div class="node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/en/media-centrum/" target="_blank" rel="noopener">https://vlada.gov.cz/en/media-centrum/</a> (2 nodes)</div>
                                                    
                                                        <div class="node-selector">Selector: img[alt=&quot;Visegrad Group&quot;]</div>
                                                        <div class="node-html">&lt;img src=&quot;/assets/media-centrum/neprehlednete/v4.jpg&quot; alt=&quot;Visegrad Group&quot; width=&quot;188&quot; height=&quot;106&quot;&gt;</div>
                                                        <div class="node-unique">Unique: 32c64acebcc731e9aa80897a29b24159</div>
                                                    
                                                </div>
                                            
                                                <div class="node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/en/vlada/clenove-vlady/karel-havlicek-224123/" target="_blank" rel="noopener">https://vlada.gov.cz/en/vlada/clenove-vlady/karel-havlicek-224123/</a> (2 nodes)</div>
                                                    
                                                        <div class="node-selector">Selector: img[alt=&quot;Visegrad Group&quot;]</div>
                                                        <div class="node-html">&lt;img src=&quot;/assets/media-centrum/neprehlednete/v4.jpg&quot; alt=&quot;Visegrad Group&quot; width=&quot;188&quot; height=&quot;106&quot;&gt;</div>
                                                        <div class="node-unique">Unique: 2b3cdc807703723c5f6ebd9ce4ce30c4</div>
                                                    
                                                </div>
                                            
                                                <div class="node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/en/vlada/clenove-vlady/zuzana-mrazova-224132/" target="_blank" rel="noopener">https://vlada.gov.cz/en/vlada/clenove-vlady/zuzana-mrazova-224132/</a> (2 nodes)</div>
                                                    
                                                        <div class="node-selector">Selector: img[alt=&quot;Visegrad Group&quot;]</div>
                                                        <div class="node-html">&lt;img src=&quot;/assets/media-centrum/neprehlednete/v4.jpg&quot; alt=&quot;Visegrad Group&quot; width=&quot;188&quot; height=&quot;106&quot;&gt;</div>
                                                        <div class="node-unique">Unique: 14000e8748bd0270e4763dddd7cfe817</div>
                                                    
                                                </div>
                                            
                                                <div class="node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/en/vlada/clenove-vlady/jeronym-tejc-224135/" target="_blank" rel="noopener">https://vlada.gov.cz/en/vlada/clenove-vlady/jeronym-tejc-224135/</a> (2 nodes)</div>
                                                    
                                                        <div class="node-selector">Selector: img[alt=&quot;Visegrad Group&quot;]</div>
                                                        <div class="node-html">&lt;img src=&quot;/assets/media-centrum/neprehlednete/v4.jpg&quot; alt=&quot;Visegrad Group&quot; width=&quot;188&quot; height=&quot;106&quot;&gt;</div>
                                                        <div class="node-unique">Unique: 42c283b3ca4d14e9bfc7bad762531c88</div>
                                                    
                                                </div>
                                            
                                                <div class="node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/en/vlada/clenove-vlady/oto-klempir-224125/" target="_blank" rel="noopener">https://vlada.gov.cz/en/vlada/clenove-vlady/oto-klempir-224125/</a> (2 nodes)</div>
                                                    
                                                        <div class="node-selector">Selector: img[alt=&quot;Visegrad Group&quot;]</div>
                                                        <div class="node-html">&lt;img src=&quot;/assets/media-centrum/neprehlednete/v4.jpg&quot; alt=&quot;Visegrad Group&quot; width=&quot;188&quot; height=&quot;106&quot;&gt;</div>
                                                        <div class="node-unique">Unique: 03cb2a25434ebceb39a4cada31fee1eb</div>
                                                    
                                                </div>
                                            
                                                <div class="node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/en/jednani-vlady/programove-prohlaseni/programove-prohlaseni-vlady-193547/" target="_blank" rel="noopener">https://vlada.gov.cz/en/jednani-vlady/programove-prohlaseni/programove-prohlaseni-vlady-193547/</a> (4 nodes)</div>
                                                    
                                                        <div class="node-selector">Selector: img[width=&quot;240&quot;]</div>
                                                        <div class="node-html">&lt;img src=&quot;/assets/media-centrum/neprehlednete/banner-ministr-pro-sport.png&quot; alt=&quot;Boris Šťastný – ministr pro sport, prevenci a zdraví&quot; width=&quot;240&quot; height=&quot;160&quot;&gt;</div>
                                                        <div class="node-unique">Unique: 8700a6afb5960893f46b4b6a3a8d7db1</div>
                                                    
                                                </div>
                                            
                                                <div class="node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/cz/clenove-vlady/historie-minulych-vlad/historie-18014/" target="_blank" rel="noopener">https://vlada.gov.cz/cz/clenove-vlady/historie-minulych-vlad/historie-18014/</a> (4 nodes)</div>
                                                    
                                                        <div class="node-selector">Selector: img[width=&quot;240&quot;]</div>
                                                        <div class="node-html">&lt;img src=&quot;/assets/media-centrum/neprehlednete/banner-ministr-pro-sport.png&quot; alt=&quot;Boris Šťastný – ministr pro sport, prevenci a zdraví&quot; width=&quot;240&quot; height=&quot;160&quot;&gt;</div>
                                                        <div class="node-unique">Unique: f8acac719d99aff158c25e1748d06725</div>
                                                    
                                                </div>
                                            
                                                <div class="node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/cz/clenove-vlady/postaveni-vlady/postaveni-vlady---ustava-15263/" target="_blank" rel="noopener">https://vlada.gov.cz/cz/clenove-vlady/postaveni-vlady/postaveni-vlady---ustava-15263/</a> (4 nodes)</div>
                                                    
                                                        <div class="node-selector">Selector: img[width=&quot;240&quot;]</div>
                                                        <div class="node-html">&lt;img src=&quot;/assets/media-centrum/neprehlednete/banner-ministr-pro-sport.png&quot; alt=&quot;Boris Šťastný – ministr pro sport, prevenci a zdraví&quot; width=&quot;240&quot; height=&quot;160&quot;&gt;</div>
                                                        <div class="node-unique">Unique: 38acd3c0fb0dcbc27b1fb139bb3868d0</div>
                                                    
                                                </div>
                                            </div>
                                                
                                                    <button class="see-more-btn" onclick="document.getElementById('modal-image-redundant-alt').classList.add('open')" type="button">
                                                        See all 41 affected pages
                                                    </button>
                                                    <div id="modal-image-redundant-alt" class="modal">
                                                        <div class="modal-content">
                                                            <div class="modal-header">
                                                                <h2>Alternative text of images should not be repeated as text</h2>
                                                                <button class="modal-close" onclick="this.closest('.modal').classList.remove('open')" type="button" aria-label="Close">×</button>
                                                            </div>
                                                            <div class="violation-template">Template match: 35 nodes share the same snippet.</div>
                                                            <div class="node-fix">Fix all of the following:
  Element contains &lt;img&gt; element with alt text that duplicates existing text</div>
                                                            <div>
                                                <div class="modal-node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/en/media-centrum/aktualne/prime-minister-babis-meets-president-macron-to-discuss-competitiveness-and-nuclear-energy-cooperation-225797/" target="_blank" rel="noopener">https://vlada.gov.cz/en/media-centrum/aktualne/prime-minister-babis-meets-president-macron-to-discuss-competitiveness-and-nuclear-energy-cooperation-225797/</a> (2 nodes)</div>
                                                    
                                                        <div class="node-selector">Selector: img[alt=&quot;Visegrad Group&quot;]</div>
                                                        <div class="node-html">&lt;img src=&quot;/assets/media-centrum/neprehlednete/v4.jpg&quot; alt=&quot;Visegrad Group&quot; width=&quot;188&quot; height=&quot;106&quot;&gt;</div>
                                                        <div class="node-unique">Unique: 67edd21eb368fcbb5ed8cca907e79bce</div>
                                                    
                                                        <div class="node-selector">Selector: img[alt=&quot;National Convention&quot;]</div>
                                                        <div class="node-html">&lt;img src=&quot;/assets/media-centrum/neprehlednete/national-convention_188.jpg&quot; alt=&quot;National Convention&quot; width=&quot;188&quot; height=&quot;56&quot;&gt;</div>
                                                        <div class="node-unique">Unique: 09b93b38774a554447c2f2ebcb10b8d0</div>
                                                    
                                                </div>
                                            
                                                <div class="modal-node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/en/pracovni-a-poradni-organy-vlady/" target="_blank" rel="noopener">https://vlada.gov.cz/en/pracovni-a-poradni-organy-vlady/</a> (2 nodes)</div>
                                                    
                                                        <div class="node-selector">Selector: img[alt=&quot;Visegrad Group&quot;]</div>
                                                        <div class="node-html">&lt;img src=&quot;/assets/media-centrum/neprehlednete/v4.jpg&quot; alt=&quot;Visegrad Group&quot; width=&quot;188&quot; height=&quot;106&quot;&gt;</div>
                                                        <div class="node-unique">Unique: 4b28d65e8f065312a4e31f1d07f3d153</div>
                                                    
                                                        <div class="node-selector">Selector: img[alt=&quot;National Convention&quot;]</div>
                                                        <div class="node-html">&lt;img src=&quot;/assets/media-centrum/neprehlednete/national-convention_188.jpg&quot; alt=&quot;National Convention&quot; width=&quot;188&quot; height=&quot;56&quot;&gt;</div>
                                                        <div class="node-unique">Unique: 8a469c3ade4dc4373c5b094b69d704a6</div>
                                                    
                                                </div>
                                            
                                                <div class="modal-node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/en/media-centrum/" target="_blank" rel="noopener">https://vlada.gov.cz/en/media-centrum/</a> (2 nodes)</div>
                                                    
                                                        <div class="node-selector">Selector: img[alt=&quot;Visegrad Group&quot;]</div>
                                                        <div class="node-html">&lt;img src=&quot;/assets/media-centrum/neprehlednete/v4.jpg&quot; alt=&quot;Visegrad Group&quot; width=&quot;188&quot; height=&quot;106&quot;&gt;</div>
                                                        <div class="node-unique">Unique: 32c64acebcc731e9aa80897a29b24159</div>
                                                    
                                                        <div class="node-selector">Selector: img[alt=&quot;National Convention&quot;]</div>
                                                        <div class="node-html">&lt;img src=&quot;/assets/media-centrum/neprehlednete/national-convention_188.jpg&quot; alt=&quot;National Convention&quot; width=&quot;188&quot; height=&quot;56&quot;&gt;</div>
                                                        <div class="node-unique">Unique: eec5f9553c68fc189589a73834ddee75</div>
                                                    
                                                </div>
                                            
                                                <div class="modal-node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/en/vlada/clenove-vlady/karel-havlicek-224123/" target="_blank" rel="noopener">https://vlada.gov.cz/en/vlada/clenove-vlady/karel-havlicek-224123/</a> (2 nodes)</div>
                                                    
                                                        <div class="node-selector">Selector: img[alt=&quot;Visegrad Group&quot;]</div>
                                                        <div class="node-html">&lt;img src=&quot;/assets/media-centrum/neprehlednete/v4.jpg&quot; alt=&quot;Visegrad Group&quot; width=&quot;188&quot; height=&quot;106&quot;&gt;</div>
                                                        <div class="node-unique">Unique: 2b3cdc807703723c5f6ebd9ce4ce30c4</div>
                                                    
                                                        <div class="node-selector">Selector: img[alt=&quot;National Convention&quot;]</div>
                                                        <div class="node-html">&lt;img src=&quot;/assets/media-centrum/neprehlednete/national-convention_188.jpg&quot; alt=&quot;National Convention&quot; width=&quot;188&quot; height=&quot;56&quot;&gt;</div>
                                                        <div class="node-unique">Unique: 97e18ac7c3d73e0af32bc1c7e90dd29d</div>
                                                    
                                                </div>
                                            
                                                <div class="modal-node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/en/vlada/clenove-vlady/zuzana-mrazova-224132/" target="_blank" rel="noopener">https://vlada.gov.cz/en/vlada/clenove-vlady/zuzana-mrazova-224132/</a> (2 nodes)</div>
                                                    
                                                        <div class="node-selector">Selector: img[alt=&quot;Visegrad Group&quot;]</div>
                                                        <div class="node-html">&lt;img src=&quot;/assets/media-centrum/neprehlednete/v4.jpg&quot; alt=&quot;Visegrad Group&quot; width=&quot;188&quot; height=&quot;106&quot;&gt;</div>
                                                        <div class="node-unique">Unique: 14000e8748bd0270e4763dddd7cfe817</div>
                                                    
                                                        <div class="node-selector">Selector: img[alt=&quot;National Convention&quot;]</div>
                                                        <div class="node-html">&lt;img src=&quot;/assets/media-centrum/neprehlednete/national-convention_188.jpg&quot; alt=&quot;National Convention&quot; width=&quot;188&quot; height=&quot;56&quot;&gt;</div>
                                                        <div class="node-unique">Unique: afd91092f03b6733dbea5270142d5e4a</div>
                                                    
                                                </div>
                                            
                                                <div class="modal-node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/en/vlada/clenove-vlady/jeronym-tejc-224135/" target="_blank" rel="noopener">https://vlada.gov.cz/en/vlada/clenove-vlady/jeronym-tejc-224135/</a> (2 nodes)</div>
                                                    
                                                        <div class="node-selector">Selector: img[alt=&quot;Visegrad Group&quot;]</div>
                                                        <div class="node-html">&lt;img src=&quot;/assets/media-centrum/neprehlednete/v4.jpg&quot; alt=&quot;Visegrad Group&quot; width=&quot;188&quot; height=&quot;106&quot;&gt;</div>
                                                        <div class="node-unique">Unique: 42c283b3ca4d14e9bfc7bad762531c88</div>
                                                    
                                                        <div class="node-selector">Selector: img[alt=&quot;National Convention&quot;]</div>
                                                        <div class="node-html">&lt;img src=&quot;/assets/media-centrum/neprehlednete/national-convention_188.jpg&quot; alt=&quot;National Convention&quot; width=&quot;188&quot; height=&quot;56&quot;&gt;</div>
                                                        <div class="node-unique">Unique: f6b416ab556727f511cd24ca873d3e37</div>
                                                    
                                                </div>
                                            
                                                <div class="modal-node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/en/vlada/clenove-vlady/oto-klempir-224125/" target="_blank" rel="noopener">https://vlada.gov.cz/en/vlada/clenove-vlady/oto-klempir-224125/</a> (2 nodes)</div>
                                                    
                                                        <div class="node-selector">Selector: img[alt=&quot;Visegrad Group&quot;]</div>
                                                        <div class="node-html">&lt;img src=&quot;/assets/media-centrum/neprehlednete/v4.jpg&quot; alt=&quot;Visegrad Group&quot; width=&quot;188&quot; height=&quot;106&quot;&gt;</div>
                                                        <div class="node-unique">Unique: 03cb2a25434ebceb39a4cada31fee1eb</div>
                                                    
                                                        <div class="node-selector">Selector: img[alt=&quot;National Convention&quot;]</div>
                                                        <div class="node-html">&lt;img src=&quot;/assets/media-centrum/neprehlednete/national-convention_188.jpg&quot; alt=&quot;National Convention&quot; width=&quot;188&quot; height=&quot;56&quot;&gt;</div>
                                                        <div class="node-unique">Unique: ac77481135acd175f7a6eeba00543377</div>
                                                    
                                                </div>
                                            
                                                <div class="modal-node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/en/jednani-vlady/programove-prohlaseni/programove-prohlaseni-vlady-193547/" target="_blank" rel="noopener">https://vlada.gov.cz/en/jednani-vlady/programove-prohlaseni/programove-prohlaseni-vlady-193547/</a> (4 nodes)</div>
                                                    
                                                        <div class="node-selector">Selector: img[width=&quot;240&quot;]</div>
                                                        <div class="node-html">&lt;img src=&quot;/assets/media-centrum/neprehlednete/banner-ministr-pro-sport.png&quot; alt=&quot;Boris Šťastný – ministr pro sport, prevenci a zdraví&quot; width=&quot;240&quot; height=&quot;160&quot;&gt;</div>
                                                        <div class="node-unique">Unique: 8700a6afb5960893f46b4b6a3a8d7db1</div>
                                                    
                                                        <div class="node-selector">Selector: img[width=&quot;584&quot;]</div>
                                                        <div class="node-html">&lt;img src=&quot;/assets/media-centrum/neprehlednete/hospodarska-strategie.jpg&quot; alt=&quot;Hospodářská strategie Česko: Země pro budoucnost 2.0&quot; width=&quot;584&quot; height=&quot;334&quot;&gt;</div>
                                                        <div class="node-unique">Unique: 90fa7030183bd2c8ea4f67409361d69a</div>
                                                    
                                                        <div class="node-selector">Selector: img[width=&quot;1920&quot;]</div>
                                                        <div class="node-html">&lt;img src=&quot;/assets/media-centrum/neprehlednete/Kopie-navrhu-banner-web-dod.png&quot; alt=&quot;Dny otevřených dveří objektů Úřadu vlády v roce 2026&quot; width=&quot;1920&quot; height=&quot;1080&quot;&gt;</div>
                                                        <div class="node-unique">Unique: efdcecceb3dede4bf04858142564c84a</div>
                                                    
                                                        <div class="node-selector">Selector: img[width=&quot;188&quot;]</div>
                                                        <div class="node-html">&lt;img src=&quot;/assets/media-centrum/neprehlednete/banner-urad-vlady-188x106_2.jpg&quot; alt=&quot;nasiukrajinci.cz - web koordinující nabídky i žádosti o pomoc pro Ukrajinu&quot; width=&quot;188&quot; height=&quot;105&quot;&gt;</div>
                                                        <div class="node-unique">Unique: c99647efac9c13347fc689da3774959f</div>
                                                    
                                                </div>
                                            
                                                <div class="modal-node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/cz/clenove-vlady/historie-minulych-vlad/historie-18014/" target="_blank" rel="noopener">https://vlada.gov.cz/cz/clenove-vlady/historie-minulych-vlad/historie-18014/</a> (4 nodes)</div>
                                                    
                                                        <div class="node-selector">Selector: img[width=&quot;240&quot;]</div>
                                                        <div class="node-html">&lt;img src=&quot;/assets/media-centrum/neprehlednete/banner-ministr-pro-sport.png&quot; alt=&quot;Boris Šťastný – ministr pro sport, prevenci a zdraví&quot; width=&quot;240&quot; height=&quot;160&quot;&gt;</div>
                                                        <div class="node-unique">Unique: f8acac719d99aff158c25e1748d06725</div>
                                                    
                                                        <div class="node-selector">Selector: img[width=&quot;584&quot;]</div>
                                                        <div class="node-html">&lt;img src=&quot;/assets/media-centrum/neprehlednete/hospodarska-strategie.jpg&quot; alt=&quot;Hospodářská strategie Česko: Země pro budoucnost 2.0&quot; width=&quot;584&quot; height=&quot;334&quot;&gt;</div>
                                                        <div class="node-unique">Unique: bcda8199fb1599f53e279fc69737b065</div>
                                                    
                                                        <div class="node-selector">Selector: img[width=&quot;1920&quot;]</div>
                                                        <div class="node-html">&lt;img src=&quot;/assets/media-centrum/neprehlednete/Kopie-navrhu-banner-web-dod.png&quot; alt=&quot;Dny otevřených dveří objektů Úřadu vlády v roce 2026&quot; width=&quot;1920&quot; height=&quot;1080&quot;&gt;</div>
                                                        <div class="node-unique">Unique: 1eb32617030b299f3c7d45c861fb5395</div>
                                                    
                                                        <div class="node-selector">Selector: img[width=&quot;188&quot;]</div>
                                                        <div class="node-html">&lt;img src=&quot;/assets/media-centrum/neprehlednete/banner-urad-vlady-188x106_2.jpg&quot; alt=&quot;nasiukrajinci.cz - web koordinující nabídky i žádosti o pomoc pro Ukrajinu&quot; width=&quot;188&quot; height=&quot;105&quot;&gt;</div>
                                                        <div class="node-unique">Unique: dba2f82f6751e20d4504083e454e0141</div>
                                                    
                                                </div>
                                            
                                                <div class="modal-node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/cz/clenove-vlady/postaveni-vlady/postaveni-vlady---ustava-15263/" target="_blank" rel="noopener">https://vlada.gov.cz/cz/clenove-vlady/postaveni-vlady/postaveni-vlady---ustava-15263/</a> (4 nodes)</div>
                                                    
                                                        <div class="node-selector">Selector: img[width=&quot;240&quot;]</div>
                                                        <div class="node-html">&lt;img src=&quot;/assets/media-centrum/neprehlednete/banner-ministr-pro-sport.png&quot; alt=&quot;Boris Šťastný – ministr pro sport, prevenci a zdraví&quot; width=&quot;240&quot; height=&quot;160&quot;&gt;</div>
                                                        <div class="node-unique">Unique: 38acd3c0fb0dcbc27b1fb139bb3868d0</div>
                                                    
                                                        <div class="node-selector">Selector: img[width=&quot;584&quot;]</div>
                                                        <div class="node-html">&lt;img src=&quot;/assets/media-centrum/neprehlednete/hospodarska-strategie.jpg&quot; alt=&quot;Hospodářská strategie Česko: Země pro budoucnost 2.0&quot; width=&quot;584&quot; height=&quot;334&quot;&gt;</div>
                                                        <div class="node-unique">Unique: 7586fe4b17c3a74553d94fa34682aab1</div>
                                                    
                                                        <div class="node-selector">Selector: img[width=&quot;1920&quot;]</div>
                                                        <div class="node-html">&lt;img src=&quot;/assets/media-centrum/neprehlednete/Kopie-navrhu-banner-web-dod.png&quot; alt=&quot;Dny otevřených dveří objektů Úřadu vlády v roce 2026&quot; width=&quot;1920&quot; height=&quot;1080&quot;&gt;</div>
                                                        <div class="node-unique">Unique: 451d837a12b96469ad5c074ee07430c5</div>
                                                    
                                                        <div class="node-selector">Selector: img[width=&quot;188&quot;]</div>
                                                        <div class="node-html">&lt;img src=&quot;/assets/media-centrum/neprehlednete/banner-urad-vlady-188x106_2.jpg&quot; alt=&quot;nasiukrajinci.cz - web koordinující nabídky i žádosti o pomoc pro Ukrajinu&quot; width=&quot;188&quot; height=&quot;105&quot;&gt;</div>
                                                        <div class="node-unique">Unique: 2536f1e67e42e4f059a8f739e0ea7939</div>
                                                    
                                                </div>
                                            
                                                <div class="modal-node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/scripts/detail.php?pgid=1287" target="_blank" rel="noopener">https://vlada.gov.cz/scripts/detail.php?pgid=1287</a> (4 nodes)</div>
                                                    
                                                        <div class="node-selector">Selector: img[width=&quot;240&quot;]</div>
                                                        <div class="node-html">&lt;img src=&quot;/assets/media-centrum/neprehlednete/banner-ministr-pro-sport.png&quot; alt=&quot;Boris Šťastný – ministr pro sport, prevenci a zdraví&quot; width=&quot;240&quot; height=&quot;160&quot;&gt;</div>
                                                        <div class="node-unique">Unique: 21394ad5079dfd6a1c35a31c5e5d356f</div>
                                                    
                                                        <div class="node-selector">Selector: img[height=&quot;334&quot;]</div>
                                                        <div class="node-html">&lt;img src=&quot;/assets/media-centrum/neprehlednete/hospodarska-strategie.jpg&quot; alt=&quot;Hospodářská strategie Česko: Země pro budoucnost 2.0&quot; width=&quot;584&quot; height=&quot;334&quot;&gt;</div>
                                                        <div class="node-unique">Unique: 4a40103773bf8078dd7abe4207fb9ea4</div>
                                                    
                                                        <div class="node-selector">Selector: img[width=&quot;1920&quot;]</div>
                                                        <div class="node-html">&lt;img src=&quot;/assets/media-centrum/neprehlednete/Kopie-navrhu-banner-web-dod.png&quot; alt=&quot;Dny otevřených dveří objektů Úřadu vlády v roce 2026&quot; width=&quot;1920&quot; height=&quot;1080&quot;&gt;</div>
                                                        <div class="node-unique">Unique: f3b1f66ae0a1927ae5199d1fe9ef42b0</div>
                                                    
                                                        <div class="node-selector">Selector: img[width=&quot;188&quot;]</div>
                                                        <div class="node-html">&lt;img src=&quot;/assets/media-centrum/neprehlednete/banner-urad-vlady-188x106_2.jpg&quot; alt=&quot;nasiukrajinci.cz - web koordinující nabídky i žádosti o pomoc pro Ukrajinu&quot; width=&quot;188&quot; height=&quot;105&quot;&gt;</div>
                                                        <div class="node-unique">Unique: 53597a248a149af29b0d80e0697533fc</div>
                                                    
                                                </div>
                                            
                                                <div class="modal-node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/scripts/detail.php?pgid=1304" target="_blank" rel="noopener">https://vlada.gov.cz/scripts/detail.php?pgid=1304</a> (4 nodes)</div>
                                                    
                                                        <div class="node-selector">Selector: img[width=&quot;240&quot;]</div>
                                                        <div class="node-html">&lt;img src=&quot;/assets/media-centrum/neprehlednete/banner-ministr-pro-sport.png&quot; alt=&quot;Boris Šťastný – ministr pro sport, prevenci a zdraví&quot; width=&quot;240&quot; height=&quot;160&quot;&gt;</div>
                                                        <div class="node-unique">Unique: e2f6ee0beaa7dd15595e2c8d3469a90d</div>
                                                    
                                                        <div class="node-selector">Selector: img[width=&quot;584&quot;]</div>
                                                        <div class="node-html">&lt;img src=&quot;/assets/media-centrum/neprehlednete/hospodarska-strategie.jpg&quot; alt=&quot;Hospodářská strategie Česko: Země pro budoucnost 2.0&quot; width=&quot;584&quot; height=&quot;334&quot;&gt;</div>
                                                        <div class="node-unique">Unique: b8644a6bbdcad6769edef8ca4feb1473</div>
                                                    
                                                        <div class="node-selector">Selector: img[width=&quot;1920&quot;]</div>
                                                        <div class="node-html">&lt;img src=&quot;/assets/media-centrum/neprehlednete/Kopie-navrhu-banner-web-dod.png&quot; alt=&quot;Dny otevřených dveří objektů Úřadu vlády v roce 2026&quot; width=&quot;1920&quot; height=&quot;1080&quot;&gt;</div>
                                                        <div class="node-unique">Unique: d6b3d03a936d92a1eed1c76c87c151be</div>
                                                    
                                                        <div class="node-selector">Selector: img[width=&quot;188&quot;]</div>
                                                        <div class="node-html">&lt;img src=&quot;/assets/media-centrum/neprehlednete/banner-urad-vlady-188x106_2.jpg&quot; alt=&quot;nasiukrajinci.cz - web koordinující nabídky i žádosti o pomoc pro Ukrajinu&quot; width=&quot;188&quot; height=&quot;105&quot;&gt;</div>
                                                        <div class="node-unique">Unique: 4450bb6a2a78183b35e16786316cad6d</div>
                                                    
                                                </div>
                                            
                                                <div class="modal-node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/en/clenove-vlady/jednani-vlady/" target="_blank" rel="noopener">https://vlada.gov.cz/en/clenove-vlady/jednani-vlady/</a> (2 nodes)</div>
                                                    
                                                        <div class="node-selector">Selector: img[alt=&quot;Visegrad Group&quot;]</div>
                                                        <div class="node-html">&lt;img src=&quot;/assets/media-centrum/neprehlednete/v4.jpg&quot; alt=&quot;Visegrad Group&quot; width=&quot;188&quot; height=&quot;106&quot;&gt;</div>
                                                        <div class="node-unique">Unique: ef96396d1c4106b6c7785e9a0cea7aff</div>
                                                    
                                                        <div class="node-selector">Selector: img[alt=&quot;National Convention&quot;]</div>
                                                        <div class="node-html">&lt;img src=&quot;/assets/media-centrum/neprehlednete/national-convention_188.jpg&quot; srcset=&quot;/assets/media-centrum/neprehlednete/national-convention_188.jpg 1x, /assets/media-centrum/neprehlednete/national-convention_188.jpg 1.5x&quot; width=&quot;562&quot; height=&quot;374&quot; alt=&quot;National Convention&quot;&gt;</div>
                                                        <div class="node-unique">Unique: a090312275076790a4cfeea9c0679f49</div>
                                                    
                                                </div>
                                            
                                                <div class="modal-node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/cz/urad-vlady/poskytovani-informaci/uvodinf-15135/" target="_blank" rel="noopener">https://vlada.gov.cz/cz/urad-vlady/poskytovani-informaci/uvodinf-15135/</a> (4 nodes)</div>
                                                    
                                                        <div class="node-selector">Selector: img[width=&quot;240&quot;]</div>
                                                        <div class="node-html">&lt;img src=&quot;/assets/media-centrum/neprehlednete/banner-ministr-pro-sport.png&quot; alt=&quot;Boris Šťastný – ministr pro sport, prevenci a zdraví&quot; width=&quot;240&quot; height=&quot;160&quot;&gt;</div>
                                                        <div class="node-unique">Unique: 4b0faa600d84d01cfa6e5ff015756089</div>
                                                    
                                                        <div class="node-selector">Selector: img[width=&quot;584&quot;]</div>
                                                        <div class="node-html">&lt;img src=&quot;/assets/media-centrum/neprehlednete/hospodarska-strategie.jpg&quot; alt=&quot;Hospodářská strategie Česko: Země pro budoucnost 2.0&quot; width=&quot;584&quot; height=&quot;334&quot;&gt;</div>
                                                        <div class="node-unique">Unique: 8d833d2b64a056653a219766c05ba676</div>
                                                    
                                                        <div class="node-selector">Selector: img[width=&quot;1920&quot;]</div>
                                                        <div class="node-html">&lt;img src=&quot;/assets/media-centrum/neprehlednete/Kopie-navrhu-banner-web-dod.png&quot; alt=&quot;Dny otevřených dveří objektů Úřadu vlády v roce 2026&quot; width=&quot;1920&quot; height=&quot;1080&quot;&gt;</div>
                                                        <div class="node-unique">Unique: da0b486bc5fa0d5120cff94428c11204</div>
                                                    
                                                        <div class="node-selector">Selector: img[width=&quot;188&quot;]</div>
                                                        <div class="node-html">&lt;img src=&quot;/assets/media-centrum/neprehlednete/banner-urad-vlady-188x106_2.jpg&quot; alt=&quot;nasiukrajinci.cz - web koordinující nabídky i žádosti o pomoc pro Ukrajinu&quot; width=&quot;188&quot; height=&quot;105&quot;&gt;</div>
                                                        <div class="node-unique">Unique: d196275634f57053128ab3bdd28292a5</div>
                                                    
                                                </div>
                                            
                                                <div class="modal-node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/en/urad-vlady/rss/the-rss-channel-of-the-office-of-the-government-of-the-czech-republic-22552/" target="_blank" rel="noopener">https://vlada.gov.cz/en/urad-vlady/rss/the-rss-channel-of-the-office-of-the-government-of-the-czech-republic-22552/</a> (2 nodes)</div>
                                                    
                                                        <div class="node-selector">Selector: img[alt=&quot;Visegrad Group&quot;]</div>
                                                        <div class="node-html">&lt;img src=&quot;/assets/media-centrum/neprehlednete/v4.jpg&quot; alt=&quot;Visegrad Group&quot; width=&quot;188&quot; height=&quot;106&quot;&gt;</div>
                                                        <div class="node-unique">Unique: 91dfe161802f8893bd8dc16e9239ad95</div>
                                                    
                                                        <div class="node-selector">Selector: img[alt=&quot;National Convention&quot;]</div>
                                                        <div class="node-html">&lt;img src=&quot;/assets/media-centrum/neprehlednete/national-convention_188.jpg&quot; alt=&quot;National Convention&quot; width=&quot;188&quot; height=&quot;56&quot;&gt;</div>
                                                        <div class="node-unique">Unique: b4892ee28d26231b96a887a951de3310</div>
                                                    
                                                </div>
                                            
                                                <div class="modal-node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/en/mapa.htm" target="_blank" rel="noopener">https://vlada.gov.cz/en/mapa.htm</a> (2 nodes)</div>
                                                    
                                                        <div class="node-selector">Selector: img[alt=&quot;Visegrad Group&quot;]</div>
                                                        <div class="node-html">&lt;img src=&quot;/assets/media-centrum/neprehlednete/v4.jpg&quot; alt=&quot;Visegrad Group&quot; width=&quot;188&quot; height=&quot;106&quot;&gt;</div>
                                                        <div class="node-unique">Unique: 7f799dce90a2d2d33c0772a234e8d1ab</div>
                                                    
                                                        <div class="node-selector">Selector: img[alt=&quot;National Convention&quot;]</div>
                                                        <div class="node-html">&lt;img src=&quot;/assets/media-centrum/neprehlednete/national-convention_188.jpg&quot; alt=&quot;National Convention&quot; width=&quot;188&quot; height=&quot;56&quot;&gt;</div>
                                                        <div class="node-unique">Unique: fce42277dfce9c657b502f9f400dd9ae</div>
                                                    
                                                </div>
                                            
                                                <div class="modal-node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/scripts/detail.php?pgid=1315" target="_blank" rel="noopener">https://vlada.gov.cz/scripts/detail.php?pgid=1315</a> (2 nodes)</div>
                                                    
                                                        <div class="node-selector">Selector: img[alt=&quot;Visegrad Group&quot;]</div>
                                                        <div class="node-html">&lt;img src=&quot;/assets/media-centrum/neprehlednete/v4.jpg&quot; alt=&quot;Visegrad Group&quot; width=&quot;188&quot; height=&quot;106&quot;&gt;</div>
                                                        <div class="node-unique">Unique: 6b981219ce3d4f8a8534900b3fb24fa5</div>
                                                    
                                                        <div class="node-selector">Selector: img[alt=&quot;National Convention&quot;]</div>
                                                        <div class="node-html">&lt;img src=&quot;/assets/media-centrum/neprehlednete/national-convention_188.jpg&quot; alt=&quot;National Convention&quot; width=&quot;188&quot; height=&quot;56&quot;&gt;</div>
                                                        <div class="node-unique">Unique: b7d2e77a6d014a8b246becc21230ff23</div>
                                                    
                                                </div>
                                            
                                                <div class="modal-node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/en/media-centrum/dulezite-dokumenty/" target="_blank" rel="noopener">https://vlada.gov.cz/en/media-centrum/dulezite-dokumenty/</a> (2 nodes)</div>
                                                    
                                                        <div class="node-selector">Selector: img[alt=&quot;Visegrad Group&quot;]</div>
                                                        <div class="node-html">&lt;img src=&quot;/assets/media-centrum/neprehlednete/v4.jpg&quot; alt=&quot;Visegrad Group&quot; width=&quot;188&quot; height=&quot;106&quot;&gt;</div>
                                                        <div class="node-unique">Unique: 8045d7700e186c6db895a1eae05f2eff</div>
                                                    
                                                        <div class="node-selector">Selector: img[alt=&quot;National Convention&quot;]</div>
                                                        <div class="node-html">&lt;img src=&quot;/assets/media-centrum/neprehlednete/national-convention_188.jpg&quot; alt=&quot;National Convention&quot; width=&quot;188&quot; height=&quot;56&quot;&gt;</div>
                                                        <div class="node-unique">Unique: f5557cfae6eb754782936f94d9696b2b</div>
                                                    
                                                </div>
                                            
                                                <div class="modal-node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/en/urad-vlady/vedouci-uradu-vlady/-head-of-the-office-of-the-government-of-the-czech-republic--97126/" target="_blank" rel="noopener">https://vlada.gov.cz/en/urad-vlady/vedouci-uradu-vlady/-head-of-the-office-of-the-government-of-the-czech-republic--97126/</a> (2 nodes)</div>
                                                    
                                                        <div class="node-selector">Selector: img[alt=&quot;Visegrad Group&quot;]</div>
                                                        <div class="node-html">&lt;img src=&quot;/assets/media-centrum/neprehlednete/v4.jpg&quot; alt=&quot;Visegrad Group&quot; width=&quot;188&quot; height=&quot;106&quot;&gt;</div>
                                                        <div class="node-unique">Unique: 81fcd89cbdc8e31fc2a1955d90fa04df</div>
                                                    
                                                        <div class="node-selector">Selector: img[alt=&quot;National Convention&quot;]</div>
                                                        <div class="node-html">&lt;img src=&quot;/assets/media-centrum/neprehlednete/national-convention_188.jpg&quot; alt=&quot;National Convention&quot; width=&quot;188&quot; height=&quot;56&quot;&gt;</div>
                                                        <div class="node-unique">Unique: d8e9e12b5cf066f3c07a12d02091206b</div>
                                                    
                                                </div>
                                            
                                                <div class="modal-node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/scripts/detail.php?pgid=1528" target="_blank" rel="noopener">https://vlada.gov.cz/scripts/detail.php?pgid=1528</a> (2 nodes)</div>
                                                    
                                                        <div class="node-selector">Selector: img[alt=&quot;Visegrad Group&quot;]</div>
                                                        <div class="node-html">&lt;img src=&quot;/assets/media-centrum/neprehlednete/v4.jpg&quot; alt=&quot;Visegrad Group&quot; width=&quot;188&quot; height=&quot;106&quot;&gt;</div>
                                                        <div class="node-unique">Unique: 54b33efa7bde176c6a759841e3b527d0</div>
                                                    
                                                        <div class="node-selector">Selector: img[alt=&quot;National Convention&quot;]</div>
                                                        <div class="node-html">&lt;img src=&quot;/assets/media-centrum/neprehlednete/national-convention_188.jpg&quot; alt=&quot;National Convention&quot; width=&quot;188&quot; height=&quot;56&quot;&gt;</div>
                                                        <div class="node-unique">Unique: 177694191308d210fbba650f6a7eebf3</div>
                                                    
                                                </div>
                                            
                                                <div class="modal-node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/en/urad-vlady/vydavatelstvi/publishing-house-of-the-office-of-the-government-of-the-czech-republic--59232/" target="_blank" rel="noopener">https://vlada.gov.cz/en/urad-vlady/vydavatelstvi/publishing-house-of-the-office-of-the-government-of-the-czech-republic--59232/</a> (2 nodes)</div>
                                                    
                                                        <div class="node-selector">Selector: img[alt=&quot;Visegrad Group&quot;]</div>
                                                        <div class="node-html">&lt;img src=&quot;/assets/media-centrum/neprehlednete/v4.jpg&quot; alt=&quot;Visegrad Group&quot; width=&quot;188&quot; height=&quot;106&quot;&gt;</div>
                                                        <div class="node-unique">Unique: 546c46880c3f6d80b61c528a6c45fdf4</div>
                                                    
                                                        <div class="node-selector">Selector: img[alt=&quot;National Convention&quot;]</div>
                                                        <div class="node-html">&lt;img src=&quot;/assets/media-centrum/neprehlednete/national-convention_188.jpg&quot; alt=&quot;National Convention&quot; width=&quot;188&quot; height=&quot;56&quot;&gt;</div>
                                                        <div class="node-unique">Unique: fe8652bd75878da276b2e0195e604d2b</div>
                                                    
                                                </div>
                                            
                                                <div class="modal-node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/en/clenove-vlady/postaveni-vlady/postaveni-vlady---ustava-en-17083/" target="_blank" rel="noopener">https://vlada.gov.cz/en/clenove-vlady/postaveni-vlady/postaveni-vlady---ustava-en-17083/</a> (2 nodes)</div>
                                                    
                                                        <div class="node-selector">Selector: img[alt=&quot;Visegrad Group&quot;]</div>
                                                        <div class="node-html">&lt;img src=&quot;/assets/media-centrum/neprehlednete/v4.jpg&quot; alt=&quot;Visegrad Group&quot; width=&quot;188&quot; height=&quot;106&quot;&gt;</div>
                                                        <div class="node-unique">Unique: ffe3d36511c416f37b43024bcbd3f164</div>
                                                    
                                                        <div class="node-selector">Selector: img[alt=&quot;National Convention&quot;]</div>
                                                        <div class="node-html">&lt;img src=&quot;/assets/media-centrum/neprehlednete/national-convention_188.jpg&quot; alt=&quot;National Convention&quot; width=&quot;188&quot; height=&quot;56&quot;&gt;</div>
                                                        <div class="node-unique">Unique: 3a0d8b9e22b5599baaadba3d394024b9</div>
                                                    
                                                </div>
                                            
                                                <div class="modal-node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/en/clenove-vlady/premier/" target="_blank" rel="noopener">https://vlada.gov.cz/en/clenove-vlady/premier/</a> (2 nodes)</div>
                                                    
                                                        <div class="node-selector">Selector: img[alt=&quot;Visegrad Group&quot;]</div>
                                                        <div class="node-html">&lt;img src=&quot;/assets/media-centrum/neprehlednete/v4.jpg&quot; alt=&quot;Visegrad Group&quot; width=&quot;188&quot; height=&quot;106&quot;&gt;</div>
                                                        <div class="node-unique">Unique: ec1ffd29c22081fbf0e490f97bfa8136</div>
                                                    
                                                        <div class="node-selector">Selector: img[alt=&quot;National Convention&quot;]</div>
                                                        <div class="node-html">&lt;img src=&quot;/assets/media-centrum/neprehlednete/national-convention_188.jpg&quot; alt=&quot;National Convention&quot; width=&quot;188&quot; height=&quot;56&quot;&gt;</div>
                                                        <div class="node-unique">Unique: 769c9524b9e2159ed9329a9764ca8274</div>
                                                    
                                                </div>
                                            
                                                <div class="modal-node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/en/ppov/lrv/uvod-en-24877/" target="_blank" rel="noopener">https://vlada.gov.cz/en/ppov/lrv/uvod-en-24877/</a> (2 nodes)</div>
                                                    
                                                        <div class="node-selector">Selector: img[alt=&quot;Visegrad Group&quot;]</div>
                                                        <div class="node-html">&lt;img src=&quot;/assets/media-centrum/neprehlednete/v4.jpg&quot; alt=&quot;Visegrad Group&quot; width=&quot;188&quot; height=&quot;106&quot;&gt;</div>
                                                        <div class="node-unique">Unique: f83a717cb5cbdbe0ba1544b53d63bc5f</div>
                                                    
                                                        <div class="node-selector">Selector: img[alt=&quot;National Convention&quot;]</div>
                                                        <div class="node-html">&lt;img src=&quot;/assets/media-centrum/neprehlednete/national-convention_188.jpg&quot; alt=&quot;National Convention&quot; width=&quot;188&quot; height=&quot;56&quot;&gt;</div>
                                                        <div class="node-unique">Unique: 5c9bcf9de0a6b772799e44bbcef8d438</div>
                                                    
                                                </div>
                                            
                                                <div class="modal-node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/scripts/detail.php?pgid=1514" target="_blank" rel="noopener">https://vlada.gov.cz/scripts/detail.php?pgid=1514</a> (2 nodes)</div>
                                                    
                                                        <div class="node-selector">Selector: img[alt=&quot;Visegrad Group&quot;]</div>
                                                        <div class="node-html">&lt;img src=&quot;/assets/media-centrum/neprehlednete/v4.jpg&quot; alt=&quot;Visegrad Group&quot; width=&quot;188&quot; height=&quot;106&quot;&gt;</div>
                                                        <div class="node-unique">Unique: d6b270ad93def713ecbc526c6374f96d</div>
                                                    
                                                        <div class="node-selector">Selector: img[alt=&quot;National Convention&quot;]</div>
                                                        <div class="node-html">&lt;img src=&quot;/assets/media-centrum/neprehlednete/national-convention_188.jpg&quot; alt=&quot;National Convention&quot; width=&quot;188&quot; height=&quot;56&quot;&gt;</div>
                                                        <div class="node-unique">Unique: a02157f525ae6a77aebc1b9e5b20c4a3</div>
                                                    
                                                </div>
                                            
                                                <div class="modal-node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/en/evropske-zalezitosti/predsednictvi-cr-v-rade-eu/presidency-to-the-eu-23295/" target="_blank" rel="noopener">https://vlada.gov.cz/en/evropske-zalezitosti/predsednictvi-cr-v-rade-eu/presidency-to-the-eu-23295/</a> (2 nodes)</div>
                                                    
                                                        <div class="node-selector">Selector: img[alt=&quot;Visegrad Group&quot;]</div>
                                                        <div class="node-html">&lt;img src=&quot;/assets/media-centrum/neprehlednete/v4.jpg&quot; alt=&quot;Visegrad Group&quot; width=&quot;188&quot; height=&quot;106&quot;&gt;</div>
                                                        <div class="node-unique">Unique: 1d1748a5025ceec063a6abc7bfcacb47</div>
                                                    
                                                        <div class="node-selector">Selector: img[alt=&quot;National Convention&quot;]</div>
                                                        <div class="node-html">&lt;img src=&quot;/assets/media-centrum/neprehlednete/national-convention_188.jpg&quot; alt=&quot;National Convention&quot; width=&quot;188&quot; height=&quot;56&quot;&gt;</div>
                                                        <div class="node-unique">Unique: 53d659ff673a86b7e35f3af9d18ad7b7</div>
                                                    
                                                </div>
                                            
                                                <div class="modal-node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/en/evropske-zalezitosti/organizace-utvaru/organisational-structure-220936/" target="_blank" rel="noopener">https://vlada.gov.cz/en/evropske-zalezitosti/organizace-utvaru/organisational-structure-220936/</a> (2 nodes)</div>
                                                    
                                                        <div class="node-selector">Selector: img[alt=&quot;Visegrad Group&quot;]</div>
                                                        <div class="node-html">&lt;img src=&quot;/assets/media-centrum/neprehlednete/v4.jpg&quot; alt=&quot;Visegrad Group&quot; width=&quot;188&quot; height=&quot;106&quot;&gt;</div>
                                                        <div class="node-unique">Unique: 3de9c469daf5070aa205083ff619309e</div>
                                                    
                                                        <div class="node-selector">Selector: img[alt=&quot;National Convention&quot;]</div>
                                                        <div class="node-html">&lt;img src=&quot;/assets/media-centrum/neprehlednete/national-convention_188.jpg&quot; alt=&quot;National Convention&quot; width=&quot;188&quot; height=&quot;56&quot;&gt;</div>
                                                        <div class="node-unique">Unique: e4504afefb2d2b48ebfaa7ab0120ae93</div>
                                                    
                                                </div>
                                            
                                                <div class="modal-node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/en/evropske-zalezitosti/kontakty/contacts-21448/" target="_blank" rel="noopener">https://vlada.gov.cz/en/evropske-zalezitosti/kontakty/contacts-21448/</a> (2 nodes)</div>
                                                    
                                                        <div class="node-selector">Selector: img[alt=&quot;Visegrad Group&quot;]</div>
                                                        <div class="node-html">&lt;img src=&quot;/assets/media-centrum/neprehlednete/v4.jpg&quot; alt=&quot;Visegrad Group&quot; width=&quot;188&quot; height=&quot;106&quot;&gt;</div>
                                                        <div class="node-unique">Unique: 035128f23d8fdf7dd545767f76850512</div>
                                                    
                                                        <div class="node-selector">Selector: img[alt=&quot;National Convention&quot;]</div>
                                                        <div class="node-html">&lt;img src=&quot;/assets/media-centrum/neprehlednete/national-convention_188.jpg&quot; alt=&quot;National Convention&quot; width=&quot;188&quot; height=&quot;56&quot;&gt;</div>
                                                        <div class="node-unique">Unique: 234e92aa20f7260c3a994ba2a1931195</div>
                                                    
                                                </div>
                                            
                                                <div class="modal-node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/scripts/detail.php?pgid=1504" target="_blank" rel="noopener">https://vlada.gov.cz/scripts/detail.php?pgid=1504</a> (2 nodes)</div>
                                                    
                                                        <div class="node-selector">Selector: img[alt=&quot;Visegrad Group&quot;]</div>
                                                        <div class="node-html">&lt;img src=&quot;/assets/media-centrum/neprehlednete/v4.jpg&quot; alt=&quot;Visegrad Group&quot; width=&quot;188&quot; height=&quot;106&quot;&gt;</div>
                                                        <div class="node-unique">Unique: 21f4b51378403f9818c78f8f3cc0ebe0</div>
                                                    
                                                        <div class="node-selector">Selector: img[alt=&quot;National Convention&quot;]</div>
                                                        <div class="node-html">&lt;img src=&quot;/assets/media-centrum/neprehlednete/national-convention_188.jpg&quot; alt=&quot;National Convention&quot; width=&quot;188&quot; height=&quot;56&quot;&gt;</div>
                                                        <div class="node-unique">Unique: ed7cf5c846120dda2f50f25b9d83a881</div>
                                                    
                                                </div>
                                            
                                                <div class="modal-node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/en/ppov/zalezitosti-romske-komunity/the-council-for-roma-community-affairs--50634/" target="_blank" rel="noopener">https://vlada.gov.cz/en/ppov/zalezitosti-romske-komunity/the-council-for-roma-community-affairs--50634/</a> (2 nodes)</div>
                                                    
                                                        <div class="node-selector">Selector: img[alt=&quot;Visegrad Group&quot;]</div>
                                                        <div class="node-html">&lt;img src=&quot;/assets/media-centrum/neprehlednete/v4.jpg&quot; alt=&quot;Visegrad Group&quot; width=&quot;188&quot; height=&quot;106&quot;&gt;</div>
                                                        <div class="node-unique">Unique: fb3ff0fe16623b44da13a9b24f7df9e6</div>
                                                    
                                                        <div class="node-selector">Selector: img[alt=&quot;National Convention&quot;]</div>
                                                        <div class="node-html">&lt;img src=&quot;/assets/media-centrum/neprehlednete/national-convention_188.jpg&quot; alt=&quot;National Convention&quot; width=&quot;188&quot; height=&quot;56&quot;&gt;</div>
                                                        <div class="node-unique">Unique: 33a97883a7be863cdf1d0214cd78ec4f</div>
                                                    
                                                </div>
                                            
                                                <div class="modal-node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/en/ppov/rlp/government-council-for-human-rights-50632/" target="_blank" rel="noopener">https://vlada.gov.cz/en/ppov/rlp/government-council-for-human-rights-50632/</a> (2 nodes)</div>
                                                    
                                                        <div class="node-selector">Selector: img[alt=&quot;Visegrad Group&quot;]</div>
                                                        <div class="node-html">&lt;img src=&quot;/assets/media-centrum/neprehlednete/v4.jpg&quot; alt=&quot;Visegrad Group&quot; width=&quot;188&quot; height=&quot;106&quot;&gt;</div>
                                                        <div class="node-unique">Unique: 22dc16c1515c1d6aba1f59143eb644d7</div>
                                                    
                                                        <div class="node-selector">Selector: img[alt=&quot;National Convention&quot;]</div>
                                                        <div class="node-html">&lt;img src=&quot;/assets/media-centrum/neprehlednete/national-convention_188.jpg&quot; alt=&quot;National Convention&quot; width=&quot;188&quot; height=&quot;56&quot;&gt;</div>
                                                        <div class="node-unique">Unique: 0f9f752904509aa078b6372f012448f0</div>
                                                    
                                                </div>
                                            
                                                <div class="modal-node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/en/pracovni-a-poradni-organy-vlady/rnm/historie-a-soucasnost-rady-en-16666/" target="_blank" rel="noopener">https://vlada.gov.cz/en/pracovni-a-poradni-organy-vlady/rnm/historie-a-soucasnost-rady-en-16666/</a> (2 nodes)</div>
                                                    
                                                        <div class="node-selector">Selector: img[alt=&quot;Visegrad Group&quot;]</div>
                                                        <div class="node-html">&lt;img src=&quot;/assets/media-centrum/neprehlednete/v4.jpg&quot; alt=&quot;Visegrad Group&quot; width=&quot;188&quot; height=&quot;106&quot;&gt;</div>
                                                        <div class="node-unique">Unique: aee4b016b444b68cb3b1d288c110524e</div>
                                                    
                                                        <div class="node-selector">Selector: img[alt=&quot;National Convention&quot;]</div>
                                                        <div class="node-html">&lt;img src=&quot;/assets/media-centrum/neprehlednete/national-convention_188.jpg&quot; alt=&quot;National Convention&quot; width=&quot;188&quot; height=&quot;56&quot;&gt;</div>
                                                        <div class="node-unique">Unique: 4888ada403379d78425577f679140d8b</div>
                                                    
                                                </div>
                                            
                                                <div class="modal-node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/en/ppov/gcfge/government-council-for-gender-equality-185373/" target="_blank" rel="noopener">https://vlada.gov.cz/en/ppov/gcfge/government-council-for-gender-equality-185373/</a> (2 nodes)</div>
                                                    
                                                        <div class="node-selector">Selector: img[alt=&quot;Visegrad Group&quot;]</div>
                                                        <div class="node-html">&lt;img src=&quot;/assets/media-centrum/neprehlednete/v4.jpg&quot; alt=&quot;Visegrad Group&quot; width=&quot;188&quot; height=&quot;106&quot;&gt;</div>
                                                        <div class="node-unique">Unique: 17d7b9703bd923de7dac7989f5f1f78b</div>
                                                    
                                                        <div class="node-selector">Selector: img[alt=&quot;National Convention&quot;]</div>
                                                        <div class="node-html">&lt;img src=&quot;/assets/media-centrum/neprehlednete/national-convention_188.jpg&quot; alt=&quot;National Convention&quot; width=&quot;188&quot; height=&quot;56&quot;&gt;</div>
                                                        <div class="node-unique">Unique: e028b619db2c26627b0c63c7956a8113</div>
                                                    
                                                </div>
                                            
                                                <div class="modal-node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/en/ppov/government-committee-for-personnel-nominations-203614/" target="_blank" rel="noopener">https://vlada.gov.cz/en/ppov/government-committee-for-personnel-nominations-203614/</a> (2 nodes)</div>
                                                    
                                                        <div class="node-selector">Selector: img[alt=&quot;Visegrad Group&quot;]</div>
                                                        <div class="node-html">&lt;img src=&quot;/assets/media-centrum/neprehlednete/v4.jpg&quot; alt=&quot;Visegrad Group&quot; width=&quot;188&quot; height=&quot;106&quot;&gt;</div>
                                                        <div class="node-unique">Unique: 8a16c9741562ff1c09e645dd86c33408</div>
                                                    
                                                        <div class="node-selector">Selector: img[alt=&quot;National Convention&quot;]</div>
                                                        <div class="node-html">&lt;img src=&quot;/assets/media-centrum/neprehlednete/national-convention_188.jpg&quot; alt=&quot;National Convention&quot; width=&quot;188&quot; height=&quot;56&quot;&gt;</div>
                                                        <div class="node-unique">Unique: 6053a4a87022d5f7bc55044c60b742fe</div>
                                                    
                                                </div>
                                            
                                                <div class="modal-node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/en/ppov/protidrogova-politika/government-council-for-the-coordination-of-addiction-policy-196563/" target="_blank" rel="noopener">https://vlada.gov.cz/en/ppov/protidrogova-politika/government-council-for-the-coordination-of-addiction-policy-196563/</a> (2 nodes)</div>
                                                    
                                                        <div class="node-selector">Selector: img[alt=&quot;Visegrad Group&quot;]</div>
                                                        <div class="node-html">&lt;img src=&quot;/assets/media-centrum/neprehlednete/v4.jpg&quot; alt=&quot;Visegrad Group&quot; width=&quot;188&quot; height=&quot;106&quot;&gt;</div>
                                                        <div class="node-unique">Unique: f6e5468ca26e2175aeb63ce6db11ca37</div>
                                                    
                                                        <div class="node-selector">Selector: img[alt=&quot;National Convention&quot;]</div>
                                                        <div class="node-html">&lt;img src=&quot;/assets/media-centrum/neprehlednete/national-convention_188.jpg&quot; alt=&quot;National Convention&quot; width=&quot;188&quot; height=&quot;56&quot;&gt;</div>
                                                        <div class="node-unique">Unique: d70fd19cdd4aae7cbab9f6fe5a240fda</div>
                                                    
                                                </div>
                                            
                                                <div class="modal-node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/en/ppov/vvzpo/uvod-vvzpo-en-312/" target="_blank" rel="noopener">https://vlada.gov.cz/en/ppov/vvzpo/uvod-vvzpo-en-312/</a> (2 nodes)</div>
                                                    
                                                        <div class="node-selector">Selector: img[alt=&quot;Visegrad Group&quot;]</div>
                                                        <div class="node-html">&lt;img src=&quot;/assets/media-centrum/neprehlednete/v4.jpg&quot; alt=&quot;Visegrad Group&quot; width=&quot;188&quot; height=&quot;106&quot;&gt;</div>
                                                        <div class="node-unique">Unique: 11891352f962c28e503e7040d765db33</div>
                                                    
                                                        <div class="node-selector">Selector: img[alt=&quot;National Convention&quot;]</div>
                                                        <div class="node-html">&lt;img src=&quot;/assets/media-centrum/neprehlednete/national-convention_188.jpg&quot; alt=&quot;National Convention&quot; width=&quot;188&quot; height=&quot;56&quot;&gt;</div>
                                                        <div class="node-unique">Unique: 789d0887a21dd05e5dcf449476c93d17</div>
                                                    
                                                </div>
                                            
                                                <div class="modal-node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/en/pracovni-a-poradni-organy-vlady/vdk/vdk---uvod-en-17893/" target="_blank" rel="noopener">https://vlada.gov.cz/en/pracovni-a-poradni-organy-vlady/vdk/vdk---uvod-en-17893/</a> (2 nodes)</div>
                                                    
                                                        <div class="node-selector">Selector: img[alt=&quot;Visegrad Group&quot;]</div>
                                                        <div class="node-html">&lt;img src=&quot;/assets/media-centrum/neprehlednete/v4.jpg&quot; alt=&quot;Visegrad Group&quot; width=&quot;188&quot; height=&quot;106&quot;&gt;</div>
                                                        <div class="node-unique">Unique: f48891448bba530e5410a5dbab1d3863</div>
                                                    
                                                        <div class="node-selector">Selector: img[alt=&quot;National Convention&quot;]</div>
                                                        <div class="node-html">&lt;img src=&quot;/assets/media-centrum/neprehlednete/national-convention_188.jpg&quot; alt=&quot;National Convention&quot; width=&quot;188&quot; height=&quot;56&quot;&gt;</div>
                                                        <div class="node-unique">Unique: 0cc49ce0afe3c891b096ac0b1c8fb85d</div>
                                                    
                                                </div>
                                            
                                                <div class="modal-node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/en/ppov/national-economic-council-203485/" target="_blank" rel="noopener">https://vlada.gov.cz/en/ppov/national-economic-council-203485/</a> (2 nodes)</div>
                                                    
                                                        <div class="node-selector">Selector: img[alt=&quot;Visegrad Group&quot;]</div>
                                                        <div class="node-html">&lt;img src=&quot;/assets/media-centrum/neprehlednete/v4.jpg&quot; alt=&quot;Visegrad Group&quot; width=&quot;188&quot; height=&quot;106&quot;&gt;</div>
                                                        <div class="node-unique">Unique: 69aa5c293d9531d52f334dcebf74befd</div>
                                                    
                                                        <div class="node-selector">Selector: img[alt=&quot;National Convention&quot;]</div>
                                                        <div class="node-html">&lt;img src=&quot;/assets/media-centrum/neprehlednete/national-convention_188.jpg&quot; alt=&quot;National Convention&quot; width=&quot;188&quot; height=&quot;56&quot;&gt;</div>
                                                        <div class="node-unique">Unique: 285c88985d995bca651dee18363ccd40</div>
                                                    
                                                </div>
                                            
                                                <div class="modal-node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/en/ppov/government-council-for-information-society-203535/" target="_blank" rel="noopener">https://vlada.gov.cz/en/ppov/government-council-for-information-society-203535/</a> (2 nodes)</div>
                                                    
                                                        <div class="node-selector">Selector: img[alt=&quot;Visegrad Group&quot;]</div>
                                                        <div class="node-html">&lt;img src=&quot;/assets/media-centrum/neprehlednete/v4.jpg&quot; alt=&quot;Visegrad Group&quot; width=&quot;188&quot; height=&quot;106&quot;&gt;</div>
                                                        <div class="node-unique">Unique: c61072c2963845a6f2941faf76edd267</div>
                                                    
                                                        <div class="node-selector">Selector: img[alt=&quot;National Convention&quot;]</div>
                                                        <div class="node-html">&lt;img src=&quot;/assets/media-centrum/neprehlednete/national-convention_188.jpg&quot; alt=&quot;National Convention&quot; width=&quot;188&quot; height=&quot;56&quot;&gt;</div>
                                                        <div class="node-unique">Unique: 39f01c499671bcf8c15662a127810316</div>
                                                    
                                                </div>
                                            
                                                <div class="modal-node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/en/ppov/working-and-advisory-bodies-of-the-government-53368/" target="_blank" rel="noopener">https://vlada.gov.cz/en/ppov/working-and-advisory-bodies-of-the-government-53368/</a> (2 nodes)</div>
                                                    
                                                        <div class="node-selector">Selector: img[alt=&quot;Visegrad Group&quot;]</div>
                                                        <div class="node-html">&lt;img src=&quot;/assets/media-centrum/neprehlednete/v4.jpg&quot; alt=&quot;Visegrad Group&quot; width=&quot;188&quot; height=&quot;106&quot;&gt;</div>
                                                        <div class="node-unique">Unique: b85ae384f252c85aaef34d71c57ec41a</div>
                                                    
                                                        <div class="node-selector">Selector: img[alt=&quot;National Convention&quot;]</div>
                                                        <div class="node-html">&lt;img src=&quot;/assets/media-centrum/neprehlednete/national-convention_188.jpg&quot; alt=&quot;National Convention&quot; width=&quot;188&quot; height=&quot;56&quot;&gt;</div>
                                                        <div class="node-unique">Unique: 1ae0afdf8d4296d068194c3b9793fd39</div>
                                                    
                                                </div>
                                            
                                                <div class="modal-node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/en/ppov/government-committee-for-strategic-investments/government-committee-for-strategic-investments-209660/" target="_blank" rel="noopener">https://vlada.gov.cz/en/ppov/government-committee-for-strategic-investments/government-committee-for-strategic-investments-209660/</a> (2 nodes)</div>
                                                    
                                                        <div class="node-selector">Selector: img[alt=&quot;Visegrad Group&quot;]</div>
                                                        <div class="node-html">&lt;img src=&quot;/assets/media-centrum/neprehlednete/v4.jpg&quot; alt=&quot;Visegrad Group&quot; width=&quot;188&quot; height=&quot;106&quot;&gt;</div>
                                                        <div class="node-unique">Unique: e8ae4cc197f1304a7f61d6388c2be672</div>
                                                    
                                                        <div class="node-selector">Selector: img[alt=&quot;National Convention&quot;]</div>
                                                        <div class="node-html">&lt;img src=&quot;/assets/media-centrum/neprehlednete/national-convention_188.jpg&quot; alt=&quot;National Convention&quot; width=&quot;188&quot; height=&quot;56&quot;&gt;</div>
                                                        <div class="node-unique">Unique: 9b9525cd8ed3a25ee56c73daa5232071</div>
                                                    
                                                </div>
                                            </div>
                                                        </div>
                                                    </div>
                                                
                                            
                                    </div>
                                
                                    <div class="violation-item" data-violation="region">
                                        <div class="violation-id">region</div>
                                        <div class="violation-help">All page content should be contained by landmarks</div>
                                        <div class="violation-meta">Impact: moderate · Pages with issue: 31 / 60 scanned</div>
                                        <div><a class="learn-more" href="https://dequeuniversity.com/rules/axe/4.11/region?application=playwright" target="_blank" rel="noopener">Learn more</a></div>
                                        <button class="copy-btn" type="button" data-copy-violation="true">Copy failure details</button>
                                        
                                                <div class="violation-template">Template match: 29 nodes share the same snippet.</div>
                                                <div class="node-fix">Fix any of the following:
  Some page content is not contained by landmarks</div>
                                                <div class="node-list">
                                                <div class="node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/en/pracovni-a-poradni-organy-vlady/" target="_blank" rel="noopener">https://vlada.gov.cz/en/pracovni-a-poradni-organy-vlady/</a> (1 node)</div>
                                                    
                                                        <div class="node-selector">Selector: .nav-skip</div>
                                                        <div class="node-html">&lt;div class=&quot;nav-skip&quot;&gt;
	&lt;a href=&quot;#main-content&quot;&gt;Přeskočit na obsah&lt;/a&gt;
&lt;/div&gt;</div>
                                                        <div class="node-unique">Unique: ac6c687dfed867c17489a9c0e41d1a60</div>
                                                    
                                                </div>
                                            
                                                <div class="node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/en/media-centrum/" target="_blank" rel="noopener">https://vlada.gov.cz/en/media-centrum/</a> (1 node)</div>
                                                    
                                                        <div class="node-selector">Selector: .nav-skip</div>
                                                        <div class="node-html">&lt;div class=&quot;nav-skip&quot;&gt;
	&lt;a href=&quot;#main-content&quot;&gt;Přeskočit na obsah&lt;/a&gt;
&lt;/div&gt;</div>
                                                        <div class="node-unique">Unique: d162d5ec01422be45afc9a97ddadd6e0</div>
                                                    
                                                </div>
                                            
                                                <div class="node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/cz/clenove-vlady/historie-minulych-vlad/historie-18014/" target="_blank" rel="noopener">https://vlada.gov.cz/cz/clenove-vlady/historie-minulych-vlad/historie-18014/</a> (1 node)</div>
                                                    
                                                        <div class="node-selector">Selector: .nav-skip</div>
                                                        <div class="node-html">&lt;div class=&quot;nav-skip&quot;&gt;
	&lt;a href=&quot;#main-content&quot;&gt;Přeskočit na obsah&lt;/a&gt;
&lt;/div&gt;</div>
                                                        <div class="node-unique">Unique: bcd024fd44105f6133e884f7dac51938</div>
                                                    
                                                </div>
                                            
                                                <div class="node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/cz/clenove-vlady/postaveni-vlady/postaveni-vlady---ustava-15263/" target="_blank" rel="noopener">https://vlada.gov.cz/cz/clenove-vlady/postaveni-vlady/postaveni-vlady---ustava-15263/</a> (1 node)</div>
                                                    
                                                        <div class="node-selector">Selector: .nav-skip</div>
                                                        <div class="node-html">&lt;div class=&quot;nav-skip&quot;&gt;
	&lt;a href=&quot;#main-content&quot;&gt;Přeskočit na obsah&lt;/a&gt;
&lt;/div&gt;</div>
                                                        <div class="node-unique">Unique: 4cc143f6335a81990be3b74ea75d0b5b</div>
                                                    
                                                </div>
                                            
                                                <div class="node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/cz/urad-vlady/poskytovani-informaci/uvodinf-15135/" target="_blank" rel="noopener">https://vlada.gov.cz/cz/urad-vlady/poskytovani-informaci/uvodinf-15135/</a> (1 node)</div>
                                                    
                                                        <div class="node-selector">Selector: .nav-skip</div>
                                                        <div class="node-html">&lt;div class=&quot;nav-skip&quot;&gt;
	&lt;a href=&quot;#main-content&quot;&gt;Přeskočit na obsah&lt;/a&gt;
&lt;/div&gt;</div>
                                                        <div class="node-unique">Unique: 00116f35a25d1039fcdd88c11ac24297</div>
                                                    
                                                </div>
                                            
                                                <div class="node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/scripts/detail.php?pgid=445" target="_blank" rel="noopener">https://vlada.gov.cz/scripts/detail.php?pgid=445</a> (8 nodes)</div>
                                                    
                                                        <div class="node-selector">Selector: #site</div>
                                                        <div class="node-html">&lt;div id=&quot;site&quot;&gt;</div>
                                                        <div class="node-unique">Unique: 00fa29d75597dca0bd3dee828a232320</div>
                                                    
                                                </div>
                                            
                                                <div class="node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/scripts/detail.php?pgid=489" target="_blank" rel="noopener">https://vlada.gov.cz/scripts/detail.php?pgid=489</a> (51 nodes)</div>
                                                    
                                                        <div class="node-selector">Selector: #site-en</div>
                                                        <div class="node-html">&lt;div id=&quot;site-en&quot;&gt;</div>
                                                        <div class="node-unique">Unique: 5e739cc2a4a7fa7a9eafc1a4a9410e57</div>
                                                    
                                                </div>
                                            
                                                <div class="node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/en/urad-vlady/rss/the-rss-channel-of-the-office-of-the-government-of-the-czech-republic-22552/" target="_blank" rel="noopener">https://vlada.gov.cz/en/urad-vlady/rss/the-rss-channel-of-the-office-of-the-government-of-the-czech-republic-22552/</a> (1 node)</div>
                                                    
                                                        <div class="node-selector">Selector: .nav-skip</div>
                                                        <div class="node-html">&lt;div class=&quot;nav-skip&quot;&gt;
	&lt;a href=&quot;#main-content&quot;&gt;Přeskočit na obsah&lt;/a&gt;
&lt;/div&gt;</div>
                                                        <div class="node-unique">Unique: e7f5d82ad5f8d69c15c2b86d714075de</div>
                                                    
                                                </div>
                                            
                                                <div class="node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/en/mapa.htm" target="_blank" rel="noopener">https://vlada.gov.cz/en/mapa.htm</a> (1 node)</div>
                                                    
                                                        <div class="node-selector">Selector: .nav-skip</div>
                                                        <div class="node-html">&lt;div class=&quot;nav-skip&quot;&gt;
	&lt;a href=&quot;#main-content&quot;&gt;Přeskočit na obsah&lt;/a&gt;
&lt;/div&gt;</div>
                                                        <div class="node-unique">Unique: 80c5cc6cc95d7e29f661f2532145a9d5</div>
                                                    
                                                </div>
                                            
                                                <div class="node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/en/media-centrum/dulezite-dokumenty/" target="_blank" rel="noopener">https://vlada.gov.cz/en/media-centrum/dulezite-dokumenty/</a> (1 node)</div>
                                                    
                                                        <div class="node-selector">Selector: .nav-skip</div>
                                                        <div class="node-html">&lt;div class=&quot;nav-skip&quot;&gt;
	&lt;a href=&quot;#main-content&quot;&gt;Přeskočit na obsah&lt;/a&gt;
&lt;/div&gt;</div>
                                                        <div class="node-unique">Unique: 77ee3e25d4f537614032df4f545a8214</div>
                                                    
                                                </div>
                                            </div>
                                                
                                                    <button class="see-more-btn" onclick="document.getElementById('modal-region').classList.add('open')" type="button">
                                                        See all 31 affected pages
                                                    </button>
                                                    <div id="modal-region" class="modal">
                                                        <div class="modal-content">
                                                            <div class="modal-header">
                                                                <h2>All page content should be contained by landmarks</h2>
                                                                <button class="modal-close" onclick="this.closest('.modal').classList.remove('open')" type="button" aria-label="Close">×</button>
                                                            </div>
                                                            <div class="violation-template">Template match: 29 nodes share the same snippet.</div>
                                                            <div class="node-fix">Fix any of the following:
  Some page content is not contained by landmarks</div>
                                                            <div>
                                                <div class="modal-node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/en/pracovni-a-poradni-organy-vlady/" target="_blank" rel="noopener">https://vlada.gov.cz/en/pracovni-a-poradni-organy-vlady/</a> (1 node)</div>
                                                    
                                                        <div class="node-selector">Selector: .nav-skip</div>
                                                        <div class="node-html">&lt;div class=&quot;nav-skip&quot;&gt;
	&lt;a href=&quot;#main-content&quot;&gt;Přeskočit na obsah&lt;/a&gt;
&lt;/div&gt;</div>
                                                        <div class="node-unique">Unique: ac6c687dfed867c17489a9c0e41d1a60</div>
                                                    
                                                </div>
                                            
                                                <div class="modal-node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/en/media-centrum/" target="_blank" rel="noopener">https://vlada.gov.cz/en/media-centrum/</a> (1 node)</div>
                                                    
                                                        <div class="node-selector">Selector: .nav-skip</div>
                                                        <div class="node-html">&lt;div class=&quot;nav-skip&quot;&gt;
	&lt;a href=&quot;#main-content&quot;&gt;Přeskočit na obsah&lt;/a&gt;
&lt;/div&gt;</div>
                                                        <div class="node-unique">Unique: d162d5ec01422be45afc9a97ddadd6e0</div>
                                                    
                                                </div>
                                            
                                                <div class="modal-node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/cz/clenove-vlady/historie-minulych-vlad/historie-18014/" target="_blank" rel="noopener">https://vlada.gov.cz/cz/clenove-vlady/historie-minulych-vlad/historie-18014/</a> (1 node)</div>
                                                    
                                                        <div class="node-selector">Selector: .nav-skip</div>
                                                        <div class="node-html">&lt;div class=&quot;nav-skip&quot;&gt;
	&lt;a href=&quot;#main-content&quot;&gt;Přeskočit na obsah&lt;/a&gt;
&lt;/div&gt;</div>
                                                        <div class="node-unique">Unique: bcd024fd44105f6133e884f7dac51938</div>
                                                    
                                                </div>
                                            
                                                <div class="modal-node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/cz/clenove-vlady/postaveni-vlady/postaveni-vlady---ustava-15263/" target="_blank" rel="noopener">https://vlada.gov.cz/cz/clenove-vlady/postaveni-vlady/postaveni-vlady---ustava-15263/</a> (1 node)</div>
                                                    
                                                        <div class="node-selector">Selector: .nav-skip</div>
                                                        <div class="node-html">&lt;div class=&quot;nav-skip&quot;&gt;
	&lt;a href=&quot;#main-content&quot;&gt;Přeskočit na obsah&lt;/a&gt;
&lt;/div&gt;</div>
                                                        <div class="node-unique">Unique: 4cc143f6335a81990be3b74ea75d0b5b</div>
                                                    
                                                </div>
                                            
                                                <div class="modal-node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/cz/urad-vlady/poskytovani-informaci/uvodinf-15135/" target="_blank" rel="noopener">https://vlada.gov.cz/cz/urad-vlady/poskytovani-informaci/uvodinf-15135/</a> (1 node)</div>
                                                    
                                                        <div class="node-selector">Selector: .nav-skip</div>
                                                        <div class="node-html">&lt;div class=&quot;nav-skip&quot;&gt;
	&lt;a href=&quot;#main-content&quot;&gt;Přeskočit na obsah&lt;/a&gt;
&lt;/div&gt;</div>
                                                        <div class="node-unique">Unique: 00116f35a25d1039fcdd88c11ac24297</div>
                                                    
                                                </div>
                                            
                                                <div class="modal-node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/scripts/detail.php?pgid=445" target="_blank" rel="noopener">https://vlada.gov.cz/scripts/detail.php?pgid=445</a> (8 nodes)</div>
                                                    
                                                        <div class="node-selector">Selector: #site</div>
                                                        <div class="node-html">&lt;div id=&quot;site&quot;&gt;</div>
                                                        <div class="node-unique">Unique: 00fa29d75597dca0bd3dee828a232320</div>
                                                    
                                                        <div class="node-selector">Selector: #nav</div>
                                                        <div class="node-html">&lt;div id=&quot;nav&quot;&gt;</div>
                                                        <div class="node-unique">Unique: 2835ef317c36679b4fc4ea4850161774</div>
                                                    
                                                        <div class="node-selector">Selector: #search &gt; h2</div>
                                                        <div class="node-html">&lt;h2&gt;Vyhledávání&lt;/h2&gt;</div>
                                                        <div class="node-unique">Unique: 7153d24b9cc0c8d0956c589d6887261a</div>
                                                    
                                                        <div class="node-selector">Selector: legend</div>
                                                        <div class="node-html">&lt;legend&gt;&lt;label for=&quot;searchinput&quot;&gt;Zadejte hledaný výraz&lt;/label&gt;&lt;/legend&gt;</div>
                                                        <div class="node-unique">Unique: fa9763f2befd457f86c2d922ded3d537</div>
                                                    
                                                        <div class="node-selector">Selector: #searchinput</div>
                                                        <div class="node-html">&lt;input name=&quot;searchtext&quot; id=&quot;searchinput&quot; type=&quot;text&quot; aria-label=&quot;Zadejte hledaný výraz&quot; placeholder=&quot;Zadejte hledaný výraz&quot; size=&quot;18&quot;&gt;</div>
                                                        <div class="node-unique">Unique: 5258c3c8b22fa3eb45787402c7ff07f8</div>
                                                    
                                                        <div class="node-selector">Selector: #lang</div>
                                                        <div class="node-html">&lt;ul id=&quot;lang&quot;&gt;
  &lt;li&gt;
    
    &lt;a href=&quot;/en/default.htm&quot; hreflang=&quot;en&quot;&gt;&lt;span class=&quot;desk&quot;&gt;english version&lt;/span&gt;&lt;span class=&quot;resp&quot;&gt;EN&lt;/span&gt;&lt;/a&gt;
  &lt;/li&gt;
&lt;/ul&gt;</div>
                                                        <div class="node-unique">Unique: 024267ed5d3060a8261ed8d88943d21f</div>
                                                    
                                                        <div class="node-selector">Selector: #content</div>
                                                        <div class="node-html">&lt;div id=&quot;content&quot;&gt;</div>
                                                        <div class="node-unique">Unique: 1f284606921f6475a9ad4c865eca6bee</div>
                                                    
                                                        <div class="node-selector">Selector: #footer</div>
                                                        <div class="node-html">&lt;ul id=&quot;footer&quot;&gt;</div>
                                                        <div class="node-unique">Unique: 67165bf4956216f2c70a201769215db5</div>
                                                    
                                                </div>
                                            
                                                <div class="modal-node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/scripts/detail.php?pgid=489" target="_blank" rel="noopener">https://vlada.gov.cz/scripts/detail.php?pgid=489</a> (51 nodes)</div>
                                                    
                                                        <div class="node-selector">Selector: #site-en</div>
                                                        <div class="node-html">&lt;div id=&quot;site-en&quot;&gt;</div>
                                                        <div class="node-unique">Unique: 5e739cc2a4a7fa7a9eafc1a4a9410e57</div>
                                                    
                                                        <div class="node-selector">Selector: #nav</div>
                                                        <div class="node-html">&lt;div id=&quot;nav&quot;&gt;</div>
                                                        <div class="node-unique">Unique: 3ac48f85c377dd7e984adc4ec6dadea1</div>
                                                    
                                                        <div class="node-selector">Selector: #search &gt; h2</div>
                                                        <div class="node-html">&lt;h2&gt;Search&lt;/h2&gt;</div>
                                                        <div class="node-unique">Unique: 9b5f76515752ad5eaa9935065a12e697</div>
                                                    
                                                        <div class="node-selector">Selector: #searchinput</div>
                                                        <div class="node-html">&lt;input name=&quot;searchtext&quot; id=&quot;searchinput&quot; type=&quot;text&quot; size=&quot;17&quot;&gt;</div>
                                                        <div class="node-unique">Unique: 219bb350cdde04f6def8bdaeda0cc775</div>
                                                    
                                                        <div class="node-selector">Selector: .desk</div>
                                                        <div class="node-html">&lt;span class=&quot;desk&quot;&gt;česká verze&lt;/span&gt;</div>
                                                        <div class="node-unique">Unique: 134a8418a3e7df3607917f220849b055</div>
                                                    
                                                        <div class="node-selector">Selector: h1</div>
                                                        <div class="node-html">&lt;h1&gt;Events&lt;/h1&gt;</div>
                                                        <div class="node-unique">Unique: e901b74ae3aa30e0cf5d6ade3503a254</div>
                                                    
                                                        <div class="node-selector">Selector: .pager:nth-child(3)</div>
                                                        <div class="node-html">&lt;div class=&quot;pager&quot;&gt;</div>
                                                        <div class="node-unique">Unique: bd197718a38f04fc618746a0a11200bc</div>
                                                    
                                                        <div class="node-selector">Selector: .record-img:nth-child(1) &gt; .info</div>
                                                        <div class="node-html">&lt;p class=&quot;info&quot;&gt;15. 8. 2013&lt;/p&gt;</div>
                                                        <div class="node-unique">Unique: 3b0f62e0d8de2191f0bb57c6203b59b2</div>
                                                    
                                                        <div class="node-selector">Selector: .record-img:nth-child(1) &gt; h2</div>
                                                        <div class="node-html">&lt;h2&gt;&lt;a href=&quot;/en/media-centrum/aktualne/government-office-plans-to-extend-dates-on-which-hana-and-edvard-beness-villa-in-sezimovo-usti-is-open-to-the-public-109769/&quot;&gt;Open Days in the Villa of Hana and Edvard Beneš&lt;/a&gt;&lt;/h2&gt;</div>
                                                        <div class="node-unique">Unique: 9e4b32ebd6535f67186941bd3d9f4c0b</div>
                                                    
                                                        <div class="node-selector">Selector: .record-img:nth-child(1) &gt; .txt</div>
                                                        <div class="node-html">&lt;div class=&quot;txt&quot;&gt;</div>
                                                        <div class="node-unique">Unique: 5ddc5ec43254c45ca8660e7ac97f4495</div>
                                                    
                                                        <div class="node-selector">Selector: .record-img:nth-child(1) &gt; .img</div>
                                                        <div class="node-html">&lt;p class=&quot;img&quot;&gt;</div>
                                                        <div class="node-unique">Unique: 089c35be9049e25b41cd254dfac50afc</div>
                                                    
                                                        <div class="node-selector">Selector: .record-img:nth-child(2) &gt; .info</div>
                                                        <div class="node-html">&lt;p class=&quot;info&quot;&gt;21. 5. 2012&lt;/p&gt;</div>
                                                        <div class="node-unique">Unique: 4595f25a80ea75a7d82ebe3d4688f12f</div>
                                                    
                                                        <div class="node-selector">Selector: .record-img:nth-child(2) &gt; h2</div>
                                                        <div class="node-html">&lt;h2&gt;&lt;a href=&quot;/en/urad-vlady/udalosti/open-day-in-the-villa-of-hana-and-edvard-benes-95666/&quot;&gt;Open Days in the Villa of Hana and Edvard Beneš&lt;/a&gt;&lt;/h2&gt;</div>
                                                        <div class="node-unique">Unique: b87f1b95a449a5d3568902746090e63b</div>
                                                    
                                                        <div class="node-selector">Selector: .record-img:nth-child(2) &gt; .txt</div>
                                                        <div class="node-html">&lt;div class=&quot;txt&quot;&gt;</div>
                                                        <div class="node-unique">Unique: 6896fc17bb88485c163aca5b9e493bdd</div>
                                                    
                                                        <div class="node-selector">Selector: .record-img:nth-child(2) &gt; .img</div>
                                                        <div class="node-html">&lt;p class=&quot;img&quot;&gt;&lt;a href=&quot;/en/urad-vlady/udalosti/open-day-in-the-villa-of-hana-and-edvard-benes-95666/&quot;&gt;&lt;img src=&quot;/assets/tema/benesovavila80x80.jpg&quot; alt=&quot;Hana and Edvard Beneš' summer home in Sezimovo Ústí&quot; width=&quot;80&quot; height=&quot;80&quot;&gt;&lt;/a&gt;&lt;/p&gt;</div>
                                                        <div class="node-unique">Unique: 80beec931e38d59de5d449f988032d8f</div>
                                                    
                                                        <div class="node-selector">Selector: .record-img:nth-child(3) &gt; .info</div>
                                                        <div class="node-html">&lt;p class=&quot;info&quot;&gt;25. 7. 2011&lt;/p&gt;</div>
                                                        <div class="node-unique">Unique: 84b2a33873e84f6ad8ed1ebef775908a</div>
                                                    
                                                        <div class="node-selector">Selector: .record-img:nth-child(3) &gt; h2</div>
                                                        <div class="node-html">&lt;h2&gt;&lt;a href=&quot;/en/media-centrum/tema/open-day-in-the-villa-of-hana-and-edvard-benes-86240/&quot;&gt;Open Day in the Villa of Hana and Edvard Beneš&lt;/a&gt;&lt;/h2&gt;</div>
                                                        <div class="node-unique">Unique: c0a07b8a679f3651a5d781531a73ce3d</div>
                                                    
                                                        <div class="node-selector">Selector: .record-img:nth-child(3) &gt; .txt</div>
                                                        <div class="node-html">&lt;div class=&quot;txt&quot;&gt;</div>
                                                        <div class="node-unique">Unique: 02658b0214525be8ee9dfa55d1ca5c3a</div>
                                                    
                                                        <div class="node-selector">Selector: .record-img:nth-child(3) &gt; .img</div>
                                                        <div class="node-html">&lt;p class=&quot;img&quot;&gt;&lt;a href=&quot;/en/media-centrum/tema/open-day-in-the-villa-of-hana-and-edvard-benes-86240/&quot;&gt;&lt;img src=&quot;/assets/tema/benesovavila80x80.jpg&quot; alt=&quot;Hana and Edvard Beneš' summer home in Sezimovo Ústí&quot; width=&quot;80&quot; height=&quot;80&quot;&gt;&lt;/a&gt;&lt;/p&gt;</div>
                                                        <div class="node-unique">Unique: 6015d1cdddf54a08122ee982864dc761</div>
                                                    
                                                        <div class="node-selector">Selector: .record-img:nth-child(4) &gt; .info</div>
                                                        <div class="node-html">&lt;p class=&quot;info&quot;&gt;13. 9. 2010&lt;/p&gt;</div>
                                                        <div class="node-unique">Unique: b69f627de313e99ea8f35cee2e279998</div>
                                                    
                                                        <div class="node-selector">Selector: .record-img:nth-child(4) &gt; h2</div>
                                                        <div class="node-html">&lt;h2&gt;&lt;a href=&quot;/en/udalosti/vyznamne-dny/czech-statehood-day-28-september-2010-76055/&quot;&gt;Czech Statehood Day 28 September 2010&lt;/a&gt;&lt;/h2&gt;</div>
                                                        <div class="node-unique">Unique: 445f6b64b03b9867555a02c1d9721228</div>
                                                    
                                                        <div class="node-selector">Selector: .record-img:nth-child(4) &gt; .txt</div>
                                                        <div class="node-html">&lt;div class=&quot;txt&quot;&gt;</div>
                                                        <div class="node-unique">Unique: bd7d1f7000ff0f67a6d408404e9f2fa2</div>
                                                    
                                                        <div class="node-selector">Selector: .record-img:nth-child(4) &gt; .img</div>
                                                        <div class="node-html">&lt;p class=&quot;img&quot;&gt;&lt;a href=&quot;/en/udalosti/vyznamne-dny/czech-statehood-day-28-september-2010-76055/&quot;&gt;&lt;img src=&quot;/assets/udalosti/vyznamne-dny/WebBanner80x80.gif&quot; alt=&quot;Czech Statehood Day 28 September 2010&quot; width=&quot;80&quot; height=&quot;80&quot;&gt;&lt;/a&gt;&lt;/p&gt;</div>
                                                        <div class="node-unique">Unique: aa9d5788a5b73a480fc2ef035e5be115</div>
                                                    
                                                        <div class="node-selector">Selector: .record-img:nth-child(5) &gt; .info</div>
                                                        <div class="node-html">&lt;p class=&quot;info&quot;&gt;1. 9. 2010&lt;/p&gt;</div>
                                                        <div class="node-unique">Unique: fc9df7b7b64da15bdcac47e6f26be5c2</div>
                                                    
                                                        <div class="node-selector">Selector: .record-img:nth-child(5) &gt; h2</div>
                                                        <div class="node-html">&lt;h2&gt;&lt;a href=&quot;/en/urad-vlady/udalosti/dny-otevrenych-dveri/open-day-at-the-straka-academy-on-4-september-2010-75980/&quot;&gt;Open Day at the Straka Academy on 4 September 2010&lt;/a&gt;&lt;/h2&gt;</div>
                                                        <div class="node-unique">Unique: 5d950c1aae85b6de8f2ccef4e14e343a</div>
                                                    
                                                        <div class="node-selector">Selector: .record-img:nth-child(5) &gt; .txt</div>
                                                        <div class="node-html">&lt;div class=&quot;txt&quot;&gt;</div>
                                                        <div class="node-unique">Unique: 09f512386066b0be6f478badf10b5302</div>
                                                    
                                                        <div class="node-selector">Selector: .record-img:nth-child(5) &gt; .img</div>
                                                        <div class="node-html">&lt;p class=&quot;img&quot;&gt;&lt;a href=&quot;/en/urad-vlady/udalosti/dny-otevrenych-dveri/open-day-at-the-straka-academy-on-4-september-2010-75980/&quot;&gt;&lt;img src=&quot;/assets/udalosti/dny-otevrenych-dveri/DOD4.jpg&quot; alt=&quot;Open Day at the Straka Academy&quot; width=&quot;80&quot; height=&quot;80&quot;&gt;&lt;/a&gt;&lt;/p&gt;</div>
                                                        <div class="node-unique">Unique: d08b7b0e6dc2fdb9cc7377b93af07268</div>
                                                    
                                                        <div class="node-selector">Selector: .record-img:nth-child(6) &gt; .info</div>
                                                        <div class="node-html">&lt;p class=&quot;info&quot;&gt;13. 8. 2010&lt;/p&gt;</div>
                                                        <div class="node-unique">Unique: c0e83137b31136f4b23fca9d0860fd10</div>
                                                    
                                                        <div class="node-selector">Selector: .record-img:nth-child(6) &gt; h2</div>
                                                        <div class="node-html">&lt;h2&gt;&lt;a href=&quot;/en/udalosti/dny-otevrenych-dveri/open-days-in-the-villa-of-hana-and-edvard-benes-in-2010-75241/&quot;&gt;Open Days in the Villa of Hana and Edvard Beneš in 2010&lt;/a&gt;&lt;/h2&gt;</div>
                                                        <div class="node-unique">Unique: 512ddd4deb0dd731e468d9c6706d90c3</div>
                                                    
                                                        <div class="node-selector">Selector: .record-img:nth-child(6) &gt; .txt</div>
                                                        <div class="node-html">&lt;div class=&quot;txt&quot;&gt;
							&lt;p&gt;We invite you to visit the villa of Hana and Edvard Beneš in Sezimovo Ústí.&lt;/p&gt;
							&lt;p class=&quot;more&quot;&gt;&lt;a href=&quot;/en/udalosti/dny-otevrenych-dveri/open-days-in-the-villa-of-hana-and-edvard-benes-in-2010-75241/&quot;&gt;more&lt;/a&gt;&lt;/p&gt;
						&lt;/div&gt;</div>
                                                        <div class="node-unique">Unique: e830911f7421f0a312680ae5d952d11f</div>
                                                    
                                                        <div class="node-selector">Selector: .record-img:nth-child(6) &gt; .img</div>
                                                        <div class="node-html">&lt;p class=&quot;img&quot;&gt;&lt;a href=&quot;/en/udalosti/dny-otevrenych-dveri/open-days-in-the-villa-of-hana-and-edvard-benes-in-2010-75241/&quot;&gt;&lt;img src=&quot;/assets/udalosti/benesvila.jpg&quot; alt=&quot;Beneš Villa&quot; width=&quot;80&quot; height=&quot;80&quot;&gt;&lt;/a&gt;&lt;/p&gt;</div>
                                                        <div class="node-unique">Unique: 940eaab0d868d55db402d5c0c08b5320</div>
                                                    
                                                        <div class="node-selector">Selector: .record-img:nth-child(7) &gt; .info</div>
                                                        <div class="node-html">&lt;p class=&quot;info&quot;&gt;13. 8. 2010&lt;/p&gt;</div>
                                                        <div class="node-unique">Unique: 06e93dd3f13d8000634320d1d472d1ca</div>
                                                    
                                                        <div class="node-selector">Selector: .record-img:nth-child(7) &gt; h2</div>
                                                        <div class="node-html">&lt;h2&gt;&lt;a href=&quot;/en/udalosti/dny-otevrenych-dveri/opening-of-the-straka-academy-garden-to-the-public-75240/&quot;&gt;Opening of the Straka Academy Garden to the Public&lt;/a&gt;&lt;/h2&gt;</div>
                                                        <div class="node-unique">Unique: dfc687bebd2408f164c6cd53b2cfd64a</div>
                                                    
                                                        <div class="node-selector">Selector: .record-img:nth-child(7) &gt; .txt</div>
                                                        <div class="node-html">&lt;div class=&quot;txt&quot;&gt;</div>
                                                        <div class="node-unique">Unique: 3fdef0901a6f07faabf5846f05a5a8c1</div>
                                                    
                                                        <div class="node-selector">Selector: .record-img:nth-child(7) &gt; .img</div>
                                                        <div class="node-html">&lt;p class=&quot;img&quot;&gt;&lt;a href=&quot;/en/udalosti/dny-otevrenych-dveri/opening-of-the-straka-academy-garden-to-the-public-75240/&quot;&gt;&lt;img src=&quot;/assets/udalosti/dny-otevrenych-dveri/UV-80x80.jpg&quot; alt=&quot;Open Day in the Straka Academy on 12 June 2010&quot; width=&quot;80&quot; height=&quot;80&quot;&gt;&lt;/a&gt;&lt;/p&gt;</div>
                                                        <div class="node-unique">Unique: b9657c3ca9b1e814f460ba4a5b20fdf9</div>
                                                    
                                                        <div class="node-selector">Selector: .record-img:nth-child(8) &gt; .info</div>
                                                        <div class="node-html">&lt;p class=&quot;info&quot;&gt;30. 6. 2010&lt;/p&gt;</div>
                                                        <div class="node-unique">Unique: 7b8d9bf2aadc6cb716bffab39fecafe7</div>
                                                    
                                                        <div class="node-selector">Selector: .record-img:nth-child(8) &gt; h2</div>
                                                        <div class="node-html">&lt;h2&gt;&lt;a href=&quot;/en/urad-vlady/udalosti/vystavy/all-the-official-mastering-74080/&quot;&gt;All the Official Mastering&lt;/a&gt;&lt;/h2&gt;</div>
                                                        <div class="node-unique">Unique: 5f00214f257a90b840fea261fe7161ab</div>
                                                    
                                                        <div class="node-selector">Selector: .record-img:nth-child(8) &gt; .txt</div>
                                                        <div class="node-html">&lt;div class=&quot;txt&quot;&gt;</div>
                                                        <div class="node-unique">Unique: e1c6c91ecbaad17610c93a30c1ab35dc</div>
                                                    
                                                        <div class="node-selector">Selector: .record-img:nth-child(8) &gt; .img</div>
                                                        <div class="node-html">&lt;p class=&quot;img&quot;&gt;&lt;a href=&quot;/en/urad-vlady/udalosti/vystavy/all-the-official-mastering-74080/&quot;&gt;&lt;img src=&quot;/assets/udalosti/vystavy/artsemestr.jpg&quot; alt=&quot;All the Official Mastering&quot; width=&quot;80&quot; height=&quot;80&quot;&gt;&lt;/a&gt;&lt;/p&gt;</div>
                                                        <div class="node-unique">Unique: 078fe588b57eb6805953c851f16a21be</div>
                                                    
                                                        <div class="node-selector">Selector: .record-img:nth-child(9) &gt; .info</div>
                                                        <div class="node-html">&lt;p class=&quot;info&quot;&gt;16. 6. 2010&lt;/p&gt;</div>
                                                        <div class="node-unique">Unique: 002763b750ed6510a41e69bc9aa93cee</div>
                                                    
                                                        <div class="node-selector">Selector: .record-img:nth-child(9) &gt; h2</div>
                                                        <div class="node-html">&lt;h2&gt;&lt;a href=&quot;/en/tema/day-twenty-seven--exhibition-of-jiri-sozansky-73629/&quot;&gt;Day Twenty Seven - Exhibition of Jiří Sozanský&lt;/a&gt;&lt;/h2&gt;</div>
                                                        <div class="node-unique">Unique: 6dc18890361ec3032612adf31f962d3d</div>
                                                    
                                                        <div class="node-selector">Selector: .record-img:nth-child(9) &gt; .txt</div>
                                                        <div class="node-html">&lt;div class=&quot;txt&quot;&gt;
							&lt;p&gt;The exhibition on the occasion of the 60th anniversary of the execution of Milada Horáková, Záviš Kalandra, Jan Buchal and Oldřich Pecl.&lt;/p&gt;
							&lt;p class=&quot;more&quot;&gt;&lt;a href=&quot;/en/tema/day-twenty-seven--exhibition-of-jiri-sozansky-73629/&quot;&gt;more&lt;/a&gt;&lt;/p&gt;
						&lt;/div&gt;</div>
                                                        <div class="node-unique">Unique: 39dd2584308273308633771f6c43815d</div>
                                                    
                                                        <div class="node-selector">Selector: .record-img:nth-child(9) &gt; .img</div>
                                                        <div class="node-html">&lt;p class=&quot;img&quot;&gt;&lt;a href=&quot;/en/tema/day-twenty-seven--exhibition-of-jiri-sozansky-73629/&quot;&gt;&lt;img src=&quot;/assets/tema/Sozansky-3.jpg&quot; alt=&quot;Day Twenty Seven - Exhibition of Jiří Sozanský&quot; width=&quot;80&quot; height=&quot;80&quot;&gt;&lt;/a&gt;&lt;/p&gt;</div>
                                                        <div class="node-unique">Unique: 127375d0b602bf46a0c48032651c4599</div>
                                                    
                                                        <div class="node-selector">Selector: .record-img:nth-child(10) &gt; .info</div>
                                                        <div class="node-html">&lt;p class=&quot;info&quot;&gt;7. 6. 2010&lt;/p&gt;</div>
                                                        <div class="node-unique">Unique: ab26cf6b91595b7035d8a9bea282cc7b</div>
                                                    
                                                        <div class="node-selector">Selector: .record-img:nth-child(10) &gt; h2</div>
                                                        <div class="node-html">&lt;h2&gt;&lt;a href=&quot;/en/urad-vlady/udalosti/dny-otevrenych-dveri/open-day-in-the-straka-academy-on-12-june-2010-73074/&quot;&gt;Open Day in the Straka Academy on 12 June 2010&lt;/a&gt;&lt;/h2&gt;</div>
                                                        <div class="node-unique">Unique: a5f280f3f2c274bea31821d9c47d7a1a</div>
                                                    
                                                        <div class="node-selector">Selector: .record-img:nth-child(10) &gt; .txt</div>
                                                        <div class="node-html">&lt;div class=&quot;txt&quot;&gt;</div>
                                                        <div class="node-unique">Unique: a07445567f095a3a7c475fb69a61602c</div>
                                                    
                                                        <div class="node-selector">Selector: .record-img:nth-child(10) &gt; .img</div>
                                                        <div class="node-html">&lt;p class=&quot;img&quot;&gt;&lt;a href=&quot;/en/urad-vlady/udalosti/dny-otevrenych-dveri/open-day-in-the-straka-academy-on-12-june-2010-73074/&quot;&gt;&lt;img src=&quot;/assets/udalosti/dny-otevrenych-dveri/UV-80x80.jpg&quot; alt=&quot;Open Day in the Straka Academy on 12 June 2010&quot; width=&quot;80&quot; height=&quot;80&quot;&gt;&lt;/a&gt;&lt;/p&gt;</div>
                                                        <div class="node-unique">Unique: 7f451b8b14f74a590a684dd4ced134fb</div>
                                                    
                                                        <div class="node-selector">Selector: .offset-before-double</div>
                                                        <div class="node-html">&lt;div class=&quot;pager offset-before-double&quot;&gt;</div>
                                                        <div class="node-unique">Unique: 8e6cbb17143df3874ae9c1765d006887</div>
                                                    
                                                        <div class="node-selector">Selector: .col:nth-child(1)</div>
                                                        <div class="node-html">&lt;div class=&quot;col&quot;&gt;</div>
                                                        <div class="node-unique">Unique: 70218795ac5396144e238c0f21f0596c</div>
                                                    
                                                        <div class="node-selector">Selector: .lastcol</div>
                                                        <div class="node-html">&lt;div class=&quot;col lastcol&quot;&gt;</div>
                                                        <div class="node-unique">Unique: f7d6e7c6984873293a7d388ca57fa48c</div>
                                                    
                                                        <div class="node-selector">Selector: #footer</div>
                                                        <div class="node-html">&lt;ul id=&quot;footer&quot;&gt;</div>
                                                        <div class="node-unique">Unique: 628b2adabd8efdb95e3aba6190c16a00</div>
                                                    
                                                </div>
                                            
                                                <div class="modal-node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/en/urad-vlady/rss/the-rss-channel-of-the-office-of-the-government-of-the-czech-republic-22552/" target="_blank" rel="noopener">https://vlada.gov.cz/en/urad-vlady/rss/the-rss-channel-of-the-office-of-the-government-of-the-czech-republic-22552/</a> (1 node)</div>
                                                    
                                                        <div class="node-selector">Selector: .nav-skip</div>
                                                        <div class="node-html">&lt;div class=&quot;nav-skip&quot;&gt;
	&lt;a href=&quot;#main-content&quot;&gt;Přeskočit na obsah&lt;/a&gt;
&lt;/div&gt;</div>
                                                        <div class="node-unique">Unique: e7f5d82ad5f8d69c15c2b86d714075de</div>
                                                    
                                                </div>
                                            
                                                <div class="modal-node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/en/mapa.htm" target="_blank" rel="noopener">https://vlada.gov.cz/en/mapa.htm</a> (1 node)</div>
                                                    
                                                        <div class="node-selector">Selector: .nav-skip</div>
                                                        <div class="node-html">&lt;div class=&quot;nav-skip&quot;&gt;
	&lt;a href=&quot;#main-content&quot;&gt;Přeskočit na obsah&lt;/a&gt;
&lt;/div&gt;</div>
                                                        <div class="node-unique">Unique: 80c5cc6cc95d7e29f661f2532145a9d5</div>
                                                    
                                                </div>
                                            
                                                <div class="modal-node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/en/media-centrum/dulezite-dokumenty/" target="_blank" rel="noopener">https://vlada.gov.cz/en/media-centrum/dulezite-dokumenty/</a> (1 node)</div>
                                                    
                                                        <div class="node-selector">Selector: .nav-skip</div>
                                                        <div class="node-html">&lt;div class=&quot;nav-skip&quot;&gt;
	&lt;a href=&quot;#main-content&quot;&gt;Přeskočit na obsah&lt;/a&gt;
&lt;/div&gt;</div>
                                                        <div class="node-unique">Unique: 77ee3e25d4f537614032df4f545a8214</div>
                                                    
                                                </div>
                                            
                                                <div class="modal-node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/en/urad-vlady/vedouci-uradu-vlady/-head-of-the-office-of-the-government-of-the-czech-republic--97126/" target="_blank" rel="noopener">https://vlada.gov.cz/en/urad-vlady/vedouci-uradu-vlady/-head-of-the-office-of-the-government-of-the-czech-republic--97126/</a> (1 node)</div>
                                                    
                                                        <div class="node-selector">Selector: .nav-skip</div>
                                                        <div class="node-html">&lt;div class=&quot;nav-skip&quot;&gt;
	&lt;a href=&quot;#main-content&quot;&gt;Přeskočit na obsah&lt;/a&gt;
&lt;/div&gt;</div>
                                                        <div class="node-unique">Unique: e0bf02ad0da58086ee1d98bedce9b376</div>
                                                    
                                                </div>
                                            
                                                <div class="modal-node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/scripts/detail.php?pgid=1528" target="_blank" rel="noopener">https://vlada.gov.cz/scripts/detail.php?pgid=1528</a> (1 node)</div>
                                                    
                                                        <div class="node-selector">Selector: .nav-skip</div>
                                                        <div class="node-html">&lt;div class=&quot;nav-skip&quot;&gt;
	&lt;a href=&quot;#main-content&quot;&gt;Přeskočit na obsah&lt;/a&gt;
&lt;/div&gt;</div>
                                                        <div class="node-unique">Unique: 42cf88ca1aca7a152d5b6b4a25f5d6ae</div>
                                                    
                                                </div>
                                            
                                                <div class="modal-node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/en/urad-vlady/vydavatelstvi/publishing-house-of-the-office-of-the-government-of-the-czech-republic--59232/" target="_blank" rel="noopener">https://vlada.gov.cz/en/urad-vlady/vydavatelstvi/publishing-house-of-the-office-of-the-government-of-the-czech-republic--59232/</a> (1 node)</div>
                                                    
                                                        <div class="node-selector">Selector: .nav-skip</div>
                                                        <div class="node-html">&lt;div class=&quot;nav-skip&quot;&gt;
	&lt;a href=&quot;#main-content&quot;&gt;Přeskočit na obsah&lt;/a&gt;
&lt;/div&gt;</div>
                                                        <div class="node-unique">Unique: 4d4b2749a95d7f95f2c46c0c5c463375</div>
                                                    
                                                </div>
                                            
                                                <div class="modal-node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/en/clenove-vlady/postaveni-vlady/postaveni-vlady---ustava-en-17083/" target="_blank" rel="noopener">https://vlada.gov.cz/en/clenove-vlady/postaveni-vlady/postaveni-vlady---ustava-en-17083/</a> (1 node)</div>
                                                    
                                                        <div class="node-selector">Selector: .nav-skip</div>
                                                        <div class="node-html">&lt;div class=&quot;nav-skip&quot;&gt;
	&lt;a href=&quot;#main-content&quot;&gt;Přeskočit na obsah&lt;/a&gt;
&lt;/div&gt;</div>
                                                        <div class="node-unique">Unique: 3149271ca86e07b23264d43626b9738a</div>
                                                    
                                                </div>
                                            
                                                <div class="modal-node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/en/ppov/lrv/uvod-en-24877/" target="_blank" rel="noopener">https://vlada.gov.cz/en/ppov/lrv/uvod-en-24877/</a> (1 node)</div>
                                                    
                                                        <div class="node-selector">Selector: .nav-skip</div>
                                                        <div class="node-html">&lt;div class=&quot;nav-skip&quot;&gt;
	&lt;a href=&quot;#main-content&quot;&gt;Přeskočit na obsah&lt;/a&gt;
&lt;/div&gt;</div>
                                                        <div class="node-unique">Unique: a48ec337e76d9b0302a4f263063f5e2d</div>
                                                    
                                                </div>
                                            
                                                <div class="modal-node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/scripts/detail.php?pgid=1514" target="_blank" rel="noopener">https://vlada.gov.cz/scripts/detail.php?pgid=1514</a> (1 node)</div>
                                                    
                                                        <div class="node-selector">Selector: .nav-skip</div>
                                                        <div class="node-html">&lt;div class=&quot;nav-skip&quot;&gt;
	&lt;a href=&quot;#main-content&quot;&gt;Přeskočit na obsah&lt;/a&gt;
&lt;/div&gt;</div>
                                                        <div class="node-unique">Unique: 9b387d98a98b78592bd8d2d2de08efaf</div>
                                                    
                                                </div>
                                            
                                                <div class="modal-node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/en/evropske-zalezitosti/predsednictvi-cr-v-rade-eu/presidency-to-the-eu-23295/" target="_blank" rel="noopener">https://vlada.gov.cz/en/evropske-zalezitosti/predsednictvi-cr-v-rade-eu/presidency-to-the-eu-23295/</a> (1 node)</div>
                                                    
                                                        <div class="node-selector">Selector: .nav-skip</div>
                                                        <div class="node-html">&lt;div class=&quot;nav-skip&quot;&gt;
	&lt;a href=&quot;#main-content&quot;&gt;Přeskočit na obsah&lt;/a&gt;
&lt;/div&gt;</div>
                                                        <div class="node-unique">Unique: d45b221c7d915351075be95017b28d3b</div>
                                                    
                                                </div>
                                            
                                                <div class="modal-node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/en/evropske-zalezitosti/organizace-utvaru/organisational-structure-220936/" target="_blank" rel="noopener">https://vlada.gov.cz/en/evropske-zalezitosti/organizace-utvaru/organisational-structure-220936/</a> (1 node)</div>
                                                    
                                                        <div class="node-selector">Selector: .nav-skip</div>
                                                        <div class="node-html">&lt;div class=&quot;nav-skip&quot;&gt;
	&lt;a href=&quot;#main-content&quot;&gt;Přeskočit na obsah&lt;/a&gt;
&lt;/div&gt;</div>
                                                        <div class="node-unique">Unique: b1f7a62524f4df9c75285cc760c4849c</div>
                                                    
                                                </div>
                                            
                                                <div class="modal-node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/en/evropske-zalezitosti/kontakty/contacts-21448/" target="_blank" rel="noopener">https://vlada.gov.cz/en/evropske-zalezitosti/kontakty/contacts-21448/</a> (1 node)</div>
                                                    
                                                        <div class="node-selector">Selector: .nav-skip</div>
                                                        <div class="node-html">&lt;div class=&quot;nav-skip&quot;&gt;
	&lt;a href=&quot;#main-content&quot;&gt;Přeskočit na obsah&lt;/a&gt;
&lt;/div&gt;</div>
                                                        <div class="node-unique">Unique: ef708187677d91ed903ecef3113d861f</div>
                                                    
                                                </div>
                                            
                                                <div class="modal-node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/scripts/detail.php?pgid=1504" target="_blank" rel="noopener">https://vlada.gov.cz/scripts/detail.php?pgid=1504</a> (1 node)</div>
                                                    
                                                        <div class="node-selector">Selector: .nav-skip</div>
                                                        <div class="node-html">&lt;div class=&quot;nav-skip&quot;&gt;
	&lt;a href=&quot;#main-content&quot;&gt;Přeskočit na obsah&lt;/a&gt;
&lt;/div&gt;</div>
                                                        <div class="node-unique">Unique: ec31adce30d650296688604a8aa3ec00</div>
                                                    
                                                </div>
                                            
                                                <div class="modal-node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/en/ppov/zalezitosti-romske-komunity/the-council-for-roma-community-affairs--50634/" target="_blank" rel="noopener">https://vlada.gov.cz/en/ppov/zalezitosti-romske-komunity/the-council-for-roma-community-affairs--50634/</a> (1 node)</div>
                                                    
                                                        <div class="node-selector">Selector: .nav-skip</div>
                                                        <div class="node-html">&lt;div class=&quot;nav-skip&quot;&gt;
	&lt;a href=&quot;#main-content&quot;&gt;Přeskočit na obsah&lt;/a&gt;
&lt;/div&gt;</div>
                                                        <div class="node-unique">Unique: ceb4450946e71282d921f3102ee83906</div>
                                                    
                                                </div>
                                            
                                                <div class="modal-node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/en/ppov/rlp/government-council-for-human-rights-50632/" target="_blank" rel="noopener">https://vlada.gov.cz/en/ppov/rlp/government-council-for-human-rights-50632/</a> (1 node)</div>
                                                    
                                                        <div class="node-selector">Selector: .nav-skip</div>
                                                        <div class="node-html">&lt;div class=&quot;nav-skip&quot;&gt;
	&lt;a href=&quot;#main-content&quot;&gt;Přeskočit na obsah&lt;/a&gt;
&lt;/div&gt;</div>
                                                        <div class="node-unique">Unique: 9abc6e76093a4774f12692d4ba9c803d</div>
                                                    
                                                </div>
                                            
                                                <div class="modal-node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/en/pracovni-a-poradni-organy-vlady/rnm/historie-a-soucasnost-rady-en-16666/" target="_blank" rel="noopener">https://vlada.gov.cz/en/pracovni-a-poradni-organy-vlady/rnm/historie-a-soucasnost-rady-en-16666/</a> (1 node)</div>
                                                    
                                                        <div class="node-selector">Selector: .nav-skip</div>
                                                        <div class="node-html">&lt;div class=&quot;nav-skip&quot;&gt;
	&lt;a href=&quot;#main-content&quot;&gt;Přeskočit na obsah&lt;/a&gt;
&lt;/div&gt;</div>
                                                        <div class="node-unique">Unique: 0e8e0c5f56379bf08b9300f1493c8c68</div>
                                                    
                                                </div>
                                            
                                                <div class="modal-node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/en/ppov/gcfge/government-council-for-gender-equality-185373/" target="_blank" rel="noopener">https://vlada.gov.cz/en/ppov/gcfge/government-council-for-gender-equality-185373/</a> (1 node)</div>
                                                    
                                                        <div class="node-selector">Selector: .nav-skip</div>
                                                        <div class="node-html">&lt;div class=&quot;nav-skip&quot;&gt;
	&lt;a href=&quot;#main-content&quot;&gt;Přeskočit na obsah&lt;/a&gt;
&lt;/div&gt;</div>
                                                        <div class="node-unique">Unique: d3629e9eeae84843a5143bd911b6228c</div>
                                                    
                                                </div>
                                            
                                                <div class="modal-node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/en/ppov/government-committee-for-personnel-nominations-203614/" target="_blank" rel="noopener">https://vlada.gov.cz/en/ppov/government-committee-for-personnel-nominations-203614/</a> (1 node)</div>
                                                    
                                                        <div class="node-selector">Selector: .nav-skip</div>
                                                        <div class="node-html">&lt;div class=&quot;nav-skip&quot;&gt;
	&lt;a href=&quot;#main-content&quot;&gt;Přeskočit na obsah&lt;/a&gt;
&lt;/div&gt;</div>
                                                        <div class="node-unique">Unique: 2ba44ca9a2336fac34dc94c8ef4d540d</div>
                                                    
                                                </div>
                                            
                                                <div class="modal-node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/en/ppov/protidrogova-politika/government-council-for-the-coordination-of-addiction-policy-196563/" target="_blank" rel="noopener">https://vlada.gov.cz/en/ppov/protidrogova-politika/government-council-for-the-coordination-of-addiction-policy-196563/</a> (1 node)</div>
                                                    
                                                        <div class="node-selector">Selector: .nav-skip</div>
                                                        <div class="node-html">&lt;div class=&quot;nav-skip&quot;&gt;
	&lt;a href=&quot;#main-content&quot;&gt;Přeskočit na obsah&lt;/a&gt;
&lt;/div&gt;</div>
                                                        <div class="node-unique">Unique: 45246d370b76b7f0d7e75fe6a9fac038</div>
                                                    
                                                </div>
                                            
                                                <div class="modal-node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/en/ppov/vvzpo/uvod-vvzpo-en-312/" target="_blank" rel="noopener">https://vlada.gov.cz/en/ppov/vvzpo/uvod-vvzpo-en-312/</a> (1 node)</div>
                                                    
                                                        <div class="node-selector">Selector: .nav-skip</div>
                                                        <div class="node-html">&lt;div class=&quot;nav-skip&quot;&gt;
	&lt;a href=&quot;#main-content&quot;&gt;Přeskočit na obsah&lt;/a&gt;
&lt;/div&gt;</div>
                                                        <div class="node-unique">Unique: 6c121a8335470783e7f31b6634addf31</div>
                                                    
                                                </div>
                                            
                                                <div class="modal-node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/en/pracovni-a-poradni-organy-vlady/vdk/vdk---uvod-en-17893/" target="_blank" rel="noopener">https://vlada.gov.cz/en/pracovni-a-poradni-organy-vlady/vdk/vdk---uvod-en-17893/</a> (1 node)</div>
                                                    
                                                        <div class="node-selector">Selector: .nav-skip</div>
                                                        <div class="node-html">&lt;div class=&quot;nav-skip&quot;&gt;
	&lt;a href=&quot;#main-content&quot;&gt;Přeskočit na obsah&lt;/a&gt;
&lt;/div&gt;</div>
                                                        <div class="node-unique">Unique: 0acc905d605a89794a895c5888aec9d7</div>
                                                    
                                                </div>
                                            
                                                <div class="modal-node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/en/ppov/government-council-for-information-society-203535/" target="_blank" rel="noopener">https://vlada.gov.cz/en/ppov/government-council-for-information-society-203535/</a> (1 node)</div>
                                                    
                                                        <div class="node-selector">Selector: .nav-skip</div>
                                                        <div class="node-html">&lt;div class=&quot;nav-skip&quot;&gt;
	&lt;a href=&quot;#main-content&quot;&gt;Přeskočit na obsah&lt;/a&gt;
&lt;/div&gt;</div>
                                                        <div class="node-unique">Unique: 782ab71161d23308c221f6fa7f9664f4</div>
                                                    
                                                </div>
                                            
                                                <div class="modal-node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/en/ppov/working-and-advisory-bodies-of-the-government-53368/" target="_blank" rel="noopener">https://vlada.gov.cz/en/ppov/working-and-advisory-bodies-of-the-government-53368/</a> (1 node)</div>
                                                    
                                                        <div class="node-selector">Selector: .nav-skip</div>
                                                        <div class="node-html">&lt;div class=&quot;nav-skip&quot;&gt;
	&lt;a href=&quot;#main-content&quot;&gt;Přeskočit na obsah&lt;/a&gt;
&lt;/div&gt;</div>
                                                        <div class="node-unique">Unique: f39d8e84a0d7bc9df94b08ce19150ad1</div>
                                                    
                                                </div>
                                            
                                                <div class="modal-node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/en/ppov/government-committee-for-strategic-investments/government-committee-for-strategic-investments-209660/" target="_blank" rel="noopener">https://vlada.gov.cz/en/ppov/government-committee-for-strategic-investments/government-committee-for-strategic-investments-209660/</a> (1 node)</div>
                                                    
                                                        <div class="node-selector">Selector: .nav-skip</div>
                                                        <div class="node-html">&lt;div class=&quot;nav-skip&quot;&gt;
	&lt;a href=&quot;#main-content&quot;&gt;Přeskočit na obsah&lt;/a&gt;
&lt;/div&gt;</div>
                                                        <div class="node-unique">Unique: 376c222e1b5ced5f4d1e56cb7a567e99</div>
                                                    
                                                </div>
                                            </div>
                                                        </div>
                                                    </div>
                                                
                                            
                                    </div>
                                
                                    <div class="violation-item" data-violation="heading-order">
                                        <div class="violation-id">heading-order</div>
                                        <div class="violation-help">Heading levels should only increase by one</div>
                                        <div class="violation-meta">Impact: moderate · Pages with issue: 5 / 60 scanned</div>
                                        <div><a class="learn-more" href="https://dequeuniversity.com/rules/axe/4.11/heading-order?application=playwright" target="_blank" rel="noopener">Learn more</a></div>
                                        <button class="copy-btn" type="button" data-copy-violation="true">Copy failure details</button>
                                        
                                                <div class="violation-template">Template match: 2 nodes share the same snippet.</div>
                                                <div class="node-fix">Fix any of the following:
  Heading order invalid</div>
                                                <div class="node-list">
                                                <div class="node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/en/vlada/clenove-vlady/karel-havlicek-224123/" target="_blank" rel="noopener">https://vlada.gov.cz/en/vlada/clenove-vlady/karel-havlicek-224123/</a> (1 node)</div>
                                                    
                                                        <div class="node-selector">Selector: h4:nth-child(7)</div>
                                                        <div class="node-html">&lt;h4&gt;Personal information&lt;/h4&gt;</div>
                                                        <div class="node-unique">Unique: 4aad01ec80618fd4a9fd78ee6aed2955</div>
                                                    
                                                </div>
                                            
                                                <div class="node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/en/vlada/clenove-vlady/jeronym-tejc-224135/" target="_blank" rel="noopener">https://vlada.gov.cz/en/vlada/clenove-vlady/jeronym-tejc-224135/</a> (1 node)</div>
                                                    
                                                        <div class="node-selector">Selector: h4:nth-child(7)</div>
                                                        <div class="node-html">&lt;h4&gt;&lt;strong&gt;Personal data&lt;/strong&gt;&lt;/h4&gt;</div>
                                                        <div class="node-unique">Unique: 413edd1944b31b8eb23526c0e3282c87</div>
                                                    
                                                </div>
                                            
                                                <div class="node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/en/vlada/clenove-vlady/oto-klempir-224125/" target="_blank" rel="noopener">https://vlada.gov.cz/en/vlada/clenove-vlady/oto-klempir-224125/</a> (1 node)</div>
                                                    
                                                        <div class="node-selector">Selector: h4:nth-child(9)</div>
                                                        <div class="node-html">&lt;h4&gt;Personal information&lt;/h4&gt;</div>
                                                        <div class="node-unique">Unique: 0cda95fe9d5f18c8fcbdc7677376975a</div>
                                                    
                                                </div>
                                            
                                                <div class="node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/cz/urad-vlady/poskytovani-informaci/uvodinf-15135/" target="_blank" rel="noopener">https://vlada.gov.cz/cz/urad-vlady/poskytovani-informaci/uvodinf-15135/</a> (1 node)</div>
                                                    
                                                        <div class="node-selector">Selector: h4:nth-child(5)</div>
                                                        <div class="node-html">&lt;h4&gt;I. Obecná část&lt;/h4&gt;</div>
                                                        <div class="node-unique">Unique: 544620566706bcedb5db70ae2d881278</div>
                                                    
                                                </div>
                                            
                                                <div class="node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/en/urad-vlady/vedouci-uradu-vlady/-head-of-the-office-of-the-government-of-the-czech-republic--97126/" target="_blank" rel="noopener">https://vlada.gov.cz/en/urad-vlady/vedouci-uradu-vlady/-head-of-the-office-of-the-government-of-the-czech-republic--97126/</a> (1 node)</div>
                                                    
                                                        <div class="node-selector">Selector: h4</div>
                                                        <div class="node-html">&lt;h4&gt;Powers of the head of the Office&lt;/h4&gt;</div>
                                                        <div class="node-unique">Unique: c38c6c56dd6f2e01787452e37a88b535</div>
                                                    
                                                </div>
                                            </div>
                                                
                                            
                                    </div>
                                
                                    <div class="violation-item" data-violation="landmark-one-main">
                                        <div class="violation-id">landmark-one-main</div>
                                        <div class="violation-help">Document should have one main landmark</div>
                                        <div class="violation-meta">Impact: moderate · Pages with issue: 2 / 60 scanned</div>
                                        <div><a class="learn-more" href="https://dequeuniversity.com/rules/axe/4.11/landmark-one-main?application=playwright" target="_blank" rel="noopener">Learn more</a></div>
                                        <button class="copy-btn" type="button" data-copy-violation="true">Copy failure details</button>
                                        
                                                
                                                <div class="node-fix">Fix all of the following:
  Document does not have a main landmark</div>
                                                <div class="node-list">
                                                <div class="node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/scripts/detail.php?pgid=445" target="_blank" rel="noopener">https://vlada.gov.cz/scripts/detail.php?pgid=445</a> (1 node)</div>
                                                    
                                                        <div class="node-selector">Selector: html</div>
                                                        <div class="node-html">&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xml:lang=&quot;cs&quot; lang=&quot;cs&quot;&gt;</div>
                                                        <div class="node-unique">Unique: bfd095f309ed8f2204a89ce43bce92f0</div>
                                                    
                                                </div>
                                            
                                                <div class="node-item">
                                                    <div class="node-url"><a href="https://vlada.gov.cz/scripts/detail.php?pgid=489" target="_blank" rel="noopener">https://vlada.gov.cz/scripts/detail.php?pgid=489</a> (1 node)</div>
                                                    
                                                        <div class="node-selector">Selector: html</div>
                                                        <div class="node-html">&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xml:lang=&quot;en&quot; lang=&quot;en&quot;&gt;</div>
                                                        <div class="node-unique">Unique: bb1a8d1cd63ff60e2149978dcc870e86</div>
                                                    
                                                </div>
                                            </div>
                                                
                                            
                                    </div>
                                
                            </div>
                        </div>
                    
                </div>
            </div>

            <!-- Sidebar -->
            <div class="panel">
                <h3>About this scan</h3>
                <div style="margin-bottom: 0.5rem; font-weight: 600;">4/4/2026, 10:10:13 AM (UTC)</div>
                <div style="margin-bottom: 0.25rem;">Target: vlada.gov.cz</div>
                <div style="margin-bottom: 0.25rem;">Viewport: Desktop</div>
                <div style="margin-bottom: 0.25rem;">Color scheme: Light</div>
                <div style="margin-bottom: 0.25rem;">Browser: chromium</div>
                <div style="margin-bottom: 0.25rem;">Mode: ci</div>
                <div style="margin-bottom: 0.25rem;">Max pages: 100</div>
                <div style="margin-bottom: 0.25rem;">Sampling: shuffle (seed czechia-weekly)</div>
                <div style="margin-top: 0.5rem;">Pages crawled: 60</div>
                <div>Total occurrences: 278</div>
                <div class="mini-trend" id="miniTrend" data-target="vlada.gov.cz" data-viewport="desktop" data-color="light" data-browser="chromium">
                    <h4>Trend (total occurrences)</h4>
                    <svg id="miniTrendChart" viewBox="0 0 100 30" role="img" aria-label="Trend of total occurrences"></svg>
                    <div class="mini-trend-status" id="miniTrendStatus">Loading trend…</div>
                </div>
            </div>
        </div>
    </div>

    <section style="margin-top: 0; max-width: 1200px; margin-left: auto; margin-right: auto; padding: 0 1rem;">
        <div class="panel" style="margin-top: 1rem; background-color: #f5f0d9; border: 1px solid #d8cfa3;">
            <details class="debug-accordion">
                <summary style="cursor: pointer; font-weight: 600; outline: none;">Debug info (run config)</summary>
                <div style="margin-top: 0.75rem;">
                    <ul style="margin-top: 0.25rem; padding-left: 1.25rem; line-height: 1.5;">
                        <li>Mode: ci</li>
                        <li>Viewport: desktop</li>
                        <li>Color scheme: light</li>
                        <li>Browser: chromium</li>
                        <li>Max pages: 100</li>
                        <li>Concurrency: 2</li>
                        <li>Timeout (ms): 30000</li>
                        <li>Base URL: https://www.vlada.cz/en/</li>
                        <li>Targets: https://vlada.gov.cz/en/media-centrum/aktualne/pm-andrej-babis-meets-bavarian-minister-president-markus-soder-in-munich-eu-competitiveness--energy--and-security-remain-our-shared-priorities-225799/, https://vlada.gov.cz/, https://vlada.gov.cz/en/, https://vlada.gov.cz/en/vlada/, https://vlada.gov.cz/en/pracovni-a-poradni-organy-vlady/, https://vlada.gov.cz/en/media-centrum/aktualne/prime-minister-babis-meets-president-macron-to-discuss-competitiveness-and-nuclear-energy-cooperation-225797/, https://vlada.gov.cz/en/media-centrum/aktualne/prime-minister-andrej-babis-holds-key-talks-on-eu-priorities-in-austria-and-slovakia-225798/, https://vlada.gov.cz/en/media-centrum/aktualne/andrej-babiss-government-appoints-its-first-deputy-prime-minister--head-of-the-government-office-and-a-new-spokesperson-at-its-constituent-meeting-224771/, https://vlada.gov.cz/en/media-centrum/aktualne/prime-minister-andrej-babis-sends-a-letter-to-european-leaders-calling-for-strengthening-the-competitiveness-of-the-european-union-225349/, https://vlada.gov.cz/en/media-centrum/, https://vlada.gov.cz/en/vlada/clenove-vlady/karel-havlicek-224123/, https://vlada.gov.cz/en/vlada/clenove-vlady/alena-schillerova-224134/, https://vlada.gov.cz/en/vlada/clenove-vlady/jaromir-zuna-224126/, https://vlada.gov.cz/en/vlada/clenove-vlady/ales-juchelka-224129/, https://vlada.gov.cz/en/vlada/clenove-vlady/zuzana-mrazova-224132/, https://vlada.gov.cz/en/vlada/clenove-vlady/jeronym-tejc-224135/, https://vlada.gov.cz/en/vlada/clenove-vlady/ivan-bednarik-224127/, https://vlada.gov.cz/en/vlada/clenove-vlady/igor-cerveny-225457/, https://vlada.gov.cz/en/vlada/clenove-vlady/oto-klempir-224125/, https://vlada.gov.cz/en/jednani-vlady/programove-prohlaseni/programove-prohlaseni-vlady-193547/, https://vlada.gov.cz/cz/clenove-vlady/postaveni-vlady/postaveni-vlady---ustava-15263/, https://vlada.gov.cz/cz/clenove-vlady/historie-minulych-vlad/historie-18014/, https://vlada.gov.cz/scripts/detail.php?pgid=1287, https://vlada.gov.cz/scripts/detail.php?pgid=1304, https://vlada.gov.cz/scripts/detail.php?pgid=1306, https://vlada.gov.cz/en/clenove-vlady/jednani-vlady/, https://vlada.gov.cz/scripts/detail.php?pgid=1021, https://vlada.gov.cz/en/urad-vlady/vedouci-uradu-vlady/vedouci-uradu-vlady-97088/, https://vlada.gov.cz/scripts/detail.php?pgid=445, https://vlada.gov.cz/cz/urad-vlady/poskytovani-informaci/uvodinf-15135/, https://vlada.gov.cz/scripts/detail.php?pgid=489, https://vlada.gov.cz/en/urad-vlady/adresa-uradu-vlady/contact-address-50831/, https://vlada.gov.cz/en/mapa.htm, https://vlada.gov.cz/en/urad-vlady/rss/the-rss-channel-of-the-office-of-the-government-of-the-czech-republic-22552/, https://vlada.gov.cz/scripts/detail.php?pgid=1315, https://vlada.gov.cz/scripts/detail.php?pgid=1499, https://vlada.gov.cz/en/media-centrum/dulezite-dokumenty/, https://vlada.gov.cz/en/urad-vlady/vedouci-uradu-vlady/-head-of-the-office-of-the-government-of-the-czech-republic--97126/, https://vlada.gov.cz/en/urad-vlady/vydavatelstvi/publishing-house-of-the-office-of-the-government-of-the-czech-republic--59232/, https://vlada.gov.cz/scripts/detail.php?pgid=1528, https://vlada.gov.cz/en/clenove-vlady/premier/, https://vlada.gov.cz/en/clenove-vlady/postaveni-vlady/postaveni-vlady---ustava-en-17083/, https://vlada.gov.cz/scripts/detail.php?pgid=1514, https://vlada.gov.cz/en/ppov/lrv/uvod-en-24877/, https://vlada.gov.cz/en/evropske-zalezitosti/organizace-utvaru/organisational-structure-220936/, https://vlada.gov.cz/en/evropske-zalezitosti/predsednictvi-cr-v-rade-eu/presidency-to-the-eu-23295/, https://vlada.gov.cz/scripts/detail.php?pgid=1504, https://vlada.gov.cz/en/evropske-zalezitosti/kontakty/contacts-21448/, https://vlada.gov.cz/en/ppov/zalezitosti-romske-komunity/the-council-for-roma-community-affairs--50634/, https://vlada.gov.cz/en/ppov/rlp/government-council-for-human-rights-50632/, https://vlada.gov.cz/en/ppov/gcfge/government-council-for-gender-equality-185373/, https://vlada.gov.cz/en/pracovni-a-poradni-organy-vlady/rnm/historie-a-soucasnost-rady-en-16666/, https://vlada.gov.cz/en/ppov/government-committee-for-personnel-nominations-203614/, https://vlada.gov.cz/en/ppov/protidrogova-politika/government-council-for-the-coordination-of-addiction-policy-196563/, https://vlada.gov.cz/en/ppov/vvzpo/uvod-vvzpo-en-312/, https://vlada.gov.cz/en/pracovni-a-poradni-organy-vlady/vdk/vdk---uvod-en-17893/, https://vlada.gov.cz/en/ppov/government-council-for-information-society-203535/, https://vlada.gov.cz/en/ppov/national-economic-council-203485/, https://vlada.gov.cz/en/ppov/government-committee-for-strategic-investments/government-committee-for-strategic-investments-209660/, https://vlada.gov.cz/en/ppov/working-and-advisory-bodies-of-the-government-53368/</li>
                        <li>Sampling: shuffle (seed czechia-weekly)</li>
                        <li>Results URLs: 60</li>
                        <li>Finished: 2026-04-04T10:14:59.583Z</li>
                    </ul>
                    
            <div style="margin-top: 1rem;">
                <h3 style="margin-bottom: 0.5rem;">Errors</h3>
                <ul style="padding-left: 1.25rem; line-height: 1.5;">
                    <li><strong>https://vlada.gov.cz/en/media-centrum/aktualne/pm-andrej-babis-meets-bavarian-minister-president-markus-soder-in-munich-eu-competitiveness--energy--and-security-remain-our-shared-priorities-225799/</strong>: page.goto: net::ERR_CONNECTION_RESET at https://vlada.gov.cz/en/media-centrum/aktualne/pm-andrej-babis-meets-bavarian-minister-president-markus-soder-in-munich-eu-competitiveness--energy--and-security-remain-our-shared-priorities-225799/
Call log:
  - navigating to &quot;https://vlada.gov.cz/en/media-centrum/aktualne/pm-andrej-babis-meets-bavarian-minister-president-markus-soder-in-munich-eu-competitiveness--energy--and-security-remain-our-shared-priorities-225799/&quot;, waiting until &quot;domcontentloaded&quot;
</li><li><strong>https://vlada.gov.cz/</strong>: page.goto: Timeout 30000ms exceeded.
Call log:
  - navigating to &quot;https://vlada.gov.cz/&quot;, waiting until &quot;domcontentloaded&quot;
</li><li><strong>https://vlada.gov.cz/en/</strong>: page.goto: Timeout 30000ms exceeded.
Call log:
  - navigating to &quot;https://vlada.gov.cz/en/&quot;, waiting until &quot;domcontentloaded&quot;
</li><li><strong>https://vlada.gov.cz/en/vlada/</strong>: page.goto: Timeout 30000ms exceeded.
Call log:
  - navigating to &quot;https://vlada.gov.cz/en/vlada/&quot;, waiting until &quot;domcontentloaded&quot;
</li><li><strong>https://vlada.gov.cz/en/media-centrum/aktualne/andrej-babiss-government-appoints-its-first-deputy-prime-minister--head-of-the-government-office-and-a-new-spokesperson-at-its-constituent-meeting-224771/</strong>: page.goto: net::ERR_CONNECTION_RESET at https://vlada.gov.cz/en/media-centrum/aktualne/andrej-babiss-government-appoints-its-first-deputy-prime-minister--head-of-the-government-office-and-a-new-spokesperson-at-its-constituent-meeting-224771/
Call log:
  - navigating to &quot;https://vlada.gov.cz/en/media-centrum/aktualne/andrej-babiss-government-appoints-its-first-deputy-prime-minister--head-of-the-government-office-and-a-new-spokesperson-at-its-constituent-meeting-224771/&quot;, waiting until &quot;domcontentloaded&quot;
</li><li><strong>https://vlada.gov.cz/en/media-centrum/aktualne/prime-minister-andrej-babis-holds-key-talks-on-eu-priorities-in-austria-and-slovakia-225798/</strong>: page.goto: Timeout 30000ms exceeded.
Call log:
  - navigating to &quot;https://vlada.gov.cz/en/media-centrum/aktualne/prime-minister-andrej-babis-holds-key-talks-on-eu-priorities-in-austria-and-slovakia-225798/&quot;, waiting until &quot;domcontentloaded&quot;
</li><li><strong>https://vlada.gov.cz/en/media-centrum/aktualne/prime-minister-andrej-babis-sends-a-letter-to-european-leaders-calling-for-strengthening-the-competitiveness-of-the-european-union-225349/</strong>: page.goto: Timeout 30000ms exceeded.
Call log:
  - navigating to &quot;https://vlada.gov.cz/en/media-centrum/aktualne/prime-minister-andrej-babis-sends-a-letter-to-european-leaders-calling-for-strengthening-the-competitiveness-of-the-european-union-225349/&quot;, waiting until &quot;domcontentloaded&quot;
</li><li><strong>https://vlada.gov.cz/en/vlada/clenove-vlady/alena-schillerova-224134/</strong>: page.goto: Timeout 30000ms exceeded.
Call log:
  - navigating to &quot;https://vlada.gov.cz/en/vlada/clenove-vlady/alena-schillerova-224134/&quot;, waiting until &quot;domcontentloaded&quot;
</li><li><strong>https://vlada.gov.cz/en/vlada/clenove-vlady/ales-juchelka-224129/</strong>: page.goto: net::ERR_CONNECTION_RESET at https://vlada.gov.cz/en/vlada/clenove-vlady/ales-juchelka-224129/
Call log:
  - navigating to &quot;https://vlada.gov.cz/en/vlada/clenove-vlady/ales-juchelka-224129/&quot;, waiting until &quot;domcontentloaded&quot;
</li><li><strong>https://vlada.gov.cz/en/vlada/clenove-vlady/jaromir-zuna-224126/</strong>: page.goto: Timeout 30000ms exceeded.
Call log:
  - navigating to &quot;https://vlada.gov.cz/en/vlada/clenove-vlady/jaromir-zuna-224126/&quot;, waiting until &quot;domcontentloaded&quot;
</li><li><strong>https://vlada.gov.cz/en/vlada/clenove-vlady/ivan-bednarik-224127/</strong>: page.goto: net::ERR_CONNECTION_RESET at https://vlada.gov.cz/en/vlada/clenove-vlady/ivan-bednarik-224127/
Call log:
  - navigating to &quot;https://vlada.gov.cz/en/vlada/clenove-vlady/ivan-bednarik-224127/&quot;, waiting until &quot;domcontentloaded&quot;
</li><li><strong>https://vlada.gov.cz/en/vlada/clenove-vlady/igor-cerveny-225457/</strong>: page.goto: net::ERR_CONNECTION_RESET at https://vlada.gov.cz/en/vlada/clenove-vlady/igor-cerveny-225457/
Call log:
  - navigating to &quot;https://vlada.gov.cz/en/vlada/clenove-vlady/igor-cerveny-225457/&quot;, waiting until &quot;domcontentloaded&quot;
</li><li><strong>https://vlada.gov.cz/scripts/detail.php?pgid=1306</strong>: page.goto: net::ERR_CONNECTION_RESET at https://vlada.gov.cz/scripts/detail.php?pgid=1306
Call log:
  - navigating to &quot;https://vlada.gov.cz/scripts/detail.php?pgid=1306&quot;, waiting until &quot;domcontentloaded&quot;
</li><li><strong>https://vlada.gov.cz/en/urad-vlady/vedouci-uradu-vlady/vedouci-uradu-vlady-97088/</strong>: page.goto: net::ERR_CONNECTION_RESET at https://vlada.gov.cz/en/urad-vlady/vedouci-uradu-vlady/vedouci-uradu-vlady-97088/
Call log:
  - navigating to &quot;https://vlada.gov.cz/en/urad-vlady/vedouci-uradu-vlady/vedouci-uradu-vlady-97088/&quot;, waiting until &quot;domcontentloaded&quot;
</li><li><strong>https://vlada.gov.cz/scripts/detail.php?pgid=1021</strong>: page.goto: net::ERR_CONNECTION_RESET at https://vlada.gov.cz/scripts/detail.php?pgid=1021
Call log:
  - navigating to &quot;https://vlada.gov.cz/scripts/detail.php?pgid=1021&quot;, waiting until &quot;domcontentloaded&quot;
</li><li><strong>https://vlada.gov.cz/en/urad-vlady/adresa-uradu-vlady/contact-address-50831/</strong>: page.goto: Timeout 30000ms exceeded.
Call log:
  - navigating to &quot;https://vlada.gov.cz/en/urad-vlady/adresa-uradu-vlady/contact-address-50831/&quot;, waiting until &quot;domcontentloaded&quot;
</li><li><strong>https://vlada.gov.cz/scripts/detail.php?pgid=1499</strong>: page.goto: Timeout 30000ms exceeded.
Call log:
  - navigating to &quot;https://vlada.gov.cz/scripts/detail.php?pgid=1499&quot;, waiting until &quot;domcontentloaded&quot;
</li>
                </ul>
            </div>
                </div>
            </details>
        </div>
    </section>

    <!-- Insights panel: audience summaries + trends -->
    <section id="insights-section" aria-labelledby="insights-heading" hidden>
        <div class="panel">
            <h3 id="insights-heading">Accessibility Insights</h3>
            <p class="insights-intro">Generate audience-specific summaries using in-browser AI (Chrome Prompt API / Gemini Nano, if available). All processing is local — no data leaves your browser. Numbers are computed from scan data and cannot be altered by the model.</p>
            <div id="ai-status" role="status" aria-live="polite">Checking for in-browser AI availability…</div>
            <div class="insights-buttons" role="group" aria-label="Generate accessibility summaries">
                <button id="btn-exec" class="insights-btn" type="button" disabled>Summarize for executives</button>
                <button id="btn-dev" class="insights-btn" type="button" disabled>Summarize for dev team</button>
                <button id="btn-jira" class="insights-btn" type="button" disabled>Generate Jira checklist</button>
                <button id="btn-clear" class="insights-btn" type="button" style="background: var(--muted);" hidden>Clear output</button>
            </div>
            <div id="insights-fallback" class="insights-fallback" hidden></div>
            <div id="insights-output" class="insights-output" aria-live="polite" aria-label="Generated summary output"></div>
            <div class="insights-trends" id="insightsTrends" hidden>
                <h4>Violation trends over time</h4>
                <div class="trends-charts-row">
                    <div class="trend-chart-wrap">
                        <div class="trend-chart-label">Total violations</div>
                        <svg id="insightTrendTotal" class="insight-trend-svg" role="img" aria-label="Total violations over time"></svg>
                    </div>
                    <div class="trend-chart-wrap">
                        <div class="trend-chart-label">Critical + Serious</div>
                        <svg id="insightTrendCritical" class="insight-trend-svg" role="img" aria-label="Critical and serious violations over time"></svg>
                    </div>
                </div>
                <div id="regressionAlerts" class="regression-alerts" role="region" aria-label="Regression alerts"></div>
            </div>
        </div>
    </section>

    <!-- Dedupe and Patterns section -->
    <section id="dedupe-section" aria-labelledby="dedupe-heading" hidden>
        <div class="panel">
            <h3 id="dedupe-heading">Dedupe and Patterns</h3>
            <p class="dedupe-intro">Deterministic deduplication groups repeated findings by signature — no AI needed. In-browser AI clustering (Chrome with Prompt API) reveals root causes and "fix once, remove many" actions. All processing is local — no data leaves your browser.</p>
            <div id="dedupe-summary" class="dedupe-summary-cards" hidden></div>
            <div id="dedupe-ai-status" class="dedupe-ai-status" role="status" aria-live="polite"></div>
            <div class="dedupe-buttons" role="group" aria-label="Dedupe and clustering actions">
                <button id="btn-run-cluster" class="insights-btn" type="button" hidden>Run local clustering (Chrome AI)</button>
                <button id="btn-clear-dedupe" class="insights-btn" type="button" style="background: var(--muted);" hidden>Clear cached clustering</button>
            </div>
            <div id="dedupe-progress" class="dedupe-progress" role="status" aria-live="polite" hidden></div>
            <div id="dedupe-groups-section" hidden>
                <h4>Deduped Groups (<span id="dedupe-groups-count">0</span>)</h4>
                <div id="dedupe-groups-list"></div>
            </div>
            <div id="dedupe-clusters-section" hidden>
                <h4>AI-Identified Patterns (<span id="dedupe-clusters-count">0</span>)</h4>
                <div id="dedupe-clusters-list"></div>
            </div>
            <div id="dedupe-actions-section" hidden>
                <h4>Top Actions</h4>
                <div id="dedupe-actions-list"></div>
            </div>
        </div>
    </section>
    </main>

    <!-- Structured scan data for the Insights panel (not rendered, only parsed by JS) -->
    <script id="reportData" type="application/json">{"scan":{"date":"2026-04-04","pages_scanned":60,"violations_total":278,"by_impact":{"critical":3,"serious":86,"moderate":95,"minor":94},"top_rules":[{"rule_id":"color-contrast","count":80,"pages_affected":27,"impact":"serious","score":10800},{"rule_id":"region","count":88,"pages_affected":31,"impact":"moderate","score":5456},{"rule_id":"image-redundant-alt","count":94,"pages_affected":41,"impact":"minor","score":3854},{"rule_id":"heading-order","count":5,"pages_affected":5,"impact":"moderate","score":50},{"rule_id":"button-name","count":2,"pages_affected":1,"impact":"critical","score":20},{"rule_id":"label","count":1,"pages_affected":1,"impact":"critical","score":10},{"rule_id":"list","count":2,"pages_affected":1,"impact":"serious","score":10},{"rule_id":"aria-prohibited-attr","count":2,"pages_affected":1,"impact":"serious","score":10},{"rule_id":"frame-title","count":2,"pages_affected":1,"impact":"serious","score":10},{"rule_id":"landmark-one-main","count":2,"pages_affected":2,"impact":"moderate","score":8}]},"trends":{"window":"last_7_scans","series":[{"date":"2026-02-21","run_id":"www-vlada-cz--2026-02-21T10-06-03-084Z--czechia-weekly-desktop-light-chromium","pages":0,"violations_total":401,"critical":1,"serious":100,"moderate":147,"minor":153},{"date":"2026-02-28","run_id":"www-vlada-cz--2026-02-28T10-05-21-675Z--czechia-weekly-desktop-light-chromium","pages":0,"violations_total":403,"critical":1,"serious":115,"moderate":118,"minor":169},{"date":"2026-03-07","run_id":"www-vlada-cz--2026-03-07T10-05-26-865Z--czechia-weekly-desktop-light-chromium","pages":0,"violations_total":455,"critical":1,"serious":137,"moderate":144,"minor":173},{"date":"2026-03-14","run_id":"www-vlada-cz--2026-03-14T10-07-07-738Z--czechia-weekly-desktop-light-chromium","pages":91,"violations_total":439,"critical":0,"serious":137,"moderate":89,"minor":213},{"date":"2026-03-21","run_id":"www-vlada-cz--2026-03-21T10-06-04-903Z--czechia-weekly-desktop-light-chromium","pages":84,"violations_total":462,"critical":3,"serious":146,"moderate":138,"minor":175},{"date":"2026-03-28","run_id":"www-vlada-cz--2026-03-28T10-09-06-031Z--czechia-weekly-desktop-light-chromium","pages":63,"violations_total":419,"critical":2,"serious":118,"moderate":123,"minor":176},{"date":"2026-04-04","run_id":"www-vlada-cz--2026-04-04T10-10-13-491Z--czechia-weekly-desktop-light-chromium","pages":60,"violations_total":278,"critical":3,"serious":86,"moderate":95,"minor":94}],"delta_vs_last":{"violations_total":-141,"critical":1,"serious":-32},"delta_vs_baseline":{"violations_total":-123,"critical":2,"serious":-14},"top_movers":[{"rule_id":"image-redundant-alt","change":-82},{"rule_id":"heading-order","change":-18},{"rule_id":"region","change":-10},{"rule_id":"color-contrast","change":-7},{"rule_id":"aria-prohibited-attr","change":1}],"new_rules":[]},"recommended_priorities":[{"rule_id":"color-contrast","count":80,"pages_affected":27,"impact":"serious","score":10800},{"rule_id":"region","count":88,"pages_affected":31,"impact":"moderate","score":5456},{"rule_id":"image-redundant-alt","count":94,"pages_affected":41,"impact":"minor","score":3854},{"rule_id":"heading-order","count":5,"pages_affected":5,"impact":"moderate","score":50},{"rule_id":"button-name","count":2,"pages_affected":1,"impact":"critical","score":20}],"constraints":{"no_invented_numbers":true,"no_policy_claims":true,"output_format":"markdown"}}</script>

    <!-- Compact findings for client-side deduplication (not rendered, only parsed by JS) -->
    <script id="findingsData" type="application/json">[{"page":"https://vlada.gov.cz/en/media-centrum/aktualne/prime-minister-babis-meets-president-macron-to-discuss-competitiveness-and-nuclear-energy-cooperation-225797/","rule_id":"image-redundant-alt","impact":"minor","message":"Alternative text of images should not be repeated as text","selector":"img[alt=\"Visegrad Group\"]","html_snippet":"<img src=\"/assets/media-centrum/neprehlednete/v4.jpg\" alt=\"Visegrad Group\" width=\"188\" height=\"106\">"},{"page":"https://vlada.gov.cz/en/media-centrum/aktualne/prime-minister-babis-meets-president-macron-to-discuss-competitiveness-and-nuclear-energy-cooperation-225797/","rule_id":"image-redundant-alt","impact":"minor","message":"Alternative text of images should not be repeated as text","selector":"img[alt=\"National Convention\"]","html_snippet":"<img src=\"/assets/media-centrum/neprehlednete/national-convention_188.jpg\" alt=\"National Convention\" width=\"188\" height=\"56\">"},{"page":"https://vlada.gov.cz/en/pracovni-a-poradni-organy-vlady/","rule_id":"color-contrast","impact":"serious","message":"Elements must meet minimum color contrast ratio thresholds","selector":"#cookieconsent\\:desc > a","html_snippet":"<a style=\"color: #ffffff;\" href=\"/en/urad-vlady/about-server/personal-data-protection-167157/\">Privacy Policy website</a>"},{"page":"https://vlada.gov.cz/en/pracovni-a-poradni-organy-vlady/","rule_id":"color-contrast","impact":"serious","message":"Elements must meet minimum color contrast ratio thresholds","selector":".cc-deny","html_snippet":"<a aria-label=\"deny cookies\" role=\"button\" tabindex=\"0\" class=\"cc-btn cc-deny\">Necessary only</a>"},{"page":"https://vlada.gov.cz/en/pracovni-a-poradni-organy-vlady/","rule_id":"color-contrast","impact":"serious","message":"Elements must meet minimum color contrast ratio thresholds","selector":".cc-allow","html_snippet":"<a aria-label=\"allow cookies\" role=\"button\" tabindex=\"0\" class=\"cc-btn cc-allow\">Accept all</a>"},{"page":"https://vlada.gov.cz/en/pracovni-a-poradni-organy-vlady/","rule_id":"image-redundant-alt","impact":"minor","message":"Alternative text of images should not be repeated as text","selector":"img[alt=\"Visegrad Group\"]","html_snippet":"<img src=\"/assets/media-centrum/neprehlednete/v4.jpg\" alt=\"Visegrad Group\" width=\"188\" height=\"106\">"},{"page":"https://vlada.gov.cz/en/pracovni-a-poradni-organy-vlady/","rule_id":"image-redundant-alt","impact":"minor","message":"Alternative text of images should not be repeated as text","selector":"img[alt=\"National Convention\"]","html_snippet":"<img src=\"/assets/media-centrum/neprehlednete/national-convention_188.jpg\" alt=\"National Convention\" width=\"188\" height=\"56\">"},{"page":"https://vlada.gov.cz/en/pracovni-a-poradni-organy-vlady/","rule_id":"region","impact":"moderate","message":"All page content should be contained by landmarks","selector":".nav-skip","html_snippet":"<div class=\"nav-skip\">\n\t<a href=\"#main-content\">Přeskočit na obsah</a>\n</div>"},{"page":"https://vlada.gov.cz/en/media-centrum/","rule_id":"color-contrast","impact":"serious","message":"Elements must meet minimum color contrast ratio thresholds","selector":"#cookieconsent\\:desc > a","html_snippet":"<a style=\"color: #ffffff;\" href=\"/en/urad-vlady/about-server/personal-data-protection-167157/\">Privacy Policy website</a>"},{"page":"https://vlada.gov.cz/en/media-centrum/","rule_id":"color-contrast","impact":"serious","message":"Elements must meet minimum color contrast ratio thresholds","selector":".cc-deny","html_snippet":"<a aria-label=\"deny cookies\" role=\"button\" tabindex=\"0\" class=\"cc-btn cc-deny\">Necessary only</a>"},{"page":"https://vlada.gov.cz/en/media-centrum/","rule_id":"color-contrast","impact":"serious","message":"Elements must meet minimum color contrast ratio thresholds","selector":".cc-allow","html_snippet":"<a aria-label=\"allow cookies\" role=\"button\" tabindex=\"0\" class=\"cc-btn cc-allow\">Accept all</a>"},{"page":"https://vlada.gov.cz/en/media-centrum/","rule_id":"image-redundant-alt","impact":"minor","message":"Alternative text of images should not be repeated as text","selector":"img[alt=\"Visegrad Group\"]","html_snippet":"<img src=\"/assets/media-centrum/neprehlednete/v4.jpg\" alt=\"Visegrad Group\" width=\"188\" height=\"106\">"},{"page":"https://vlada.gov.cz/en/media-centrum/","rule_id":"image-redundant-alt","impact":"minor","message":"Alternative text of images should not be repeated as text","selector":"img[alt=\"National Convention\"]","html_snippet":"<img src=\"/assets/media-centrum/neprehlednete/national-convention_188.jpg\" alt=\"National Convention\" width=\"188\" height=\"56\">"},{"page":"https://vlada.gov.cz/en/media-centrum/","rule_id":"region","impact":"moderate","message":"All page content should be contained by landmarks","selector":".nav-skip","html_snippet":"<div class=\"nav-skip\">\n\t<a href=\"#main-content\">Přeskočit na obsah</a>\n</div>"},{"page":"https://vlada.gov.cz/en/vlada/clenove-vlady/karel-havlicek-224123/","rule_id":"heading-order","impact":"moderate","message":"Heading levels should only increase by one","selector":"h4:nth-child(7)","html_snippet":"<h4>Personal information</h4>"},{"page":"https://vlada.gov.cz/en/vlada/clenove-vlady/karel-havlicek-224123/","rule_id":"image-redundant-alt","impact":"minor","message":"Alternative text of images should not be repeated as text","selector":"img[alt=\"Visegrad Group\"]","html_snippet":"<img src=\"/assets/media-centrum/neprehlednete/v4.jpg\" alt=\"Visegrad Group\" width=\"188\" height=\"106\">"},{"page":"https://vlada.gov.cz/en/vlada/clenove-vlady/karel-havlicek-224123/","rule_id":"image-redundant-alt","impact":"minor","message":"Alternative text of images should not be repeated as text","selector":"img[alt=\"National Convention\"]","html_snippet":"<img src=\"/assets/media-centrum/neprehlednete/national-convention_188.jpg\" alt=\"National Convention\" width=\"188\" height=\"56\">"},{"page":"https://vlada.gov.cz/en/vlada/clenove-vlady/zuzana-mrazova-224132/","rule_id":"image-redundant-alt","impact":"minor","message":"Alternative text of images should not be repeated as text","selector":"img[alt=\"Visegrad Group\"]","html_snippet":"<img src=\"/assets/media-centrum/neprehlednete/v4.jpg\" alt=\"Visegrad Group\" width=\"188\" height=\"106\">"},{"page":"https://vlada.gov.cz/en/vlada/clenove-vlady/zuzana-mrazova-224132/","rule_id":"image-redundant-alt","impact":"minor","message":"Alternative text of images should not be repeated as text","selector":"img[alt=\"National Convention\"]","html_snippet":"<img src=\"/assets/media-centrum/neprehlednete/national-convention_188.jpg\" alt=\"National Convention\" width=\"188\" height=\"56\">"},{"page":"https://vlada.gov.cz/en/vlada/clenove-vlady/jeronym-tejc-224135/","rule_id":"heading-order","impact":"moderate","message":"Heading levels should only increase by one","selector":"h4:nth-child(7)","html_snippet":"<h4><strong>Personal data</strong></h4>"},{"page":"https://vlada.gov.cz/en/vlada/clenove-vlady/jeronym-tejc-224135/","rule_id":"image-redundant-alt","impact":"minor","message":"Alternative text of images should not be repeated as text","selector":"img[alt=\"Visegrad Group\"]","html_snippet":"<img src=\"/assets/media-centrum/neprehlednete/v4.jpg\" alt=\"Visegrad Group\" width=\"188\" height=\"106\">"},{"page":"https://vlada.gov.cz/en/vlada/clenove-vlady/jeronym-tejc-224135/","rule_id":"image-redundant-alt","impact":"minor","message":"Alternative text of images should not be repeated as text","selector":"img[alt=\"National Convention\"]","html_snippet":"<img src=\"/assets/media-centrum/neprehlednete/national-convention_188.jpg\" alt=\"National Convention\" width=\"188\" height=\"56\">"},{"page":"https://vlada.gov.cz/en/vlada/clenove-vlady/oto-klempir-224125/","rule_id":"heading-order","impact":"moderate","message":"Heading levels should only increase by one","selector":"h4:nth-child(9)","html_snippet":"<h4>Personal information</h4>"},{"page":"https://vlada.gov.cz/en/vlada/clenove-vlady/oto-klempir-224125/","rule_id":"image-redundant-alt","impact":"minor","message":"Alternative text of images should not be repeated as text","selector":"img[alt=\"Visegrad Group\"]","html_snippet":"<img src=\"/assets/media-centrum/neprehlednete/v4.jpg\" alt=\"Visegrad Group\" width=\"188\" height=\"106\">"},{"page":"https://vlada.gov.cz/en/vlada/clenove-vlady/oto-klempir-224125/","rule_id":"image-redundant-alt","impact":"minor","message":"Alternative text of images should not be repeated as text","selector":"img[alt=\"National Convention\"]","html_snippet":"<img src=\"/assets/media-centrum/neprehlednete/national-convention_188.jpg\" alt=\"National Convention\" width=\"188\" height=\"56\">"},{"page":"https://vlada.gov.cz/en/jednani-vlady/programove-prohlaseni/programove-prohlaseni-vlady-193547/","rule_id":"image-redundant-alt","impact":"minor","message":"Alternative text of images should not be repeated as text","selector":"img[width=\"240\"]","html_snippet":"<img src=\"/assets/media-centrum/neprehlednete/banner-ministr-pro-sport.png\" alt=\"Boris Šťastný – ministr pro sport, prevenci a zdraví\" width=\"240\" height=\"160\">"},{"page":"https://vlada.gov.cz/en/jednani-vlady/programove-prohlaseni/programove-prohlaseni-vlady-193547/","rule_id":"image-redundant-alt","impact":"minor","message":"Alternative text of images should not be repeated as text","selector":"img[width=\"584\"]","html_snippet":"<img src=\"/assets/media-centrum/neprehlednete/hospodarska-strategie.jpg\" alt=\"Hospodářská strategie Česko: Země pro budoucnost 2.0\" width=\"584\" height=\"334\">"},{"page":"https://vlada.gov.cz/en/jednani-vlady/programove-prohlaseni/programove-prohlaseni-vlady-193547/","rule_id":"image-redundant-alt","impact":"minor","message":"Alternative text of images should not be repeated as text","selector":"img[width=\"1920\"]","html_snippet":"<img src=\"/assets/media-centrum/neprehlednete/Kopie-navrhu-banner-web-dod.png\" alt=\"Dny otevřených dveří objektů Úřadu vlády v roce 2026\" width=\"1920\" height=\"1080\">"},{"page":"https://vlada.gov.cz/en/jednani-vlady/programove-prohlaseni/programove-prohlaseni-vlady-193547/","rule_id":"image-redundant-alt","impact":"minor","message":"Alternative text of images should not be repeated as text","selector":"img[width=\"188\"]","html_snippet":"<img src=\"/assets/media-centrum/neprehlednete/banner-urad-vlady-188x106_2.jpg\" alt=\"nasiukrajinci.cz - web koordinující nabídky i žádosti o pomoc pro Ukrajinu\" width=\"188\" height=\"105\">"},{"page":"https://vlada.gov.cz/cz/clenove-vlady/historie-minulych-vlad/historie-18014/","rule_id":"color-contrast","impact":"serious","message":"Elements must meet minimum color contrast ratio thresholds","selector":"#cookieconsent\\:desc > a","html_snippet":"<a style=\"color: #ffffff;\" href=\"/cz/urad-vlady/o-serveru/ochrana-osobnich-udaju-167154/\">Ochrana osobních údajů</a>"},{"page":"https://vlada.gov.cz/cz/clenove-vlady/historie-minulych-vlad/historie-18014/","rule_id":"color-contrast","impact":"serious","message":"Elements must meet minimum color contrast ratio thresholds","selector":".cc-deny","html_snippet":"<a href=\"#\" role=\"button\" tabindex=\"0\" class=\"cc-btn cc-deny\">Pouze nezbytné</a>"},{"page":"https://vlada.gov.cz/cz/clenove-vlady/historie-minulych-vlad/historie-18014/","rule_id":"color-contrast","impact":"serious","message":"Elements must meet minimum color contrast ratio thresholds","selector":".cc-allow","html_snippet":"<a href=\"#\" role=\"button\" tabindex=\"0\" class=\"cc-btn cc-allow\">Přijmout všechny</a>"},{"page":"https://vlada.gov.cz/cz/clenove-vlady/historie-minulych-vlad/historie-18014/","rule_id":"image-redundant-alt","impact":"minor","message":"Alternative text of images should not be repeated as text","selector":"img[width=\"240\"]","html_snippet":"<img src=\"/assets/media-centrum/neprehlednete/banner-ministr-pro-sport.png\" alt=\"Boris Šťastný – ministr pro sport, prevenci a zdraví\" width=\"240\" height=\"160\">"},{"page":"https://vlada.gov.cz/cz/clenove-vlady/historie-minulych-vlad/historie-18014/","rule_id":"image-redundant-alt","impact":"minor","message":"Alternative text of images should not be repeated as text","selector":"img[width=\"584\"]","html_snippet":"<img src=\"/assets/media-centrum/neprehlednete/hospodarska-strategie.jpg\" alt=\"Hospodářská strategie Česko: Země pro budoucnost 2.0\" width=\"584\" height=\"334\">"},{"page":"https://vlada.gov.cz/cz/clenove-vlady/historie-minulych-vlad/historie-18014/","rule_id":"image-redundant-alt","impact":"minor","message":"Alternative text of images should not be repeated as text","selector":"img[width=\"1920\"]","html_snippet":"<img src=\"/assets/media-centrum/neprehlednete/Kopie-navrhu-banner-web-dod.png\" alt=\"Dny otevřených dveří objektů Úřadu vlády v roce 2026\" width=\"1920\" height=\"1080\">"},{"page":"https://vlada.gov.cz/cz/clenove-vlady/historie-minulych-vlad/historie-18014/","rule_id":"image-redundant-alt","impact":"minor","message":"Alternative text of images should not be repeated as text","selector":"img[width=\"188\"]","html_snippet":"<img src=\"/assets/media-centrum/neprehlednete/banner-urad-vlady-188x106_2.jpg\" alt=\"nasiukrajinci.cz - web koordinující nabídky i žádosti o pomoc pro Ukrajinu\" width=\"188\" height=\"105\">"},{"page":"https://vlada.gov.cz/cz/clenove-vlady/historie-minulych-vlad/historie-18014/","rule_id":"region","impact":"moderate","message":"All page content should be contained by landmarks","selector":".nav-skip","html_snippet":"<div class=\"nav-skip\">\n\t<a href=\"#main-content\">Přeskočit na obsah</a>\n</div>"},{"page":"https://vlada.gov.cz/cz/clenove-vlady/postaveni-vlady/postaveni-vlady---ustava-15263/","rule_id":"color-contrast","impact":"serious","message":"Elements must meet minimum color contrast ratio thresholds","selector":"#cookieconsent\\:desc > a","html_snippet":"<a style=\"color: #ffffff;\" href=\"/cz/urad-vlady/o-serveru/ochrana-osobnich-udaju-167154/\">Ochrana osobních údajů</a>"},{"page":"https://vlada.gov.cz/cz/clenove-vlady/postaveni-vlady/postaveni-vlady---ustava-15263/","rule_id":"color-contrast","impact":"serious","message":"Elements must meet minimum color contrast ratio thresholds","selector":".cc-deny","html_snippet":"<a href=\"#\" role=\"button\" tabindex=\"0\" class=\"cc-btn cc-deny\">Pouze nezbytné</a>"},{"page":"https://vlada.gov.cz/cz/clenove-vlady/postaveni-vlady/postaveni-vlady---ustava-15263/","rule_id":"color-contrast","impact":"serious","message":"Elements must meet minimum color contrast ratio thresholds","selector":".cc-allow","html_snippet":"<a href=\"#\" role=\"button\" tabindex=\"0\" class=\"cc-btn cc-allow\">Přijmout všechny</a>"},{"page":"https://vlada.gov.cz/cz/clenove-vlady/postaveni-vlady/postaveni-vlady---ustava-15263/","rule_id":"image-redundant-alt","impact":"minor","message":"Alternative text of images should not be repeated as text","selector":"img[width=\"240\"]","html_snippet":"<img src=\"/assets/media-centrum/neprehlednete/banner-ministr-pro-sport.png\" alt=\"Boris Šťastný – ministr pro sport, prevenci a zdraví\" width=\"240\" height=\"160\">"},{"page":"https://vlada.gov.cz/cz/clenove-vlady/postaveni-vlady/postaveni-vlady---ustava-15263/","rule_id":"image-redundant-alt","impact":"minor","message":"Alternative text of images should not be repeated as text","selector":"img[width=\"584\"]","html_snippet":"<img src=\"/assets/media-centrum/neprehlednete/hospodarska-strategie.jpg\" alt=\"Hospodářská strategie Česko: Země pro budoucnost 2.0\" width=\"584\" height=\"334\">"},{"page":"https://vlada.gov.cz/cz/clenove-vlady/postaveni-vlady/postaveni-vlady---ustava-15263/","rule_id":"image-redundant-alt","impact":"minor","message":"Alternative text of images should not be repeated as text","selector":"img[width=\"1920\"]","html_snippet":"<img src=\"/assets/media-centrum/neprehlednete/Kopie-navrhu-banner-web-dod.png\" alt=\"Dny otevřených dveří objektů Úřadu vlády v roce 2026\" width=\"1920\" height=\"1080\">"},{"page":"https://vlada.gov.cz/cz/clenove-vlady/postaveni-vlady/postaveni-vlady---ustava-15263/","rule_id":"image-redundant-alt","impact":"minor","message":"Alternative text of images should not be repeated as text","selector":"img[width=\"188\"]","html_snippet":"<img src=\"/assets/media-centrum/neprehlednete/banner-urad-vlady-188x106_2.jpg\" alt=\"nasiukrajinci.cz - web koordinující nabídky i žádosti o pomoc pro Ukrajinu\" width=\"188\" height=\"105\">"},{"page":"https://vlada.gov.cz/cz/clenove-vlady/postaveni-vlady/postaveni-vlady---ustava-15263/","rule_id":"region","impact":"moderate","message":"All page content should be contained by landmarks","selector":".nav-skip","html_snippet":"<div class=\"nav-skip\">\n\t<a href=\"#main-content\">Přeskočit na obsah</a>\n</div>"},{"page":"https://vlada.gov.cz/scripts/detail.php?pgid=1287","rule_id":"image-redundant-alt","impact":"minor","message":"Alternative text of images should not be repeated as text","selector":"img[width=\"240\"]","html_snippet":"<img src=\"/assets/media-centrum/neprehlednete/banner-ministr-pro-sport.png\" alt=\"Boris Šťastný – ministr pro sport, prevenci a zdraví\" width=\"240\" height=\"160\">"},{"page":"https://vlada.gov.cz/scripts/detail.php?pgid=1287","rule_id":"image-redundant-alt","impact":"minor","message":"Alternative text of images should not be repeated as text","selector":"img[height=\"334\"]","html_snippet":"<img src=\"/assets/media-centrum/neprehlednete/hospodarska-strategie.jpg\" alt=\"Hospodářská strategie Česko: Země pro budoucnost 2.0\" width=\"584\" height=\"334\">"},{"page":"https://vlada.gov.cz/scripts/detail.php?pgid=1287","rule_id":"image-redundant-alt","impact":"minor","message":"Alternative text of images should not be repeated as text","selector":"img[width=\"1920\"]","html_snippet":"<img src=\"/assets/media-centrum/neprehlednete/Kopie-navrhu-banner-web-dod.png\" alt=\"Dny otevřených dveří objektů Úřadu vlády v roce 2026\" width=\"1920\" height=\"1080\">"},{"page":"https://vlada.gov.cz/scripts/detail.php?pgid=1287","rule_id":"image-redundant-alt","impact":"minor","message":"Alternative text of images should not be repeated as text","selector":"img[width=\"188\"]","html_snippet":"<img src=\"/assets/media-centrum/neprehlednete/banner-urad-vlady-188x106_2.jpg\" alt=\"nasiukrajinci.cz - web koordinující nabídky i žádosti o pomoc pro Ukrajinu\" width=\"188\" height=\"105\">"},{"page":"https://vlada.gov.cz/scripts/detail.php?pgid=1304","rule_id":"image-redundant-alt","impact":"minor","message":"Alternative text of images should not be repeated as text","selector":"img[width=\"240\"]","html_snippet":"<img src=\"/assets/media-centrum/neprehlednete/banner-ministr-pro-sport.png\" alt=\"Boris Šťastný – ministr pro sport, prevenci a zdraví\" width=\"240\" height=\"160\">"},{"page":"https://vlada.gov.cz/scripts/detail.php?pgid=1304","rule_id":"image-redundant-alt","impact":"minor","message":"Alternative text of images should not be repeated as text","selector":"img[width=\"584\"]","html_snippet":"<img src=\"/assets/media-centrum/neprehlednete/hospodarska-strategie.jpg\" alt=\"Hospodářská strategie Česko: Země pro budoucnost 2.0\" width=\"584\" height=\"334\">"},{"page":"https://vlada.gov.cz/scripts/detail.php?pgid=1304","rule_id":"image-redundant-alt","impact":"minor","message":"Alternative text of images should not be repeated as text","selector":"img[width=\"1920\"]","html_snippet":"<img src=\"/assets/media-centrum/neprehlednete/Kopie-navrhu-banner-web-dod.png\" alt=\"Dny otevřených dveří objektů Úřadu vlády v roce 2026\" width=\"1920\" height=\"1080\">"},{"page":"https://vlada.gov.cz/scripts/detail.php?pgid=1304","rule_id":"image-redundant-alt","impact":"minor","message":"Alternative text of images should not be repeated as text","selector":"img[width=\"188\"]","html_snippet":"<img src=\"/assets/media-centrum/neprehlednete/banner-urad-vlady-188x106_2.jpg\" alt=\"nasiukrajinci.cz - web koordinující nabídky i žádosti o pomoc pro Ukrajinu\" width=\"188\" height=\"105\">"},{"page":"https://vlada.gov.cz/en/clenove-vlady/jednani-vlady/","rule_id":"image-redundant-alt","impact":"minor","message":"Alternative text of images should not be repeated as text","selector":"img[alt=\"Visegrad Group\"]","html_snippet":"<img src=\"/assets/media-centrum/neprehlednete/v4.jpg\" alt=\"Visegrad Group\" width=\"188\" height=\"106\">"},{"page":"https://vlada.gov.cz/en/clenove-vlady/jednani-vlady/","rule_id":"image-redundant-alt","impact":"minor","message":"Alternative text of images should not be repeated as text","selector":"img[alt=\"National Convention\"]","html_snippet":"<img src=\"/assets/media-centrum/neprehlednete/national-convention_188.jpg\" srcset=\"/assets/media-centrum/neprehlednete/national-convention_188.jpg 1x, /assets/media-centrum/neprehlednete/national-conv"},{"page":"https://vlada.gov.cz/cz/urad-vlady/poskytovani-informaci/uvodinf-15135/","rule_id":"color-contrast","impact":"serious","message":"Elements must meet minimum color contrast ratio thresholds","selector":"#cookieconsent\\:desc > a","html_snippet":"<a style=\"color: #ffffff;\" href=\"/cz/urad-vlady/o-serveru/ochrana-osobnich-udaju-167154/\">Ochrana osobních údajů</a>"},{"page":"https://vlada.gov.cz/cz/urad-vlady/poskytovani-informaci/uvodinf-15135/","rule_id":"color-contrast","impact":"serious","message":"Elements must meet minimum color contrast ratio thresholds","selector":".cc-deny","html_snippet":"<a href=\"#\" role=\"button\" tabindex=\"0\" class=\"cc-btn cc-deny\">Pouze nezbytné</a>"},{"page":"https://vlada.gov.cz/cz/urad-vlady/poskytovani-informaci/uvodinf-15135/","rule_id":"color-contrast","impact":"serious","message":"Elements must meet minimum color contrast ratio thresholds","selector":".cc-allow","html_snippet":"<a href=\"#\" role=\"button\" tabindex=\"0\" class=\"cc-btn cc-allow\">Přijmout všechny</a>"},{"page":"https://vlada.gov.cz/cz/urad-vlady/poskytovani-informaci/uvodinf-15135/","rule_id":"heading-order","impact":"moderate","message":"Heading levels should only increase by one","selector":"h4:nth-child(5)","html_snippet":"<h4>I. Obecná část</h4>"},{"page":"https://vlada.gov.cz/cz/urad-vlady/poskytovani-informaci/uvodinf-15135/","rule_id":"image-redundant-alt","impact":"minor","message":"Alternative text of images should not be repeated as text","selector":"img[width=\"240\"]","html_snippet":"<img src=\"/assets/media-centrum/neprehlednete/banner-ministr-pro-sport.png\" alt=\"Boris Šťastný – ministr pro sport, prevenci a zdraví\" width=\"240\" height=\"160\">"},{"page":"https://vlada.gov.cz/cz/urad-vlady/poskytovani-informaci/uvodinf-15135/","rule_id":"image-redundant-alt","impact":"minor","message":"Alternative text of images should not be repeated as text","selector":"img[width=\"584\"]","html_snippet":"<img src=\"/assets/media-centrum/neprehlednete/hospodarska-strategie.jpg\" alt=\"Hospodářská strategie Česko: Země pro budoucnost 2.0\" width=\"584\" height=\"334\">"},{"page":"https://vlada.gov.cz/cz/urad-vlady/poskytovani-informaci/uvodinf-15135/","rule_id":"image-redundant-alt","impact":"minor","message":"Alternative text of images should not be repeated as text","selector":"img[width=\"1920\"]","html_snippet":"<img src=\"/assets/media-centrum/neprehlednete/Kopie-navrhu-banner-web-dod.png\" alt=\"Dny otevřených dveří objektů Úřadu vlády v roce 2026\" width=\"1920\" height=\"1080\">"},{"page":"https://vlada.gov.cz/cz/urad-vlady/poskytovani-informaci/uvodinf-15135/","rule_id":"image-redundant-alt","impact":"minor","message":"Alternative text of images should not be repeated as text","selector":"img[width=\"188\"]","html_snippet":"<img src=\"/assets/media-centrum/neprehlednete/banner-urad-vlady-188x106_2.jpg\" alt=\"nasiukrajinci.cz - web koordinující nabídky i žádosti o pomoc pro Ukrajinu\" width=\"188\" height=\"105\">"},{"page":"https://vlada.gov.cz/cz/urad-vlady/poskytovani-informaci/uvodinf-15135/","rule_id":"region","impact":"moderate","message":"All page content should be contained by landmarks","selector":".nav-skip","html_snippet":"<div class=\"nav-skip\">\n\t<a href=\"#main-content\">Přeskočit na obsah</a>\n</div>"},{"page":"https://vlada.gov.cz/scripts/detail.php?pgid=445","rule_id":"landmark-one-main","impact":"moderate","message":"Document should have one main landmark","selector":"html","html_snippet":"<html xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"cs\" lang=\"cs\">"},{"page":"https://vlada.gov.cz/scripts/detail.php?pgid=445","rule_id":"region","impact":"moderate","message":"All page content should be contained by landmarks","selector":"#site","html_snippet":"<div id=\"site\">"},{"page":"https://vlada.gov.cz/scripts/detail.php?pgid=445","rule_id":"region","impact":"moderate","message":"All page content should be contained by landmarks","selector":"#nav","html_snippet":"<div id=\"nav\">"},{"page":"https://vlada.gov.cz/scripts/detail.php?pgid=445","rule_id":"region","impact":"moderate","message":"All page content should be contained by landmarks","selector":"#search > h2","html_snippet":"<h2>Vyhledávání</h2>"},{"page":"https://vlada.gov.cz/scripts/detail.php?pgid=445","rule_id":"region","impact":"moderate","message":"All page content should be contained by landmarks","selector":"legend","html_snippet":"<legend><label for=\"searchinput\">Zadejte hledaný výraz</label></legend>"},{"page":"https://vlada.gov.cz/scripts/detail.php?pgid=445","rule_id":"region","impact":"moderate","message":"All page content should be contained by landmarks","selector":"#searchinput","html_snippet":"<input name=\"searchtext\" id=\"searchinput\" type=\"text\" aria-label=\"Zadejte hledaný výraz\" placeholder=\"Zadejte hledaný výraz\" size=\"18\">"},{"page":"https://vlada.gov.cz/scripts/detail.php?pgid=445","rule_id":"region","impact":"moderate","message":"All page content should be contained by landmarks","selector":"#lang","html_snippet":"<ul id=\"lang\">\n  <li>\n    \n    <a href=\"/en/default.htm\" hreflang=\"en\"><span class=\"desk\">english version</span><span class=\"resp\">EN</span></a>\n  </li>\n</ul>"},{"page":"https://vlada.gov.cz/scripts/detail.php?pgid=445","rule_id":"region","impact":"moderate","message":"All page content should be contained by landmarks","selector":"#content","html_snippet":"<div id=\"content\">"},{"page":"https://vlada.gov.cz/scripts/detail.php?pgid=445","rule_id":"region","impact":"moderate","message":"All page content should be contained by landmarks","selector":"#footer","html_snippet":"<ul id=\"footer\">"},{"page":"https://vlada.gov.cz/scripts/detail.php?pgid=489","rule_id":"label","impact":"critical","message":"Form elements must have labels","selector":"#searchinput","html_snippet":"<input name=\"searchtext\" id=\"searchinput\" type=\"text\" size=\"17\">"},{"page":"https://vlada.gov.cz/scripts/detail.php?pgid=489","rule_id":"landmark-one-main","impact":"moderate","message":"Document should have one main landmark","selector":"html","html_snippet":"<html xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\">"},{"page":"https://vlada.gov.cz/scripts/detail.php?pgid=489","rule_id":"list","impact":"serious","message":"<ul> and <ol> must only directly contain <li>, <script> or <template> elements","selector":".pager:nth-child(3) > .control","html_snippet":"<ul class=\"control\">"},{"page":"https://vlada.gov.cz/scripts/detail.php?pgid=489","rule_id":"list","impact":"serious","message":"<ul> and <ol> must only directly contain <li>, <script> or <template> elements","selector":".offset-before-double > .control","html_snippet":"<ul class=\"control\">"},{"page":"https://vlada.gov.cz/scripts/detail.php?pgid=489","rule_id":"region","impact":"moderate","message":"All page content should be contained by landmarks","selector":"#site-en","html_snippet":"<div id=\"site-en\">"},{"page":"https://vlada.gov.cz/scripts/detail.php?pgid=489","rule_id":"region","impact":"moderate","message":"All page content should be contained by landmarks","selector":"#nav","html_snippet":"<div id=\"nav\">"},{"page":"https://vlada.gov.cz/scripts/detail.php?pgid=489","rule_id":"region","impact":"moderate","message":"All page content should be contained by landmarks","selector":"#search > h2","html_snippet":"<h2>Search</h2>"},{"page":"https://vlada.gov.cz/scripts/detail.php?pgid=489","rule_id":"region","impact":"moderate","message":"All page content should be contained by landmarks","selector":"#searchinput","html_snippet":"<input name=\"searchtext\" id=\"searchinput\" type=\"text\" size=\"17\">"},{"page":"https://vlada.gov.cz/scripts/detail.php?pgid=489","rule_id":"region","impact":"moderate","message":"All page content should be contained by landmarks","selector":".desk","html_snippet":"<span class=\"desk\">česká verze</span>"},{"page":"https://vlada.gov.cz/scripts/detail.php?pgid=489","rule_id":"region","impact":"moderate","message":"All page content should be contained by landmarks","selector":"h1","html_snippet":"<h1>Events</h1>"},{"page":"https://vlada.gov.cz/scripts/detail.php?pgid=489","rule_id":"region","impact":"moderate","message":"All page content should be contained by landmarks","selector":".pager:nth-child(3)","html_snippet":"<div class=\"pager\">"},{"page":"https://vlada.gov.cz/scripts/detail.php?pgid=489","rule_id":"region","impact":"moderate","message":"All page content should be contained by landmarks","selector":".record-img:nth-child(1) > .info","html_snippet":"<p class=\"info\">15. 8. 2013</p>"},{"page":"https://vlada.gov.cz/scripts/detail.php?pgid=489","rule_id":"region","impact":"moderate","message":"All page content should be contained by landmarks","selector":".record-img:nth-child(1) > h2","html_snippet":"<h2><a href=\"/en/media-centrum/aktualne/government-office-plans-to-extend-dates-on-which-hana-and-edvard-beness-villa-in-sezimovo-usti-is-open-to-the-public-109769/\">Open Days in the Villa of Hana and"},{"page":"https://vlada.gov.cz/scripts/detail.php?pgid=489","rule_id":"region","impact":"moderate","message":"All page content should be contained by landmarks","selector":".record-img:nth-child(1) > .txt","html_snippet":"<div class=\"txt\">"},{"page":"https://vlada.gov.cz/scripts/detail.php?pgid=489","rule_id":"region","impact":"moderate","message":"All page content should be contained by landmarks","selector":".record-img:nth-child(1) > .img","html_snippet":"<p class=\"img\">"},{"page":"https://vlada.gov.cz/scripts/detail.php?pgid=489","rule_id":"region","impact":"moderate","message":"All page content should be contained by landmarks","selector":".record-img:nth-child(2) > .info","html_snippet":"<p class=\"info\">21. 5. 2012</p>"},{"page":"https://vlada.gov.cz/scripts/detail.php?pgid=489","rule_id":"region","impact":"moderate","message":"All page content should be contained by landmarks","selector":".record-img:nth-child(2) > h2","html_snippet":"<h2><a href=\"/en/urad-vlady/udalosti/open-day-in-the-villa-of-hana-and-edvard-benes-95666/\">Open Days in the Villa of Hana and Edvard Beneš</a></h2>"},{"page":"https://vlada.gov.cz/scripts/detail.php?pgid=489","rule_id":"region","impact":"moderate","message":"All page content should be contained by landmarks","selector":".record-img:nth-child(2) > .txt","html_snippet":"<div class=\"txt\">"},{"page":"https://vlada.gov.cz/scripts/detail.php?pgid=489","rule_id":"region","impact":"moderate","message":"All page content should be contained by landmarks","selector":".record-img:nth-child(2) > .img","html_snippet":"<p class=\"img\"><a href=\"/en/urad-vlady/udalosti/open-day-in-the-villa-of-hana-and-edvard-benes-95666/\"><img src=\"/assets/tema/benesovavila80x80.jpg\" alt=\"Hana and Edvard Beneš' summer home in Sezimovo"},{"page":"https://vlada.gov.cz/scripts/detail.php?pgid=489","rule_id":"region","impact":"moderate","message":"All page content should be contained by landmarks","selector":".record-img:nth-child(3) > .info","html_snippet":"<p class=\"info\">25. 7. 2011</p>"},{"page":"https://vlada.gov.cz/scripts/detail.php?pgid=489","rule_id":"region","impact":"moderate","message":"All page content should be contained by landmarks","selector":".record-img:nth-child(3) > h2","html_snippet":"<h2><a href=\"/en/media-centrum/tema/open-day-in-the-villa-of-hana-and-edvard-benes-86240/\">Open Day in the Villa of Hana and Edvard Beneš</a></h2>"},{"page":"https://vlada.gov.cz/scripts/detail.php?pgid=489","rule_id":"region","impact":"moderate","message":"All page content should be contained by landmarks","selector":".record-img:nth-child(3) > .txt","html_snippet":"<div class=\"txt\">"},{"page":"https://vlada.gov.cz/scripts/detail.php?pgid=489","rule_id":"region","impact":"moderate","message":"All page content should be contained by landmarks","selector":".record-img:nth-child(3) > .img","html_snippet":"<p class=\"img\"><a href=\"/en/media-centrum/tema/open-day-in-the-villa-of-hana-and-edvard-benes-86240/\"><img src=\"/assets/tema/benesovavila80x80.jpg\" alt=\"Hana and Edvard Beneš' summer home in Sezimovo "},{"page":"https://vlada.gov.cz/scripts/detail.php?pgid=489","rule_id":"region","impact":"moderate","message":"All page content should be contained by landmarks","selector":".record-img:nth-child(4) > .info","html_snippet":"<p class=\"info\">13. 9. 2010</p>"},{"page":"https://vlada.gov.cz/scripts/detail.php?pgid=489","rule_id":"region","impact":"moderate","message":"All page content should be contained by landmarks","selector":".record-img:nth-child(4) > h2","html_snippet":"<h2><a href=\"/en/udalosti/vyznamne-dny/czech-statehood-day-28-september-2010-76055/\">Czech Statehood Day 28 September 2010</a></h2>"},{"page":"https://vlada.gov.cz/scripts/detail.php?pgid=489","rule_id":"region","impact":"moderate","message":"All page content should be contained by landmarks","selector":".record-img:nth-child(4) > .txt","html_snippet":"<div class=\"txt\">"},{"page":"https://vlada.gov.cz/scripts/detail.php?pgid=489","rule_id":"region","impact":"moderate","message":"All page content should be contained by landmarks","selector":".record-img:nth-child(4) > .img","html_snippet":"<p class=\"img\"><a href=\"/en/udalosti/vyznamne-dny/czech-statehood-day-28-september-2010-76055/\"><img src=\"/assets/udalosti/vyznamne-dny/WebBanner80x80.gif\" alt=\"Czech Statehood Day 28 September 2010\" "},{"page":"https://vlada.gov.cz/scripts/detail.php?pgid=489","rule_id":"region","impact":"moderate","message":"All page content should be contained by landmarks","selector":".record-img:nth-child(5) > .info","html_snippet":"<p class=\"info\">1. 9. 2010</p>"},{"page":"https://vlada.gov.cz/scripts/detail.php?pgid=489","rule_id":"region","impact":"moderate","message":"All page content should be contained by landmarks","selector":".record-img:nth-child(5) > h2","html_snippet":"<h2><a href=\"/en/urad-vlady/udalosti/dny-otevrenych-dveri/open-day-at-the-straka-academy-on-4-september-2010-75980/\">Open Day at the Straka Academy on 4 September 2010</a></h2>"},{"page":"https://vlada.gov.cz/scripts/detail.php?pgid=489","rule_id":"region","impact":"moderate","message":"All page content should be contained by landmarks","selector":".record-img:nth-child(5) > .txt","html_snippet":"<div class=\"txt\">"},{"page":"https://vlada.gov.cz/scripts/detail.php?pgid=489","rule_id":"region","impact":"moderate","message":"All page content should be contained by landmarks","selector":".record-img:nth-child(5) > .img","html_snippet":"<p class=\"img\"><a href=\"/en/urad-vlady/udalosti/dny-otevrenych-dveri/open-day-at-the-straka-academy-on-4-september-2010-75980/\"><img src=\"/assets/udalosti/dny-otevrenych-dveri/DOD4.jpg\" alt=\"Open Day "},{"page":"https://vlada.gov.cz/scripts/detail.php?pgid=489","rule_id":"region","impact":"moderate","message":"All page content should be contained by landmarks","selector":".record-img:nth-child(6) > .info","html_snippet":"<p class=\"info\">13. 8. 2010</p>"},{"page":"https://vlada.gov.cz/scripts/detail.php?pgid=489","rule_id":"region","impact":"moderate","message":"All page content should be contained by landmarks","selector":".record-img:nth-child(6) > h2","html_snippet":"<h2><a href=\"/en/udalosti/dny-otevrenych-dveri/open-days-in-the-villa-of-hana-and-edvard-benes-in-2010-75241/\">Open Days in the Villa of Hana and Edvard Beneš in 2010</a></h2>"},{"page":"https://vlada.gov.cz/scripts/detail.php?pgid=489","rule_id":"region","impact":"moderate","message":"All page content should be contained by landmarks","selector":".record-img:nth-child(6) > .txt","html_snippet":"<div class=\"txt\">\n\t\t\t\t\t\t\t<p>We invite you to visit the villa of Hana and Edvard Beneš in Sezimovo Ústí.</p>\n\t\t\t\t\t\t\t<p class=\"more\"><a href=\"/en/udalosti/dny-otevrenych-dveri/open-days-in-the-villa-of-"},{"page":"https://vlada.gov.cz/scripts/detail.php?pgid=489","rule_id":"region","impact":"moderate","message":"All page content should be contained by landmarks","selector":".record-img:nth-child(6) > .img","html_snippet":"<p class=\"img\"><a href=\"/en/udalosti/dny-otevrenych-dveri/open-days-in-the-villa-of-hana-and-edvard-benes-in-2010-75241/\"><img src=\"/assets/udalosti/benesvila.jpg\" alt=\"Beneš Villa\" width=\"80\" height="},{"page":"https://vlada.gov.cz/scripts/detail.php?pgid=489","rule_id":"region","impact":"moderate","message":"All page content should be contained by landmarks","selector":".record-img:nth-child(7) > .info","html_snippet":"<p class=\"info\">13. 8. 2010</p>"},{"page":"https://vlada.gov.cz/scripts/detail.php?pgid=489","rule_id":"region","impact":"moderate","message":"All page content should be contained by landmarks","selector":".record-img:nth-child(7) > h2","html_snippet":"<h2><a href=\"/en/udalosti/dny-otevrenych-dveri/opening-of-the-straka-academy-garden-to-the-public-75240/\">Opening of the Straka Academy Garden to the Public</a></h2>"},{"page":"https://vlada.gov.cz/scripts/detail.php?pgid=489","rule_id":"region","impact":"moderate","message":"All page content should be contained by landmarks","selector":".record-img:nth-child(7) > .txt","html_snippet":"<div class=\"txt\">"},{"page":"https://vlada.gov.cz/scripts/detail.php?pgid=489","rule_id":"region","impact":"moderate","message":"All page content should be contained by landmarks","selector":".record-img:nth-child(7) > .img","html_snippet":"<p class=\"img\"><a href=\"/en/udalosti/dny-otevrenych-dveri/opening-of-the-straka-academy-garden-to-the-public-75240/\"><img src=\"/assets/udalosti/dny-otevrenych-dveri/UV-80x80.jpg\" alt=\"Open Day in the "},{"page":"https://vlada.gov.cz/scripts/detail.php?pgid=489","rule_id":"region","impact":"moderate","message":"All page content should be contained by landmarks","selector":".record-img:nth-child(8) > .info","html_snippet":"<p class=\"info\">30. 6. 2010</p>"},{"page":"https://vlada.gov.cz/scripts/detail.php?pgid=489","rule_id":"region","impact":"moderate","message":"All page content should be contained by landmarks","selector":".record-img:nth-child(8) > h2","html_snippet":"<h2><a href=\"/en/urad-vlady/udalosti/vystavy/all-the-official-mastering-74080/\">All the Official Mastering</a></h2>"},{"page":"https://vlada.gov.cz/scripts/detail.php?pgid=489","rule_id":"region","impact":"moderate","message":"All page content should be contained by landmarks","selector":".record-img:nth-child(8) > .txt","html_snippet":"<div class=\"txt\">"},{"page":"https://vlada.gov.cz/scripts/detail.php?pgid=489","rule_id":"region","impact":"moderate","message":"All page content should be contained by landmarks","selector":".record-img:nth-child(8) > .img","html_snippet":"<p class=\"img\"><a href=\"/en/urad-vlady/udalosti/vystavy/all-the-official-mastering-74080/\"><img src=\"/assets/udalosti/vystavy/artsemestr.jpg\" alt=\"All the Official Mastering\" width=\"80\" height=\"80\"></"},{"page":"https://vlada.gov.cz/scripts/detail.php?pgid=489","rule_id":"region","impact":"moderate","message":"All page content should be contained by landmarks","selector":".record-img:nth-child(9) > .info","html_snippet":"<p class=\"info\">16. 6. 2010</p>"},{"page":"https://vlada.gov.cz/scripts/detail.php?pgid=489","rule_id":"region","impact":"moderate","message":"All page content should be contained by landmarks","selector":".record-img:nth-child(9) > h2","html_snippet":"<h2><a href=\"/en/tema/day-twenty-seven--exhibition-of-jiri-sozansky-73629/\">Day Twenty Seven - Exhibition of Jiří Sozanský</a></h2>"},{"page":"https://vlada.gov.cz/scripts/detail.php?pgid=489","rule_id":"region","impact":"moderate","message":"All page content should be contained by landmarks","selector":".record-img:nth-child(9) > .txt","html_snippet":"<div class=\"txt\">\n\t\t\t\t\t\t\t<p>The exhibition on the occasion of the 60th anniversary of the execution of Milada Horáková, Záviš Kalandra, Jan Buchal and Oldřich Pecl.</p>\n\t\t\t\t\t\t\t<p class=\"more\"><a href="},{"page":"https://vlada.gov.cz/scripts/detail.php?pgid=489","rule_id":"region","impact":"moderate","message":"All page content should be contained by landmarks","selector":".record-img:nth-child(9) > .img","html_snippet":"<p class=\"img\"><a href=\"/en/tema/day-twenty-seven--exhibition-of-jiri-sozansky-73629/\"><img src=\"/assets/tema/Sozansky-3.jpg\" alt=\"Day Twenty Seven - Exhibition of Jiří Sozanský\" width=\"80\" height=\"80"},{"page":"https://vlada.gov.cz/scripts/detail.php?pgid=489","rule_id":"region","impact":"moderate","message":"All page content should be contained by landmarks","selector":".record-img:nth-child(10) > .info","html_snippet":"<p class=\"info\">7. 6. 2010</p>"},{"page":"https://vlada.gov.cz/scripts/detail.php?pgid=489","rule_id":"region","impact":"moderate","message":"All page content should be contained by landmarks","selector":".record-img:nth-child(10) > h2","html_snippet":"<h2><a href=\"/en/urad-vlady/udalosti/dny-otevrenych-dveri/open-day-in-the-straka-academy-on-12-june-2010-73074/\">Open Day in the Straka Academy on 12 June 2010</a></h2>"},{"page":"https://vlada.gov.cz/scripts/detail.php?pgid=489","rule_id":"region","impact":"moderate","message":"All page content should be contained by landmarks","selector":".record-img:nth-child(10) > .txt","html_snippet":"<div class=\"txt\">"},{"page":"https://vlada.gov.cz/scripts/detail.php?pgid=489","rule_id":"region","impact":"moderate","message":"All page content should be contained by landmarks","selector":".record-img:nth-child(10) > .img","html_snippet":"<p class=\"img\"><a href=\"/en/urad-vlady/udalosti/dny-otevrenych-dveri/open-day-in-the-straka-academy-on-12-june-2010-73074/\"><img src=\"/assets/udalosti/dny-otevrenych-dveri/UV-80x80.jpg\" alt=\"Open Day "},{"page":"https://vlada.gov.cz/scripts/detail.php?pgid=489","rule_id":"region","impact":"moderate","message":"All page content should be contained by landmarks","selector":".offset-before-double","html_snippet":"<div class=\"pager offset-before-double\">"},{"page":"https://vlada.gov.cz/scripts/detail.php?pgid=489","rule_id":"region","impact":"moderate","message":"All page content should be contained by landmarks","selector":".col:nth-child(1)","html_snippet":"<div class=\"col\">"},{"page":"https://vlada.gov.cz/scripts/detail.php?pgid=489","rule_id":"region","impact":"moderate","message":"All page content should be contained by landmarks","selector":".lastcol","html_snippet":"<div class=\"col lastcol\">"},{"page":"https://vlada.gov.cz/scripts/detail.php?pgid=489","rule_id":"region","impact":"moderate","message":"All page content should be contained by landmarks","selector":"#footer","html_snippet":"<ul id=\"footer\">"},{"page":"https://vlada.gov.cz/en/urad-vlady/rss/the-rss-channel-of-the-office-of-the-government-of-the-czech-republic-22552/","rule_id":"color-contrast","impact":"serious","message":"Elements must meet minimum color contrast ratio thresholds","selector":"#cookieconsent\\:desc > a","html_snippet":"<a style=\"color: #ffffff;\" href=\"/en/urad-vlady/about-server/personal-data-protection-167157/\">Privacy Policy website</a>"},{"page":"https://vlada.gov.cz/en/urad-vlady/rss/the-rss-channel-of-the-office-of-the-government-of-the-czech-republic-22552/","rule_id":"color-contrast","impact":"serious","message":"Elements must meet minimum color contrast ratio thresholds","selector":".cc-deny","html_snippet":"<a aria-label=\"deny cookies\" role=\"button\" tabindex=\"0\" class=\"cc-btn cc-deny\">Necessary only</a>"},{"page":"https://vlada.gov.cz/en/urad-vlady/rss/the-rss-channel-of-the-office-of-the-government-of-the-czech-republic-22552/","rule_id":"color-contrast","impact":"serious","message":"Elements must meet minimum color contrast ratio thresholds","selector":".cc-allow","html_snippet":"<a aria-label=\"allow cookies\" role=\"button\" tabindex=\"0\" class=\"cc-btn cc-allow\">Accept all</a>"},{"page":"https://vlada.gov.cz/en/urad-vlady/rss/the-rss-channel-of-the-office-of-the-government-of-the-czech-republic-22552/","rule_id":"image-redundant-alt","impact":"minor","message":"Alternative text of images should not be repeated as text","selector":"img[alt=\"Visegrad Group\"]","html_snippet":"<img src=\"/assets/media-centrum/neprehlednete/v4.jpg\" alt=\"Visegrad Group\" width=\"188\" height=\"106\">"},{"page":"https://vlada.gov.cz/en/urad-vlady/rss/the-rss-channel-of-the-office-of-the-government-of-the-czech-republic-22552/","rule_id":"image-redundant-alt","impact":"minor","message":"Alternative text of images should not be repeated as text","selector":"img[alt=\"National Convention\"]","html_snippet":"<img src=\"/assets/media-centrum/neprehlednete/national-convention_188.jpg\" alt=\"National Convention\" width=\"188\" height=\"56\">"},{"page":"https://vlada.gov.cz/en/urad-vlady/rss/the-rss-channel-of-the-office-of-the-government-of-the-czech-republic-22552/","rule_id":"region","impact":"moderate","message":"All page content should be contained by landmarks","selector":".nav-skip","html_snippet":"<div class=\"nav-skip\">\n\t<a href=\"#main-content\">Přeskočit na obsah</a>\n</div>"},{"page":"https://vlada.gov.cz/en/mapa.htm","rule_id":"image-redundant-alt","impact":"minor","message":"Alternative text of images should not be repeated as text","selector":"img[alt=\"Visegrad Group\"]","html_snippet":"<img src=\"/assets/media-centrum/neprehlednete/v4.jpg\" alt=\"Visegrad Group\" width=\"188\" height=\"106\">"},{"page":"https://vlada.gov.cz/en/mapa.htm","rule_id":"image-redundant-alt","impact":"minor","message":"Alternative text of images should not be repeated as text","selector":"img[alt=\"National Convention\"]","html_snippet":"<img src=\"/assets/media-centrum/neprehlednete/national-convention_188.jpg\" alt=\"National Convention\" width=\"188\" height=\"56\">"},{"page":"https://vlada.gov.cz/en/mapa.htm","rule_id":"region","impact":"moderate","message":"All page content should be contained by landmarks","selector":".nav-skip","html_snippet":"<div class=\"nav-skip\">\n\t<a href=\"#main-content\">Přeskočit na obsah</a>\n</div>"},{"page":"https://vlada.gov.cz/scripts/detail.php?pgid=1315","rule_id":"image-redundant-alt","impact":"minor","message":"Alternative text of images should not be repeated as text","selector":"img[alt=\"Visegrad Group\"]","html_snippet":"<img src=\"/assets/media-centrum/neprehlednete/v4.jpg\" alt=\"Visegrad Group\" width=\"188\" height=\"106\">"},{"page":"https://vlada.gov.cz/scripts/detail.php?pgid=1315","rule_id":"image-redundant-alt","impact":"minor","message":"Alternative text of images should not be repeated as text","selector":"img[alt=\"National Convention\"]","html_snippet":"<img src=\"/assets/media-centrum/neprehlednete/national-convention_188.jpg\" alt=\"National Convention\" width=\"188\" height=\"56\">"},{"page":"https://vlada.gov.cz/en/media-centrum/dulezite-dokumenty/","rule_id":"image-redundant-alt","impact":"minor","message":"Alternative text of images should not be repeated as text","selector":"img[alt=\"Visegrad Group\"]","html_snippet":"<img src=\"/assets/media-centrum/neprehlednete/v4.jpg\" alt=\"Visegrad Group\" width=\"188\" height=\"106\">"},{"page":"https://vlada.gov.cz/en/media-centrum/dulezite-dokumenty/","rule_id":"image-redundant-alt","impact":"minor","message":"Alternative text of images should not be repeated as text","selector":"img[alt=\"National Convention\"]","html_snippet":"<img src=\"/assets/media-centrum/neprehlednete/national-convention_188.jpg\" alt=\"National Convention\" width=\"188\" height=\"56\">"},{"page":"https://vlada.gov.cz/en/media-centrum/dulezite-dokumenty/","rule_id":"region","impact":"moderate","message":"All page content should be contained by landmarks","selector":".nav-skip","html_snippet":"<div class=\"nav-skip\">\n\t<a href=\"#main-content\">Přeskočit na obsah</a>\n</div>"},{"page":"https://vlada.gov.cz/en/urad-vlady/vedouci-uradu-vlady/-head-of-the-office-of-the-government-of-the-czech-republic--97126/","rule_id":"color-contrast","impact":"serious","message":"Elements must meet minimum color contrast ratio thresholds","selector":"#cookieconsent\\:desc > a","html_snippet":"<a style=\"color: #ffffff;\" href=\"/en/urad-vlady/about-server/personal-data-protection-167157/\">Privacy Policy website</a>"},{"page":"https://vlada.gov.cz/en/urad-vlady/vedouci-uradu-vlady/-head-of-the-office-of-the-government-of-the-czech-republic--97126/","rule_id":"color-contrast","impact":"serious","message":"Elements must meet minimum color contrast ratio thresholds","selector":".cc-deny","html_snippet":"<a aria-label=\"deny cookies\" role=\"button\" tabindex=\"0\" class=\"cc-btn cc-deny\">Necessary only</a>"},{"page":"https://vlada.gov.cz/en/urad-vlady/vedouci-uradu-vlady/-head-of-the-office-of-the-government-of-the-czech-republic--97126/","rule_id":"color-contrast","impact":"serious","message":"Elements must meet minimum color contrast ratio thresholds","selector":".cc-allow","html_snippet":"<a aria-label=\"allow cookies\" role=\"button\" tabindex=\"0\" class=\"cc-btn cc-allow\">Accept all</a>"},{"page":"https://vlada.gov.cz/en/urad-vlady/vedouci-uradu-vlady/-head-of-the-office-of-the-government-of-the-czech-republic--97126/","rule_id":"heading-order","impact":"moderate","message":"Heading levels should only increase by one","selector":"h4","html_snippet":"<h4>Powers of the head of the Office</h4>"},{"page":"https://vlada.gov.cz/en/urad-vlady/vedouci-uradu-vlady/-head-of-the-office-of-the-government-of-the-czech-republic--97126/","rule_id":"image-redundant-alt","impact":"minor","message":"Alternative text of images should not be repeated as text","selector":"img[alt=\"Visegrad Group\"]","html_snippet":"<img src=\"/assets/media-centrum/neprehlednete/v4.jpg\" alt=\"Visegrad Group\" width=\"188\" height=\"106\">"},{"page":"https://vlada.gov.cz/en/urad-vlady/vedouci-uradu-vlady/-head-of-the-office-of-the-government-of-the-czech-republic--97126/","rule_id":"image-redundant-alt","impact":"minor","message":"Alternative text of images should not be repeated as text","selector":"img[alt=\"National Convention\"]","html_snippet":"<img src=\"/assets/media-centrum/neprehlednete/national-convention_188.jpg\" alt=\"National Convention\" width=\"188\" height=\"56\">"},{"page":"https://vlada.gov.cz/en/urad-vlady/vedouci-uradu-vlady/-head-of-the-office-of-the-government-of-the-czech-republic--97126/","rule_id":"region","impact":"moderate","message":"All page content should be contained by landmarks","selector":".nav-skip","html_snippet":"<div class=\"nav-skip\">\n\t<a href=\"#main-content\">Přeskočit na obsah</a>\n</div>"},{"page":"https://vlada.gov.cz/scripts/detail.php?pgid=1528","rule_id":"color-contrast","impact":"serious","message":"Elements must meet minimum color contrast ratio thresholds","selector":"#cookieconsent\\:desc > a","html_snippet":"<a style=\"color: #ffffff;\" href=\"/en/urad-vlady/about-server/personal-data-protection-167157/\">Privacy Policy website</a>"},{"page":"https://vlada.gov.cz/scripts/detail.php?pgid=1528","rule_id":"color-contrast","impact":"serious","message":"Elements must meet minimum color contrast ratio thresholds","selector":".cc-deny","html_snippet":"<a aria-label=\"deny cookies\" role=\"button\" tabindex=\"0\" class=\"cc-btn cc-deny\">Necessary only</a>"},{"page":"https://vlada.gov.cz/scripts/detail.php?pgid=1528","rule_id":"color-contrast","impact":"serious","message":"Elements must meet minimum color contrast ratio thresholds","selector":".cc-allow","html_snippet":"<a aria-label=\"allow cookies\" role=\"button\" tabindex=\"0\" class=\"cc-btn cc-allow\">Accept all</a>"},{"page":"https://vlada.gov.cz/scripts/detail.php?pgid=1528","rule_id":"image-redundant-alt","impact":"minor","message":"Alternative text of images should not be repeated as text","selector":"img[alt=\"Visegrad Group\"]","html_snippet":"<img src=\"/assets/media-centrum/neprehlednete/v4.jpg\" alt=\"Visegrad Group\" width=\"188\" height=\"106\">"},{"page":"https://vlada.gov.cz/scripts/detail.php?pgid=1528","rule_id":"image-redundant-alt","impact":"minor","message":"Alternative text of images should not be repeated as text","selector":"img[alt=\"National Convention\"]","html_snippet":"<img src=\"/assets/media-centrum/neprehlednete/national-convention_188.jpg\" alt=\"National Convention\" width=\"188\" height=\"56\">"},{"page":"https://vlada.gov.cz/scripts/detail.php?pgid=1528","rule_id":"region","impact":"moderate","message":"All page content should be contained by landmarks","selector":".nav-skip","html_snippet":"<div class=\"nav-skip\">\n\t<a href=\"#main-content\">Přeskočit na obsah</a>\n</div>"},{"page":"https://vlada.gov.cz/en/urad-vlady/vydavatelstvi/publishing-house-of-the-office-of-the-government-of-the-czech-republic--59232/","rule_id":"color-contrast","impact":"serious","message":"Elements must meet minimum color contrast ratio thresholds","selector":"#cookieconsent\\:desc > a","html_snippet":"<a style=\"color: #ffffff;\" href=\"/en/urad-vlady/about-server/personal-data-protection-167157/\">Privacy Policy website</a>"},{"page":"https://vlada.gov.cz/en/urad-vlady/vydavatelstvi/publishing-house-of-the-office-of-the-government-of-the-czech-republic--59232/","rule_id":"color-contrast","impact":"serious","message":"Elements must meet minimum color contrast ratio thresholds","selector":".cc-deny","html_snippet":"<a aria-label=\"deny cookies\" role=\"button\" tabindex=\"0\" class=\"cc-btn cc-deny\">Necessary only</a>"},{"page":"https://vlada.gov.cz/en/urad-vlady/vydavatelstvi/publishing-house-of-the-office-of-the-government-of-the-czech-republic--59232/","rule_id":"color-contrast","impact":"serious","message":"Elements must meet minimum color contrast ratio thresholds","selector":".cc-allow","html_snippet":"<a aria-label=\"allow cookies\" role=\"button\" tabindex=\"0\" class=\"cc-btn cc-allow\">Accept all</a>"},{"page":"https://vlada.gov.cz/en/urad-vlady/vydavatelstvi/publishing-house-of-the-office-of-the-government-of-the-czech-republic--59232/","rule_id":"image-redundant-alt","impact":"minor","message":"Alternative text of images should not be repeated as text","selector":"img[alt=\"Visegrad Group\"]","html_snippet":"<img src=\"/assets/media-centrum/neprehlednete/v4.jpg\" alt=\"Visegrad Group\" width=\"188\" height=\"106\">"},{"page":"https://vlada.gov.cz/en/urad-vlady/vydavatelstvi/publishing-house-of-the-office-of-the-government-of-the-czech-republic--59232/","rule_id":"image-redundant-alt","impact":"minor","message":"Alternative text of images should not be repeated as text","selector":"img[alt=\"National Convention\"]","html_snippet":"<img src=\"/assets/media-centrum/neprehlednete/national-convention_188.jpg\" alt=\"National Convention\" width=\"188\" height=\"56\">"},{"page":"https://vlada.gov.cz/en/urad-vlady/vydavatelstvi/publishing-house-of-the-office-of-the-government-of-the-czech-republic--59232/","rule_id":"region","impact":"moderate","message":"All page content should be contained by landmarks","selector":".nav-skip","html_snippet":"<div class=\"nav-skip\">\n\t<a href=\"#main-content\">Přeskočit na obsah</a>\n</div>"},{"page":"https://vlada.gov.cz/en/clenove-vlady/postaveni-vlady/postaveni-vlady---ustava-en-17083/","rule_id":"color-contrast","impact":"serious","message":"Elements must meet minimum color contrast ratio thresholds","selector":"#cookieconsent\\:desc > a","html_snippet":"<a style=\"color: #ffffff;\" href=\"/en/urad-vlady/about-server/personal-data-protection-167157/\">Privacy Policy website</a>"},{"page":"https://vlada.gov.cz/en/clenove-vlady/postaveni-vlady/postaveni-vlady---ustava-en-17083/","rule_id":"color-contrast","impact":"serious","message":"Elements must meet minimum color contrast ratio thresholds","selector":".cc-deny","html_snippet":"<a aria-label=\"deny cookies\" role=\"button\" tabindex=\"0\" class=\"cc-btn cc-deny\">Necessary only</a>"},{"page":"https://vlada.gov.cz/en/clenove-vlady/postaveni-vlady/postaveni-vlady---ustava-en-17083/","rule_id":"color-contrast","impact":"serious","message":"Elements must meet minimum color contrast ratio thresholds","selector":".cc-allow","html_snippet":"<a aria-label=\"allow cookies\" role=\"button\" tabindex=\"0\" class=\"cc-btn cc-allow\">Accept all</a>"},{"page":"https://vlada.gov.cz/en/clenove-vlady/postaveni-vlady/postaveni-vlady---ustava-en-17083/","rule_id":"image-redundant-alt","impact":"minor","message":"Alternative text of images should not be repeated as text","selector":"img[alt=\"Visegrad Group\"]","html_snippet":"<img src=\"/assets/media-centrum/neprehlednete/v4.jpg\" alt=\"Visegrad Group\" width=\"188\" height=\"106\">"},{"page":"https://vlada.gov.cz/en/clenove-vlady/postaveni-vlady/postaveni-vlady---ustava-en-17083/","rule_id":"image-redundant-alt","impact":"minor","message":"Alternative text of images should not be repeated as text","selector":"img[alt=\"National Convention\"]","html_snippet":"<img src=\"/assets/media-centrum/neprehlednete/national-convention_188.jpg\" alt=\"National Convention\" width=\"188\" height=\"56\">"},{"page":"https://vlada.gov.cz/en/clenove-vlady/postaveni-vlady/postaveni-vlady---ustava-en-17083/","rule_id":"region","impact":"moderate","message":"All page content should be contained by landmarks","selector":".nav-skip","html_snippet":"<div class=\"nav-skip\">\n\t<a href=\"#main-content\">Přeskočit na obsah</a>\n</div>"},{"page":"https://vlada.gov.cz/en/clenove-vlady/premier/","rule_id":"aria-prohibited-attr","impact":"serious","message":"Elements must only use permitted ARIA attributes","selector":".grid__item:nth-child(3) > .post.post--tertiary > .post__main > .post__fig > iframe, #movie_player","html_snippet":"<div class=\"html5-video-player ytp-hide-controls ytp-exp-bottom-control-flexbox ytp-modern-caption ytp-livebadge-color unstarted-mode ytp-small-mode\" tabindex=\"\" id=\"movie_player\" data-version=\"/s/pla"},{"page":"https://vlada.gov.cz/en/clenove-vlady/premier/","rule_id":"aria-prohibited-attr","impact":"serious","message":"Elements must only use permitted ARIA attributes","selector":".grid__item:nth-child(4) > .post.post--tertiary > .post__main > .post__fig > iframe, #movie_player","html_snippet":"<div class=\"html5-video-player ytp-hide-controls ytp-exp-bottom-control-flexbox ytp-modern-caption ytp-livebadge-color unstarted-mode ytp-small-mode\" tabindex=\"\" id=\"movie_player\" data-version=\"/s/pla"},{"page":"https://vlada.gov.cz/en/clenove-vlady/premier/","rule_id":"button-name","impact":"critical","message":"Buttons must have discernible text","selector":".grid__item:nth-child(3) > .post.post--tertiary > .post__main > .post__fig > iframe, .ytmVideoInfoChannelAvatar","html_snippet":"<button class=\"ytmVideoInfoLink ytmVideoInfoChannelAvatar\"><img alt=\"thumbnail-image\" class=\"ytCoreImageHost ytmVideoInfoChannelLogo ytCoreImageFillParentHeight ytCoreImageFillParentWidth ytCoreImageC"},{"page":"https://vlada.gov.cz/en/clenove-vlady/premier/","rule_id":"button-name","impact":"critical","message":"Buttons must have discernible text","selector":".grid__item:nth-child(4) > .post.post--tertiary > .post__main > .post__fig > iframe, .ytmVideoInfoChannelAvatar","html_snippet":"<button class=\"ytmVideoInfoLink ytmVideoInfoChannelAvatar\"><img alt=\"thumbnail-image\" class=\"ytCoreImageHost ytmVideoInfoChannelLogo ytCoreImageFillParentHeight ytCoreImageFillParentWidth ytCoreImageC"},{"page":"https://vlada.gov.cz/en/clenove-vlady/premier/","rule_id":"frame-title","impact":"serious","message":"Frames must have an accessible name","selector":".grid__item:nth-child(3) > .post.post--tertiary > .post__main > .post__fig > iframe","html_snippet":"<iframe width=\"429\" height=\"245\" src=\"https://www.youtube-nocookie.com/embed/7ytW8xGNskA?rel=0&amp;modestbranding=1&amp;autohide=1&amp;showinfo=0&amp;controls=1\" frameborder=\"0\" allowfullscreen=\"\"></i"},{"page":"https://vlada.gov.cz/en/clenove-vlady/premier/","rule_id":"frame-title","impact":"serious","message":"Frames must have an accessible name","selector":".grid__item:nth-child(4) > .post.post--tertiary > .post__main > .post__fig > iframe","html_snippet":"<iframe width=\"429\" height=\"245\" src=\"https://www.youtube-nocookie.com/embed/ej8iCqmTO2s?rel=0&amp;modestbranding=1&amp;autohide=1&amp;showinfo=0&amp;controls=1\" frameborder=\"0\" allowfullscreen=\"\"></i"},{"page":"https://vlada.gov.cz/en/clenove-vlady/premier/","rule_id":"image-redundant-alt","impact":"minor","message":"Alternative text of images should not be repeated as text","selector":"img[alt=\"Visegrad Group\"]","html_snippet":"<img src=\"/assets/media-centrum/neprehlednete/v4.jpg\" alt=\"Visegrad Group\" width=\"188\" height=\"106\">"},{"page":"https://vlada.gov.cz/en/clenove-vlady/premier/","rule_id":"image-redundant-alt","impact":"minor","message":"Alternative text of images should not be repeated as text","selector":"img[alt=\"National Convention\"]","html_snippet":"<img src=\"/assets/media-centrum/neprehlednete/national-convention_188.jpg\" alt=\"National Convention\" width=\"188\" height=\"56\">"},{"page":"https://vlada.gov.cz/en/ppov/lrv/uvod-en-24877/","rule_id":"color-contrast","impact":"serious","message":"Elements must meet minimum color contrast ratio thresholds","selector":"#cookieconsent\\:desc > a","html_snippet":"<a style=\"color: #ffffff;\" href=\"/en/urad-vlady/about-server/personal-data-protection-167157/\">Privacy Policy website</a>"},{"page":"https://vlada.gov.cz/en/ppov/lrv/uvod-en-24877/","rule_id":"color-contrast","impact":"serious","message":"Elements must meet minimum color contrast ratio thresholds","selector":".cc-deny","html_snippet":"<a aria-label=\"deny cookies\" role=\"button\" tabindex=\"0\" class=\"cc-btn cc-deny\">Necessary only</a>"},{"page":"https://vlada.gov.cz/en/ppov/lrv/uvod-en-24877/","rule_id":"image-redundant-alt","impact":"minor","message":"Alternative text of images should not be repeated as text","selector":"img[alt=\"Visegrad Group\"]","html_snippet":"<img src=\"/assets/media-centrum/neprehlednete/v4.jpg\" alt=\"Visegrad Group\" width=\"188\" height=\"106\">"},{"page":"https://vlada.gov.cz/en/ppov/lrv/uvod-en-24877/","rule_id":"image-redundant-alt","impact":"minor","message":"Alternative text of images should not be repeated as text","selector":"img[alt=\"National Convention\"]","html_snippet":"<img src=\"/assets/media-centrum/neprehlednete/national-convention_188.jpg\" alt=\"National Convention\" width=\"188\" height=\"56\">"},{"page":"https://vlada.gov.cz/en/ppov/lrv/uvod-en-24877/","rule_id":"region","impact":"moderate","message":"All page content should be contained by landmarks","selector":".nav-skip","html_snippet":"<div class=\"nav-skip\">\n\t<a href=\"#main-content\">Přeskočit na obsah</a>\n</div>"},{"page":"https://vlada.gov.cz/scripts/detail.php?pgid=1514","rule_id":"color-contrast","impact":"serious","message":"Elements must meet minimum color contrast ratio thresholds","selector":"#cookieconsent\\:desc > a","html_snippet":"<a style=\"color: #ffffff;\" href=\"/en/urad-vlady/about-server/personal-data-protection-167157/\">Privacy Policy website</a>"},{"page":"https://vlada.gov.cz/scripts/detail.php?pgid=1514","rule_id":"color-contrast","impact":"serious","message":"Elements must meet minimum color contrast ratio thresholds","selector":".cc-deny","html_snippet":"<a aria-label=\"deny cookies\" role=\"button\" tabindex=\"0\" class=\"cc-btn cc-deny\">Necessary only</a>"},{"page":"https://vlada.gov.cz/scripts/detail.php?pgid=1514","rule_id":"color-contrast","impact":"serious","message":"Elements must meet minimum color contrast ratio thresholds","selector":".cc-allow","html_snippet":"<a aria-label=\"allow cookies\" role=\"button\" tabindex=\"0\" class=\"cc-btn cc-allow\">Accept all</a>"},{"page":"https://vlada.gov.cz/scripts/detail.php?pgid=1514","rule_id":"image-redundant-alt","impact":"minor","message":"Alternative text of images should not be repeated as text","selector":"img[alt=\"Visegrad Group\"]","html_snippet":"<img src=\"/assets/media-centrum/neprehlednete/v4.jpg\" alt=\"Visegrad Group\" width=\"188\" height=\"106\">"},{"page":"https://vlada.gov.cz/scripts/detail.php?pgid=1514","rule_id":"image-redundant-alt","impact":"minor","message":"Alternative text of images should not be repeated as text","selector":"img[alt=\"National Convention\"]","html_snippet":"<img src=\"/assets/media-centrum/neprehlednete/national-convention_188.jpg\" alt=\"National Convention\" width=\"188\" height=\"56\">"},{"page":"https://vlada.gov.cz/scripts/detail.php?pgid=1514","rule_id":"region","impact":"moderate","message":"All page content should be contained by landmarks","selector":".nav-skip","html_snippet":"<div class=\"nav-skip\">\n\t<a href=\"#main-content\">Přeskočit na obsah</a>\n</div>"},{"page":"https://vlada.gov.cz/en/evropske-zalezitosti/predsednictvi-cr-v-rade-eu/presidency-to-the-eu-23295/","rule_id":"color-contrast","impact":"serious","message":"Elements must meet minimum color contrast ratio thresholds","selector":"#cookieconsent\\:desc > a","html_snippet":"<a style=\"color: #ffffff;\" href=\"/en/urad-vlady/about-server/personal-data-protection-167157/\">Privacy Policy website</a>"},{"page":"https://vlada.gov.cz/en/evropske-zalezitosti/predsednictvi-cr-v-rade-eu/presidency-to-the-eu-23295/","rule_id":"color-contrast","impact":"serious","message":"Elements must meet minimum color contrast ratio thresholds","selector":".cc-deny","html_snippet":"<a aria-label=\"deny cookies\" role=\"button\" tabindex=\"0\" class=\"cc-btn cc-deny\">Necessary only</a>"},{"page":"https://vlada.gov.cz/en/evropske-zalezitosti/predsednictvi-cr-v-rade-eu/presidency-to-the-eu-23295/","rule_id":"color-contrast","impact":"serious","message":"Elements must meet minimum color contrast ratio thresholds","selector":".cc-allow","html_snippet":"<a aria-label=\"allow cookies\" role=\"button\" tabindex=\"0\" class=\"cc-btn cc-allow\">Accept all</a>"},{"page":"https://vlada.gov.cz/en/evropske-zalezitosti/predsednictvi-cr-v-rade-eu/presidency-to-the-eu-23295/","rule_id":"image-redundant-alt","impact":"minor","message":"Alternative text of images should not be repeated as text","selector":"img[alt=\"Visegrad Group\"]","html_snippet":"<img src=\"/assets/media-centrum/neprehlednete/v4.jpg\" alt=\"Visegrad Group\" width=\"188\" height=\"106\">"},{"page":"https://vlada.gov.cz/en/evropske-zalezitosti/predsednictvi-cr-v-rade-eu/presidency-to-the-eu-23295/","rule_id":"image-redundant-alt","impact":"minor","message":"Alternative text of images should not be repeated as text","selector":"img[alt=\"National Convention\"]","html_snippet":"<img src=\"/assets/media-centrum/neprehlednete/national-convention_188.jpg\" alt=\"National Convention\" width=\"188\" height=\"56\">"},{"page":"https://vlada.gov.cz/en/evropske-zalezitosti/predsednictvi-cr-v-rade-eu/presidency-to-the-eu-23295/","rule_id":"region","impact":"moderate","message":"All page content should be contained by landmarks","selector":".nav-skip","html_snippet":"<div class=\"nav-skip\">\n\t<a href=\"#main-content\">Přeskočit na obsah</a>\n</div>"},{"page":"https://vlada.gov.cz/en/evropske-zalezitosti/organizace-utvaru/organisational-structure-220936/","rule_id":"color-contrast","impact":"serious","message":"Elements must meet minimum color contrast ratio thresholds","selector":"#cookieconsent\\:desc > a","html_snippet":"<a style=\"color: #ffffff;\" href=\"/en/urad-vlady/about-server/personal-data-protection-167157/\">Privacy Policy website</a>"},{"page":"https://vlada.gov.cz/en/evropske-zalezitosti/organizace-utvaru/organisational-structure-220936/","rule_id":"color-contrast","impact":"serious","message":"Elements must meet minimum color contrast ratio thresholds","selector":".cc-deny","html_snippet":"<a aria-label=\"deny cookies\" role=\"button\" tabindex=\"0\" class=\"cc-btn cc-deny\">Necessary only</a>"},{"page":"https://vlada.gov.cz/en/evropske-zalezitosti/organizace-utvaru/organisational-structure-220936/","rule_id":"color-contrast","impact":"serious","message":"Elements must meet minimum color contrast ratio thresholds","selector":".cc-allow","html_snippet":"<a aria-label=\"allow cookies\" role=\"button\" tabindex=\"0\" class=\"cc-btn cc-allow\">Accept all</a>"},{"page":"https://vlada.gov.cz/en/evropske-zalezitosti/organizace-utvaru/organisational-structure-220936/","rule_id":"image-redundant-alt","impact":"minor","message":"Alternative text of images should not be repeated as text","selector":"img[alt=\"Visegrad Group\"]","html_snippet":"<img src=\"/assets/media-centrum/neprehlednete/v4.jpg\" alt=\"Visegrad Group\" width=\"188\" height=\"106\">"},{"page":"https://vlada.gov.cz/en/evropske-zalezitosti/organizace-utvaru/organisational-structure-220936/","rule_id":"image-redundant-alt","impact":"minor","message":"Alternative text of images should not be repeated as text","selector":"img[alt=\"National Convention\"]","html_snippet":"<img src=\"/assets/media-centrum/neprehlednete/national-convention_188.jpg\" alt=\"National Convention\" width=\"188\" height=\"56\">"},{"page":"https://vlada.gov.cz/en/evropske-zalezitosti/organizace-utvaru/organisational-structure-220936/","rule_id":"region","impact":"moderate","message":"All page content should be contained by landmarks","selector":".nav-skip","html_snippet":"<div class=\"nav-skip\">\n\t<a href=\"#main-content\">Přeskočit na obsah</a>\n</div>"},{"page":"https://vlada.gov.cz/en/evropske-zalezitosti/kontakty/contacts-21448/","rule_id":"color-contrast","impact":"serious","message":"Elements must meet minimum color contrast ratio thresholds","selector":"#cookieconsent\\:desc > a","html_snippet":"<a style=\"color: #ffffff;\" href=\"/en/urad-vlady/about-server/personal-data-protection-167157/\">Privacy Policy website</a>"},{"page":"https://vlada.gov.cz/en/evropske-zalezitosti/kontakty/contacts-21448/","rule_id":"color-contrast","impact":"serious","message":"Elements must meet minimum color contrast ratio thresholds","selector":".cc-deny","html_snippet":"<a aria-label=\"deny cookies\" role=\"button\" tabindex=\"0\" class=\"cc-btn cc-deny\">Necessary only</a>"},{"page":"https://vlada.gov.cz/en/evropske-zalezitosti/kontakty/contacts-21448/","rule_id":"color-contrast","impact":"serious","message":"Elements must meet minimum color contrast ratio thresholds","selector":".cc-allow","html_snippet":"<a aria-label=\"allow cookies\" role=\"button\" tabindex=\"0\" class=\"cc-btn cc-allow\">Accept all</a>"},{"page":"https://vlada.gov.cz/en/evropske-zalezitosti/kontakty/contacts-21448/","rule_id":"image-redundant-alt","impact":"minor","message":"Alternative text of images should not be repeated as text","selector":"img[alt=\"Visegrad Group\"]","html_snippet":"<img src=\"/assets/media-centrum/neprehlednete/v4.jpg\" alt=\"Visegrad Group\" width=\"188\" height=\"106\">"},{"page":"https://vlada.gov.cz/en/evropske-zalezitosti/kontakty/contacts-21448/","rule_id":"image-redundant-alt","impact":"minor","message":"Alternative text of images should not be repeated as text","selector":"img[alt=\"National Convention\"]","html_snippet":"<img src=\"/assets/media-centrum/neprehlednete/national-convention_188.jpg\" alt=\"National Convention\" width=\"188\" height=\"56\">"},{"page":"https://vlada.gov.cz/en/evropske-zalezitosti/kontakty/contacts-21448/","rule_id":"region","impact":"moderate","message":"All page content should be contained by landmarks","selector":".nav-skip","html_snippet":"<div class=\"nav-skip\">\n\t<a href=\"#main-content\">Přeskočit na obsah</a>\n</div>"},{"page":"https://vlada.gov.cz/scripts/detail.php?pgid=1504","rule_id":"color-contrast","impact":"serious","message":"Elements must meet minimum color contrast ratio thresholds","selector":"#cookieconsent\\:desc > a","html_snippet":"<a style=\"color: #ffffff;\" href=\"/en/urad-vlady/about-server/personal-data-protection-167157/\">Privacy Policy website</a>"},{"page":"https://vlada.gov.cz/scripts/detail.php?pgid=1504","rule_id":"color-contrast","impact":"serious","message":"Elements must meet minimum color contrast ratio thresholds","selector":".cc-deny","html_snippet":"<a aria-label=\"deny cookies\" role=\"button\" tabindex=\"0\" class=\"cc-btn cc-deny\">Necessary only</a>"},{"page":"https://vlada.gov.cz/scripts/detail.php?pgid=1504","rule_id":"color-contrast","impact":"serious","message":"Elements must meet minimum color contrast ratio thresholds","selector":".cc-allow","html_snippet":"<a aria-label=\"allow cookies\" role=\"button\" tabindex=\"0\" class=\"cc-btn cc-allow\">Accept all</a>"},{"page":"https://vlada.gov.cz/scripts/detail.php?pgid=1504","rule_id":"image-redundant-alt","impact":"minor","message":"Alternative text of images should not be repeated as text","selector":"img[alt=\"Visegrad Group\"]","html_snippet":"<img src=\"/assets/media-centrum/neprehlednete/v4.jpg\" alt=\"Visegrad Group\" width=\"188\" height=\"106\">"},{"page":"https://vlada.gov.cz/scripts/detail.php?pgid=1504","rule_id":"image-redundant-alt","impact":"minor","message":"Alternative text of images should not be repeated as text","selector":"img[alt=\"National Convention\"]","html_snippet":"<img src=\"/assets/media-centrum/neprehlednete/national-convention_188.jpg\" alt=\"National Convention\" width=\"188\" height=\"56\">"},{"page":"https://vlada.gov.cz/scripts/detail.php?pgid=1504","rule_id":"region","impact":"moderate","message":"All page content should be contained by landmarks","selector":".nav-skip","html_snippet":"<div class=\"nav-skip\">\n\t<a href=\"#main-content\">Přeskočit na obsah</a>\n</div>"},{"page":"https://vlada.gov.cz/en/ppov/zalezitosti-romske-komunity/the-council-for-roma-community-affairs--50634/","rule_id":"color-contrast","impact":"serious","message":"Elements must meet minimum color contrast ratio thresholds","selector":"#cookieconsent\\:desc > a","html_snippet":"<a style=\"color: #ffffff;\" href=\"/en/urad-vlady/about-server/personal-data-protection-167157/\">Privacy Policy website</a>"},{"page":"https://vlada.gov.cz/en/ppov/zalezitosti-romske-komunity/the-council-for-roma-community-affairs--50634/","rule_id":"color-contrast","impact":"serious","message":"Elements must meet minimum color contrast ratio thresholds","selector":".cc-deny","html_snippet":"<a aria-label=\"deny cookies\" role=\"button\" tabindex=\"0\" class=\"cc-btn cc-deny\">Necessary only</a>"},{"page":"https://vlada.gov.cz/en/ppov/zalezitosti-romske-komunity/the-council-for-roma-community-affairs--50634/","rule_id":"color-contrast","impact":"serious","message":"Elements must meet minimum color contrast ratio thresholds","selector":".cc-allow","html_snippet":"<a aria-label=\"allow cookies\" role=\"button\" tabindex=\"0\" class=\"cc-btn cc-allow\">Accept all</a>"},{"page":"https://vlada.gov.cz/en/ppov/zalezitosti-romske-komunity/the-council-for-roma-community-affairs--50634/","rule_id":"image-redundant-alt","impact":"minor","message":"Alternative text of images should not be repeated as text","selector":"img[alt=\"Visegrad Group\"]","html_snippet":"<img src=\"/assets/media-centrum/neprehlednete/v4.jpg\" alt=\"Visegrad Group\" width=\"188\" height=\"106\">"},{"page":"https://vlada.gov.cz/en/ppov/zalezitosti-romske-komunity/the-council-for-roma-community-affairs--50634/","rule_id":"image-redundant-alt","impact":"minor","message":"Alternative text of images should not be repeated as text","selector":"img[alt=\"National Convention\"]","html_snippet":"<img src=\"/assets/media-centrum/neprehlednete/national-convention_188.jpg\" alt=\"National Convention\" width=\"188\" height=\"56\">"},{"page":"https://vlada.gov.cz/en/ppov/zalezitosti-romske-komunity/the-council-for-roma-community-affairs--50634/","rule_id":"region","impact":"moderate","message":"All page content should be contained by landmarks","selector":".nav-skip","html_snippet":"<div class=\"nav-skip\">\n\t<a href=\"#main-content\">Přeskočit na obsah</a>\n</div>"},{"page":"https://vlada.gov.cz/en/ppov/rlp/government-council-for-human-rights-50632/","rule_id":"color-contrast","impact":"serious","message":"Elements must meet minimum color contrast ratio thresholds","selector":"#cookieconsent\\:desc > a","html_snippet":"<a style=\"color: #ffffff;\" href=\"/en/urad-vlady/about-server/personal-data-protection-167157/\">Privacy Policy website</a>"},{"page":"https://vlada.gov.cz/en/ppov/rlp/government-council-for-human-rights-50632/","rule_id":"color-contrast","impact":"serious","message":"Elements must meet minimum color contrast ratio thresholds","selector":".cc-deny","html_snippet":"<a aria-label=\"deny cookies\" role=\"button\" tabindex=\"0\" class=\"cc-btn cc-deny\">Necessary only</a>"},{"page":"https://vlada.gov.cz/en/ppov/rlp/government-council-for-human-rights-50632/","rule_id":"color-contrast","impact":"serious","message":"Elements must meet minimum color contrast ratio thresholds","selector":".cc-allow","html_snippet":"<a aria-label=\"allow cookies\" role=\"button\" tabindex=\"0\" class=\"cc-btn cc-allow\">Accept all</a>"},{"page":"https://vlada.gov.cz/en/ppov/rlp/government-council-for-human-rights-50632/","rule_id":"image-redundant-alt","impact":"minor","message":"Alternative text of images should not be repeated as text","selector":"img[alt=\"Visegrad Group\"]","html_snippet":"<img src=\"/assets/media-centrum/neprehlednete/v4.jpg\" alt=\"Visegrad Group\" width=\"188\" height=\"106\">"},{"page":"https://vlada.gov.cz/en/ppov/rlp/government-council-for-human-rights-50632/","rule_id":"image-redundant-alt","impact":"minor","message":"Alternative text of images should not be repeated as text","selector":"img[alt=\"National Convention\"]","html_snippet":"<img src=\"/assets/media-centrum/neprehlednete/national-convention_188.jpg\" alt=\"National Convention\" width=\"188\" height=\"56\">"},{"page":"https://vlada.gov.cz/en/ppov/rlp/government-council-for-human-rights-50632/","rule_id":"region","impact":"moderate","message":"All page content should be contained by landmarks","selector":".nav-skip","html_snippet":"<div class=\"nav-skip\">\n\t<a href=\"#main-content\">Přeskočit na obsah</a>\n</div>"},{"page":"https://vlada.gov.cz/en/pracovni-a-poradni-organy-vlady/rnm/historie-a-soucasnost-rady-en-16666/","rule_id":"color-contrast","impact":"serious","message":"Elements must meet minimum color contrast ratio thresholds","selector":"#cookieconsent\\:desc > a","html_snippet":"<a style=\"color: #ffffff;\" href=\"/en/urad-vlady/about-server/personal-data-protection-167157/\">Privacy Policy website</a>"},{"page":"https://vlada.gov.cz/en/pracovni-a-poradni-organy-vlady/rnm/historie-a-soucasnost-rady-en-16666/","rule_id":"color-contrast","impact":"serious","message":"Elements must meet minimum color contrast ratio thresholds","selector":".cc-deny","html_snippet":"<a aria-label=\"deny cookies\" role=\"button\" tabindex=\"0\" class=\"cc-btn cc-deny\">Necessary only</a>"},{"page":"https://vlada.gov.cz/en/pracovni-a-poradni-organy-vlady/rnm/historie-a-soucasnost-rady-en-16666/","rule_id":"color-contrast","impact":"serious","message":"Elements must meet minimum color contrast ratio thresholds","selector":".cc-allow","html_snippet":"<a aria-label=\"allow cookies\" role=\"button\" tabindex=\"0\" class=\"cc-btn cc-allow\">Accept all</a>"},{"page":"https://vlada.gov.cz/en/pracovni-a-poradni-organy-vlady/rnm/historie-a-soucasnost-rady-en-16666/","rule_id":"image-redundant-alt","impact":"minor","message":"Alternative text of images should not be repeated as text","selector":"img[alt=\"Visegrad Group\"]","html_snippet":"<img src=\"/assets/media-centrum/neprehlednete/v4.jpg\" alt=\"Visegrad Group\" width=\"188\" height=\"106\">"},{"page":"https://vlada.gov.cz/en/pracovni-a-poradni-organy-vlady/rnm/historie-a-soucasnost-rady-en-16666/","rule_id":"image-redundant-alt","impact":"minor","message":"Alternative text of images should not be repeated as text","selector":"img[alt=\"National Convention\"]","html_snippet":"<img src=\"/assets/media-centrum/neprehlednete/national-convention_188.jpg\" alt=\"National Convention\" width=\"188\" height=\"56\">"},{"page":"https://vlada.gov.cz/en/pracovni-a-poradni-organy-vlady/rnm/historie-a-soucasnost-rady-en-16666/","rule_id":"region","impact":"moderate","message":"All page content should be contained by landmarks","selector":".nav-skip","html_snippet":"<div class=\"nav-skip\">\n\t<a href=\"#main-content\">Přeskočit na obsah</a>\n</div>"},{"page":"https://vlada.gov.cz/en/ppov/gcfge/government-council-for-gender-equality-185373/","rule_id":"color-contrast","impact":"serious","message":"Elements must meet minimum color contrast ratio thresholds","selector":"#cookieconsent\\:desc > a","html_snippet":"<a style=\"color: #ffffff;\" href=\"/en/urad-vlady/about-server/personal-data-protection-167157/\">Privacy Policy website</a>"},{"page":"https://vlada.gov.cz/en/ppov/gcfge/government-council-for-gender-equality-185373/","rule_id":"color-contrast","impact":"serious","message":"Elements must meet minimum color contrast ratio thresholds","selector":".cc-deny","html_snippet":"<a aria-label=\"deny cookies\" role=\"button\" tabindex=\"0\" class=\"cc-btn cc-deny\">Necessary only</a>"},{"page":"https://vlada.gov.cz/en/ppov/gcfge/government-council-for-gender-equality-185373/","rule_id":"color-contrast","impact":"serious","message":"Elements must meet minimum color contrast ratio thresholds","selector":".cc-allow","html_snippet":"<a aria-label=\"allow cookies\" role=\"button\" tabindex=\"0\" class=\"cc-btn cc-allow\">Accept all</a>"},{"page":"https://vlada.gov.cz/en/ppov/gcfge/government-council-for-gender-equality-185373/","rule_id":"image-redundant-alt","impact":"minor","message":"Alternative text of images should not be repeated as text","selector":"img[alt=\"Visegrad Group\"]","html_snippet":"<img src=\"/assets/media-centrum/neprehlednete/v4.jpg\" alt=\"Visegrad Group\" width=\"188\" height=\"106\">"},{"page":"https://vlada.gov.cz/en/ppov/gcfge/government-council-for-gender-equality-185373/","rule_id":"image-redundant-alt","impact":"minor","message":"Alternative text of images should not be repeated as text","selector":"img[alt=\"National Convention\"]","html_snippet":"<img src=\"/assets/media-centrum/neprehlednete/national-convention_188.jpg\" alt=\"National Convention\" width=\"188\" height=\"56\">"},{"page":"https://vlada.gov.cz/en/ppov/gcfge/government-council-for-gender-equality-185373/","rule_id":"region","impact":"moderate","message":"All page content should be contained by landmarks","selector":".nav-skip","html_snippet":"<div class=\"nav-skip\">\n\t<a href=\"#main-content\">Přeskočit na obsah</a>\n</div>"},{"page":"https://vlada.gov.cz/en/ppov/government-committee-for-personnel-nominations-203614/","rule_id":"color-contrast","impact":"serious","message":"Elements must meet minimum color contrast ratio thresholds","selector":"#cookieconsent\\:desc > a","html_snippet":"<a style=\"color: #ffffff;\" href=\"/en/urad-vlady/about-server/personal-data-protection-167157/\">Privacy Policy website</a>"},{"page":"https://vlada.gov.cz/en/ppov/government-committee-for-personnel-nominations-203614/","rule_id":"color-contrast","impact":"serious","message":"Elements must meet minimum color contrast ratio thresholds","selector":".cc-deny","html_snippet":"<a aria-label=\"deny cookies\" role=\"button\" tabindex=\"0\" class=\"cc-btn cc-deny\">Necessary only</a>"},{"page":"https://vlada.gov.cz/en/ppov/government-committee-for-personnel-nominations-203614/","rule_id":"color-contrast","impact":"serious","message":"Elements must meet minimum color contrast ratio thresholds","selector":".cc-allow","html_snippet":"<a aria-label=\"allow cookies\" role=\"button\" tabindex=\"0\" class=\"cc-btn cc-allow\">Accept all</a>"},{"page":"https://vlada.gov.cz/en/ppov/government-committee-for-personnel-nominations-203614/","rule_id":"image-redundant-alt","impact":"minor","message":"Alternative text of images should not be repeated as text","selector":"img[alt=\"Visegrad Group\"]","html_snippet":"<img src=\"/assets/media-centrum/neprehlednete/v4.jpg\" alt=\"Visegrad Group\" width=\"188\" height=\"106\">"},{"page":"https://vlada.gov.cz/en/ppov/government-committee-for-personnel-nominations-203614/","rule_id":"image-redundant-alt","impact":"minor","message":"Alternative text of images should not be repeated as text","selector":"img[alt=\"National Convention\"]","html_snippet":"<img src=\"/assets/media-centrum/neprehlednete/national-convention_188.jpg\" alt=\"National Convention\" width=\"188\" height=\"56\">"},{"page":"https://vlada.gov.cz/en/ppov/government-committee-for-personnel-nominations-203614/","rule_id":"region","impact":"moderate","message":"All page content should be contained by landmarks","selector":".nav-skip","html_snippet":"<div class=\"nav-skip\">\n\t<a href=\"#main-content\">Přeskočit na obsah</a>\n</div>"},{"page":"https://vlada.gov.cz/en/ppov/protidrogova-politika/government-council-for-the-coordination-of-addiction-policy-196563/","rule_id":"color-contrast","impact":"serious","message":"Elements must meet minimum color contrast ratio thresholds","selector":"#cookieconsent\\:desc > a","html_snippet":"<a style=\"color: #ffffff;\" href=\"/en/urad-vlady/about-server/personal-data-protection-167157/\">Privacy Policy website</a>"},{"page":"https://vlada.gov.cz/en/ppov/protidrogova-politika/government-council-for-the-coordination-of-addiction-policy-196563/","rule_id":"color-contrast","impact":"serious","message":"Elements must meet minimum color contrast ratio thresholds","selector":".cc-deny","html_snippet":"<a aria-label=\"deny cookies\" role=\"button\" tabindex=\"0\" class=\"cc-btn cc-deny\">Necessary only</a>"},{"page":"https://vlada.gov.cz/en/ppov/protidrogova-politika/government-council-for-the-coordination-of-addiction-policy-196563/","rule_id":"color-contrast","impact":"serious","message":"Elements must meet minimum color contrast ratio thresholds","selector":".cc-allow","html_snippet":"<a aria-label=\"allow cookies\" role=\"button\" tabindex=\"0\" class=\"cc-btn cc-allow\">Accept all</a>"},{"page":"https://vlada.gov.cz/en/ppov/protidrogova-politika/government-council-for-the-coordination-of-addiction-policy-196563/","rule_id":"image-redundant-alt","impact":"minor","message":"Alternative text of images should not be repeated as text","selector":"img[alt=\"Visegrad Group\"]","html_snippet":"<img src=\"/assets/media-centrum/neprehlednete/v4.jpg\" alt=\"Visegrad Group\" width=\"188\" height=\"106\">"},{"page":"https://vlada.gov.cz/en/ppov/protidrogova-politika/government-council-for-the-coordination-of-addiction-policy-196563/","rule_id":"image-redundant-alt","impact":"minor","message":"Alternative text of images should not be repeated as text","selector":"img[alt=\"National Convention\"]","html_snippet":"<img src=\"/assets/media-centrum/neprehlednete/national-convention_188.jpg\" alt=\"National Convention\" width=\"188\" height=\"56\">"},{"page":"https://vlada.gov.cz/en/ppov/protidrogova-politika/government-council-for-the-coordination-of-addiction-policy-196563/","rule_id":"region","impact":"moderate","message":"All page content should be contained by landmarks","selector":".nav-skip","html_snippet":"<div class=\"nav-skip\">\n\t<a href=\"#main-content\">Přeskočit na obsah</a>\n</div>"},{"page":"https://vlada.gov.cz/en/ppov/vvzpo/uvod-vvzpo-en-312/","rule_id":"color-contrast","impact":"serious","message":"Elements must meet minimum color contrast ratio thresholds","selector":"#cookieconsent\\:desc > a","html_snippet":"<a style=\"color: #ffffff;\" href=\"/en/urad-vlady/about-server/personal-data-protection-167157/\">Privacy Policy website</a>"},{"page":"https://vlada.gov.cz/en/ppov/vvzpo/uvod-vvzpo-en-312/","rule_id":"color-contrast","impact":"serious","message":"Elements must meet minimum color contrast ratio thresholds","selector":".cc-deny","html_snippet":"<a aria-label=\"deny cookies\" role=\"button\" tabindex=\"0\" class=\"cc-btn cc-deny\">Necessary only</a>"},{"page":"https://vlada.gov.cz/en/ppov/vvzpo/uvod-vvzpo-en-312/","rule_id":"color-contrast","impact":"serious","message":"Elements must meet minimum color contrast ratio thresholds","selector":".cc-allow","html_snippet":"<a aria-label=\"allow cookies\" role=\"button\" tabindex=\"0\" class=\"cc-btn cc-allow\">Accept all</a>"},{"page":"https://vlada.gov.cz/en/ppov/vvzpo/uvod-vvzpo-en-312/","rule_id":"image-redundant-alt","impact":"minor","message":"Alternative text of images should not be repeated as text","selector":"img[alt=\"Visegrad Group\"]","html_snippet":"<img src=\"/assets/media-centrum/neprehlednete/v4.jpg\" alt=\"Visegrad Group\" width=\"188\" height=\"106\">"},{"page":"https://vlada.gov.cz/en/ppov/vvzpo/uvod-vvzpo-en-312/","rule_id":"image-redundant-alt","impact":"minor","message":"Alternative text of images should not be repeated as text","selector":"img[alt=\"National Convention\"]","html_snippet":"<img src=\"/assets/media-centrum/neprehlednete/national-convention_188.jpg\" alt=\"National Convention\" width=\"188\" height=\"56\">"},{"page":"https://vlada.gov.cz/en/ppov/vvzpo/uvod-vvzpo-en-312/","rule_id":"region","impact":"moderate","message":"All page content should be contained by landmarks","selector":".nav-skip","html_snippet":"<div class=\"nav-skip\">\n\t<a href=\"#main-content\">Přeskočit na obsah</a>\n</div>"},{"page":"https://vlada.gov.cz/en/pracovni-a-poradni-organy-vlady/vdk/vdk---uvod-en-17893/","rule_id":"color-contrast","impact":"serious","message":"Elements must meet minimum color contrast ratio thresholds","selector":"#cookieconsent\\:desc > a","html_snippet":"<a style=\"color: #ffffff;\" href=\"/en/urad-vlady/about-server/personal-data-protection-167157/\">Privacy Policy website</a>"},{"page":"https://vlada.gov.cz/en/pracovni-a-poradni-organy-vlady/vdk/vdk---uvod-en-17893/","rule_id":"color-contrast","impact":"serious","message":"Elements must meet minimum color contrast ratio thresholds","selector":".cc-deny","html_snippet":"<a aria-label=\"deny cookies\" role=\"button\" tabindex=\"0\" class=\"cc-btn cc-deny\">Necessary only</a>"},{"page":"https://vlada.gov.cz/en/pracovni-a-poradni-organy-vlady/vdk/vdk---uvod-en-17893/","rule_id":"color-contrast","impact":"serious","message":"Elements must meet minimum color contrast ratio thresholds","selector":".cc-allow","html_snippet":"<a aria-label=\"allow cookies\" role=\"button\" tabindex=\"0\" class=\"cc-btn cc-allow\">Accept all</a>"},{"page":"https://vlada.gov.cz/en/pracovni-a-poradni-organy-vlady/vdk/vdk---uvod-en-17893/","rule_id":"image-redundant-alt","impact":"minor","message":"Alternative text of images should not be repeated as text","selector":"img[alt=\"Visegrad Group\"]","html_snippet":"<img src=\"/assets/media-centrum/neprehlednete/v4.jpg\" alt=\"Visegrad Group\" width=\"188\" height=\"106\">"},{"page":"https://vlada.gov.cz/en/pracovni-a-poradni-organy-vlady/vdk/vdk---uvod-en-17893/","rule_id":"image-redundant-alt","impact":"minor","message":"Alternative text of images should not be repeated as text","selector":"img[alt=\"National Convention\"]","html_snippet":"<img src=\"/assets/media-centrum/neprehlednete/national-convention_188.jpg\" alt=\"National Convention\" width=\"188\" height=\"56\">"},{"page":"https://vlada.gov.cz/en/pracovni-a-poradni-organy-vlady/vdk/vdk---uvod-en-17893/","rule_id":"region","impact":"moderate","message":"All page content should be contained by landmarks","selector":".nav-skip","html_snippet":"<div class=\"nav-skip\">\n\t<a href=\"#main-content\">Přeskočit na obsah</a>\n</div>"},{"page":"https://vlada.gov.cz/en/ppov/national-economic-council-203485/","rule_id":"image-redundant-alt","impact":"minor","message":"Alternative text of images should not be repeated as text","selector":"img[alt=\"Visegrad Group\"]","html_snippet":"<img src=\"/assets/media-centrum/neprehlednete/v4.jpg\" alt=\"Visegrad Group\" width=\"188\" height=\"106\">"},{"page":"https://vlada.gov.cz/en/ppov/national-economic-council-203485/","rule_id":"image-redundant-alt","impact":"minor","message":"Alternative text of images should not be repeated as text","selector":"img[alt=\"National Convention\"]","html_snippet":"<img src=\"/assets/media-centrum/neprehlednete/national-convention_188.jpg\" alt=\"National Convention\" width=\"188\" height=\"56\">"},{"page":"https://vlada.gov.cz/en/ppov/government-council-for-information-society-203535/","rule_id":"color-contrast","impact":"serious","message":"Elements must meet minimum color contrast ratio thresholds","selector":"#cookieconsent\\:desc > a","html_snippet":"<a style=\"color: #ffffff;\" href=\"/en/urad-vlady/about-server/personal-data-protection-167157/\">Privacy Policy website</a>"},{"page":"https://vlada.gov.cz/en/ppov/government-council-for-information-society-203535/","rule_id":"color-contrast","impact":"serious","message":"Elements must meet minimum color contrast ratio thresholds","selector":".cc-deny","html_snippet":"<a aria-label=\"deny cookies\" role=\"button\" tabindex=\"0\" class=\"cc-btn cc-deny\">Necessary only</a>"},{"page":"https://vlada.gov.cz/en/ppov/government-council-for-information-society-203535/","rule_id":"color-contrast","impact":"serious","message":"Elements must meet minimum color contrast ratio thresholds","selector":".cc-allow","html_snippet":"<a aria-label=\"allow cookies\" role=\"button\" tabindex=\"0\" class=\"cc-btn cc-allow\">Accept all</a>"},{"page":"https://vlada.gov.cz/en/ppov/government-council-for-information-society-203535/","rule_id":"image-redundant-alt","impact":"minor","message":"Alternative text of images should not be repeated as text","selector":"img[alt=\"Visegrad Group\"]","html_snippet":"<img src=\"/assets/media-centrum/neprehlednete/v4.jpg\" alt=\"Visegrad Group\" width=\"188\" height=\"106\">"},{"page":"https://vlada.gov.cz/en/ppov/government-council-for-information-society-203535/","rule_id":"image-redundant-alt","impact":"minor","message":"Alternative text of images should not be repeated as text","selector":"img[alt=\"National Convention\"]","html_snippet":"<img src=\"/assets/media-centrum/neprehlednete/national-convention_188.jpg\" alt=\"National Convention\" width=\"188\" height=\"56\">"},{"page":"https://vlada.gov.cz/en/ppov/government-council-for-information-society-203535/","rule_id":"region","impact":"moderate","message":"All page content should be contained by landmarks","selector":".nav-skip","html_snippet":"<div class=\"nav-skip\">\n\t<a href=\"#main-content\">Přeskočit na obsah</a>\n</div>"},{"page":"https://vlada.gov.cz/en/ppov/working-and-advisory-bodies-of-the-government-53368/","rule_id":"color-contrast","impact":"serious","message":"Elements must meet minimum color contrast ratio thresholds","selector":"#cookieconsent\\:desc > a","html_snippet":"<a style=\"color: #ffffff;\" href=\"/en/urad-vlady/about-server/personal-data-protection-167157/\">Privacy Policy website</a>"},{"page":"https://vlada.gov.cz/en/ppov/working-and-advisory-bodies-of-the-government-53368/","rule_id":"color-contrast","impact":"serious","message":"Elements must meet minimum color contrast ratio thresholds","selector":".cc-deny","html_snippet":"<a aria-label=\"deny cookies\" role=\"button\" tabindex=\"0\" class=\"cc-btn cc-deny\">Necessary only</a>"},{"page":"https://vlada.gov.cz/en/ppov/working-and-advisory-bodies-of-the-government-53368/","rule_id":"color-contrast","impact":"serious","message":"Elements must meet minimum color contrast ratio thresholds","selector":".cc-allow","html_snippet":"<a aria-label=\"allow cookies\" role=\"button\" tabindex=\"0\" class=\"cc-btn cc-allow\">Accept all</a>"},{"page":"https://vlada.gov.cz/en/ppov/working-and-advisory-bodies-of-the-government-53368/","rule_id":"image-redundant-alt","impact":"minor","message":"Alternative text of images should not be repeated as text","selector":"img[alt=\"Visegrad Group\"]","html_snippet":"<img src=\"/assets/media-centrum/neprehlednete/v4.jpg\" alt=\"Visegrad Group\" width=\"188\" height=\"106\">"},{"page":"https://vlada.gov.cz/en/ppov/working-and-advisory-bodies-of-the-government-53368/","rule_id":"image-redundant-alt","impact":"minor","message":"Alternative text of images should not be repeated as text","selector":"img[alt=\"National Convention\"]","html_snippet":"<img src=\"/assets/media-centrum/neprehlednete/national-convention_188.jpg\" alt=\"National Convention\" width=\"188\" height=\"56\">"},{"page":"https://vlada.gov.cz/en/ppov/working-and-advisory-bodies-of-the-government-53368/","rule_id":"region","impact":"moderate","message":"All page content should be contained by landmarks","selector":".nav-skip","html_snippet":"<div class=\"nav-skip\">\n\t<a href=\"#main-content\">Přeskočit na obsah</a>\n</div>"},{"page":"https://vlada.gov.cz/en/ppov/government-committee-for-strategic-investments/government-committee-for-strategic-investments-209660/","rule_id":"color-contrast","impact":"serious","message":"Elements must meet minimum color contrast ratio thresholds","selector":"#cookieconsent\\:desc > a","html_snippet":"<a style=\"color: #ffffff;\" href=\"/en/urad-vlady/about-server/personal-data-protection-167157/\">Privacy Policy website</a>"},{"page":"https://vlada.gov.cz/en/ppov/government-committee-for-strategic-investments/government-committee-for-strategic-investments-209660/","rule_id":"color-contrast","impact":"serious","message":"Elements must meet minimum color contrast ratio thresholds","selector":".cc-deny","html_snippet":"<a aria-label=\"deny cookies\" role=\"button\" tabindex=\"0\" class=\"cc-btn cc-deny\">Necessary only</a>"},{"page":"https://vlada.gov.cz/en/ppov/government-committee-for-strategic-investments/government-committee-for-strategic-investments-209660/","rule_id":"color-contrast","impact":"serious","message":"Elements must meet minimum color contrast ratio thresholds","selector":".cc-allow","html_snippet":"<a aria-label=\"allow cookies\" role=\"button\" tabindex=\"0\" class=\"cc-btn cc-allow\">Accept all</a>"},{"page":"https://vlada.gov.cz/en/ppov/government-committee-for-strategic-investments/government-committee-for-strategic-investments-209660/","rule_id":"image-redundant-alt","impact":"minor","message":"Alternative text of images should not be repeated as text","selector":"img[alt=\"Visegrad Group\"]","html_snippet":"<img src=\"/assets/media-centrum/neprehlednete/v4.jpg\" alt=\"Visegrad Group\" width=\"188\" height=\"106\">"},{"page":"https://vlada.gov.cz/en/ppov/government-committee-for-strategic-investments/government-committee-for-strategic-investments-209660/","rule_id":"image-redundant-alt","impact":"minor","message":"Alternative text of images should not be repeated as text","selector":"img[alt=\"National Convention\"]","html_snippet":"<img src=\"/assets/media-centrum/neprehlednete/national-convention_188.jpg\" alt=\"National Convention\" width=\"188\" height=\"56\">"},{"page":"https://vlada.gov.cz/en/ppov/government-committee-for-strategic-investments/government-committee-for-strategic-investments-209660/","rule_id":"region","impact":"moderate","message":"All page content should be contained by landmarks","selector":".nav-skip","html_snippet":"<div class=\"nav-skip\">\n\t<a href=\"#main-content\">Přeskočit na obsah</a>\n</div>"}]</script>

    <footer aria-label="Report footer">
        <p>
            <strong>O-Hat Scanner</strong> • 
            <a href="https://github.com/civicactions/o-hat-scanner" target="_blank" rel="noopener">View on GitHub</a> • 
            Report design inspired by Oobee
        </p>
    </footer>

    <script>
        // Toggle severity blocks (keyboard accessible)
        document.querySelectorAll('.severity-header').forEach(header => {
            const content = header.nextElementSibling;
            if (header.getAttribute('aria-expanded') === 'true') {
                content.style.display = 'block';
            }
            header.addEventListener('click', () => {
                const expanded = header.getAttribute('aria-expanded') === 'true';
                header.setAttribute('aria-expanded', String(!expanded));
                content.style.display = expanded ? 'none' : 'block';
            });
        });

        // Simple search filtering across issue text and IDs
        const searchInput = document.getElementById('issueSearch');
        searchInput?.addEventListener('input', (e) => {
            const term = e.target.value.toLowerCase();
            document.querySelectorAll('.violation-item').forEach(item => {
                const text = item.textContent.toLowerCase();
                item.style.display = text.includes(term) ? 'block' : 'none';
            });
        });

        // Theme toggle with persistence
        const themeToggle = document.getElementById('theme-toggle');
        const root = document.documentElement;
        const prefersDarkScheme = window.matchMedia('(prefers-color-scheme: dark)');
        
        // Get user preference from localStorage, or default to system preference
        const savedTheme = localStorage.getItem('report-theme');
        let currentTheme;
        let userHasOverride = false;
        
        if (savedTheme) {
            // User has explicitly set a preference
            currentTheme = savedTheme;
            userHasOverride = true;
        } else {
            // No user override - inherit from browser/OS default
            currentTheme = prefersDarkScheme.matches ? 'dark' : 'light';
        }
        
        function applyTheme(theme) {
            // Set data-theme on root; descendant CSS selectors control icon visibility
            root.setAttribute('data-theme', theme);
            
            // Update button label to reflect the action
            if (themeToggle) {
                if (theme === 'dark') {
                    themeToggle.setAttribute('aria-label', 'Switch to light mode');
                } else {
                    themeToggle.setAttribute('aria-label', 'Switch to dark mode');
                }
            }
        }
        
        themeToggle?.addEventListener('click', () => {
            const newTheme = currentTheme === 'light' ? 'dark' : 'light';
            currentTheme = newTheme;
            userHasOverride = true;
            localStorage.setItem('report-theme', newTheme);
            applyTheme(newTheme);
        });
        
        // Listen for system theme preference changes (only when no user override exists)
        prefersDarkScheme.addEventListener('change', (e) => {
            if (!userHasOverride) {
                currentTheme = e.matches ? 'dark' : 'light';
                applyTheme(currentTheme);
            }
        });
        
        // Apply theme on load
        applyTheme(currentTheme);

        function siteRootPath() {
            const parts = window.location.pathname.split('/');
            const runsIdx = parts.indexOf('runs');
            if (runsIdx > 0) {
                return parts.slice(0, runsIdx).join('/') || '/';
            }
            return '/';
        }

        const homeLogo = document.getElementById('homeLogo');
        if (homeLogo) {
            const root = siteRootPath().replace(/\/$/, '');
            homeLogo.href = root + '/index.html';
        }

        const printButton = document.getElementById('printButton');
        printButton?.addEventListener('click', () => {
            window.print();
        });

        // Mini trend sparkline (reads aggregate.csv)
        const miniChart = document.getElementById('miniTrendChart');
        const miniStatus = document.getElementById('miniTrendStatus');
        const miniContainer = document.getElementById('miniTrend');

        const newlineRe = new RegExp('\\r?\\n');

        function parseAggregateCsv(text) {
            const lines = text.trim().split(newlineRe).filter(Boolean);
            if (!lines.length) return [];
            const headers = lines.shift().split(',');
            return lines.map(line => {
                const cols = line.split(',');
                const row = {};
                headers.forEach((h, idx) => {
                    row[h] = cols[idx] || '';
                });
                return row;
            });
        }

        function drawMiniTrend(rows) {
            if (!miniChart) return;
            miniChart.innerHTML = '';
            const width = 100;
            const height = 30;
            miniChart.setAttribute('viewBox', '0 0 ' + width + ' ' + height);
            const values = rows.map(r => Number(r.totalViolations || 0));
            const minY = Math.min(...values, 0);
            const maxY = Math.max(...values, 1);
            const span = Math.max(maxY - minY, 1);
            const path = rows.map((r, idx) => {
                const x = rows.length === 1 ? width / 2 : (idx / (rows.length - 1)) * width;
                const yVal = Number(r.totalViolations || 0);
                const y = height - ((yVal - minY) / span) * (height - 6) - 3;
                return (idx === 0 ? 'M' : 'L') + x.toFixed(2) + ' ' + y.toFixed(2);
            }).join(' ');

            const pathEl = document.createElementNS('http://www.w3.org/2000/svg', 'path');
            pathEl.setAttribute('d', path || 'M0 15 L100 15');
            pathEl.setAttribute('class', 'mini-line');
            miniChart.appendChild(pathEl);

            rows.forEach((r, idx) => {
                const x = rows.length === 1 ? width / 2 : (idx / (rows.length - 1)) * width;
                const yVal = Number(r.totalViolations || 0);
                const y = height - ((yVal - minY) / span) * (height - 6) - 3;
                const dot = document.createElementNS('http://www.w3.org/2000/svg', 'circle');
                dot.setAttribute('cx', x.toFixed(2));
                dot.setAttribute('cy', y.toFixed(2));
                dot.setAttribute('r', '1.8');
                dot.setAttribute('class', 'mini-dot');
                const titleEl = document.createElementNS('http://www.w3.org/2000/svg', 'title');
                titleEl.textContent = 'Run ' + r.runId + ' total ' + yVal;
                dot.appendChild(titleEl);
                miniChart.appendChild(dot);
            });

            const latest = rows[rows.length - 1];
            const latestValue = Number(latest.totalViolations || 0);
            const latestPages = latest.pagesScanned || 'n/a';
            if (miniStatus) {
                miniStatus.textContent = 'Latest: ' + latestValue + ' occurrences across ' + latestPages + ' pages';
            }
        }

        function rootPathForAggregate() {
            const parts = window.location.pathname.split('/');
            const runsIdx = parts.indexOf('runs');
            if (runsIdx > 0) {
                return parts.slice(0, runsIdx).join('/') || '/';
            }
            return '/';
        }

        function loadMiniTrend() {
            if (!miniContainer || !miniChart || !miniStatus) return;
            miniStatus.textContent = 'Loading trend…';
            const target = miniContainer.dataset.target || '';
            const viewport = miniContainer.dataset.viewport || '';
            const color = miniContainer.dataset.color || '';
            const browser = miniContainer.dataset.browser || '';
            // Note: This duplicates server-side extractDomain logic intentionally.
            // Client-side code runs in browser and can't import server functions.
            const extractDomainFromUrl = (urlString) => {
                if (!urlString) return '';
                try {
                    const url = new URL(urlString);
                    return url.hostname;
                } catch {
                    // Fallback for relative URLs or non-URLs (already normalized strings)
                    return urlString.replace(/\/$/, '');
                }
            };
            const targetDomain = extractDomainFromUrl(target);
            const loadingTimeout = setTimeout(() => {
                if (miniStatus && miniStatus.textContent === 'Loading trend…') {
                    miniStatus.textContent = 'Trend unavailable.';
                }
            }, 4000);

            const aggUrl = rootPathForAggregate().replace(/\/$/, '') + '/aggregate.csv';
            fetch(aggUrl, { cache: 'no-store' }).then(res => {
                if (!res.ok) throw new Error('Missing aggregate.csv');
                return res.text();
            }).then(text => {
                const rows = parseAggregateCsv(text).filter(r => {
                    return r.metricType === 'summary'
                        && r.target === targetDomain
                        && (!viewport || r.viewport === viewport)
                        && (!color || r.colorScheme === color)
                        && (!browser || r.browser === browser);
                }).sort((a, b) => new Date(a.startedAt) - new Date(b.startedAt)).slice(-20);

                if (!rows.length) {
                    miniStatus.textContent = 'No trend data yet for this target.';
                    miniChart.innerHTML = '';
                    return;
                }
                clearTimeout(loadingTimeout);
                drawMiniTrend(rows);
            }).catch(() => {
                clearTimeout(loadingTimeout);
                if (miniStatus) miniStatus.textContent = 'Trend unavailable.';
            });
        }

        loadMiniTrend();

        function buildIssueCopyLines(issue) {
            const id = issue.querySelector('.violation-id')?.textContent?.trim() || 'unknown';
            const help = issue.querySelector('.violation-help')?.textContent?.trim() || 'No description';
            const helpUrl = issue.querySelector('.learn-more')?.href || '';
            const selector = issue.querySelector('.node-selector')?.textContent?.replace('Selector: ', '').trim() || 'N/A';
            const htmlSnippets = issue.querySelectorAll('.node-html');
            const htmlSnippet = htmlSnippets?.[0]?.textContent?.trim() || 'N/A';
            const fixText = issue.querySelector('.node-fix')?.textContent?.trim() || '';
            const pageLink = issue.querySelector('.node-url a[href]');
            const modal = issue.closest('.modal');
            const modalHeader = modal?.querySelector('.modal-header h2')?.textContent?.replace('Issues on ', '').trim();
            const modalPageUrl = modal?.closest('.page-row')?.querySelector('a[href]')?.href || '';
            const pageUrl = pageLink?.href || modalPageUrl || '';
            const pageTitle = pageLink?.textContent?.trim() || modalHeader || pageUrl || 'Unknown page';
            const environment = navigator.userAgent || 'Unknown environment';

            const lines = [];
            lines.push('Title: WCAG ' + id + ': ' + help + ' (' + selector + ')');
            lines.push('Tags: Accessibility, WCAG, ' + id);
            lines.push('');
            lines.push('Issue: ' + help + ' (' + id + (helpUrl ? ' - ' + helpUrl : '') + ')');
            lines.push('');
            lines.push('Target application: ' + pageTitle + (pageUrl ? ' - ' + pageUrl : ''));
            lines.push('');
            lines.push('Element path: ' + selector);
            lines.push('');
            lines.push('Snippet: ' + htmlSnippet);
            lines.push('');
            lines.push('How to fix:');
            if (fixText) {
                lines.push(fixText);
            } else {
                lines.push('See Learn more for guidance.');
            }
            lines.push('');
            lines.push('Environment: ' + environment);
            return lines;
        }

        function buildIssueCopyText(issue) {
            const lines = buildIssueCopyLines(issue);
            lines.push('');
            lines.push('====');
            lines.push('');
            lines.push('This accessibility issue was found using O-Hat Scanner (axe-core).');
            lines.push('https://github.com/civicactions/o-hat-scanner');
            return lines.join('\n');
        }

        function copyTextToClipboard(text) {
            if (navigator.clipboard && window.isSecureContext) {
                return navigator.clipboard.writeText(text);
            }
            const textarea = document.createElement('textarea');
            textarea.value = text;
            textarea.setAttribute('readonly', '');
            textarea.style.position = 'absolute';
            textarea.style.left = '-9999px';
            document.body.appendChild(textarea);
            textarea.select();
            try {
                document.execCommand('copy');
                return Promise.resolve();
            } catch (err) {
                return Promise.reject(err);
            } finally {
                document.body.removeChild(textarea);
            }
        }

        // Copy single violation details from existing DOM content
        document.addEventListener('click', (e) => {
            if (e.target.matches('[data-copy-violation]')) {
                const btn = e.target;
                const issue = btn.closest('.violation-item, .page-violation-item');
                if (!issue) return;
                copyTextToClipboard(buildIssueCopyText(issue)).then(() => {
                    const oldText = btn.textContent;
                    btn.textContent = 'Copied';
                    btn.classList.add('copied');
                    setTimeout(() => { btn.textContent = oldText; btn.classList.remove('copied'); }, 2000);
                }).catch(() => {
                    btn.textContent = 'Copy failed';
                    setTimeout(() => { btn.textContent = 'Copy failure details'; }, 2000);
                });
            }
        });

        // Copy all issues on a page from existing DOM content
        document.addEventListener('click', (e) => {
            if (e.target.matches('[data-copy-page-violations]')) {
                const btn = e.target;
                const modal = btn.closest('.modal');
                const issues = modal?.querySelectorAll('.page-violation-item') || [];
                if (!issues.length) return;
                const header = modal.querySelector('.modal-header h2')?.textContent || 'Page issues';
                const lines = [header, ''];
                issues.forEach((issue, idx) => {
                    lines.push('Issue ' + (idx + 1));
                    lines.push(...buildIssueCopyLines(issue));
                    lines.push('');
                });
                lines.push('====');
                lines.push('');
                lines.push('This accessibility issue was found using O-Hat Scanner (axe-core).');
                lines.push('https://github.com/civicactions/o-hat-scanner');
                copyTextToClipboard(lines.join('\n')).then(() => {
                    const oldText = btn.textContent;
                    btn.textContent = 'Copied all';
                    btn.classList.add('copied');
                    setTimeout(() => { btn.textContent = oldText; btn.classList.remove('copied'); }, 2000);
                }).catch(() => {
                    btn.textContent = 'Copy failed';
                    setTimeout(() => { btn.textContent = 'Copy all issues'; }, 2000);
                });
            }
        });

        // Modal close on outside click
        document.querySelectorAll('.modal').forEach(modal => {
            modal.addEventListener('click', (e) => {
                if (e.target === modal) {
                    modal.classList.remove('open');
                }
            });
        });

        // Escape key closes modal
        document.addEventListener('keydown', (e) => {
            if (e.key === 'Escape') {
                document.querySelectorAll('.modal.open').forEach(modal => {
                    modal.classList.remove('open');
                });
            }
        });

        // ---- Insights panel ----
        // NOTE ON ESCAPING: This block is inside a Node.js template literal.
        // '\\n' in source (4 chars) → '\n' in generated HTML → newline in browser JS.
        // '\x0a' in source → '\x0a' in generated HTML → newline character in browser JS
        // (hex escape sequence, equivalent to \n at runtime).
        (function() {
            const dataEl = document.getElementById('reportData');
            if (!dataEl) return;
            let PAYLOAD;
            try { PAYLOAD = JSON.parse(dataEl.textContent); } catch (e) { return; }
            if (!PAYLOAD) return;

            // runId is embedded at build time (not available as a JS variable in the browser)
            const _runId = "www-vlada-cz--2026-04-04T10-10-13-491Z--czechia-weekly-desktop-light-chromium";

            const scan = PAYLOAD.scan;
            const trends = PAYLOAD.trends;
            const aiStatusEl = document.getElementById('ai-status');
            const btnExec = document.getElementById('btn-exec');
            const btnDev = document.getElementById('btn-dev');
            const btnJira = document.getElementById('btn-jira');
            const btnClear = document.getElementById('btn-clear');
            const outputEl = document.getElementById('insights-output');
            const fallbackEl = document.getElementById('insights-fallback');
            const trendsSection = document.getElementById('insightsTrends');
            const regressionAlertsEl = document.getElementById('regressionAlerts');

            // Show the section (hidden by default for no-JS environments)
            const insightsSection = document.getElementById('insights-section');
            if (insightsSection) insightsSection.removeAttribute('hidden');

            // ---- Trend charts ----
            function drawInsightTrendSvg(svgId, series, valueKey, lineColor) {
                const svg = document.getElementById(svgId);
                if (!svg || series.length < 2) return;
                svg.innerHTML = '';
                const W = 400, H = 100;
                svg.setAttribute('viewBox', '0 0 ' + W + ' ' + H);
                const vals = series.map(s => Number(s[valueKey] || 0));
                const minV = Math.min(...vals, 0);
                const maxV = Math.max(...vals, 1);
                const span = Math.max(maxV - minV, 1);
                const pad = 6;
                const pts = series.map((s, i) => {
                    const x = (i / (series.length - 1)) * (W - pad * 2) + pad;
                    const y = H - pad - ((Number(s[valueKey] || 0) - minV) / span) * (H - pad * 2);
                    return { x, y, val: Number(s[valueKey] || 0), date: s.date };
                });
                // Draw gridlines (3 horizontal)
                for (let g = 0; g <= 2; g++) {
                    const y = pad + (g / 2) * (H - pad * 2);
                    const line = document.createElementNS('http://www.w3.org/2000/svg', 'line');
                    line.setAttribute('x1', pad); line.setAttribute('x2', W - pad);
                    line.setAttribute('y1', y); line.setAttribute('y2', y);
                    line.setAttribute('stroke', 'var(--panel-border)');
                    line.setAttribute('stroke-width', '0.5');
                    svg.appendChild(line);
                }
                // Draw path
                const pathD = pts.map((p, i) => (i === 0 ? 'M' : 'L') + p.x.toFixed(1) + ' ' + p.y.toFixed(1)).join(' ');
                const path = document.createElementNS('http://www.w3.org/2000/svg', 'path');
                path.setAttribute('d', pathD);
                path.setAttribute('fill', 'none');
                path.setAttribute('stroke', lineColor);
                path.setAttribute('stroke-width', '2');
                svg.appendChild(path);
                // Draw dots with titles
                pts.forEach(p => {
                    const c = document.createElementNS('http://www.w3.org/2000/svg', 'circle');
                    c.setAttribute('cx', p.x.toFixed(1));
                    c.setAttribute('cy', p.y.toFixed(1));
                    c.setAttribute('r', '3');
                    c.setAttribute('fill', lineColor);
                    const t = document.createElementNS('http://www.w3.org/2000/svg', 'title');
                    t.textContent = p.date + ': ' + p.val;
                    c.appendChild(t);
                    svg.appendChild(c);
                });
                // Max/min labels
                function addLabel(text, x, y) {
                    const tEl = document.createElementNS('http://www.w3.org/2000/svg', 'text');
                    tEl.setAttribute('x', x);
                    tEl.setAttribute('y', y);
                    tEl.setAttribute('fill', 'var(--muted)');
                    tEl.setAttribute('font-size', '8');
                    tEl.textContent = text;
                    svg.appendChild(tEl);
                }
                addLabel(String(maxV), pad + 2, pad + 8);
                addLabel(String(minV), pad + 2, H - pad - 2);
            }

            if (trends.series.length >= 2) {
                drawInsightTrendSvg('insightTrendTotal', trends.series, 'violations_total', 'var(--pill-info)');
                const critSeries = trends.series.map(s => ({ ...s, crit_serious: (s.critical || 0) + (s.serious || 0) }));
                drawInsightTrendSvg('insightTrendCritical', critSeries, 'crit_serious', 'var(--pill-critical)');
                if (trendsSection) trendsSection.removeAttribute('hidden');
            }

            // ---- Regression alerts ----
            if (regressionAlertsEl) {
                const alerts = [];
                if (trends.new_rules && trends.new_rules.length > 0) {
                    alerts.push({ cls: 'new', msg: '⚠ New rule IDs in this scan (not seen previously): ' + trends.new_rules.join(', ') });
                }
                if (trends.delta_vs_last) {
                    const d = trends.delta_vs_last;
                    const critChange = (d.critical || 0) + (d.serious || 0);
                    if (critChange > 0) {
                        alerts.push({ cls: 'spike', msg: '↑ Critical + Serious violations increased by ' + critChange + ' vs last scan.' });
                    } else if (critChange < 0) {
                        alerts.push({ cls: 'improved', msg: '↓ Critical + Serious violations decreased by ' + Math.abs(critChange) + ' vs last scan.' });
                    }
                    if (d.violations_total > 0) {
                        alerts.push({ cls: 'spike', msg: '↑ Total violations increased by ' + d.violations_total + ' vs last scan.' });
                    } else if (d.violations_total < 0) {
                        alerts.push({ cls: 'improved', msg: '↓ Total violations decreased by ' + Math.abs(d.violations_total) + ' vs last scan.' });
                    }
                }
                if (trends.top_movers && trends.top_movers.length > 0) {
                    const risers = trends.top_movers.filter(m => m.change > 0).slice(0, 3);
                    const fallers = trends.top_movers.filter(m => m.change < 0).slice(0, 3);
                    if (risers.length) alerts.push({ cls: 'spike', msg: 'Biggest risers: ' + risers.map(m => m.rule_id + ' (+' + m.change + ')').join(', ') });
                    if (fallers.length) alerts.push({ cls: 'improved', msg: 'Biggest improvements: ' + fallers.map(m => m.rule_id + ' (' + m.change + ')').join(', ') });
                }
                regressionAlertsEl.innerHTML = alerts.map(a => '<div class="regression-alert ' + a.cls + '">' + escHtml(a.msg) + '</div>').join('');
            }

            // ---- Safe escaping for JS-generated HTML ----
            function escHtml(s) {
                return String(s || '').replace(/&/g, '&amp;').replace(/</g, '&lt;').replace(/>/g, '&gt;').replace(/"/g, '&quot;');
            }

            // ---- Safe markdown renderer (never trusts model output as HTML) ----
            function safeMarkdown(text) {
                // First escape HTML, then apply limited formatting
                let s = String(text || '')
                    .replace(/&/g, '&amp;').replace(/</g, '&lt;').replace(/>/g, '&gt;');
                // Headings
                s = s.replace(/^### (.+)$/gm, '<h5>$1</h5>');
                s = s.replace(/^## (.+)$/gm, '<h4>$1</h4>');
                s = s.replace(/^# (.+)$/gm, '<h3>$1</h3>');
                // Bold / italic
                s = s.replace(/**(.+?)**/g, '<strong>$1</strong>');
                s = s.replace(/*(.+?)*/g, '<em>$1</em>');
                // Unordered lists - first convert "- item" lines to <li>, then group into <ul> blocks
                s = s.replace(/^- (.+)$/gm, '<li>$1</li>');
                const _lines = s.split('\n');
                const _out = [];
                let _inList = false;
                for (const _line of _lines) {
                    if (_line.startsWith('<li>')) {
                        if (!_inList) { _out.push('<ul>'); _inList = true; }
                        _out.push(_line);
                    } else {
                        if (_inList) { _out.push('</ul>'); _inList = false; }
                        _out.push(_line);
                    }
                }
                if (_inList) _out.push('</ul>');
                s = _out.join('\n');
                // Paragraphs (double newline) and line breaks
                s = s.replace(/\n\n/g, '</p><p>');
                s = s.replace(/\n/g, '<br>');
                return '<p>' + s + '</p>';
            }

            // ---- Number validation ----
            function validateNumbers(text) {
                // Extract the set of known numbers from the payload
                const known = new Set([
                    scan.pages_scanned,
                    scan.violations_total,
                    scan.by_impact.critical,
                    scan.by_impact.serious,
                    scan.by_impact.moderate,
                    scan.by_impact.minor
                ].map(String));
                scan.top_rules.forEach(r => { known.add(String(r.count)); known.add(String(r.pages_affected)); });
                if (trends.series.length >= 2) {
                    const prev = trends.series[trends.series.length - 2];
                    known.add(String(prev.violations_total));
                }

                // Find all numeric tokens with 2+ digits in the output and verify they are known.
                // Single-digit numbers (0-9) are intentionally skipped to avoid false positives
                // from common context words like "top 5" or narrative language.
                const found = [...text.matchAll(/(d{2,})/g)].map(m => m[1]);
                const unknown = found.filter(n => !known.has(n));
                return unknown.length === 0;
            }

            // ---- Render output ----
            function renderOutput(text, validated, fromCache) {
                outputEl.innerHTML = '';
                if (!validated) {
                    const warn = document.createElement('div');
                    warn.className = 'ai-warning';
                    warn.textContent = '⚠ Some numbers in this output may not match the scan data exactly. Verify before sharing.';
                    outputEl.appendChild(warn);
                }
                const content = document.createElement('div');
                content.innerHTML = safeMarkdown(text);
                outputEl.appendChild(content);
                if (fromCache) {
                    const note = document.createElement('div');
                    note.className = 'ai-cached-note';
                    note.textContent = 'ℹ Showing cached output. Clear to regenerate.';
                    outputEl.appendChild(note);
                }
                outputEl.classList.add('visible');
                if (btnClear) btnClear.hidden = false;
            }

            // ---- Prompt builders ----
            function buildExecPrompt() {
                const d = trends.delta_vs_last;
                const critSeriousDelta = d ? ((d.critical || 0) + (d.serious || 0)) : 0;
                const dStr = d ? ('vs last scan: total ' + (d.violations_total >= 0 ? '+' : '') + d.violations_total + ', critical+serious ' + (critSeriousDelta >= 0 ? '+' : '') + critSeriousDelta) : 'no prior scan data';
                const topRules = PAYLOAD.recommended_priorities.map(r => r.rule_id + ' (' + r.count + ' occurrences, ' + r.pages_affected + ' pages)').join('; ');
                return [
                    'You are writing an executive accessibility summary. Use ONLY the numbers provided. Do not invent or compute new numbers.',
                    '',
                    'Scan date: ' + scan.date,
                    'Pages scanned: ' + scan.pages_scanned,
                    'Total violations: ' + scan.violations_total,
                    'Critical: ' + scan.by_impact.critical + ', Serious: ' + scan.by_impact.serious + ', Moderate: ' + scan.by_impact.moderate + ', Minor: ' + scan.by_impact.minor,
                    'Trend (' + dStr + ')',
                    'Top issues: ' + topRules,
                    '',
                    'Write a 3-paragraph executive summary. Include: (1) topline trend (serious+critical up/down), (2) what got better/worse and business risk, (3) top 3 recommended actions framed as outcomes (e.g. "reduce form abandonment"). No WCAG jargon. No invented numbers.',
                ].join('\n');
            }

            function buildDevPrompt() {
                const topRules = PAYLOAD.recommended_priorities.map((r, i) =>
                    (i+1) + '. ' + r.rule_id + ' — impact: ' + r.impact + ', ' + r.count + ' occurrences on ' + r.pages_affected + ' pages (score: ' + r.score + ')'
                ).join('\n');
                const movers = (trends.top_movers || []).map(m => m.rule_id + ' ' + (m.change >= 0 ? '+' : '') + m.change).join(', ') || 'none';
                const newR = (trends.new_rules || []).join(', ') || 'none';
                return [
                    'You are writing a dev-team accessibility summary. Use ONLY the numbers provided.',
                    '',
                    'Scan date: ' + scan.date,
                    'Pages: ' + scan.pages_scanned + ', Total violations: ' + scan.violations_total,
                    'By impact — Critical: ' + scan.by_impact.critical + ', Serious: ' + scan.by_impact.serious + ', Moderate: ' + scan.by_impact.moderate + ', Minor: ' + scan.by_impact.minor,
                    '',
                    'Prioritised fix list (computed by severity × pages × count):',
                    topRules,
                    '',
                    'Top movers vs last scan: ' + movers,
                    'New rule IDs not seen before: ' + newR,
                    '',
                    'Write a dev-team summary with: (1) top 5 fix themes with rule IDs, (2) "fix once remove many" component candidates, (3) regression list, (4) notes on manual verification areas. Include rule IDs.',
                ].join('\n');
            }

            function buildJiraPrompt() {
                const epics = PAYLOAD.recommended_priorities.map((r, i) =>
                    '\n### Story ' + (i+1) + ': Fix ' + r.rule_id +
                    '\nSeverity: ' + r.impact + ' | Occurrences: ' + r.count + ' | Affected pages: ' + r.pages_affected +
                    '\nDescription: Remediate ' + r.rule_id + ' violations found in the ' + scan.date + ' accessibility scan.' +
                    '\nAcceptance criteria: Zero ' + r.rule_id + ' violations reported by axe-core on affected pages.' +
                    '\nEvidence: ' + r.count + ' occurrences across ' + r.pages_affected + ' pages.'
                ).join('\n');
                return [
                    'You are creating a Jira-ready accessibility ticket list. Use ONLY the data provided. Do not invent URLs or anchors.',
                    '',
                    'Epic: Accessibility remediation sprint — ' + scan.date,
                    epics,
                    '',
                    'Format each story as a Jira ticket with: Title, Description, Acceptance Criteria, Evidence, Suggested owner (leave blank), Priority (map critical→Highest, serious→High, moderate→Medium, minor→Low).',
                    'Do not invent page URLs. Do not add external links.',
                ].join('\n');
            }

            // ---- Fallback prompt UI (when AI not available) ----
            function showFallbackPrompts() {
                if (!fallbackEl) return;
                const prompts = [
                    { id: 'exec', label: 'Executive summary prompt', fn: buildExecPrompt },
                    { id: 'dev', label: 'Dev team summary prompt', fn: buildDevPrompt },
                    { id: 'jira', label: 'Jira checklist prompt', fn: buildJiraPrompt }
                ];
                fallbackEl.innerHTML = '<p style="font-size:13px; color:var(--muted); margin:0 0 0.5rem 0;">Copy a prompt below and paste it into any AI assistant (ChatGPT, Claude, Gemini, etc.):</p>' +
                    prompts.map(p => {
                        const promptText = p.fn().replace(/\n/g, '\x0a');
                        return '<div class="fallback-prompt-wrap">' +
                            '<div class="fallback-prompt-label">' + escHtml(p.label) + '</div>' +
                            '<div class="fallback-prompt-text" id="fallback-' + p.id + '" tabindex="0" role="region" aria-label="' + escHtml(p.label) + '">' + escHtml(promptText) + '</div>' +
                            '<button class="copy-prompt-btn" type="button" data-fallback-copy="' + p.id + '" aria-label="Copy ' + escHtml(p.label) + '">Copy prompt</button>' +
                        '</div>';
                    }).join('');
                fallbackEl.hidden = false;

                fallbackEl.addEventListener('click', function(e) {
                    const btn = e.target.closest('[data-fallback-copy]');
                    if (!btn) return;
                    const id = btn.dataset.fallbackCopy;
                    const text = document.getElementById('fallback-' + id)?.textContent || '';
                    copyTextToClipboard(text).then(() => {
                        const old = btn.textContent;
                        btn.textContent = 'Copied!';
                        btn.classList.add('copied');
                        setTimeout(() => { btn.textContent = old; btn.classList.remove('copied'); }, 2000);
                    });
                });
            }

            // ---- AI session management ----
            let activeSession = null;

            async function runAI(type, promptFn) {
                const cacheKey = 'insights-' + type + '-' + scan.date + '-' + _runId.slice(-12);
                const cached = localStorage.getItem(cacheKey);
                if (cached) {
                    renderOutput(cached, validateNumbers(cached), true);
                    return;
                }

                if (!window.ai || !window.ai.languageModel) {
                    aiStatusEl.textContent = 'AI not available. Use the copy prompts below.';
                    showFallbackPrompts();
                    return;
                }

                [btnExec, btnDev, btnJira].forEach(b => { b.disabled = true; });
                outputEl.innerHTML = '<p style="color:var(--muted)">Generating…</p>';
                outputEl.classList.add('visible');
                aiStatusEl.textContent = 'Generating summary…';

                try {
                    if (activeSession) { try { activeSession.destroy(); } catch(e) {} activeSession = null; }
                    activeSession = await window.ai.languageModel.create({
                        systemPrompt: 'You are an accessibility expert assistant. Always use only the numbers and data provided. Never invent statistics, URLs, or rule IDs not in the prompt. Output in markdown.'
                    });
                    const promptText = promptFn();
                    const result = await activeSession.prompt(promptText);
                    activeSession.destroy(); activeSession = null;
                    localStorage.setItem(cacheKey, result);
                    renderOutput(result, validateNumbers(result), false);
                    aiStatusEl.textContent = 'Summary generated.';
                } catch (err) {
                    outputEl.innerHTML = '<p style="color:var(--pill-critical)">Error: ' + escHtml(String(err.message || err)) + '</p>';
                    outputEl.classList.add('visible');
                    aiStatusEl.textContent = 'Generation failed.';
                } finally {
                    [btnExec, btnDev, btnJira].forEach(b => { b.disabled = false; });
                }
            }

            btnExec?.addEventListener('click', () => runAI('exec', buildExecPrompt));
            btnDev?.addEventListener('click', () => runAI('dev', buildDevPrompt));
            btnJira?.addEventListener('click', () => runAI('jira', buildJiraPrompt));
            btnClear?.addEventListener('click', () => {
                outputEl.innerHTML = '';
                outputEl.classList.remove('visible');
                if (btnClear) btnClear.hidden = true;
                // Remove cached entries for this run
                ['exec', 'dev', 'jira'].forEach(t => {
                    localStorage.removeItem('insights-' + t + '-' + scan.date + '-' + _runId.slice(-12));
                });
            });

            // ---- AI availability check ----
            async function initAI() {
                if (typeof window === 'undefined' || !window.ai || !window.ai.languageModel) {
                    aiStatusEl.textContent = 'In-browser AI not available. Copy a prompt below to use with any AI tool.';
                    showFallbackPrompts();
                    return;
                }
                try {
                    const caps = await window.ai.languageModel.capabilities();
                    if (caps.available === 'no') {
                        aiStatusEl.textContent = 'AI model not available on this device.';
                        showFallbackPrompts();
                        return;
                    }
                    const readyMsg = caps.available === 'readily'
                        ? 'In-browser AI ready. Click a button to generate a summary.'
                        : 'AI model downloading… generation will start once ready.';
                    aiStatusEl.textContent = readyMsg;
                    [btnExec, btnDev, btnJira].forEach(b => { if (b) b.disabled = false; });
                } catch (e) {
                    aiStatusEl.textContent = 'AI not available. Use the copy prompts below.';
                    showFallbackPrompts();
                }
            }

            initAI();
        })();
    </script>

    <script>
        // ---- Dedupe and Patterns ----
        // NOTE: dedupe-utils functions are inlined below for browser execution.
        (function() {
            // === Inlined dedupe utility functions ===
            /**
 * Pure utility functions for finding deduplication.
 * Used by server-side unit tests (via import) and inlined into the generated report HTML.
 *
 * IMPORTANT: This file must NOT use template literals (backtick characters).
 * It is read at build time by `getDedupeUtilsInline()` in generate-report.js and
 * embedded verbatim inside a Node.js template literal. Any backtick character would
 * terminate that outer template literal and cause a build-time syntax error.
 * Use regular string literals ('single' or "double") throughout this file.
 */

/**
 * Normalize a CSS selector to remove fragile parts.
 * - Removes :nth-child(n) and :nth-of-type(n)
 * - Replaces long numeric suffix IDs (#foo-12345) with #foo-*
 * - Collapses whitespace
 */
function normalizeSelector(selector) {
    if (!selector) return '';
    return String(selector)
        .replace(/:nth-child\(\d+\)/g, '')
        .replace(/:nth-of-type\(\d+\)/g, '')
        .replace(/#([a-zA-Z][a-zA-Z0-9_-]*)-\d{4,}/g, '#$1-*')
        .replace(/\s+/g, ' ')
        .trim();
}

/**
 * Create a stable fingerprint from a finding message.
 * - Lowercases the string
 * - Replaces URLs with *
 * - Replaces numeric sequences with *
 * - Trims whitespace
 */
function fingerprintMessage(msg) {
    if (!msg) return '';
    return String(msg)
        .toLowerCase()
        .replace(/https?:\/\/[^\s]+/g, '*')
        .replace(/\b\d+\b/g, '*')
        .replace(/\s+/g, ' ')
        .trim();
}

/**
 * Create a stable fingerprint for a finding node.
 * Uses normalized selector + first 80 chars of html_snippet.
 */
function nodeFingerprint(finding) {
    var sel = normalizeSelector(finding.selector || '');
    var snippet = String(finding.html_snippet || '').substring(0, 80);
    return sel + '||' + snippet;
}

/**
 * Build a stable signature string for a finding.
 * Signature = rule_id|impact|nodeFingerprint|messageFingerprint
 */
function buildSignature(finding) {
    var impact = String(finding.impact || '').toLowerCase();
    var fp = nodeFingerprint(finding);
    var msgFp = fingerprintMessage(finding.message || '');
    return String(finding.rule_id || '') + '|' + impact + '|' + fp + '|' + msgFp;
}

/**
 * Fast djb2-style hash producing an 8-character hex string.
 * Stable across runs for the same input.
 */
function simpleHash(str) {
    var h = 5381;
    for (var i = 0; i < str.length; i++) {
        h = ((h << 5) + h) ^ str.charCodeAt(i);
        h = h >>> 0;
    }
    return h.toString(16).padStart(8, '0');
}

/**
 * Compute a component hint from example selectors.
 * Returns the most common CSS class that appears in more than one example, or null.
 */
function computeComponentHint(examples) {
    if (!examples || examples.length < 2) return null;
    var classCount = Object.create(null);
    for (var i = 0; i < examples.length; i++) {
        var matches = (examples[i].selector || '').match(/\.([a-zA-Z][a-zA-Z0-9_-]*)/g) || [];
        for (var j = 0; j < matches.length; j++) {
            var cls = matches[j];
            classCount[cls] = (classCount[cls] || 0) + 1;
        }
    }
    var best = null;
    var bestCount = 1;
    var keys = Object.keys(classCount);
    for (var k = 0; k < keys.length; k++) {
        if (classCount[keys[k]] > bestCount) {
            bestCount = classCount[keys[k]];
            best = keys[k];
        }
    }
    return best;
}

/**
 * Group an array of normalized findings by signature.
 * Returns DedupedGroup[] sorted by count descending.
 * Each DedupedGroup: { group_id, rule_id, impact, message, count, pages_affected, examples, component_hint }
 */
function groupFindings(findings) {
    var map = Object.create(null);
    for (var i = 0; i < findings.length; i++) {
        var f = findings[i];
        var sig = buildSignature(f);
        if (!map[sig]) {
            map[sig] = {
                group_id: simpleHash(sig),
                rule_id: f.rule_id || '',
                impact: f.impact || null,
                message: f.message || '',
                count: 0,
                examples: [],
                _pages: Object.create(null)
            };
        }
        var g = map[sig];
        g.count++;
        g._pages[f.page || ''] = true;
        if (g.examples.length < 5) {
            g.examples.push({
                page: f.page || '',
                selector: f.selector || '',
                html_snippet: String(f.html_snippet || '').substring(0, 150)
            });
        }
    }
    var groups = [];
    var sigs = Object.keys(map);
    for (var s = 0; s < sigs.length; s++) {
        var g2 = map[sigs[s]];
        var pagesAffected = Object.keys(g2._pages).length;
        groups.push({
            group_id: g2.group_id,
            rule_id: g2.rule_id,
            impact: g2.impact,
            message: g2.message,
            count: g2.count,
            pages_affected: pagesAffected,
            examples: g2.examples,
            component_hint: computeComponentHint(g2.examples)
        });
    }
    groups.sort(function(a, b) { return b.count - a.count; });
    return groups;
}

            // === Data loading ===
            var findingsEl = document.getElementById('findingsData');
            if (!findingsEl) return;
            var FINDINGS;
            try { FINDINGS = JSON.parse(findingsEl.textContent); } catch(e) { return; }
            if (!Array.isArray(FINDINGS)) return;

            var _runId = "www-vlada-cz--2026-04-04T10-10-13-491Z--czechia-weekly-desktop-light-chromium";
            var _findingsCapped = false;
            var CACHE_PREFIX = 'dedupe-cluster-' + _runId;

            var dedupeSection = document.getElementById('dedupe-section');
            var summaryEl = document.getElementById('dedupe-summary');
            var aiStatusEl = document.getElementById('dedupe-ai-status');
            var clusterBtn = document.getElementById('btn-run-cluster');
            var clearDedupeBtn = document.getElementById('btn-clear-dedupe');
            var progressEl = document.getElementById('dedupe-progress');
            var groupsSection = document.getElementById('dedupe-groups-section');
            var groupsList = document.getElementById('dedupe-groups-list');
            var groupsCountEl = document.getElementById('dedupe-groups-count');
            var clustersSection = document.getElementById('dedupe-clusters-section');
            var clustersList = document.getElementById('dedupe-clusters-list');
            var clustersCountEl = document.getElementById('dedupe-clusters-count');
            var actionsSection = document.getElementById('dedupe-actions-section');
            var actionsList = document.getElementById('dedupe-actions-list');

            if (dedupeSection) dedupeSection.removeAttribute('hidden');

            // Safe HTML escape for inline use
            function escDedupe(s) {
                return String(s || '').replace(/&/g, '&amp;').replace(/</g, '&lt;').replace(/>/g, '&gt;').replace(/"/g, '&quot;');
            }

            // === Phase A: Deterministic dedupe (always runs) ===
            var groups = groupFindings(FINDINGS);

            // Summary cards
            if (summaryEl) {
                var totalFindings = FINDINGS.length;
                var cards = [
                    { label: 'Total findings', value: totalFindings, sub: _findingsCapped ? 'capped at 5000' : 'all findings' },
                    { label: 'Unique groups', value: groups.length, sub: 'after deduplication' },
                    { label: 'Pages affected', value: (function() {
                        var pages = Object.create(null);
                        for (var i = 0; i < FINDINGS.length; i++) { pages[FINDINGS[i].page || ''] = true; }
                        return Object.keys(pages).length;
                    }()), sub: 'with findings' }
                ];
                cards.forEach(function(c) {
                    var card = document.createElement('div');
                    card.className = 'card';
                    var h = document.createElement('h2');
                    h.textContent = c.label;
                    var v = document.createElement('div');
                    v.className = 'value';
                    v.textContent = String(c.value);
                    var s = document.createElement('div');
                    s.className = 'subtext';
                    s.textContent = c.sub;
                    card.appendChild(h);
                    card.appendChild(v);
                    card.appendChild(s);
                    summaryEl.appendChild(card);
                });
                if (_findingsCapped) {
                    var capNote = document.createElement('p');
                    capNote.className = 'dedupe-cap-note';
                    capNote.textContent = 'Note: Analysis is based on the first 5,000 findings. All findings are shown in the violations list above.';
                    summaryEl.appendChild(capNote);
                }
                summaryEl.removeAttribute('hidden');
            }

            // Render deduped groups list
            if (groupsList && groupsSection) {
                if (groupsCountEl) groupsCountEl.textContent = groups.length;
                var INITIAL_SHOW = 50;
                var shown = groups.slice(0, INITIAL_SHOW);
                shown.forEach(function(g) { groupsList.appendChild(createGroupCard(g)); });
                if (groups.length > INITIAL_SHOW) {
                    var moreBtn = document.createElement('button');
                    moreBtn.className = 'see-more-btn';
                    moreBtn.type = 'button';
                    moreBtn.textContent = 'Show ' + (groups.length - INITIAL_SHOW) + ' more groups';
                    moreBtn.addEventListener('click', function() {
                        groups.slice(INITIAL_SHOW).forEach(function(g) { groupsList.appendChild(createGroupCard(g)); });
                        moreBtn.remove();
                    });
                    groupsList.appendChild(moreBtn);
                }
                groupsSection.removeAttribute('hidden');
            }

            function createGroupCard(group) {
                var div = document.createElement('div');
                div.className = 'dedupe-group-card';
                div.setAttribute('data-group-id', group.group_id);

                var header = document.createElement('div');
                header.className = 'dg-header';
                var ruleEl = document.createElement('span');
                ruleEl.className = 'dg-rule';
                ruleEl.textContent = group.rule_id;
                var countEl = document.createElement('span');
                countEl.className = 'dg-count';
                countEl.textContent = group.count + (group.count !== 1 ? ' occurrences' : ' occurrence');
                header.appendChild(ruleEl);
                header.appendChild(countEl);
                div.appendChild(header);

                var msgEl = document.createElement('div');
                msgEl.className = 'dg-message';
                msgEl.textContent = group.message;
                div.appendChild(msgEl);

                var metaEl = document.createElement('div');
                metaEl.className = 'dg-meta';
                var metaParts = ['Impact: ' + (group.impact || 'unknown'), 'Pages: ' + group.pages_affected];
                if (group.component_hint) metaParts.push('Component hint: ' + group.component_hint);
                metaEl.textContent = metaParts.join(' · ');
                div.appendChild(metaEl);

                if (group.examples.length) {
                    var examplesEl = document.createElement('div');
                    examplesEl.className = 'dg-examples';
                    group.examples.slice(0, 3).forEach(function(ex) {
                        var exDiv = document.createElement('div');
                        exDiv.className = 'dg-example';
                        var pageEl = document.createElement('div');
                        pageEl.className = 'dg-ex-page';
                        pageEl.textContent = ex.page;
                        var selEl = document.createElement('div');
                        selEl.className = 'dg-ex-selector';
                        selEl.textContent = 'Selector: ' + ex.selector;
                        exDiv.appendChild(pageEl);
                        exDiv.appendChild(selEl);
                        examplesEl.appendChild(exDiv);
                    });
                    div.appendChild(examplesEl);
                }
                return div;
            }

            // === Phase B: AI Clustering ===

            // Rule-family mapping for pre-bucketing
            var RULE_FAMILIES = {
                'color-contrast': 'contrast', 'color-contrast-enhanced': 'contrast',
                'image-alt': 'images', 'image-redundant-alt': 'images', 'image-svg-alt': 'images',
                'button-name': 'naming', 'link-name': 'naming', 'input-button-name': 'naming',
                'aria-label': 'naming', 'aria-labelledby': 'naming',
                'heading-order': 'headings', 'empty-heading': 'headings', 'p-as-heading': 'headings',
                'label': 'forms', 'aria-required-attr': 'forms', 'aria-valid-attr': 'forms',
                'select-name': 'forms', 'aria-required-children': 'forms',
                'focus-order-semantics': 'focus', 'tabindex': 'focus', 'focus-trap': 'focus',
                'landmark-one-main': 'landmarks', 'region': 'landmarks', 'bypass': 'landmarks',
                'landmark-no-duplicate-main': 'landmarks', 'landmark-complementary-is-top-level': 'landmarks',
                'td-headers-attr': 'tables', 'th-has-data-cells': 'tables', 'scope-attr-valid': 'tables',
                'frame-title': 'frames', 'frame-tested': 'frames'
            };

            function getFamily(ruleId) {
                if (RULE_FAMILIES[ruleId]) return RULE_FAMILIES[ruleId];
                var keys = Object.keys(RULE_FAMILIES);
                for (var i = 0; i < keys.length; i++) {
                    if (String(ruleId).indexOf(keys[i]) === 0) return RULE_FAMILIES[keys[i]];
                }
                return 'other';
            }

            function bucketGroups(allGroups) {
                var buckets = Object.create(null);
                for (var i = 0; i < allGroups.length; i++) {
                    var family = getFamily(allGroups[i].rule_id);
                    if (!buckets[family]) buckets[family] = [];
                    buckets[family].push(allGroups[i]);
                }
                return buckets;
            }

            function buildBucketPrompt(bucketName, bucketItems) {
                var lines = [
                    'You are an accessibility expert. Analyze these deduped finding groups and identify root-cause clusters.',
                    'Category: ' + bucketName,
                    'Groups (format: [group_id] rule_id | impact | message (count occurrences, N pages)):',
                    ''
                ];
                var MAX_GROUPS = 30;
                var items = bucketItems.slice(0, MAX_GROUPS);
                for (var i = 0; i < items.length; i++) {
                    var g = items[i];
                    lines.push('[' + g.group_id + '] ' + g.rule_id + ' | ' + (g.impact || 'unknown') + ' | ' + g.message + ' (' + g.count + ' occ., ' + g.pages_affected + ' pages)');
                    if (g.examples.length > 0) {
                        lines.push('  Example selector: ' + g.examples[0].selector);
                    }
                }
                lines.push('');
                lines.push('Output ONLY valid JSON with no other text, markdown, or code fences:');
                lines.push('{"clusters":[{"pattern_name":"str","root_cause":"str","primary_fix":["step1","step2"],"evidence":{"rules":["rule_id"],"count":0,"top_examples":[{"page":"url","selector":"sel"}]},"group_ids":["id"],"confidence":0.0}],"top_actions":[{"action":"str","why":"str","estimated_blast_radius":"low|medium|high","clusters_covered":[0]}]}');
                lines.push('');
                lines.push('RULES: Merge groups ONLY when root cause is identical. Do NOT invent pages/selectors not in the input. Keep pattern_name under 8 words. Group IDs must be from the input list. Output valid JSON only.');
                return lines.join('\n');
            }

            function parseClusterResponse(text) {
                // Build the markdown code-fence marker via charCode to avoid embedding backtick
                // characters in source – this JS lives inside a Node.js template literal, and
                // an unescaped backtick would terminate that outer literal at build time.
                var MARKDOWN_CODE_FENCE = String.fromCharCode(96, 96, 96);
                var re1 = new RegExp('^' + MARKDOWN_CODE_FENCE + '[a-z]*', 'm');
                var re2 = new RegExp(MARKDOWN_CODE_FENCE + '\s*$', 'm');
                var cleaned = text.replace(re1, '').replace(re2, '').trim();
                // Try to find JSON object
                var start = cleaned.indexOf('{');
                var end = cleaned.lastIndexOf('}');
                if (start === -1 || end === -1) throw new Error('No JSON object found in response');
                var jsonStr = cleaned.substring(start, end + 1);
                var parsed = JSON.parse(jsonStr);
                if (!Array.isArray(parsed.clusters)) throw new Error('Missing clusters array');
                return parsed;
            }

            function setProgress(msg) {
                if (progressEl) {
                    progressEl.textContent = msg;
                    progressEl.removeAttribute('hidden');
                }
            }

            async function runClustering() {
                if (!window.ai || !window.ai.languageModel) return;

                // Cap AI input to top 200 groups by count
                var AI_MAX_GROUPS = 200;
                var aiGroups = groups.slice(0, AI_MAX_GROUPS);
                var buckets = bucketGroups(aiGroups);
                var bucketNames = Object.keys(buckets);
                var allClusters = [];
                var allActions = [];
                var clusterIdCounter = 0;

                clusterBtn.disabled = true;
                setProgress('Starting clustering…');

                try {
                    var session = await window.ai.languageModel.create({
                        systemPrompt: 'You are an accessibility expert. Output only valid JSON as instructed. Do not include any text outside the JSON.'
                    });

                    for (var bi = 0; bi < bucketNames.length; bi++) {
                        var bucketName = bucketNames[bi];
                        var bucketItems = buckets[bucketName];
                        if (!bucketItems.length) continue;

                        setProgress('Processing bucket ' + (bi + 1) + ' of ' + bucketNames.length + ': ' + bucketName + ' (' + bucketItems.length + ' groups)…');

                        var prompt = buildBucketPrompt(bucketName, bucketItems);
                        var responseText;
                        try {
                            responseText = await session.prompt(prompt);
                        } catch(promptErr) {
                            continue;
                        }

                        try {
                            var parsed = parseClusterResponse(responseText);
                            var bucketClusters = parsed.clusters || [];
                            // Assign stable cluster IDs
                            for (var ci = 0; ci < bucketClusters.length; ci++) {
                                bucketClusters[ci]._cluster_index = clusterIdCounter++;
                            }
                            allClusters = allClusters.concat(bucketClusters);
                            if (parsed.top_actions) {
                                allActions = allActions.concat(parsed.top_actions);
                            }
                        } catch(parseErr) {
                            var errDiv = document.createElement('div');
                            errDiv.className = 'dedupe-error';
                            errDiv.textContent = 'Parse error for ' + bucketName + ' bucket: ' + String(parseErr.message || parseErr);
                            if (clustersSection) {
                                clustersSection.removeAttribute('hidden');
                                clustersList.appendChild(errDiv);
                            }
                        }
                    }

                    try { session.destroy(); } catch(e) {}

                    // Cap top_actions to 10
                    var topActions = allActions.slice(0, 10);

                    // Cache results
                    var cachePayload = JSON.stringify({ clusters: allClusters, top_actions: topActions });
                    try { localStorage.setItem(CACHE_PREFIX, cachePayload); } catch(e) {}

                    renderClusters(allClusters);
                    renderTopActions(topActions);

                    setProgress('Clustering complete. ' + allClusters.length + ' patterns found.');
                    if (clearDedupeBtn) clearDedupeBtn.hidden = false;

                } catch(err) {
                    setProgress('Clustering failed: ' + String(err.message || err));
                } finally {
                    clusterBtn.disabled = false;
                }
            }

            function renderClusters(clusters) {
                if (!clustersSection || !clustersList) return;
                if (clustersCountEl) clustersCountEl.textContent = clusters.length;
                clustersList.innerHTML = '';
                if (!clusters.length) {
                    var emptyMsg = document.createElement('p');
                    emptyMsg.textContent = 'No distinct patterns identified.';
                    emptyMsg.style.color = 'var(--muted)';
                    emptyMsg.style.fontSize = '13px';
                    clustersList.appendChild(emptyMsg);
                } else {
                    clusters.forEach(function(c) {
                        var card = document.createElement('div');
                        card.className = 'dedupe-cluster-card';

                        var nameEl = document.createElement('div');
                        nameEl.className = 'dc-name';
                        nameEl.textContent = String(c.pattern_name || 'Unnamed pattern');
                        card.appendChild(nameEl);

                        var rootEl = document.createElement('div');
                        rootEl.className = 'dc-root-cause';
                        rootEl.textContent = String(c.root_cause || '');
                        card.appendChild(rootEl);

                        var fixSteps = Array.isArray(c.primary_fix) ? c.primary_fix : [];
                        if (fixSteps.length) {
                            var fixTitleEl = document.createElement('div');
                            fixTitleEl.className = 'dc-fix-title';
                            fixTitleEl.textContent = 'How to fix:';
                            card.appendChild(fixTitleEl);
                            var ol = document.createElement('ol');
                            ol.className = 'dc-fix-steps';
                            fixSteps.forEach(function(step) {
                                var li = document.createElement('li');
                                li.textContent = String(step);
                                ol.appendChild(li);
                            });
                            card.appendChild(ol);
                        }

                        var ev = c.evidence || {};
                        var metaEl = document.createElement('div');
                        metaEl.className = 'dc-meta';
                        var rules = Array.isArray(ev.rules) ? ev.rules.join(', ') : '';
                        var metaParts = [];
                        if (rules) metaParts.push('Rules: ' + rules);
                        if (ev.count) metaParts.push(ev.count + ' occurrences');
                        if (c.confidence != null) metaParts.push('Confidence: ' + Math.round(Number(c.confidence) * 100) + '%');
                        metaEl.textContent = metaParts.join(' · ');
                        card.appendChild(metaEl);

                        clustersList.appendChild(card);
                    });
                }
                clustersSection.removeAttribute('hidden');
            }

            function renderTopActions(actions) {
                if (!actionsSection || !actionsList) return;
                actionsList.innerHTML = '';
                if (!actions.length) return;
                actions.forEach(function(a) {
                    var card = document.createElement('div');
                    card.className = 'dedupe-action-card';

                    var titleEl = document.createElement('div');
                    titleEl.className = 'da-title';
                    titleEl.textContent = String(a.action || '');
                    card.appendChild(titleEl);

                    var whyEl = document.createElement('div');
                    whyEl.className = 'da-why';
                    whyEl.textContent = String(a.why || '');
                    card.appendChild(whyEl);

                    var radius = String(a.estimated_blast_radius || 'medium').toLowerCase();
                    if (radius !== 'low' && radius !== 'medium' && radius !== 'high') radius = 'medium';
                    var blastEl = document.createElement('div');
                    blastEl.className = 'da-blast da-blast-' + radius;
                    blastEl.textContent = 'Blast radius: ' + radius;
                    card.appendChild(blastEl);

                    actionsList.appendChild(card);
                });
                actionsSection.removeAttribute('hidden');
            }

            // Check for cached results
            function loadCachedClustering() {
                try {
                    var cached = localStorage.getItem(CACHE_PREFIX);
                    if (!cached) return false;
                    var data = JSON.parse(cached);
                    if (!Array.isArray(data.clusters)) return false;
                    renderClusters(data.clusters);
                    renderTopActions(data.top_actions || []);
                    if (progressEl) {
                        progressEl.textContent = 'Showing cached clustering results.';
                        progressEl.removeAttribute('hidden');
                    }
                    if (clearDedupeBtn) clearDedupeBtn.hidden = false;
                    return true;
                } catch(e) {
                    return false;
                }
            }

            // AI availability check
            async function checkDedupeAI() {
                if (!window.ai || !window.ai.languageModel) {
                    if (aiStatusEl) aiStatusEl.textContent = 'Chrome Prompt API not available in this browser. Only deterministic deduplication is shown.';
                    if (clusterBtn) clusterBtn.hidden = true;
                    return;
                }
                try {
                    var caps = await window.ai.languageModel.capabilities();
                    if (caps.available === 'no') {
                        if (aiStatusEl) aiStatusEl.textContent = 'Chrome AI model not available on this device.';
                        if (clusterBtn) clusterBtn.hidden = true;
                        return;
                    }
                    var msg = caps.available === 'readily'
                        ? 'Chrome AI ready. Click “Run local clustering” to identify root-cause patterns.'
                        : 'Chrome AI model is downloading… try again once it is ready.';
                    if (aiStatusEl) aiStatusEl.textContent = msg;
                    if (clusterBtn) {
                        clusterBtn.hidden = false;
                        clusterBtn.disabled = caps.available !== 'readily';
                    }
                } catch(e) {
                    if (aiStatusEl) aiStatusEl.textContent = 'Chrome AI not available in this browser.';
                    if (clusterBtn) clusterBtn.hidden = true;
                }
            }

            if (clusterBtn) {
                clusterBtn.addEventListener('click', function() {
                    runClustering();
                });
            }

            if (clearDedupeBtn) {
                clearDedupeBtn.addEventListener('click', function() {
                    try { localStorage.removeItem(CACHE_PREFIX); } catch(e) {}
                    if (clustersSection) {
                        clustersSection.setAttribute('hidden', '');
                        if (clustersList) clustersList.innerHTML = '';
                    }
                    if (actionsSection) {
                        actionsSection.setAttribute('hidden', '');
                        if (actionsList) actionsList.innerHTML = '';
                    }
                    if (progressEl) {
                        progressEl.textContent = '';
                        progressEl.setAttribute('hidden', '');
                    }
                    clearDedupeBtn.hidden = true;
                });
            }

            // Load cached clustering results if available, then check AI
            if (!loadCachedClustering()) {
                checkDedupeAI();
            } else {
                // Still show AI status for re-running
                checkDedupeAI();
            }
        })();
    </script>
</body>
</html>