It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: https://rollixgaming.co.uk

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="domine">
  6.  
  7.  
  8. <head>
  9.    <meta charset="utf-8">
  10.    <meta http-equiv="X-UA-Compatible" content="IE=edge">
  11.    <meta name="viewport" content="width=device-width, initial-scale=1">
  12.    
  13.        <link rel="shortcut icon" type="image/png" href="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/favicon/favicons/KEITHSTON_-_2025-04-28T180148.962_LIYHV6O_vszxSVL_cPoTYny.png">
  14.    
  15.  
  16.    <title>Rollix Gaming UK: Latest Video Game News, Reviews &amp; Community</title>
  17.    <meta name="description" content="Rollix Gaming UK brings you the latest updates on video games, in-depth reviews, and a vibrant gaming community. Stay informed and connected with fellow gamers.">
  18.    <link href="/static/blogapp/assets/css/themify-icons.css" rel="stylesheet">
  19.    <link href="/static/blogapp/assets/css/flaticon.css" rel="stylesheet">
  20.    <link href="/static/blogapp/assets/css/bootstrap.min.css" rel="stylesheet">
  21.    <link href="/static/blogapp/assets/css/animate.css" rel="stylesheet">
  22.    <link href="/static/blogapp/assets/css/owl.carousel.css" rel="stylesheet">
  23.    <link href="/static/blogapp/assets/css/owl.theme.css" rel="stylesheet">
  24.    <link href="/static/blogapp/assets/css/slick.css" rel="stylesheet">
  25.    <link href="/static/blogapp/assets/css/slick-theme.css" rel="stylesheet">
  26.    <link href="/static/blogapp/assets/css/swiper.min.css" rel="stylesheet">
  27.    <link href="/static/blogapp/assets/css/owl.transitions.css" rel="stylesheet">
  28.    <link href="/static/blogapp/assets/css/jquery.fancybox.css" rel="stylesheet">
  29.    <link href="/static/blogapp/assets/css/odometer-theme-default.css" rel="stylesheet">
  30.    <link href="/static/blogapp/assets/css/component.css" rel="stylesheet">
  31.    <link href="/static/blogapp/assets/sass/style.css" rel="stylesheet">
  32.    <link href="/static/blogapp/assets/sass/layout/navbar.css" rel="stylesheet">
  33.    <link href="/static/blogapp/assets/css/responsive.css" rel="stylesheet">
  34.    <link href="/static/blogapp/assets/sass/fonts.css" rel="stylesheet">
  35.    <link rel="canonical" href="https://rollixgaming.co.uk/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #ff66b3;
  42.        --bs-primary-rgb: ff66b3;
  43.        --bs-secondary: #78716c;
  44.        --bs-success: #22c55e;
  45.        --bs-danger: #ef4444;
  46.        --bs-warning: #f59e0b;
  47.        --bs-info: #f472b6;
  48.        --bs-light: #fce7f3;
  49.        --bs-dark: #4a044e;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #ff66b3;
  53.        --theme-primary-color-s2: #ff66b3;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #4a044e;
  57.        --text-light-color: #676767;
  58.        --heading-color: #4a044e;
  59.        --border-color: #f9a8d4;
  60.        --border-color-s2: #eef0fc;
  61.        --border-color-black: #3c3c40;
  62.        --body-color: #777777;
  63.        --small-black: #777777;
  64.        --light: #8188a9;
  65.        --cyan: #848892;
  66.        --black-section-text-color: #CBCBCB;
  67.        --black-bg-color: #202026;
  68.        --black-bg-color-s2: #2C2C32;
  69.        --dark-gray: #232f4b;
  70.        
  71.        /* Component Specific Colors (Bootstrap + Your SCSS) */
  72.        --navbar-bg: #ffffff;
  73.        --nav-bg: #ffffff;
  74.        --sub-nav: #f9d3e3;
  75.        --navbar-color: #4a044e;
  76.        --topbar-bg: #fce7f3;
  77.        --topbar-color: #4a044e;
  78.        --footer-bg: #4a044e;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #f9a8d4;
  82.        --card-radius: 12px;
  83.        --link-color: #ff66b3;
  84.        --link-hover: #ff3399;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(255, 102, 179, 0.1);
  87.        
  88.        /* Simplified Font System */
  89.        --border-radius: 12px;
  90.        
  91.        /* Bootstrap Font Override - Uses CSS font system from fonts.css */
  92.        --bs-font-sans-serif: var(--font-primary);
  93.    }
  94.    
  95.    /* Font Override - Let CSS font system handle fonts via data-font-scheme */
  96.    body {
  97.        /* Remove font-family override - let data-font-scheme handle it */
  98.        font-weight: 400;
  99.        color: var(--text-color) !important;
  100.        
  101.            background-color: var(--body-bg-color) !important;
  102.        
  103.        min-height: 100vh;
  104.    }
  105.    
  106.    /* Headings - Let CSS font system handle fonts via data-font-scheme */
  107.    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  108.        /* Remove font-family override - let data-font-scheme handle it */
  109.        font-weight: 600;
  110.        color: var(--heading-color) !important;
  111.    }
  112.    
  113.    /* Bootstrap Primary Color Throughout Site */
  114.    .btn-primary {
  115.        background-color: var(--bs-primary) !important;
  116.        border-color: var(--bs-primary) !important;
  117.        transition: all 0.3s ease;
  118.    }
  119.    
  120.    .btn-primary:hover {
  121.        background-color: var(--theme-primary-color-s2) !important;
  122.        border-color: var(--theme-primary-color-s2) !important;
  123.        transform: translateY(-2px);
  124.        box-shadow: 0 5px 15px rgba(var(--bs-primary-rgb), 0.4);
  125.    }
  126.    
  127.    .btn-outline-primary {
  128.        color: var(--bs-primary) !important;
  129.        border-color: var(--bs-primary) !important;
  130.    }
  131.    
  132.    .btn-outline-primary:hover {
  133.        background-color: var(--bs-primary) !important;
  134.        border-color: var(--bs-primary) !important;
  135.    }
  136.    
  137.    .text-primary {
  138.        color: var(--bs-primary) !important;
  139.    }
  140.    
  141.    .bg-primary {
  142.        background-color: var(--bs-primary) !important;
  143.    }
  144.    
  145.    /* Your Navigation System */
  146.    .navigation.navbar,
  147.    .navbar {
  148.        
  149.            background-color: var(--navbar-bg) !important ;
  150.        
  151.        /* Remove font-family override - let data-font-scheme handle it */
  152.        
  153.        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important ;
  154.    }
  155.    
  156.    .navigation.navbar .fluid-container{
  157.        min-height: 60px;
  158.    }
  159.    
  160.    .navigation .navbar-brand,
  161.    .navigation .navbar-nav .nav-link,
  162.    .navbar-brand,
  163.    nav a,
  164.    .navbar-nav .nav-link {
  165.        color: var(--navbar-color) !important;
  166.        /* Remove font-family override - let data-font-scheme handle it */
  167.        transition: all 0.3s ease;
  168.    }
  169.    
  170.    .navigation .navbar-nav .nav-link:hover,
  171.    .navbar-nav .nav-link:hover,
  172.    nav a:hover,
  173.    .navigation .navbar-nav .nav-link.active,
  174.    .navbar-nav .nav-link.active {
  175.        color: var(--navbar-color) !important;
  176.        transform: translateY(-1px);
  177.        opacity: 0.85;
  178.    }
  179.    
  180.    /* Your existing navbar specific classes */
  181.    .navigation .sub-menu {
  182.        background: var(--navbar-bg) !important;
  183.        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  184.        border: 1px solid var(--border-color);
  185.    }
  186.    
  187.    .border-color{
  188.        border-color: var(--border-color) !important;
  189.    }
  190.    
  191.    .navigation .sub-menu li a {
  192.        color: var(--navbar-color) !important;
  193.        /* Remove font-family override - let data-font-scheme handle it */
  194.    }
  195.    
  196.    .navigation .sub-menu li a:hover {
  197.        background: var(--bs-primary) !important;
  198.        color: #ffffff !important;
  199.    }
  200.    
  201.    .card {
  202.        
  203.            background-color: var(--card-bg) !important;
  204.        
  205.        border: 1px solid var(--border-color) !important;
  206.        transition: all 0.3s ease;
  207.        border-radius: 12px;
  208.        color: var(--text-color) !important;
  209.    }
  210.     .navbar-brand img{
  211.            height: 70px;
  212.            object-fit: contain;
  213.        }
  214.    
  215.    .card:hover {
  216.        transform: translateY(-5px);
  217.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  218.    }
  219.    
  220.    .card-header {
  221.        background-color: var(--section-bg-color) !important;
  222.        border-color: var(--border-color) !important;
  223.        color: var(--text-color) !important;
  224.    }
  225.    
  226.    /* Bootstrap Form Controls */
  227.    .form-control {
  228.        color: var(--text-color) !important;
  229.        background-color: var(--body-bg-color) !important;
  230.        border-color: var(--border-color) !important;
  231.        /* Remove font-family override - let data-font-scheme handle it */
  232.    }
  233.    
  234.    .form-control:focus {
  235.        border-color: var(--bs-primary) !important;
  236.        box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary), 0.25) !important;
  237.    }
  238.    
  239.    /* Links throughout site */
  240.  .nav1 a {
  241.        color: var(--link-color) !important;
  242.        text-decoration: none;
  243.        transition: all 0.3s ease;
  244.    }
  245.    
  246.    a:hover {
  247.        color: var(--link-hover) !important;
  248.    }
  249.    
  250.    /* Text color classes */
  251.    .text-muted {
  252.        color: var(--body-color) !important;
  253.    }
  254.    
  255.    .text-light {
  256.        color: var(--light) !important;
  257.    }
  258.    
  259.    /* Section backgrounds */
  260.    .section-bg,
  261.    .bg-light {
  262.        background-color: var(--section-bg-color) !important;
  263.    }
  264.    
  265.    /* Dark sections */
  266.    .bg-dark,
  267.    .dark-section {
  268.        background-color: var(--black-bg-color) !important;
  269.        color: var(--black-section-text-color) !important;
  270.    }
  271.    
  272.    /* Footer styling */
  273.    .footer,
  274.    footer {
  275.        
  276.            background-color: var(--footer-bg) !important;
  277.        
  278.        color: var(--footer-color) !important;
  279.    }
  280.    
  281.    .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6,
  282.    footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  283.        color: var(--black-section-text-color) !important;
  284.        /* Remove font-family override - let data-font-scheme handle it */
  285.    }
  286.    
  287.    .footer a, footer a {
  288.        color: var(--black-section-text-color) !important;
  289.    }
  290.    
  291.    .footer a:hover, footer a:hover {
  292.        color: var(--bs-primary) !important;
  293.    }
  294.    
  295.    /* Bootstrap Secondary Colors */
  296.    .btn-secondary {
  297.        background-color: var(--bs-secondary) !important;
  298.        border-color: var(--bs-secondary) !important;
  299.    }
  300.    
  301.    .text-secondary {
  302.        color: var(--bs-secondary) !important;
  303.    }
  304.    
  305.    .bg-secondary {
  306.        background-color: var(--bs-secondary) !important;
  307.    }
  308.    
  309.    /* Bootstrap Success, Danger, Warning, Info */
  310.    .btn-success { background-color: var(--bs-success) !important; border-color: var(--bs-success) !important; }
  311.    .btn-danger { background-color: var(--bs-danger) !important; border-color: var(--bs-danger) !important; }
  312.    .btn-warning { background-color: var(--bs-warning) !important; border-color: var(--bs-warning) !important; }
  313.    .btn-info { background-color: var(--bs-info) !important; border-color: var(--bs-info) !important; }
  314.    
  315.    .text-success { color: var(--bs-success) !important; }
  316.    .text-danger { color: var(--bs-danger) !important; }
  317.    .text-warning { color: var(--bs-warning) !important; }
  318.    .text-info { color: var(--bs-info) !important; }
  319.    
  320.    .bg-success { background-color: var(--bs-success) !important; }
  321.    .bg-danger { background-color: var(--bs-danger) !important; }
  322.    .bg-warning { background-color: var(--bs-warning) !important; }
  323.    .bg-info { background-color: var(--bs-info) !important; }
  324.    
  325.    /* Mobile menu styling */
  326.    .navbar-toggler,
  327.    .open-btn {
  328.        border-color: var(--navbar-color) !important;
  329.    }
  330.    
  331.    .icon-bar {
  332.        background-color: var(--navbar-color) !important;
  333.    }
  334.    
  335.    /* Smooth Animations */
  336.    .fade-in-up {
  337.        animation: fadeInUp 0.6s ease-out;
  338.    }
  339.    
  340.    @keyframes fadeInUp {
  341.        from {
  342.            opacity: 0;
  343.            transform: translateY(30px);
  344.        }
  345.        to {
  346.            opacity: 1;
  347.            transform: translateY(0);
  348.        }
  349.    }
  350.    
  351.    /* Responsive adjustments */
  352.    @media (max-width: 768px) {
  353.        .navbar {
  354.            padding: 0.5rem 0;
  355.        }
  356.        
  357.        .card:hover {
  358.            transform: none;
  359.        }
  360.    }
  361.    
  362. </style>
  363.    
  364.    
  365.    
  366.  
  367. <script>
  368.    var _paq = window._paq = window._paq || [];
  369.    /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
  370.    _paq.push(['trackPageView']);
  371.    _paq.push(['enableLinkTracking']);
  372.    (function() {
  373.        var u = "//analytics.tech-vikings.com/";
  374.        _paq.push(['setTrackerUrl', u + 'matomo.php']);
  375.        _paq.push(['setSiteId', '2']);
  376.        var d = document,
  377.            g = d.createElement('script'),
  378.            s = d.getElementsByTagName('script')[0];
  379.        g.async = true;
  380.        g.src = u + 'matomo.js';
  381.        s.parentNode.insertBefore(g, s);
  382.    })();
  383. </script>
  384. </head>
  385.  
  386.  
  387.  
  388. <body class="page-blogapp:homepage theme-theme_16">
  389.    <div id="healthcheck"></div>
  390.    <!-- start page-wrapper -->
  391.    <div class="page-wrapper">
  392.        
  393.            <!-- start preloader -->
  394.                
  395.  
  396.  
  397.            <!-- end preloader -->
  398.        
  399.        <!-- Start header -->
  400.        <header id="header" class="wpo-site-header">
  401.            
  402.  
  403.  
  404.    
  405.  
  406.  
  407.  
  408. <div class="topbar d-sm-flex d-none">
  409.  <div class="container-fluid fluid-container">
  410.    <div class="row  ">
  411.      <div>
  412.        <div class="pt-2 d-flex gap-2 pb-0">
  413.          <div class="">
  414.            <div class="tilt-button bg-primary-gradient">Latest Update</div>
  415.          </div>
  416.  
  417.          <!-- Add an id to the marquee -->
  418.          <marquee id="newsMarquee" direction="left" scrollamount="4" behavior="scroll" class="d-flex pt-1">
  419.            <p class="text-center">
  420.              
  421.               <a href="/kpop-demon-hunters-balloons-to-make-a-grand-appearance-at-macys-thanksgiving-day-parade/" class="px-5 top-color">
  422.                    KPop Demon Hunters Balloons to Make a Grand Appearance at Macy&#x27;s Thanksgiving Day Parade
  423.                  </a>
  424.              
  425.               <a href="/shocking-discovery-remains-of-vanished-mother-and-child-found-in-freezers-in-austria/" class="px-5 top-color">
  426.                    Shocking Discovery: Remains of Vanished Mother and Child Found in Freezers in Austria
  427.                  </a>
  428.              
  429.               <a href="/spotify-wrapped-release-timeline-plus-key-inquiries-explained/" class="px-5 top-color">
  430.                    Spotify Wrapped: Release Timeline plus Key Inquiries Explained
  431.                  </a>
  432.              
  433.               <a href="/calm-conclusion-to-messis-india-tour-after-unrest-in-kolkata/" class="px-5 top-color">
  434.                    Calm Conclusion to Messi&#x27;s India Tour After Unrest in Kolkata
  435.                  </a>
  436.              
  437.               <a href="/esteemed-photographer-brian-harris-life-story-a-life-through-the-lens/" class="px-5 top-color">
  438.                    Esteemed Photographer Brian Harris Life Story: A Life Through the Lens
  439.                  </a>
  440.              
  441.            </p>
  442.          </marquee>
  443.        </div>
  444.      </div>
  445.    </div>
  446.  </div>
  447. </div>
  448. <style>
  449.  .tilt-button {
  450.  padding: 0.5rem 1rem;
  451.  white-space: nowrap;
  452.  font-weight: bold;
  453.  display: inline-block;
  454.  clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0% 100%);
  455.  transition: background 0.3s ease;
  456. }
  457.  
  458.  
  459. </style>
  460. <script>
  461.  // Stop/start marquee when hovering or focusing links inside it
  462.  document.addEventListener("DOMContentLoaded", function () {
  463.    const marquee = document.getElementById("newsMarquee");
  464.    if (!marquee) return;
  465.  
  466.    marquee.querySelectorAll("a").forEach((link) => {
  467.      link.addEventListener("mouseenter", () => marquee.stop());
  468.      link.addEventListener("mouseleave", () => marquee.start());
  469.      // keyboard accessibility
  470.      link.addEventListener("focus", () => marquee.stop());
  471.      link.addEventListener("blur", () => marquee.start());
  472.    });
  473.  });
  474. </script>
  475.  
  476.  
  477.  
  478.            
  479.  
  480.  
  481.  
  482.  
  483.  
  484.  
  485. <header class="custom-header mb-4">
  486.    <!-- Logo Section - Top Centered -->
  487.    <div class="logo-container">
  488.        <div class="container-fluid fluid-container">
  489.            <a class="brand-link" href="/">
  490.                
  491.                    Rollix Gaming
  492.                
  493.            </a>
  494.        </div>
  495.    </div>
  496.  
  497.    <!-- Navigation Section -->
  498.    <div class="navigation-container">
  499.        <div class="container-fluid fluid-container">
  500.            <div class="nav-content">
  501.                <!-- Mobile toggle button -->
  502.                <button class="mobile-nav-toggle" type="button" onclick="toggleNav()">
  503.                    <svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  504.                        <line x1="3" y1="6" x2="21" y2="6"></line>
  505.                        <line x1="3" y1="12" x2="21" y2="12"></line>
  506.                        <line x1="3" y1="18" x2="21" y2="18"></line>
  507.                    </svg>
  508.                </button>
  509.  
  510.                <!-- Navigation Links - Left Side -->
  511.                <nav class="primary-nav navbar navbar-expand-lg">
  512.                    <ul class="navbar-nav align-items-center me-auto mb-2 mb-lg-0">
  513.  
  514.                        
  515.                        <li class="nav-item">
  516.                            <a href="/" class="nav-link active">HOME</a>
  517.                        </li>
  518.                        
  519.                        
  520.                         <li class="nav-item">
  521.                            <a href="/category/all-posts/" class="nav-link">
  522.                                ALL POSTS
  523.                            </a>
  524.                            </li>
  525.  
  526.                            
  527.  
  528.                                    
  529.                                    
  530.                            
  531.                         <li class="nav-item">
  532.                            <a href="/category/business/" class="nav-link">
  533.                                BUSINESS
  534.                            </a>
  535.                            </li>
  536.  
  537.                            
  538.  
  539.                                    
  540.                                    
  541.                            
  542.                         <li class="nav-item">
  543.                            <a href="/category/esports/" class="nav-link">
  544.                                ESPORTS
  545.                            </a>
  546.                            </li>
  547.  
  548.                            
  549.  
  550.                                    
  551.                                    
  552.                            
  553.                         <li class="nav-item">
  554.                            <a href="/category/fashion/" class="nav-link">
  555.                                FASHION
  556.                            </a>
  557.                            </li>
  558.  
  559.                            
  560.  
  561.                                    
  562.                                    
  563.                            
  564.                         <li class="nav-item">
  565.                            <a href="/category/featured/" class="nav-link">
  566.                                FEATURED
  567.                            </a>
  568.                            </li>
  569.  
  570.                            
  571.  
  572.                                    
  573.                                    
  574.                            
  575.                        
  576.                            
  577.                            <li class="nav-item dropdown">
  578.                                <a class="nav-link dropdown-toggle" href="#" id="moreDropdown" role="button"
  579.                                    data-bs-toggle="dropdown" aria-expanded="false">
  580.                                    More
  581.                                </a>
  582.                                <ul class="dropdown-menu" aria-labelledby="moreDropdown">
  583.                                    <li>
  584.                                        <a class="dropdown-item"
  585.                                            href="/category/gaming/">
  586.                                            GAMING
  587.                                        </a>
  588.                                    </li>
  589.  
  590.                                    
  591.  
  592.                                    
  593.                                    
  594.                            
  595.                        
  596.                                    <li>
  597.                                        <a class="dropdown-item"
  598.                                            href="/category/health/">
  599.                                            HEALTH
  600.                                        </a>
  601.                                    </li>
  602.                                    
  603.  
  604.                                    
  605.                                    
  606.                            
  607.                        
  608.                                    <li>
  609.                                        <a class="dropdown-item"
  610.                                            href="/category/life-fitness/">
  611.                                            LIFE &amp; FITNESS
  612.                                        </a>
  613.                                    </li>
  614.                                    
  615.  
  616.                                    
  617.                                    
  618.                            
  619.                        
  620.                                    <li>
  621.                                        <a class="dropdown-item"
  622.                                            href="/category/lifestyle/">
  623.                                            LIFESTYLE
  624.                                        </a>
  625.                                    </li>
  626.                                    
  627.  
  628.                                    
  629.                                    
  630.                            
  631.                        
  632.                                    <li>
  633.                                        <a class="dropdown-item"
  634.                                            href="/category/news/">
  635.                                            NEWS
  636.                                        </a>
  637.                                    </li>
  638.                                    
  639.  
  640.                                    
  641.                                    
  642.                            
  643.                        
  644.                                    <li>
  645.                                        <a class="dropdown-item"
  646.                                            href="/category/others/">
  647.                                            OTHERS
  648.                                        </a>
  649.                                    </li>
  650.                                    
  651.  
  652.                                    
  653.                                    
  654.                            
  655.                        
  656.                                    <li>
  657.                                        <a class="dropdown-item"
  658.                                            href="/category/politics/">
  659.                                            POLITICS
  660.                                        </a>
  661.                                    </li>
  662.                                    
  663.  
  664.                                    
  665.                                    
  666.                            
  667.                        
  668.                                    <li>
  669.                                        <a class="dropdown-item"
  670.                                            href="/category/sports/">
  671.                                            SPORTS
  672.                                        </a>
  673.                                    </li>
  674.                                    
  675.  
  676.                                    
  677.                                    
  678.                            
  679.                        
  680.                                    <li>
  681.                                        <a class="dropdown-item"
  682.                                            href="/category/tech/">
  683.                                            TECH
  684.                                        </a>
  685.                                    </li>
  686.                                    
  687.  
  688.                                    
  689.                                    
  690.                            
  691.                        
  692.                                    <li>
  693.                                        <a class="dropdown-item"
  694.                                            href="/category/travel/">
  695.                                            TRAVEL
  696.                                        </a>
  697.                                    </li>
  698.                                    
  699.  
  700.                                    
  701.                                    
  702.                                </ul>
  703.                            </li>
  704.                            
  705.                            
  706. <li>
  707.                  <a href="/page/contact-us/">
  708.                     Contact Us
  709.                  </a>
  710.              </li>
  711.                    </ul>
  712.                </nav>
  713.  
  714.  
  715.                <!-- Search - Right Side -->
  716.                <div class="search-wrapper">
  717.                    <input type="search" class="search-input-field" placeholder="Search...">
  718.                    <!-- <button class="search-submit-btn" type="submit">
  719.                        <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  720.                            stroke-width="2">
  721.                            <circle cx="11" cy="11" r="8"></circle>
  722.                            <path d="m21 21-4.35-4.35"></path>
  723.                        </svg>
  724.                    </button> -->
  725.                        <!-- The search results will be displayed here -->
  726.          <div id="search-results" class="search-results-container search-v1"></div>
  727.                </div>
  728.            </div>
  729.        </div>
  730.    </div>
  731. </header>
  732.  
  733.  
  734. <script>
  735.    function toggleNav() {
  736.        const nav = document.getElementById('primaryNav');
  737.        const toggle = document.querySelector('.mobile-nav-toggle');
  738.  
  739.        nav.classList.toggle('show');
  740.        toggle.classList.toggle('active');
  741.    }
  742.  
  743.    // Close nav when clicking outside
  744.    document.addEventListener('click', function (event) {
  745.        const nav = document.getElementById('primaryNav');
  746.        const toggle = document.querySelector('.mobile-nav-toggle');
  747.  
  748.        if (!nav.contains(event.target) && !toggle.contains(event.target)) {
  749.            nav.classList.remove('show');
  750.            toggle.classList.remove('active');
  751.        }
  752.    });
  753.  
  754.    // Close nav when window is resized to desktop
  755.    window.addEventListener('resize', function () {
  756.        if (window.innerWidth > 768) {
  757.            document.getElementById('primaryNav').classList.remove('show');
  758.            document.querySelector('.mobile-nav-toggle').classList.remove('active');
  759.        }
  760.    });
  761.  
  762. </script>
  763.  
  764. <style>
  765.    .custom-header {
  766.        background: var(--navbar-bg);
  767.        border-bottom: 1px solid var(--border-color);
  768.        position: sticky;
  769.        top: 0;
  770.        z-index: 1000;
  771.        padding: 0px 10px;
  772.    }
  773.  
  774.    /* Logo Section - Top Centered */
  775.    .logo-container {
  776.        text-align: center;
  777.        padding: 10px 0;
  778.        background: var(--navbar-bg);
  779.        border-bottom: 1px solid var(--border-color);
  780.    }
  781.  
  782.    .brand-link {
  783.        display: inline-flex;
  784.        align-items: center;
  785.        text-decoration: none;
  786.    }
  787.  
  788.    .brand-link img {
  789.        height: 100px;
  790.        width: auto;
  791.    }
  792.  
  793.    /* Navigation Section */
  794.    .navigation-container {
  795.        background: var(--navbar-bg);
  796.        padding: 0;
  797.    }
  798.  
  799.    .nav-content {
  800.        display: flex;
  801.        align-items: center;
  802.        justify-content: space-between;
  803.        min-height: 60px;
  804.        position: relative;
  805.    }
  806.  
  807.    /* Mobile toggle button */
  808.    .mobile-nav-toggle {
  809.        display: none;
  810.        background: var(--navbar-bg);
  811.        border: 2px solid var(--bs-primary);
  812.        color: var(--navbar-color);
  813.        padding: 8px;
  814.        border-radius: 12px;
  815.        cursor: pointer;
  816.        transition: all 0.3s ease;
  817.    }
  818.  
  819.    .mobile-nav-toggle:hover {
  820.        background: var(--bs-primary);
  821.        color: var(--link-color) !important;
  822.    }
  823.  
  824.    /* Navigation Links - Left Side */
  825.    .primary-nav {
  826.        flex: 1;
  827.    }
  828.  
  829.    .nav-links-list {
  830.        display: flex;
  831.        list-style: none;
  832.        margin: 0;
  833.        padding: 0;
  834.        gap: 5px;
  835.        align-items: center;
  836.    }
  837.  
  838.    .nav-item {
  839.        display: block;
  840.        padding: 8px 16px;
  841.        color: #333;
  842.        text-decoration: none;
  843.        font-weight: 500;
  844.        font-size: 14px;
  845.        text-transform: uppercase;
  846.        letter-spacing: 0.5px;
  847.        border-radius: 12px;
  848.        transition: all 0.3s ease;
  849.        white-space: nowrap;
  850.    }
  851.  
  852.    .nav-item:hover {
  853.        background: rgba(0, 123, 255, 0.19);
  854.        color: var(--navbar-color);
  855.    }
  856.  
  857.    .nav-item.active {
  858.        background: var(--bs-primary);
  859.        color: var(--link-color) !important;
  860.        box-shadow: 0 2px 8px rgba(0, 123, 255, 0.3);
  861.    }
  862.  
  863.    /* Search Container - Right Side */
  864.    .search-wrapper {
  865.        display: flex;
  866.        align-items: center;
  867.        gap: 8px;
  868.    }
  869.  
  870.    .search-input-field {
  871.        padding: 12px 18px;
  872.        border: 2px solid var(--border-color);
  873.        border-radius: 12px;
  874.        background: var(--navbar-bg);
  875.        color: var(--navbar-color);
  876.        font-size: 14px;
  877.        width: 250px;
  878.        transition: all 0.3s ease;
  879.    }
  880.  
  881.    .search-input-field::placeholder {
  882.        color: #6c757d;
  883.    }
  884.  
  885.    .search-input-field:focus {
  886.        outline: none;
  887.        background: white;
  888.        border-color: var(--bs-primary);
  889.        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  890.    }
  891.  
  892.    .search-submit-btn {
  893.        background: var(--bs-primary);
  894.        border: none;
  895.        color: white;
  896.        padding: 12px;
  897.        border-radius: 12px;
  898.        cursor: pointer;
  899.        transition: all 0.3s ease;
  900.        display: flex;
  901.        align-items: center;
  902.        justify-content: center;
  903.    }
  904.  
  905.    .search-submit-btn:hover {
  906.        transform: scale(1.05);
  907.        opacity: 0.7;
  908.    }
  909.  
  910.    /* Tablet responsiveness */
  911.    @media (max-width: 1200px) {
  912.        .nav-item {
  913.            font-size: 13px;
  914.        }
  915.  
  916.        .search-input-field {
  917.            width: 220px;
  918.        }
  919.    }
  920.  
  921.    @media (max-width: 1024px) {
  922.        .nav-item {
  923.            font-size: 13px;
  924.        }
  925.  
  926.        .search-input-field {
  927.            width: 200px;
  928.        }
  929.    }
  930.  
  931.    @media (max-width: 900px) {
  932.        .nav-item {
  933.            font-size: 12px;
  934.        }
  935.  
  936.        .search-input-field {
  937.            width: 180px;
  938.        }
  939.    }
  940.  
  941.    /* Mobile responsiveness */
  942.    @media (max-width: 768px) {
  943.        .container-fluid {
  944.            padding: 0 15px;
  945.        }
  946.  
  947.        .logo-container {
  948.            padding: 15px 0;
  949.        }
  950.  
  951.        .brand-link img {
  952.            height: 40px;
  953.        }
  954.  
  955.        /* Show mobile toggle */
  956.        .mobile-nav-toggle {
  957.            display: block;
  958.        }
  959.  
  960.        .nav-content {
  961.            min-height: 50px;
  962.            padding: 10px 0;
  963.        }
  964.  
  965.        /* Hide navigation on mobile by default */
  966.        .primary-nav {
  967.            position: absolute;
  968.            top: 100%;
  969.            left: 0;
  970.            right: 0;
  971.            background: var(--navbar-bg);
  972.            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  973.            border-radius: 0 0 10px 10px;
  974.            transform: translateY(-100%);
  975.            opacity: 0;
  976.            visibility: hidden;
  977.            transition: all 0.3s ease;
  978.            z-index: 999;
  979.        }
  980.  
  981.        /* Show navigation when toggled */
  982.        .primary-nav.show {
  983.            transform: translateY(0);
  984.            opacity: 1;
  985.            visibility: visible;
  986.        }
  987.  
  988.        .nav-links-list {
  989.            flex-direction: column;
  990.            gap: 0;
  991.            padding: 15px 0;
  992.        }
  993.  
  994.        .nav-item {
  995.            border-bottom: 1px solid #eee;
  996.            text-align: left;
  997.            border-radius: 0;
  998.            width: 100%;
  999.        }
  1000.  
  1001.        .nav-item:last-child {
  1002.            border-bottom: none;
  1003.        }
  1004.  
  1005.        /* Search stays visible on mobile - right side */
  1006.        .search-wrapper {
  1007.            margin-left: auto;
  1008.        }
  1009.  
  1010.        .search-input-field {
  1011.            width: 160px;
  1012.            padding: 10px 15px;
  1013.            font-size: 13px;
  1014.        }
  1015.  
  1016.        .search-submit-btn {
  1017.            padding: 10px;
  1018.        }
  1019.    }
  1020.  
  1021.    @media (max-width: 576px) {
  1022.        .logo-container {
  1023.            padding: 12px 0;
  1024.        }
  1025.  
  1026.        .brand-link img {
  1027.            height: 35px;
  1028.        }
  1029.  
  1030.        .search-input-field {
  1031.            width: 140px;
  1032.            font-size: 12px;
  1033.        }
  1034.  
  1035.        .nav-content {
  1036.            gap: 10px;
  1037.        }
  1038.    }
  1039.  
  1040.    @media (max-width: 480px) {
  1041.        .container-fluid {
  1042.            padding: 0 10px;
  1043.        }
  1044.  
  1045.        .search-input-field {
  1046.            width: 120px;
  1047.        }
  1048.  
  1049.        .mobile-nav-toggle {
  1050.            padding: 6px;
  1051.        }
  1052.  
  1053.        .nav-item {
  1054.            font-size: 13px;
  1055.        }
  1056.    }
  1057.  
  1058.    @media (max-width: 400px) {
  1059.        .search-input-field {
  1060.            width: 100px;
  1061.            font-size: 11px;
  1062.            padding: 8px 12px;
  1063.        }
  1064.  
  1065.        .search-submit-btn {
  1066.            padding: 8px;
  1067.        }
  1068.  
  1069.        .search-submit-btn svg {
  1070.            width: 14px;
  1071.            height: 14px;
  1072.        }
  1073.    }
  1074.  
  1075.      /* search field */
  1076.  .search-results-container {
  1077.  position: absolute;
  1078.  top: 100%; /* Position it below the input field */
  1079.  left: 0;
  1080.  right: 0;
  1081.  background-color: white;
  1082.  border: 1px solid #ddd;
  1083.  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  1084.  max-height: 300px;
  1085.  overflow-y: auto;
  1086.  z-index: 1000;
  1087.  display: none; /* Initially hidden */
  1088. }
  1089.  
  1090. .search-results-container p {
  1091.  margin: 0;
  1092. }
  1093.  
  1094. .search-results-container .result-item {
  1095.  padding: 10px;
  1096.  cursor: pointer;
  1097. }
  1098.  
  1099. .search-results-container .result-item:hover {
  1100.  background-color: #f0f0f0;
  1101. }
  1102.  
  1103. </style>
  1104.  
  1105. <script>
  1106.  document.addEventListener("DOMContentLoaded", function () {
  1107.    const searchInput = document.querySelector(".search-input-field");
  1108.    const searchResults = document.getElementById("search-results");
  1109.  
  1110.    if (!searchInput || !searchResults) return; // Safety check
  1111.  
  1112.    // 🔍 Handle typing
  1113.    searchInput.addEventListener("keyup", function (e) {
  1114.      e.preventDefault();
  1115.  
  1116.      const query = searchInput.value.trim();
  1117.  
  1118.      if (query === "") {
  1119.        searchResults.innerHTML = "";
  1120.        searchResults.style.display = "none";
  1121.        return;
  1122.      }
  1123.  
  1124.      searchResults.style.display = "block";
  1125.  
  1126.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1127.        method: "GET",
  1128.        headers: {
  1129.          "X-Requested-With": "XMLHttpRequest",
  1130.        },
  1131.      })
  1132.        .then(response => response.json())
  1133.        .then(data => {
  1134.          if (data.html) {
  1135.            searchResults.innerHTML = data.html;
  1136.          } else {
  1137.            searchResults.innerHTML = "<p>No results found.</p>";
  1138.          }
  1139.        })
  1140.        .catch(error => {
  1141.          console.error("Error fetching search results:", error);
  1142.        });
  1143.    });
  1144.  
  1145.    // 🖱️ Close results when clicking outside
  1146.    document.addEventListener("click", function (e) {
  1147.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1148.        searchResults.style.display = "none";
  1149.      }
  1150.    });
  1151.  
  1152.    // ⌨️ Close results when pressing Escape
  1153.    document.addEventListener("keydown", function (e) {
  1154.      if (e.key === "Escape") {
  1155.        searchResults.style.display = "none";
  1156.      }
  1157.    });
  1158.  });
  1159. </script>
  1160.  
  1161.        </header>
  1162.        <!-- end of header -->
  1163.        <!-- start of wpo-blog-hero -->
  1164.        
  1165.  
  1166.  
  1167.  
  1168.  
  1169.  
  1170.  
  1171.  
  1172. <div class="blog-hero-v8 my-5">
  1173.  <div class="container-fluid fluid-container">
  1174.    <!-- Full-Width Featured Article -->
  1175.    <div class="row g-4 mb-5">
  1176.      <div class="col-12">
  1177.        
  1178.        
  1179.          
  1180.        <article class="full-featured">
  1181.          <div class="featured-image-container">
  1182.            
  1183.              <img src="/static/blogapp/assets/images/breaking-news/img-3.jpg" alt="Metropolitan Museum Confronts Lawsuit Over Supposedly Nazi-Plundered Van Gogh Artwork" class="featured-image" />
  1184.            
  1185.            <div class="category-tag bg-primary-gradient news-tag">News</div>
  1186.          </div>
  1187.          <div class="featured-content">
  1188.            <h1 class="featured-title">
  1189.              <a href="/metropolitan-museum-confronts-lawsuit-over-supposedly-nazi-plundered-van-gogh-artwork/">Metropolitan Museum Confronts Lawsuit Over Supposedly Nazi-Plundered Van Gogh Artwork</a>
  1190.            </h1>
  1191.            <p class="featured-summary">Discover amazing stories and insights from our featured article.</p>
  1192.            <div class="article-meta">
  1193.              <div class="author-info">
  1194.                
  1195.                  <img src="/static/blogapp/assets/images/blog/blog-avater/img-1.jpg" alt="Dr. Kelly Robles DDS's Profile" class="author-pic" />
  1196.                
  1197.                <div class="author-text">
  1198.                  <span class="author-name">Dr. Kelly Robles DDS</span>
  1199.                  
  1200.                  <span class="post-time">May 12, 2026</span>
  1201.                </div>
  1202.              </div>
  1203.              <div class="reading-info">
  1204.                
  1205.              </div>
  1206.            </div>
  1207.          </div>
  1208.        </article>
  1209.  
  1210.        
  1211.        
  1212.      </div>
  1213.    </div>
  1214.  
  1215.    <!-- Bottom Section: Compact Cards and Recent Sidebar -->
  1216.    <div class="row g-4">
  1217.      
  1218.      <div class="col-lg-3 col-md-6 col-12">
  1219.        <article class="compact-card">
  1220.          <div class="compact-image">
  1221.            
  1222.              <img src="/static/blogapp/assets/images/hero/img-3.jpg" alt="US Congressman Calls On Former Prince Andrew to Provide Testimony in Jeffrey Epstein Inquiry" />
  1223.            
  1224.            <div class="category-tag bg-primary-gradient news-cat">News</div>
  1225.          </div>
  1226.          <div class="compact-body">
  1227.            <h3 class="compact-title">
  1228.              <a href="/us-congressman-calls-on-former-prince-andrew-to-provide-testimony-in-jeffrey-epstein-inquiry/">US Congressman Calls On Former Prince Andrew to Provide Testimony in Jeffrey Epstein Inquiry</a>
  1229.            </h3>
  1230.            <p class="compact-text"></p>
  1231.            <div class="compact-footer">
  1232.              <div class="compact-author">
  1233.                
  1234.                  <img src="/static/blogapp/assets/images/blog/blog-avater/img-1.jpg" alt="Dr. Kelly Robles DDS's Profile" class="compact-avatar" />
  1235.                
  1236.                <span class="compact-name">Dr. …</span>
  1237.              </div>
  1238.              <span class="compact-date">May 12</span>
  1239.            </div>
  1240.          </div>
  1241.        </article>
  1242.      </div>
  1243.      
  1244.      <div class="col-lg-3 col-md-6 col-12">
  1245.        <article class="compact-card">
  1246.          <div class="compact-image">
  1247.            
  1248.              <img src="/static/blogapp/assets/images/hero/img-3.jpg" alt="The Gulf nation to Argue at UK Supreme Court Over Sovereign Immunity in Surveillance Allegations" />
  1249.            
  1250.            <div class="category-tag bg-primary-gradient news-cat">News</div>
  1251.          </div>
  1252.          <div class="compact-body">
  1253.            <h3 class="compact-title">
  1254.              <a href="/the-gulf-nation-to-argue-at-uk-supreme-court-over-sovereign-immunity-in-surveillance-allegations/">The Gulf nation to Argue at UK Supreme Court Over Sovereign Immunity in Surveillance Allegations</a>
  1255.            </h3>
  1256.            <p class="compact-text"></p>
  1257.            <div class="compact-footer">
  1258.              <div class="compact-author">
  1259.                
  1260.                  <img src="/static/blogapp/assets/images/blog/blog-avater/img-1.jpg" alt="Dr. Kelly Robles DDS's Profile" class="compact-avatar" />
  1261.                
  1262.                <span class="compact-name">Dr. …</span>
  1263.              </div>
  1264.              <span class="compact-date">May 12</span>
  1265.            </div>
  1266.          </div>
  1267.        </article>
  1268.      </div>
  1269.      
  1270.      <div class="col-lg-3 col-md-6 col-12">
  1271.        <article class="compact-card">
  1272.          <div class="compact-image">
  1273.            
  1274.              <img src="/static/blogapp/assets/images/hero/img-3.jpg" alt="James Cameron Clarifies: ‘AI Doesn’t Produce the Avatar Series’" />
  1275.            
  1276.            <div class="category-tag bg-primary-gradient news-cat">News</div>
  1277.          </div>
  1278.          <div class="compact-body">
  1279.            <h3 class="compact-title">
  1280.              <a href="/james-cameron-clarifies-ai-doesnt-produce-the-avatar-series/">James Cameron Clarifies: ‘AI Doesn’t Produce the Avatar Series’</a>
  1281.            </h3>
  1282.            <p class="compact-text"></p>
  1283.            <div class="compact-footer">
  1284.              <div class="compact-author">
  1285.                
  1286.                  <img src="/static/blogapp/assets/images/blog/blog-avater/img-1.jpg" alt="Dr. Kelly Robles DDS's Profile" class="compact-avatar" />
  1287.                
  1288.                <span class="compact-name">Dr. …</span>
  1289.              </div>
  1290.              <span class="compact-date">May 11</span>
  1291.            </div>
  1292.          </div>
  1293.        </article>
  1294.      </div>
  1295.      
  1296.  
  1297.      <!-- Recent Articles Sidebar -->
  1298.      <div class="col-lg-3 col-md-6 col-12">
  1299.        <div class="recent-section">
  1300.          <h3 class="recent-title">Recent Articles</h3>
  1301.          <div class="recent-list">
  1302.            
  1303.            <div class="recent-item">
  1304.              <div class="recent-content">
  1305.                <h4 class="recent-article-title">
  1306.                  <a href="/bound-alone-and-scared-the-bleak-reality-for-women-compelled-to-have-their-babies-in-detention/">Bound, Alone and Scared: The Bleak Reality for …</a>
  1307.                </h4>
  1308.                <span class="recent-date">May 11, 2026</span>
  1309.              </div>
  1310.            </div>
  1311.            
  1312.          </div>
  1313.        </div>
  1314.      </div>
  1315.    </div>
  1316.  </div>
  1317. </div>
  1318.  
  1319.  
  1320.  
  1321. <style>
  1322.  /* Full-Width Featured Article */
  1323.  .full-featured {
  1324.    background: var(--card-bg, #ffffff);
  1325.    border-radius: 12px;
  1326.    overflow: hidden;
  1327.    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.05);
  1328.    border: 1px solid var(--border-color, #e5e7eb);
  1329.    transition: box-shadow 0.3s ease;
  1330.  }
  1331.  
  1332.  .full-featured:hover {
  1333.    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  1334.  }
  1335.  
  1336.  .featured-image-container {
  1337.    position: relative;
  1338.    height: 400px;
  1339.    overflow: hidden;
  1340.  }
  1341.  
  1342.  .featured-image {
  1343.    width: 100%;
  1344.    height: 100%;
  1345.    object-fit: cover;
  1346.  }
  1347.  
  1348.  .featured-content {
  1349.    padding: 2rem;
  1350.  }
  1351.  
  1352.  .featured-title {
  1353.    font-size: 2.5rem;
  1354.    font-weight: 700;
  1355.    color: #111827;
  1356.    margin-bottom: 1rem;
  1357.    line-height: 1.2;
  1358.  }
  1359.  
  1360.  .featured-title a {
  1361.    color: inherit;
  1362.    text-decoration: none;
  1363.  }
  1364.  
  1365.  .featured-title a:hover {
  1366.    color: #3b82f6;
  1367.    transition: color 0.3s ease;
  1368.  }
  1369.  
  1370.  .featured-summary {
  1371.    font-size: 1.1rem;
  1372.    color: #4b5563;
  1373.    line-height: 1.6;
  1374.    margin-bottom: 1.5rem;
  1375.  }
  1376.  
  1377.  /* Category Tags - Dynamic Colors */
  1378.  .category-tag {
  1379.    position: absolute;
  1380.    top: 1rem;
  1381.    left: 1rem;
  1382.    padding: 0.4rem 1.2rem;
  1383.    font-size: 0.8rem;
  1384.    font-weight: 600;
  1385.    text-transform: uppercase;
  1386.    color: white;
  1387.    border-radius: 20px;
  1388.    z-index: 2;
  1389.  }
  1390.  
  1391.  /* Category Colors */
  1392.  
  1393.  .business-tag, .business-cat { background-color: #10b981; }
  1394.  
  1395.  .lifestyle-tag, .lifestyle-cat { background-color: #8b5cf6; }
  1396.  .sports-tag, .sports-cat { background-color: #f59e0b; }
  1397.  .travel-tag, .travel-cat { background-color: #06b6d4; }
  1398.  .health-tag, .health-cat { background-color: #84cc16; }
  1399.  
  1400.  /* Article Meta */
  1401.  .article-meta {
  1402.    display: flex;
  1403.    align-items: center;
  1404.    justify-content: space-between;
  1405.    font-size: 0.9rem;
  1406.    color: #6b7280;
  1407.  }
  1408.  
  1409.  .author-info {
  1410.    display: flex;
  1411.    align-items: center;
  1412.    gap: 0.75rem;
  1413.  }
  1414.  
  1415.  .author-pic {
  1416.    width: 40px;
  1417.    height: 40px;
  1418.    border-radius: 50%;
  1419.    object-fit: cover;
  1420.  }
  1421.  
  1422.  .author-name {
  1423.    font-weight: 600;
  1424.    color: var(--topbar-color, #111827);
  1425.  }
  1426.  
  1427.  .post-time {
  1428.    font-size: 0.85rem;
  1429.    color: #6b7280;
  1430.  }
  1431.  
  1432.  .read-time {
  1433.    background: #f3f4f6;
  1434.    padding: 0.25rem 0.75rem;
  1435.    border-radius: 12px;
  1436.    font-size: 0.8rem;
  1437.  }
  1438.  
  1439.  /* Compact Cards */
  1440.  .compact-card {
  1441.    background: var(--card-bg, #ffffff);
  1442.    border-radius: 12px;
  1443.    overflow: hidden;
  1444.    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.05);
  1445.    border: 1px solid var(--border-color, #e5e7eb);
  1446.    transition: box-shadow 0.3s ease;
  1447.    height: 100%;
  1448.  }
  1449.  
  1450.  .compact-card:hover {
  1451.    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  1452.  }
  1453.  
  1454.  .compact-image {
  1455.    position: relative;
  1456.    height: 160px;
  1457.    overflow: hidden;
  1458.  }
  1459.  
  1460.  .compact-image img {
  1461.    width: 100%;
  1462.    height: 100%;
  1463.    object-fit: cover;
  1464.  }
  1465.  
  1466.  .compact-category {
  1467.    position: absolute;
  1468.    top: 0.75rem;
  1469.    left: 0.75rem;
  1470.    padding: 0.3rem 1rem;
  1471.    font-size: 0.75rem;
  1472.    border-radius: 20px;
  1473.    color: white;
  1474.    font-weight: 600;
  1475.    text-transform: uppercase;
  1476.  }
  1477.  
  1478.  .compact-body {
  1479.    padding: 1.25rem;
  1480.  }
  1481.  
  1482.  .compact-title {
  1483.    font-size: 1.1rem;
  1484.    font-weight: 600;
  1485.    color: #111827;
  1486.    margin-bottom: 0.5rem;
  1487.    line-height: 1.3;
  1488.  }
  1489.  
  1490.  .compact-title a {
  1491.    color: inherit;
  1492.    text-decoration: none;
  1493.  }
  1494.  
  1495.  .compact-title a:hover {
  1496.    color: #3b82f6;
  1497.    transition: color 0.3s ease;
  1498.  }
  1499.  
  1500.  .compact-text {
  1501.    font-size: 0.9rem;
  1502.    color: #4b5563;
  1503.    line-height: 1.5;
  1504.  }
  1505.  
  1506.  .compact-footer {
  1507.    display: flex;
  1508.    justify-content: space-between;
  1509.    align-items: center;
  1510.    margin-top: 1rem;
  1511.    font-size: 0.85rem;
  1512.    color: #6b7280;
  1513.  }
  1514.  
  1515.  .compact-author {
  1516.    display: flex;
  1517.    align-items: center;
  1518.    gap: 0.5rem;
  1519.  }
  1520.  
  1521.  .compact-avatar {
  1522.    width: 28px;
  1523.    height: 28px;
  1524.    border-radius: 50%;
  1525.    object-fit: cover;
  1526.  }
  1527.  
  1528.  .compact-name {
  1529.    color: var(--topbar-color, #111827);
  1530.    font-weight: 500;
  1531.  }
  1532.  
  1533.  /* Recent Articles Sidebar */
  1534.  .recent-section {
  1535.    background: var(--card-bg, #ffffff);
  1536.    border-radius: 12px;
  1537.    padding: 1.5rem;
  1538.    border: 1px solid var(--border-color, #e5e7eb);
  1539.    height: 100%;
  1540.  }
  1541.  
  1542.  .recent-title {
  1543.    font-size: 1.2rem;
  1544.    font-weight: 700;
  1545.    color: #111827;
  1546.    margin-bottom: 1rem;
  1547.    border-bottom: 1px solid var(--border-color, #e5e7eb);
  1548.    padding-bottom: 0.5rem;
  1549.  }
  1550.  
  1551.  .recent-list {
  1552.    display: flex;
  1553.    flex-direction: column;
  1554.    gap: 1rem;
  1555.  }
  1556.  
  1557.  .recent-item {
  1558.    padding: 0.75rem;
  1559.    border-radius: 8px;
  1560.    transition: background 0.2s ease;
  1561.    border: 1px solid var(--border-color, #e5e7eb);
  1562.  }
  1563.  
  1564.  .recent-item:hover {
  1565.    background: var(--card-bg);
  1566.  }
  1567.  
  1568.  .recent-article-title {
  1569.    font-size: 0.95rem;
  1570.    font-weight: 500;
  1571.    color: var(--topbar-color, #111827);
  1572.    margin-bottom: 0.25rem;
  1573.  }
  1574.  
  1575.  .recent-article-title a {
  1576.    color: inherit;
  1577.    text-decoration: none;
  1578.  }
  1579.  
  1580.  .recent-article-title a:hover {
  1581.    color: #3b82f6;
  1582.    transition: color 0.3s ease;
  1583.  }
  1584.  
  1585.  .recent-date {
  1586.    font-size: 0.8rem;
  1587.    color: #6b7280;
  1588.  }
  1589.  
  1590.  /* Responsive Design */
  1591.  @media (max-width: 992px) {
  1592.    .featured-image-container {
  1593.      height: 300px;
  1594.    }
  1595.    
  1596.    .featured-title {
  1597.      font-size: 2rem;
  1598.    }
  1599.    
  1600.    .compact-image {
  1601.      height: 140px;
  1602.    }
  1603.  }
  1604.  
  1605.  @media (max-width: 768px) {
  1606.    .featured-content,
  1607.    .compact-body {
  1608.      padding: 1.5rem;
  1609.    }
  1610.    
  1611.    .article-meta {
  1612.      flex-direction: column;
  1613.      align-items: flex-start;
  1614.      gap: 0.75rem;
  1615.    }
  1616.    
  1617.    .recent-section {
  1618.      margin-top: 2rem;
  1619.    }
  1620.  }
  1621.  
  1622.  @media (max-width: 576px) {
  1623.    .featured-title {
  1624.      font-size: 1.8rem;
  1625.    }
  1626.    
  1627.    .compact-title {
  1628.      font-size: 1rem;
  1629.    }
  1630.    
  1631.    .featured-content {
  1632.      padding: 1rem;
  1633.    }
  1634.    
  1635.    .compact-body {
  1636.      padding: 1rem;
  1637.    }
  1638.  }
  1639. </style>
  1640.  
  1641.  
  1642.        <!-- end of wpo-blog-hero -->
  1643.  
  1644.        <!-- start of wpo-breacking-news -->
  1645.        
  1646.        <!-- end of wpo-breacking-news -->
  1647.        
  1648.        <!-- start wpo-blog-highlights-section -->
  1649.        
  1650.  
  1651.  
  1652.  
  1653.    
  1654.  
  1655.  
  1656. <style>
  1657.  
  1658.    .blog-highlights-section {
  1659.        padding: 30px 0;
  1660.    }
  1661.  
  1662.    .blog-cards-grid {
  1663.        display: grid;
  1664.        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  1665.        gap: 30px;
  1666.    }
  1667.  
  1668.    .blog-card {
  1669.        background: var(--card-bg);
  1670.        border: 1px solid var(--card-border);
  1671.        border-radius: var(--border-radius);
  1672.        overflow: hidden;
  1673.        transition: all 0.3s ease;
  1674.        box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  1675.    }
  1676.  
  1677.    .blog-card:hover {
  1678.        transform: translateY(-8px);
  1679.        box-shadow: 0 12px 35px rgba(0,0,0,0.1);
  1680.        border-color: var(--theme-primary-color);
  1681.    }
  1682.  
  1683.    .blog-card-image {
  1684.        position: relative;
  1685.        height: 220px;
  1686.        overflow: hidden;
  1687.    }
  1688.  
  1689.    .blog-card-image img {
  1690.        width: 100%;
  1691.        height: 100%;
  1692.        object-fit: cover;
  1693.        transition: transform 0.3s ease;
  1694.    }
  1695.  
  1696.    .blog-card:hover .blog-card-image img {
  1697.        transform: scale(1.05);
  1698.    }
  1699.  
  1700.    .blog-category {
  1701.        position: absolute;
  1702.        top: 15px;
  1703.        right: 15px;
  1704.        color: white;
  1705.        padding: 6px 12px;
  1706.        border-radius: 20px;
  1707.        font-size: 12px;
  1708.        font-weight: 600;
  1709.        text-transform: uppercase;
  1710.        letter-spacing: 0.5px;
  1711.    }
  1712.  
  1713.    .blog-card-content {
  1714.        padding: 25px;
  1715.    }
  1716.  
  1717.    .blog-card-title {
  1718.        font-family: var(--heading-font);
  1719.        font-size: 1.3rem;
  1720.        font-weight: var(--heading-weight);
  1721.        color: var(--top-color);
  1722.        margin-bottom: 15px;
  1723.        line-height: 1.4;
  1724.    }
  1725.  
  1726.    .blog-card-title a {
  1727.        color: inherit !important;
  1728.        text-decoration: none;
  1729.        transition: color 0.3s ease;
  1730.    }
  1731.  
  1732.    .blog-card-title a:hover {
  1733.        color: var(--theme-primary-color);
  1734.    }
  1735.  
  1736.    .blog-card-meta {
  1737.        display: flex;
  1738.        align-items: center;
  1739.        gap: 15px;
  1740.        margin-bottom: 15px;
  1741.        font-size: 14px;
  1742.        color: var(--text-light-color);
  1743.    }
  1744.  
  1745.    .blog-author-img {
  1746.        width: 30px;
  1747.        height: 30px;
  1748.        border-radius: 50%;
  1749.        object-fit: cover;
  1750.    }
  1751.  
  1752.    .blog-card-excerpt {
  1753.        color: var(--body-color);
  1754.        font-size: 15px;
  1755.        line-height: 1.6;
  1756.        margin-bottom: 20px;
  1757.        display: -webkit-box;
  1758.        -webkit-line-clamp: 3;
  1759.        -webkit-box-orient: vertical;
  1760.        overflow: hidden;
  1761.    }
  1762.  
  1763.    .blog-card-footer {
  1764.        display: flex;
  1765.        justify-content: space-between;
  1766.        align-items: center;
  1767.        padding-top: 15px;
  1768.        border-top: 1px solid var(--border-color-s2);
  1769.    }
  1770.  
  1771.    .blog-read-time {
  1772.        font-size: 13px;
  1773.        color: var(--light);
  1774.    }
  1775.  
  1776.    .blog-read-more {
  1777.        color: var(--top-color) !important;
  1778.        text-decoration: none;
  1779.        font-weight: 600;
  1780.        font-size: 14px;
  1781.        transition: all 0.3s ease;
  1782.    }
  1783.  
  1784.    .blog-read-more:hover {
  1785.        color: var(--theme-primary-color-s2);
  1786.        text-decoration: underline;
  1787.    }
  1788.  
  1789.    .section-title {
  1790.        font-family: var(--heading-font);
  1791.        font-size: 2.5rem;
  1792.        font-weight: var(--heading-weight);
  1793.        color: var(--heading-color);
  1794.        text-align: center;
  1795.        margin-bottom: 20px;
  1796.    }
  1797.  
  1798.    .section-subtitle {
  1799.        text-align: center;
  1800.        color: var(--text-light-color);
  1801.        font-size: 1.1rem;
  1802.        max-width: 600px;
  1803.        margin: 0 auto;
  1804.    }
  1805.  
  1806.    @media (max-width: 768px) {
  1807.        .blog-cards-grid {
  1808.            grid-template-columns: 1fr;
  1809.            gap: 20px;
  1810.        }
  1811.        
  1812.        .section-title {
  1813.            font-size: 2rem;
  1814.        }
  1815.        
  1816.        .blog-highlights-section {
  1817.            padding: 60px 0;
  1818.        }
  1819.    }
  1820. </style>
  1821.  
  1822. <section class="blog-highlights-section">
  1823.     <div class="container-fluid fluid-container">
  1824.      
  1825.            <div class="section-title">
  1826.                <h2>
  1827.                Today's Top Highlights
  1828.                   </h2>
  1829.                <p class="section-subtitle">Discover the latest stories and insights from our community</p>
  1830.    </div>
  1831.        
  1832.        <div class="row">
  1833.            <div class="col-lg-8 col-12">
  1834.                <div class="blog-cards-grid">
  1835.                    
  1836.                    <article class="blog-card">
  1837.                        <div class="blog-card-image">
  1838.                          
  1839.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1840.                            
  1841.                            <span class="blog-category bg-primary-gradient">
  1842.                                News
  1843.                            </span>
  1844.                        </div>
  1845.                        <div class="blog-card-content">
  1846.                            <h3 class="blog-card-title">
  1847.                                <a href="/an-tale-of-surprising-kindness-when-a-university-student-let-me-sleep-on-her-dormitory-floor/" >
  1848.                                An Tale of Surprising Kindness: When a University Student Let Me Sleep on Her Dormitory Floor
  1849.                                </a>
  1850.                            </h3>
  1851.                            <div class="blog-card-meta">
  1852.                                
  1853.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Dr. Kelly Robles DDS" class="blog-author-img">
  1854.                                
  1855.                                <span>By <strong>Dr. Kelly Robles DDS</strong></span>
  1856.                                <span>•</span>
  1857.                                <span>11 May 2026</span>
  1858.                            </div>
  1859.                            <p class="blog-card-excerpt">
  1860.                                
  1861.                            </p>
  1862.                            <div class="blog-card-footer">
  1863.                                <div class="blog-read-time">
  1864.                                    📖 5 min read
  1865.                                </div>
  1866.                                <a href="/an-tale-of-surprising-kindness-when-a-university-student-let-me-sleep-on-her-dormitory-floor/" class="blog-read-more">
  1867.                                    Read More →
  1868.                                </a>
  1869.                            </div>
  1870.                        </div>
  1871.                    </article>
  1872.                    
  1873.                    <article class="blog-card">
  1874.                        <div class="blog-card-image">
  1875.                          
  1876.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1877.                            
  1878.                            <span class="blog-category bg-primary-gradient">
  1879.                                News
  1880.                            </span>
  1881.                        </div>
  1882.                        <div class="blog-card-content">
  1883.                            <h3 class="blog-card-title">
  1884.                                <a href="/within-the-ruined-remains-of-an-residential-building-i-found-a-book-i-had-rendered/" >
  1885.                                Within the Ruined Remains of an Residential Building, I Found a Book I Had Rendered
  1886.                                </a>
  1887.                            </h3>
  1888.                            <div class="blog-card-meta">
  1889.                                
  1890.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Dr. Kelly Robles DDS" class="blog-author-img">
  1891.                                
  1892.                                <span>By <strong>Dr. Kelly Robles DDS</strong></span>
  1893.                                <span>•</span>
  1894.                                <span>11 May 2026</span>
  1895.                            </div>
  1896.                            <p class="blog-card-excerpt">
  1897.                                
  1898.                            </p>
  1899.                            <div class="blog-card-footer">
  1900.                                <div class="blog-read-time">
  1901.                                    📖 5 min read
  1902.                                </div>
  1903.                                <a href="/within-the-ruined-remains-of-an-residential-building-i-found-a-book-i-had-rendered/" class="blog-read-more">
  1904.                                    Read More →
  1905.                                </a>
  1906.                            </div>
  1907.                        </div>
  1908.                    </article>
  1909.                    
  1910.                    <article class="blog-card">
  1911.                        <div class="blog-card-image">
  1912.                          
  1913.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1914.                            
  1915.                            <span class="blog-category bg-primary-gradient">
  1916.                                News
  1917.                            </span>
  1918.                        </div>
  1919.                        <div class="blog-card-content">
  1920.                            <h3 class="blog-card-title">
  1921.                                <a href="/three-game-pass-games-were-enjoying-this-weekend-oct-10-12/" >
  1922.                                Three Game Pass Games We&#x27;re Enjoying This Weekend (Oct. 10-12)
  1923.                                </a>
  1924.                            </h3>
  1925.                            <div class="blog-card-meta">
  1926.                                
  1927.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Dr. Kelly Robles DDS" class="blog-author-img">
  1928.                                
  1929.                                <span>By <strong>Dr. Kelly Robles DDS</strong></span>
  1930.                                <span>•</span>
  1931.                                <span>11 May 2026</span>
  1932.                            </div>
  1933.                            <p class="blog-card-excerpt">
  1934.                                
  1935.                            </p>
  1936.                            <div class="blog-card-footer">
  1937.                                <div class="blog-read-time">
  1938.                                    📖 5 min read
  1939.                                </div>
  1940.                                <a href="/three-game-pass-games-were-enjoying-this-weekend-oct-10-12/" class="blog-read-more">
  1941.                                    Read More →
  1942.                                </a>
  1943.                            </div>
  1944.                        </div>
  1945.                    </article>
  1946.                    
  1947.                    <article class="blog-card">
  1948.                        <div class="blog-card-image">
  1949.                          
  1950.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1951.                            
  1952.                            <span class="blog-category bg-primary-gradient">
  1953.                                News
  1954.                            </span>
  1955.                        </div>
  1956.                        <div class="blog-card-content">
  1957.                            <h3 class="blog-card-title">
  1958.                                <a href="/everyday-reality-for-one-hundred-twenty-thousand-displaced-people-in-mauritanias-extensive-refugee-camp-on-the-mali-border/" >
  1959.                                Everyday Reality for one hundred twenty thousand Displaced People in Mauritania&#x27;s Extensive Refugee Camp on the Mali Border.
  1960.                                </a>
  1961.                            </h3>
  1962.                            <div class="blog-card-meta">
  1963.                                
  1964.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Dr. Kelly Robles DDS" class="blog-author-img">
  1965.                                
  1966.                                <span>By <strong>Dr. Kelly Robles DDS</strong></span>
  1967.                                <span>•</span>
  1968.                                <span>11 May 2026</span>
  1969.                            </div>
  1970.                            <p class="blog-card-excerpt">
  1971.                                
  1972.                            </p>
  1973.                            <div class="blog-card-footer">
  1974.                                <div class="blog-read-time">
  1975.                                    📖 5 min read
  1976.                                </div>
  1977.                                <a href="/everyday-reality-for-one-hundred-twenty-thousand-displaced-people-in-mauritanias-extensive-refugee-camp-on-the-mali-border/" class="blog-read-more">
  1978.                                    Read More →
  1979.                                </a>
  1980.                            </div>
  1981.                        </div>
  1982.                    </article>
  1983.                    
  1984.                    <article class="blog-card">
  1985.                        <div class="blog-card-image">
  1986.                          
  1987.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1988.                            
  1989.                            <span class="blog-category bg-primary-gradient">
  1990.                                News
  1991.                            </span>
  1992.                        </div>
  1993.                        <div class="blog-card-content">
  1994.                            <h3 class="blog-card-title">
  1995.                                <a href="/how-a-american-military-vet-assisted-the-venezuelan-opposition-leader-flee-her-homeland/" >
  1996.                                How a American Military Vet Assisted the Venezuelan Opposition Leader Flee Her Homeland
  1997.                                </a>
  1998.                            </h3>
  1999.                            <div class="blog-card-meta">
  2000.                                
  2001.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Dr. Kelly Robles DDS" class="blog-author-img">
  2002.                                
  2003.                                <span>By <strong>Dr. Kelly Robles DDS</strong></span>
  2004.                                <span>•</span>
  2005.                                <span>11 May 2026</span>
  2006.                            </div>
  2007.                            <p class="blog-card-excerpt">
  2008.                                
  2009.                            </p>
  2010.                            <div class="blog-card-footer">
  2011.                                <div class="blog-read-time">
  2012.                                    📖 5 min read
  2013.                                </div>
  2014.                                <a href="/how-a-american-military-vet-assisted-the-venezuelan-opposition-leader-flee-her-homeland/" class="blog-read-more">
  2015.                                    Read More →
  2016.                                </a>
  2017.                            </div>
  2018.                        </div>
  2019.                    </article>
  2020.                    
  2021.                    <article class="blog-card">
  2022.                        <div class="blog-card-image">
  2023.                          
  2024.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2025.                            
  2026.                            <span class="blog-category bg-primary-gradient">
  2027.                                News
  2028.                            </span>
  2029.                        </div>
  2030.                        <div class="blog-card-content">
  2031.                            <h3 class="blog-card-title">
  2032.                                <a href="/how-to-talk-romance-like-generation-z-fifty-one-hyperspecific-words-for-love-sex-and-questionable-conduct/" >
  2033.                                How to Talk Romance Like Generation Z: Fifty-One Hyperspecific Words for Love, Sex and Questionable Conduct
  2034.                                </a>
  2035.                            </h3>
  2036.                            <div class="blog-card-meta">
  2037.                                
  2038.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Dr. Kelly Robles DDS" class="blog-author-img">
  2039.                                
  2040.                                <span>By <strong>Dr. Kelly Robles DDS</strong></span>
  2041.                                <span>•</span>
  2042.                                <span>11 May 2026</span>
  2043.                            </div>
  2044.                            <p class="blog-card-excerpt">
  2045.                                
  2046.                            </p>
  2047.                            <div class="blog-card-footer">
  2048.                                <div class="blog-read-time">
  2049.                                    📖 5 min read
  2050.                                </div>
  2051.                                <a href="/how-to-talk-romance-like-generation-z-fifty-one-hyperspecific-words-for-love-sex-and-questionable-conduct/" class="blog-read-more">
  2052.                                    Read More →
  2053.                                </a>
  2054.                            </div>
  2055.                        </div>
  2056.                    </article>
  2057.                    
  2058.                    <article class="blog-card">
  2059.                        <div class="blog-card-image">
  2060.                          
  2061.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2062.                            
  2063.                            <span class="blog-category bg-primary-gradient">
  2064.                                News
  2065.                            </span>
  2066.                        </div>
  2067.                        <div class="blog-card-content">
  2068.                            <h3 class="blog-card-title">
  2069.                                <a href="/donald-trump-and-his-allies-envision-a-planet-without-global-legal-norms-but-they-will-not-succeed/" >
  2070.                                Donald Trump and His Allies Envision a Planet Without Global Legal Norms – But They Will Not Succeed
  2071.                                </a>
  2072.                            </h3>
  2073.                            <div class="blog-card-meta">
  2074.                                
  2075.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Dr. Kelly Robles DDS" class="blog-author-img">
  2076.                                
  2077.                                <span>By <strong>Dr. Kelly Robles DDS</strong></span>
  2078.                                <span>•</span>
  2079.                                <span>10 May 2026</span>
  2080.                            </div>
  2081.                            <p class="blog-card-excerpt">
  2082.                                
  2083.                            </p>
  2084.                            <div class="blog-card-footer">
  2085.                                <div class="blog-read-time">
  2086.                                    📖 5 min read
  2087.                                </div>
  2088.                                <a href="/donald-trump-and-his-allies-envision-a-planet-without-global-legal-norms-but-they-will-not-succeed/" class="blog-read-more">
  2089.                                    Read More →
  2090.                                </a>
  2091.                            </div>
  2092.                        </div>
  2093.                    </article>
  2094.                    
  2095.                    <article class="blog-card">
  2096.                        <div class="blog-card-image">
  2097.                          
  2098.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2099.                            
  2100.                            <span class="blog-category bg-primary-gradient">
  2101.                                News
  2102.                            </span>
  2103.                        </div>
  2104.                        <div class="blog-card-content">
  2105.                            <h3 class="blog-card-title">
  2106.                                <a href="/swedish-selection-lineup-alexander-isak-selected-while-viktor-gyokeres-omitted/" >
  2107.                                Swedish Selection Lineup: Alexander Isak Selected While Viktor Gyokeres Omitted
  2108.                                </a>
  2109.                            </h3>
  2110.                            <div class="blog-card-meta">
  2111.                                
  2112.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Dr. Kelly Robles DDS" class="blog-author-img">
  2113.                                
  2114.                                <span>By <strong>Dr. Kelly Robles DDS</strong></span>
  2115.                                <span>•</span>
  2116.                                <span>10 May 2026</span>
  2117.                            </div>
  2118.                            <p class="blog-card-excerpt">
  2119.                                
  2120.                            </p>
  2121.                            <div class="blog-card-footer">
  2122.                                <div class="blog-read-time">
  2123.                                    📖 5 min read
  2124.                                </div>
  2125.                                <a href="/swedish-selection-lineup-alexander-isak-selected-while-viktor-gyokeres-omitted/" class="blog-read-more">
  2126.                                    Read More →
  2127.                                </a>
  2128.                            </div>
  2129.                        </div>
  2130.                    </article>
  2131.                    
  2132.                    <article class="blog-card">
  2133.                        <div class="blog-card-image">
  2134.                          
  2135.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2136.                            
  2137.                            <span class="blog-category bg-primary-gradient">
  2138.                                News
  2139.                            </span>
  2140.                        </div>
  2141.                        <div class="blog-card-content">
  2142.                            <h3 class="blog-card-title">
  2143.                                <a href="/united-arab-emirates-refuses-to-join-gazan-stabilisation-force-without-clear-legal-framework/" >
  2144.                                United Arab Emirates Refuses to Join Gazan Stabilisation Force Without Clear Legal Framework
  2145.                                </a>
  2146.                            </h3>
  2147.                            <div class="blog-card-meta">
  2148.                                
  2149.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Dr. Kelly Robles DDS" class="blog-author-img">
  2150.                                
  2151.                                <span>By <strong>Dr. Kelly Robles DDS</strong></span>
  2152.                                <span>•</span>
  2153.                                <span>10 May 2026</span>
  2154.                            </div>
  2155.                            <p class="blog-card-excerpt">
  2156.                                
  2157.                            </p>
  2158.                            <div class="blog-card-footer">
  2159.                                <div class="blog-read-time">
  2160.                                    📖 5 min read
  2161.                                </div>
  2162.                                <a href="/united-arab-emirates-refuses-to-join-gazan-stabilisation-force-without-clear-legal-framework/" class="blog-read-more">
  2163.                                    Read More →
  2164.                                </a>
  2165.                            </div>
  2166.                        </div>
  2167.                    </article>
  2168.                    
  2169.                    <article class="blog-card">
  2170.                        <div class="blog-card-image">
  2171.                          
  2172.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2173.                            
  2174.                            <span class="blog-category bg-primary-gradient">
  2175.                                News
  2176.                            </span>
  2177.                        </div>
  2178.                        <div class="blog-card-content">
  2179.                            <h3 class="blog-card-title">
  2180.                                <a href="/abigail-spanberger-makes-a-landmark-as-first-female-governor/" >
  2181.                                Abigail Spanberger Makes a Landmark as First Female Governor
  2182.                                </a>
  2183.                            </h3>
  2184.                            <div class="blog-card-meta">
  2185.                                
  2186.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Dr. Kelly Robles DDS" class="blog-author-img">
  2187.                                
  2188.                                <span>By <strong>Dr. Kelly Robles DDS</strong></span>
  2189.                                <span>•</span>
  2190.                                <span>10 May 2026</span>
  2191.                            </div>
  2192.                            <p class="blog-card-excerpt">
  2193.                                
  2194.                            </p>
  2195.                            <div class="blog-card-footer">
  2196.                                <div class="blog-read-time">
  2197.                                    📖 5 min read
  2198.                                </div>
  2199.                                <a href="/abigail-spanberger-makes-a-landmark-as-first-female-governor/" class="blog-read-more">
  2200.                                    Read More →
  2201.                                </a>
  2202.                            </div>
  2203.                        </div>
  2204.                    </article>
  2205.                    
  2206.                    <article class="blog-card">
  2207.                        <div class="blog-card-image">
  2208.                          
  2209.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2210.                            
  2211.                            <span class="blog-category bg-primary-gradient">
  2212.                                News
  2213.                            </span>
  2214.                        </div>
  2215.                        <div class="blog-card-content">
  2216.                            <h3 class="blog-card-title">
  2217.                                <a href="/when-did-i-get-that-good-looking-the-rock-legend-on-watching-the-actor-portray-him-on-screen/" >
  2218.                                ‘When Did I Get That Good-Looking?’: The Rock Legend on Watching The Actor Portray Him On Screen
  2219.                                </a>
  2220.                            </h3>
  2221.                            <div class="blog-card-meta">
  2222.                                
  2223.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Dr. Kelly Robles DDS" class="blog-author-img">
  2224.                                
  2225.                                <span>By <strong>Dr. Kelly Robles DDS</strong></span>
  2226.                                <span>•</span>
  2227.                                <span>10 May 2026</span>
  2228.                            </div>
  2229.                            <p class="blog-card-excerpt">
  2230.                                
  2231.                            </p>
  2232.                            <div class="blog-card-footer">
  2233.                                <div class="blog-read-time">
  2234.                                    📖 5 min read
  2235.                                </div>
  2236.                                <a href="/when-did-i-get-that-good-looking-the-rock-legend-on-watching-the-actor-portray-him-on-screen/" class="blog-read-more">
  2237.                                    Read More →
  2238.                                </a>
  2239.                            </div>
  2240.                        </div>
  2241.                    </article>
  2242.                    
  2243.                    <article class="blog-card">
  2244.                        <div class="blog-card-image">
  2245.                          
  2246.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2247.                            
  2248.                            <span class="blog-category bg-primary-gradient">
  2249.                                News
  2250.                            </span>
  2251.                        </div>
  2252.                        <div class="blog-card-content">
  2253.                            <h3 class="blog-card-title">
  2254.                                <a href="/jennifer-waltons-debut-album-daughters-explores-grief-and-elegance/" >
  2255.                                Jennifer Walton&#x27;s Debut Album &quot;Daughters&quot; Explores Grief and Elegance
  2256.                                </a>
  2257.                            </h3>
  2258.                            <div class="blog-card-meta">
  2259.                                
  2260.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Dr. Kelly Robles DDS" class="blog-author-img">
  2261.                                
  2262.                                <span>By <strong>Dr. Kelly Robles DDS</strong></span>
  2263.                                <span>•</span>
  2264.                                <span>10 May 2026</span>
  2265.                            </div>
  2266.                            <p class="blog-card-excerpt">
  2267.                                
  2268.                            </p>
  2269.                            <div class="blog-card-footer">
  2270.                                <div class="blog-read-time">
  2271.                                    📖 5 min read
  2272.                                </div>
  2273.                                <a href="/jennifer-waltons-debut-album-daughters-explores-grief-and-elegance/" class="blog-read-more">
  2274.                                    Read More →
  2275.                                </a>
  2276.                            </div>
  2277.                        </div>
  2278.                    </article>
  2279.                    
  2280.                    
  2281.  
  2282.                </div>
  2283.            </div>
  2284.            
  2285.              <div class="col col-lg-4 col-12">
  2286.                
  2287.  
  2288.  
  2289.  
  2290.    
  2291.  
  2292.  
  2293. <!-- Blog Sidebar -->
  2294.  
  2295.    <div class="sidebar mb-3">
  2296.        
  2297.        
  2298.        <div class="sidebar-widget mb-4">
  2299.            <div class="widget-title-wrapper mb-3">
  2300.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  2301.                    May 2026 Blog Roll
  2302.                    <span class="title-arrow"></span>
  2303.                </h4>
  2304.            </div>
  2305.            <div class="widget-content border border-light shadow-sm rounded p-4 ">
  2306.                <ul class="list-unstyled scrollable-sidebar">
  2307.                    
  2308.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2309.                        <a href="https://www.thehaven.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2310.                            <i class="ti-angle-right me-2 text-primary"></i>
  2311.                            <span class="fw-semibold">casinos not on gamstop</span>
  2312.                        </a>
  2313.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2314.                    </li>
  2315.                    
  2316.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2317.                        <a href="https://www.deakinandblue.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2318.                            <i class="ti-angle-right me-2 text-primary"></i>
  2319.                            <span class="fw-semibold">non-gamstop casinos</span>
  2320.                        </a>
  2321.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2322.                    </li>
  2323.                    
  2324.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2325.                        <a href="https://www.citytosea.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2326.                            <i class="ti-angle-right me-2 text-primary"></i>
  2327.                            <span class="fw-semibold">online casinos not on gamstop</span>
  2328.                        </a>
  2329.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2330.                    </li>
  2331.                    
  2332.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2333.                        <a href="https://www.invo.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2334.                            <i class="ti-angle-right me-2 text-primary"></i>
  2335.                            <span class="fw-semibold">non gamstop casino uk</span>
  2336.                        </a>
  2337.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2338.                    </li>
  2339.                    
  2340.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2341.                        <a href="https://www.focus12.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2342.                            <i class="ti-angle-right me-2 text-primary"></i>
  2343.                            <span class="fw-semibold">online casino</span>
  2344.                        </a>
  2345.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2346.                    </li>
  2347.                    
  2348.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2349.                        <a href="https://britishicehockey.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2350.                            <i class="ti-angle-right me-2 text-primary"></i>
  2351.                            <span class="fw-semibold">uk casino</span>
  2352.                        </a>
  2353.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2354.                    </li>
  2355.                    
  2356.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2357.                        <a href="https://www.escapistmagazine.com/uk/non-gamstop-casinos/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2358.                            <i class="ti-angle-right me-2 text-primary"></i>
  2359.                            <span class="fw-semibold">casinos not on gamstop</span>
  2360.                        </a>
  2361.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2362.                    </li>
  2363.                    
  2364.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2365.                        <a href="https://www.squarebox.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2366.                            <i class="ti-angle-right me-2 text-primary"></i>
  2367.                            <span class="fw-semibold">non gamstop casino</span>
  2368.                        </a>
  2369.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2370.                    </li>
  2371.                    
  2372.                </ul>
  2373.            </div>
  2374.        </div>
  2375.        
  2376.        <div class="sidebar-widget mb-4">
  2377.            <div class="widget-title-wrapper mb-3">
  2378.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  2379.                    April 2026 Blog Roll
  2380.                    <span class="title-arrow"></span>
  2381.                </h4>
  2382.            </div>
  2383.            <div class="widget-content border border-light shadow-sm rounded p-4 ">
  2384.                <ul class="list-unstyled scrollable-sidebar">
  2385.                    
  2386.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2387.                        <a href="https://twinsuk.co.uk"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2388.                            <i class="ti-angle-right me-2 text-primary"></i>
  2389.                            <span class="fw-semibold">casino sites</span>
  2390.                        </a>
  2391.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2392.                    </li>
  2393.                    
  2394.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2395.                        <a href="https://www.heatonpark.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2396.                            <i class="ti-angle-right me-2 text-primary"></i>
  2397.                            <span class="fw-semibold">bitcoin casino</span>
  2398.                        </a>
  2399.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2400.                    </li>
  2401.                    
  2402.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2403.                        <a href="https://stmargarets.london/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2404.                            <i class="ti-angle-right me-2 text-primary"></i>
  2405.                            <span class="fw-semibold">casino not on gamstop</span>
  2406.                        </a>
  2407.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2408.                    </li>
  2409.                    
  2410.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2411.                        <a href="https://www.roundhaypark.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2412.                            <i class="ti-angle-right me-2 text-primary"></i>
  2413.                            <span class="fw-semibold">non gamstop casino</span>
  2414.                        </a>
  2415.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2416.                    </li>
  2417.                    
  2418.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2419.                        <a href="https://straightfromyard.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2420.                            <i class="ti-angle-right me-2 text-primary"></i>
  2421.                            <span class="fw-semibold">casino sites not on gamstop</span>
  2422.                        </a>
  2423.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2424.                    </li>
  2425.                    
  2426.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2427.                        <a href="https://savethedatemagazine.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2428.                            <i class="ti-angle-right me-2 text-primary"></i>
  2429.                            <span class="fw-semibold">uk casinos not on gamstop</span>
  2430.                        </a>
  2431.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2432.                    </li>
  2433.                    
  2434.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2435.                        <a href="https://allcatsrgrey.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2436.                            <i class="ti-angle-right me-2 text-primary"></i>
  2437.                            <span class="fw-semibold">uk casinos not on gamstop</span>
  2438.                        </a>
  2439.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2440.                    </li>
  2441.                    
  2442.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2443.                        <a href="https://www.surfaceview.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2444.                            <i class="ti-angle-right me-2 text-primary"></i>
  2445.                            <span class="fw-semibold">casino sites not on gamstop</span>
  2446.                        </a>
  2447.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2448.                    </li>
  2449.                    
  2450.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2451.                        <a href="https://www.citytosea.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2452.                            <i class="ti-angle-right me-2 text-primary"></i>
  2453.                            <span class="fw-semibold">casino sites not on gamstop</span>
  2454.                        </a>
  2455.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2456.                    </li>
  2457.                    
  2458.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2459.                        <a href="https://www.london-irish.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2460.                            <i class="ti-angle-right me-2 text-primary"></i>
  2461.                            <span class="fw-semibold">casino sites not on gamstop</span>
  2462.                        </a>
  2463.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2464.                    </li>
  2465.                    
  2466.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2467.                        <a href="https://bereavementcommission.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2468.                            <i class="ti-angle-right me-2 text-primary"></i>
  2469.                            <span class="fw-semibold">uk casinos not on gamstop</span>
  2470.                        </a>
  2471.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2472.                    </li>
  2473.                    
  2474.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2475.                        <a href="https://www.summerhall.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2476.                            <i class="ti-angle-right me-2 text-primary"></i>
  2477.                            <span class="fw-semibold">casino sites not on gamstop</span>
  2478.                        </a>
  2479.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2480.                    </li>
  2481.                    
  2482.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2483.                        <a href="https://www.elthampalace.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2484.                            <i class="ti-angle-right me-2 text-primary"></i>
  2485.                            <span class="fw-semibold">uk casinos not on gamstop</span>
  2486.                        </a>
  2487.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2488.                    </li>
  2489.                    
  2490.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2491.                        <a href="https://thegreenmanatinglewhite.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2492.                            <i class="ti-angle-right me-2 text-primary"></i>
  2493.                            <span class="fw-semibold">non uk football betting sites</span>
  2494.                        </a>
  2495.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2496.                    </li>
  2497.                    
  2498.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2499.                        <a href="https://tridentcryptofund.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2500.                            <i class="ti-angle-right me-2 text-primary"></i>
  2501.                            <span class="fw-semibold">crypto games</span>
  2502.                        </a>
  2503.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2504.                    </li>
  2505.                    
  2506.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2507.                        <a href="https://www.qualityofcarenetwork.org/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2508.                            <i class="ti-angle-right me-2 text-primary"></i>
  2509.                            <span class="fw-semibold">lolajack casino review</span>
  2510.                        </a>
  2511.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2512.                    </li>
  2513.                    
  2514.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2515.                        <a href="https://heptonstallschool.org.uk"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2516.                            <i class="ti-angle-right me-2 text-primary"></i>
  2517.                            <span class="fw-semibold">non gamstop casinos</span>
  2518.                        </a>
  2519.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2520.                    </li>
  2521.                    
  2522.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2523.                        <a href="https://yccn.uk"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2524.                            <i class="ti-angle-right me-2 text-primary"></i>
  2525.                            <span class="fw-semibold">casino not on gamstop</span>
  2526.                        </a>
  2527.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2528.                    </li>
  2529.                    
  2530.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2531.                        <a href="https://wildlifetrust.org.uk"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2532.                            <i class="ti-angle-right me-2 text-primary"></i>
  2533.                            <span class="fw-semibold">casinos not on gamstop</span>
  2534.                        </a>
  2535.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2536.                    </li>
  2537.                    
  2538.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2539.                        <a href="https://helpthemhelpus.co.uk"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2540.                            <i class="ti-angle-right me-2 text-primary"></i>
  2541.                            <span class="fw-semibold">non gamstop casinos</span>
  2542.                        </a>
  2543.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2544.                    </li>
  2545.                    
  2546.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2547.                        <a href="https://www.nordicresearchnetwork.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2548.                            <i class="ti-angle-right me-2 text-primary"></i>
  2549.                            <span class="fw-semibold">Non UK Casinos Accepting UK Players</span>
  2550.                        </a>
  2551.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2552.                    </li>
  2553.                    
  2554.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2555.                        <a href="https://bladnoch.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2556.                            <i class="ti-angle-right me-2 text-primary"></i>
  2557.                            <span class="fw-semibold">betting sites not on gamstop</span>
  2558.                        </a>
  2559.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2560.                    </li>
  2561.                    
  2562.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2563.                        <a href="https://www.4ye.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2564.                            <i class="ti-angle-right me-2 text-primary"></i>
  2565.                            <span class="fw-semibold">non gamstop casino uk</span>
  2566.                        </a>
  2567.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2568.                    </li>
  2569.                    
  2570.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2571.                        <a href="https://www.surfaceview.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2572.                            <i class="ti-angle-right me-2 text-primary"></i>
  2573.                            <span class="fw-semibold">casino not on gamstop</span>
  2574.                        </a>
  2575.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2576.                    </li>
  2577.                    
  2578.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2579.                        <a href="https://allcatsrgrey.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2580.                            <i class="ti-angle-right me-2 text-primary"></i>
  2581.                            <span class="fw-semibold">casino not on gamstop</span>
  2582.                        </a>
  2583.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2584.                    </li>
  2585.                    
  2586.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2587.                        <a href="https://thepearlyqueen.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2588.                            <i class="ti-angle-right me-2 text-primary"></i>
  2589.                            <span class="fw-semibold">best online casinos</span>
  2590.                        </a>
  2591.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2592.                    </li>
  2593.                    
  2594.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2595.                        <a href="https://newsoundgeneration.co.uk/casinos-not-on-gamstop/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2596.                            <i class="ti-angle-right me-2 text-primary"></i>
  2597.                            <span class="fw-semibold">best non Gamstop casinos UK</span>
  2598.                        </a>
  2599.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2600.                    </li>
  2601.                    
  2602.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2603.                        <a href="https://fdncoffee.com"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2604.                            <i class="ti-angle-right me-2 text-primary"></i>
  2605.                            <span class="fw-semibold">non GamStop casinos</span>
  2606.                        </a>
  2607.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2608.                    </li>
  2609.                    
  2610.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2611.                        <a href="https://www.navabi.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2612.                            <i class="ti-angle-right me-2 text-primary"></i>
  2613.                            <span class="fw-semibold">top 20 online casinos uk</span>
  2614.                        </a>
  2615.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2616.                    </li>
  2617.                    
  2618.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2619.                        <a href="https://www.welcometoportsmouth.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2620.                            <i class="ti-angle-right me-2 text-primary"></i>
  2621.                            <span class="fw-semibold">best uk non gamstop casinos</span>
  2622.                        </a>
  2623.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2624.                    </li>
  2625.                    
  2626.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2627.                        <a href="https://openidentityexchange.org/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2628.                            <i class="ti-angle-right me-2 text-primary"></i>
  2629.                            <span class="fw-semibold">uk casinos not on gamstop</span>
  2630.                        </a>
  2631.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2632.                    </li>
  2633.                    
  2634.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2635.                        <a href="https://www.outset.org/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2636.                            <i class="ti-angle-right me-2 text-primary"></i>
  2637.                            <span class="fw-semibold">best online betting sites</span>
  2638.                        </a>
  2639.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2640.                    </li>
  2641.                    
  2642.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2643.                        <a href="https://focusontheuser.eu/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2644.                            <i class="ti-angle-right me-2 text-primary"></i>
  2645.                            <span class="fw-semibold">non gamstop casinos uk</span>
  2646.                        </a>
  2647.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2648.                    </li>
  2649.                    
  2650.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2651.                        <a href="https://www.testandverification.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2652.                            <i class="ti-angle-right me-2 text-primary"></i>
  2653.                            <span class="fw-semibold">uk online casinos not on gamstop</span>
  2654.                        </a>
  2655.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2656.                    </li>
  2657.                    
  2658.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2659.                        <a href="https://www.fourpure.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2660.                            <i class="ti-angle-right me-2 text-primary"></i>
  2661.                            <span class="fw-semibold">non GamStop casinos</span>
  2662.                        </a>
  2663.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2664.                    </li>
  2665.                    
  2666.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2667.                        <a href="https://www.executive-shaving.co.uk"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2668.                            <i class="ti-angle-right me-2 text-primary"></i>
  2669.                            <span class="fw-semibold">casinos not on GamStop</span>
  2670.                        </a>
  2671.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2672.                    </li>
  2673.                    
  2674.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2675.                        <a href="https://www.edinburghfoody.com"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2676.                            <i class="ti-angle-right me-2 text-primary"></i>
  2677.                            <span class="fw-semibold">non GamStop casinos</span>
  2678.                        </a>
  2679.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2680.                    </li>
  2681.                    
  2682.                </ul>
  2683.            </div>
  2684.        </div>
  2685.        
  2686.        <div class="sidebar-widget mb-4">
  2687.            <div class="widget-title-wrapper mb-3">
  2688.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  2689.                    March 2026 Blog Roll
  2690.                    <span class="title-arrow"></span>
  2691.                </h4>
  2692.            </div>
  2693.            <div class="widget-content border border-light shadow-sm rounded p-4 ">
  2694.                <ul class="list-unstyled scrollable-sidebar">
  2695.                    
  2696.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2697.                        <a href="https://www.drenge.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2698.                            <i class="ti-angle-right me-2 text-primary"></i>
  2699.                            <span class="fw-semibold">non GamStop casinos</span>
  2700.                        </a>
  2701.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2702.                    </li>
  2703.                    
  2704.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2705.                        <a href="https://www.covent-garden.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2706.                            <i class="ti-angle-right me-2 text-primary"></i>
  2707.                            <span class="fw-semibold">UK casino sites</span>
  2708.                        </a>
  2709.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2710.                    </li>
  2711.                    
  2712.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2713.                        <a href="https://socialeatinghouse.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2714.                            <i class="ti-angle-right me-2 text-primary"></i>
  2715.                            <span class="fw-semibold">online casinos</span>
  2716.                        </a>
  2717.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2718.                    </li>
  2719.                    
  2720.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2721.                        <a href="https://ola.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2722.                            <i class="ti-angle-right me-2 text-primary"></i>
  2723.                            <span class="fw-semibold">casino not on gamestop</span>
  2724.                        </a>
  2725.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2726.                    </li>
  2727.                    
  2728.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2729.                        <a href="https://www.cranleyclinic.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2730.                            <i class="ti-angle-right me-2 text-primary"></i>
  2731.                            <span class="fw-semibold">casinos not on GamStop</span>
  2732.                        </a>
  2733.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2734.                    </li>
  2735.                    
  2736.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2737.                        <a href="https://www.patients4nhs.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2738.                            <i class="ti-angle-right me-2 text-primary"></i>
  2739.                            <span class="fw-semibold">best casinos not on GamStop</span>
  2740.                        </a>
  2741.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2742.                    </li>
  2743.                    
  2744.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2745.                        <a href="https://www.durhamminers.org/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2746.                            <i class="ti-angle-right me-2 text-primary"></i>
  2747.                            <span class="fw-semibold">non GamStop casinos</span>
  2748.                        </a>
  2749.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2750.                    </li>
  2751.                    
  2752.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2753.                        <a href="https://orangegenie.com"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2754.                            <i class="ti-angle-right me-2 text-primary"></i>
  2755.                            <span class="fw-semibold">casino not on gamestop</span>
  2756.                        </a>
  2757.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2758.                    </li>
  2759.                    
  2760.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2761.                        <a href="https://www.open-money.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2762.                            <i class="ti-angle-right me-2 text-primary"></i>
  2763.                            <span class="fw-semibold">non GamStop casinos</span>
  2764.                        </a>
  2765.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2766.                    </li>
  2767.                    
  2768.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2769.                        <a href="https://www.thekarczma.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2770.                            <i class="ti-angle-right me-2 text-primary"></i>
  2771.                            <span class="fw-semibold">Non UK Casino</span>
  2772.                        </a>
  2773.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2774.                    </li>
  2775.                    
  2776.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2777.                        <a href="https://www.patients4nhs.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2778.                            <i class="ti-angle-right me-2 text-primary"></i>
  2779.                            <span class="fw-semibold">non GamStop sites</span>
  2780.                        </a>
  2781.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2782.                    </li>
  2783.                    
  2784.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2785.                        <a href="https://www.kysty.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2786.                            <i class="ti-angle-right me-2 text-primary"></i>
  2787.                            <span class="fw-semibold">UK Casino Not on GamStop</span>
  2788.                        </a>
  2789.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2790.                    </li>
  2791.                    
  2792.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2793.                        <a href="https://www.falconryforum.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2794.                            <i class="ti-angle-right me-2 text-primary"></i>
  2795.                            <span class="fw-semibold">non gamstop casinos uk</span>
  2796.                        </a>
  2797.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2798.                    </li>
  2799.                    
  2800.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2801.                        <a href="https://www.ukrmb.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2802.                            <i class="ti-angle-right me-2 text-primary"></i>
  2803.                            <span class="fw-semibold">online casino</span>
  2804.                        </a>
  2805.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2806.                    </li>
  2807.                    
  2808.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2809.                        <a href="https://oncallfire.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2810.                            <i class="ti-angle-right me-2 text-primary"></i>
  2811.                            <span class="fw-semibold">Non GAMSTOP Casino</span>
  2812.                        </a>
  2813.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2814.                    </li>
  2815.                    
  2816.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2817.                        <a href="https://citytosea.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2818.                            <i class="ti-angle-right me-2 text-primary"></i>
  2819.                            <span class="fw-semibold">casino</span>
  2820.                        </a>
  2821.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2822.                    </li>
  2823.                    
  2824.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2825.                        <a href="https://www.cevicheuk.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2826.                            <i class="ti-angle-right me-2 text-primary"></i>
  2827.                            <span class="fw-semibold">best non Gamstop casinos</span>
  2828.                        </a>
  2829.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2830.                    </li>
  2831.                    
  2832.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2833.                        <a href="https://heartofswlep.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2834.                            <i class="ti-angle-right me-2 text-primary"></i>
  2835.                            <span class="fw-semibold">best uk non GamStop casinos</span>
  2836.                        </a>
  2837.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2838.                    </li>
  2839.                    
  2840.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2841.                        <a href="https://www.roadpeace.org/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2842.                            <i class="ti-angle-right me-2 text-primary"></i>
  2843.                            <span class="fw-semibold">non gamstop casino</span>
  2844.                        </a>
  2845.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2846.                    </li>
  2847.                    
  2848.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2849.                        <a href="https://www.regionalnetworks.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2850.                            <i class="ti-angle-right me-2 text-primary"></i>
  2851.                            <span class="fw-semibold">Casinos Not on Gamblock UK</span>
  2852.                        </a>
  2853.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2854.                    </li>
  2855.                    
  2856.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2857.                        <a href="https://www.toop.eu/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2858.                            <i class="ti-angle-right me-2 text-primary"></i>
  2859.                            <span class="fw-semibold">best casino not on gamstop</span>
  2860.                        </a>
  2861.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2862.                    </li>
  2863.                    
  2864.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2865.                        <a href="https://knightsof.media/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2866.                            <i class="ti-angle-right me-2 text-primary"></i>
  2867.                            <span class="fw-semibold">casino not on gamstop</span>
  2868.                        </a>
  2869.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2870.                    </li>
  2871.                    
  2872.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2873.                        <a href="https://www.london-irish.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2874.                            <i class="ti-angle-right me-2 text-primary"></i>
  2875.                            <span class="fw-semibold">casinos not on gamstop</span>
  2876.                        </a>
  2877.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2878.                    </li>
  2879.                    
  2880.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2881.                        <a href="https://www.money-mentor.org/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2882.                            <i class="ti-angle-right me-2 text-primary"></i>
  2883.                            <span class="fw-semibold">no kyc casinos</span>
  2884.                        </a>
  2885.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2886.                    </li>
  2887.                    
  2888.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2889.                        <a href="https://gamblingindustrynews.com/crypto-casinos/uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2890.                            <i class="ti-angle-right me-2 text-primary"></i>
  2891.                            <span class="fw-semibold">crypto casino UK</span>
  2892.                        </a>
  2893.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2894.                    </li>
  2895.                    
  2896.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2897.                        <a href="https://roadpeace.org/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2898.                            <i class="ti-angle-right me-2 text-primary"></i>
  2899.                            <span class="fw-semibold">casinos not on gamstop</span>
  2900.                        </a>
  2901.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2902.                    </li>
  2903.                    
  2904.                </ul>
  2905.            </div>
  2906.        </div>
  2907.        
  2908.        <div class="sidebar-widget mb-4">
  2909.            <div class="widget-title-wrapper mb-3">
  2910.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  2911.                    February 2026 Blog Roll
  2912.                    <span class="title-arrow"></span>
  2913.                </h4>
  2914.            </div>
  2915.            <div class="widget-content border border-light shadow-sm rounded p-4 ">
  2916.                <ul class="list-unstyled scrollable-sidebar">
  2917.                    
  2918.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2919.                        <a href="https://www.ncpqsw.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2920.                            <i class="ti-angle-right me-2 text-primary"></i>
  2921.                            <span class="fw-semibold">online casinos</span>
  2922.                        </a>
  2923.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2924.                    </li>
  2925.                    
  2926.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2927.                        <a href="https://croftersrights.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2928.                            <i class="ti-angle-right me-2 text-primary"></i>
  2929.                            <span class="fw-semibold">the online casino</span>
  2930.                        </a>
  2931.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2932.                    </li>
  2933.                    
  2934.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2935.                        <a href="https://www.roadpeace.org/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2936.                            <i class="ti-angle-right me-2 text-primary"></i>
  2937.                            <span class="fw-semibold">casinos not on gamstop</span>
  2938.                        </a>
  2939.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2940.                    </li>
  2941.                    
  2942.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2943.                        <a href="https://www.taysideaviation.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2944.                            <i class="ti-angle-right me-2 text-primary"></i>
  2945.                            <span class="fw-semibold">non gamstop sports betting</span>
  2946.                        </a>
  2947.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2948.                    </li>
  2949.                    
  2950.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2951.                        <a href="https://www.summerhall.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2952.                            <i class="ti-angle-right me-2 text-primary"></i>
  2953.                            <span class="fw-semibold">casino not on gamstop</span>
  2954.                        </a>
  2955.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2956.                    </li>
  2957.                    
  2958.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2959.                        <a href="https://croftersrights.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2960.                            <i class="ti-angle-right me-2 text-primary"></i>
  2961.                            <span class="fw-semibold">casinos not on gamstop</span>
  2962.                        </a>
  2963.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2964.                    </li>
  2965.                    
  2966.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2967.                        <a href="https://bereavementcommission.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2968.                            <i class="ti-angle-right me-2 text-primary"></i>
  2969.                            <span class="fw-semibold">non gamstop casinos</span>
  2970.                        </a>
  2971.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2972.                    </li>
  2973.                    
  2974.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2975.                        <a href="https://www.casquette.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2976.                            <i class="ti-angle-right me-2 text-primary"></i>
  2977.                            <span class="fw-semibold">online casino</span>
  2978.                        </a>
  2979.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2980.                    </li>
  2981.                    
  2982.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2983.                        <a href="https://unbound.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2984.                            <i class="ti-angle-right me-2 text-primary"></i>
  2985.                            <span class="fw-semibold">non gamstop casinos</span>
  2986.                        </a>
  2987.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2988.                    </li>
  2989.                    
  2990.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2991.                        <a href="https://www.casquette.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2992.                            <i class="ti-angle-right me-2 text-primary"></i>
  2993.                            <span class="fw-semibold">best online casinos</span>
  2994.                        </a>
  2995.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2996.                    </li>
  2997.                    
  2998.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2999.                        <a href="https://thelincolnite.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3000.                            <i class="ti-angle-right me-2 text-primary"></i>
  3001.                            <span class="fw-semibold">non gamstop casinos</span>
  3002.                        </a>
  3003.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3004.                    </li>
  3005.                    
  3006.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3007.                        <a href="https://www.mesaonline.org/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3008.                            <i class="ti-angle-right me-2 text-primary"></i>
  3009.                            <span class="fw-semibold">non gamstop casino</span>
  3010.                        </a>
  3011.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3012.                    </li>
  3013.                    
  3014.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3015.                        <a href="https://esports-news.co.uk/online-casinos/non-gamstop/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3016.                            <i class="ti-angle-right me-2 text-primary"></i>
  3017.                            <span class="fw-semibold">casinos not on gamstop</span>
  3018.                        </a>
  3019.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3020.                    </li>
  3021.                    
  3022.                </ul>
  3023.            </div>
  3024.        </div>
  3025.        
  3026.  
  3027.        <!-- Recent Posts Section -->
  3028.        <div class="sidebar-widget mb-3">
  3029.            <div class="widget-title-wrapper mb-3">
  3030.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  3031.                    Recent Posts
  3032.                    <span class="title-arrow"></span>
  3033.                </h4>
  3034.            </div>
  3035.            <div class="widget-content border border-light shadow-sm rounded p-4">
  3036.                <div class="recent-post-list">
  3037.                    
  3038.                    
  3039.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  3040.                        <div class="post-image me-3 flex-shrink-0">
  3041.                            
  3042.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  3043.                            
  3044.                        </div>
  3045.                        <div class="post-content flex-grow-1">
  3046.                            <h6 class="post-title mb-1">
  3047.                                 <a href="/gaza-war-in-visualizations-following-two-years-of-hostilities/" class="text-decoration-none top-color fw-semibold">
  3048.                                    Gaza War in Visualizations Following Two Years of Hostilities
  3049.                                </a>
  3050.                            </h6>
  3051.                            <div class="post-meta">
  3052.                                <small class="text-muted">
  3053.                                    <i class="ti-calendar me-1"></i>10 May 2026
  3054.                                </small>
  3055.                                <!-- <small class="text-muted ms-2">
  3056.                                    <i class="ti-eye me-1"></i>234 views
  3057.                                </small> -->
  3058.                            </div>
  3059.                        </div>
  3060.                    </div>
  3061.                    
  3062.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  3063.                        <div class="post-image me-3 flex-shrink-0">
  3064.                            
  3065.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  3066.                            
  3067.                        </div>
  3068.                        <div class="post-content flex-grow-1">
  3069.                            <h6 class="post-title mb-1">
  3070.                                 <a href="/democratic-lawmakers-criticize-trump-after-he-states-they-should-face-capital-punishment/" class="text-decoration-none top-color fw-semibold">
  3071.                                    Democratic lawmakers Criticize Trump After He States They Should Face Capital Punishment
  3072.                                </a>
  3073.                            </h6>
  3074.                            <div class="post-meta">
  3075.                                <small class="text-muted">
  3076.                                    <i class="ti-calendar me-1"></i>09 May 2026
  3077.                                </small>
  3078.                                <!-- <small class="text-muted ms-2">
  3079.                                    <i class="ti-eye me-1"></i>234 views
  3080.                                </small> -->
  3081.                            </div>
  3082.                        </div>
  3083.                    </div>
  3084.                    
  3085.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  3086.                        <div class="post-image me-3 flex-shrink-0">
  3087.                            
  3088.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  3089.                            
  3090.                        </div>
  3091.                        <div class="post-content flex-grow-1">
  3092.                            <h6 class="post-title mb-1">
  3093.                                 <a href="/the-athletes-and-trainers-not-born-in-the-united-states/" class="text-decoration-none top-color fw-semibold">
  3094.                                    The Athletes and Trainers Not Born in the United States
  3095.                                </a>
  3096.                            </h6>
  3097.                            <div class="post-meta">
  3098.                                <small class="text-muted">
  3099.                                    <i class="ti-calendar me-1"></i>09 May 2026
  3100.                                </small>
  3101.                                <!-- <small class="text-muted ms-2">
  3102.                                    <i class="ti-eye me-1"></i>234 views
  3103.                                </small> -->
  3104.                            </div>
  3105.                        </div>
  3106.                    </div>
  3107.                    
  3108.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  3109.                        <div class="post-image me-3 flex-shrink-0">
  3110.                            
  3111.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  3112.                            
  3113.                        </div>
  3114.                        <div class="post-content flex-grow-1">
  3115.                            <h6 class="post-title mb-1">
  3116.                                 <a href="/russia-bans-snapchat-and-restricts-apples-facetime-regulators-announce/" class="text-decoration-none top-color fw-semibold">
  3117.                                    Russia Bans Snapchat and Restricts Apple&#x27;s FaceTime, Regulators Announce
  3118.                                </a>
  3119.                            </h6>
  3120.                            <div class="post-meta">
  3121.                                <small class="text-muted">
  3122.                                    <i class="ti-calendar me-1"></i>09 May 2026
  3123.                                </small>
  3124.                                <!-- <small class="text-muted ms-2">
  3125.                                    <i class="ti-eye me-1"></i>234 views
  3126.                                </small> -->
  3127.                            </div>
  3128.                        </div>
  3129.                    </div>
  3130.                    
  3131.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  3132.                        <div class="post-image me-3 flex-shrink-0">
  3133.                            
  3134.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  3135.                            
  3136.                        </div>
  3137.                        <div class="post-content flex-grow-1">
  3138.                            <h6 class="post-title mb-1">
  3139.                                 <a href="/chernobyl-catastrophe-shelter-no-longer-effectively-blocks-harmful-radiation-requires-significant-repair-iaea/" class="text-decoration-none top-color fw-semibold">
  3140.                                    Chernobyl Catastrophe Shelter No Longer Effectively Blocks Harmful Radiation, Requires Significant Repair – IAEA
  3141.                                </a>
  3142.                            </h6>
  3143.                            <div class="post-meta">
  3144.                                <small class="text-muted">
  3145.                                    <i class="ti-calendar me-1"></i>09 May 2026
  3146.                                </small>
  3147.                                <!-- <small class="text-muted ms-2">
  3148.                                    <i class="ti-eye me-1"></i>234 views
  3149.                                </small> -->
  3150.                            </div>
  3151.                        </div>
  3152.                    </div>
  3153.                    
  3154.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  3155.                        <div class="post-image me-3 flex-shrink-0">
  3156.                            
  3157.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  3158.                            
  3159.                        </div>
  3160.                        <div class="post-content flex-grow-1">
  3161.                            <h6 class="post-title mb-1">
  3162.                                 <a href="/arsenal-take-on-wolverhampton-wanderers-in-pivotal-top-flight-clash/" class="text-decoration-none top-color fw-semibold">
  3163.                                    Arsenal Take On Wolverhampton Wanderers in Pivotal Top-Flight Clash
  3164.                                </a>
  3165.                            </h6>
  3166.                            <div class="post-meta">
  3167.                                <small class="text-muted">
  3168.                                    <i class="ti-calendar me-1"></i>09 May 2026
  3169.                                </small>
  3170.                                <!-- <small class="text-muted ms-2">
  3171.                                    <i class="ti-eye me-1"></i>234 views
  3172.                                </small> -->
  3173.                            </div>
  3174.                        </div>
  3175.                    </div>
  3176.                    
  3177.  
  3178.                </div>
  3179.            </div>
  3180.        </div>
  3181.  
  3182.    </div>
  3183.  
  3184.  
  3185. <!-- Sidebar Styles -->
  3186. <style>
  3187.    .sidebar-widget {
  3188.        position: relative;
  3189.    }
  3190.    
  3191.    .widget-title {
  3192.        font-size: 1.1rem;
  3193.        font-weight: 700;
  3194.        display: inline-block;
  3195.        position: relative;
  3196.        z-index: 2;
  3197.        border-radius: 0;
  3198.    }
  3199.    
  3200.    .title-arrow::after {
  3201.        content: '';
  3202.        position: absolute;
  3203.        top: 0;
  3204.        right: -20px;
  3205.        width: 0;
  3206.        height: 0;
  3207.        border-left: 20px solid var(--bs-primary);
  3208.        border-top: 20px solid transparent;
  3209.        border-bottom: 20px solid transparent;
  3210.        z-index: 1;
  3211.    }
  3212.    
  3213.    .widget-content {
  3214.        margin-top: -1px;
  3215.        position: relative;
  3216.        z-index: 1;
  3217.         background-color: var(--card-bg);
  3218.    }
  3219.    
  3220.    .recent-post-item:hover .post-title1 a {
  3221.        color: #dc3545 !important;
  3222.        transition: color 0.3s ease;
  3223.    }
  3224.    
  3225.    .recent-post-item .post-image img {
  3226.        transition: transform 0.3s ease;
  3227.    }
  3228.    
  3229.    .recent-post-item:hover .post-image img {
  3230.        transform: scale(1.05);
  3231.    }
  3232.    
  3233.    .btn:hover {
  3234.        transform: translateY(-1px);
  3235.        transition: all 0.3s ease;
  3236.        box-shadow: 0 3px 8px rgba(0,0,0,0.15);
  3237.    }
  3238.    
  3239.    @media (max-width: 991px) {
  3240.        .sidebar {
  3241.            margin-top: 3rem;
  3242.        }
  3243.    }
  3244.    
  3245.    @media (max-width: 576px) {
  3246.        .widget-title {
  3247.            font-size: 1rem;
  3248.            padding: 0.75rem 1rem !important;
  3249.        }
  3250.        
  3251.        .title-arrow::after {
  3252.            right: -15px;
  3253.            border-left: 15px solid var(--bs-primary);
  3254.            border-top: 15px solid transparent;
  3255.            border-bottom: 15px solid transparent;
  3256.        }
  3257.        
  3258.        .post-image {
  3259.            display: none !important;
  3260.        }
  3261.    }
  3262. </style>
  3263.    
  3264.            </div>
  3265.        </div>
  3266.    </div>
  3267. </section>
  3268.  
  3269. <script>
  3270. document.addEventListener('DOMContentLoaded', function() {
  3271.    // Simple scroll animation
  3272.    const cards = document.querySelectorAll('.blog-card');
  3273.    
  3274.    const observer = new IntersectionObserver(function(entries) {
  3275.        entries.forEach(entry => {
  3276.            if (entry.isIntersecting) {
  3277.                entry.target.style.opacity = '1';
  3278.                entry.target.style.transform = 'translateY(0)';
  3279.            }
  3280.        });
  3281.    }, {
  3282.        threshold: 0.1
  3283.    });
  3284.  
  3285.    cards.forEach((card, index) => {
  3286.        card.style.opacity = '0';
  3287.        card.style.transform = 'translateY(30px)';
  3288.        card.style.transition = `opacity 0.6s ease ${index * 0.1}s, transform 0.6s ease ${index * 0.1}s`;
  3289.        observer.observe(card);
  3290.    });
  3291. });
  3292. </script>
  3293.  
  3294.    
  3295.        
  3296.        <!-- end wpo-blog-highlights-section -->
  3297.        <!-- start wpo-blog-sponsored-section -->
  3298.        
  3299.  
  3300.  
  3301.  
  3302.    
  3303.  
  3304.  
  3305.  
  3306. <style>
  3307.    .sponsored-section-v6 {
  3308.        padding: 45px 0;
  3309.        background: transparent;
  3310.    }
  3311.    
  3312.    .sponsored-card-v6 {
  3313.        background: #ffffff;
  3314.        border: 1px solid #f8f8f8;
  3315.        transition: opacity 0.3s ease;
  3316.        height: 100%;
  3317.    }
  3318.    
  3319.    .sponsored-card-v6:hover {
  3320.        opacity: 0.95;
  3321.    }
  3322.    
  3323.    .sponsored-image-v6 {
  3324.        position: relative;
  3325.        height: 170px;
  3326.    }
  3327.    
  3328.    .sponsored-image-v6 img {
  3329.        width: 100%;
  3330.        height: 100%;
  3331.        object-fit: cover;
  3332.    }
  3333.    
  3334.    .sponsored-image-v6::after {
  3335.        content: '';
  3336.        position: absolute;
  3337.        top: 0;
  3338.        left: 0;
  3339.        right: 0;
  3340.        bottom: 0;
  3341.        background: linear-gradient(to bottom, rgba(0,0,0,0.1), transparent);
  3342.    }
  3343.    
  3344.    .sponsored-badge-v6 {
  3345.        position: absolute;
  3346.        top: 10px;
  3347.        left: 10px;
  3348.        padding: 5px 12px;
  3349.        font-size: 12px;
  3350.        font-weight: 600;
  3351.        text-transform: uppercase;
  3352.        border-radius: 4px;
  3353.        box-shadow: 0 1px 3px rgba(0,0,0,0.2);
  3354.    }
  3355.    
  3356.    .sponsored-content-v6 {
  3357.        padding: 12px;
  3358.    }
  3359.    
  3360.    .sponsored-title-v6 {
  3361.        font-size: 14px;
  3362.        font-weight: 700;
  3363.        line-height: 1.3;
  3364.        margin-bottom: 6px;
  3365.        color: #333;
  3366.    }
  3367.    
  3368.    .sponsored-title-v6 a {
  3369.        text-decoration: none;
  3370.        color: #333;
  3371.    }
  3372.    
  3373.    .sponsored-title-v6 a:hover {
  3374.        color: #fd7e14; /* Orange hover */
  3375.    }
  3376.    
  3377.    .sponsored-excerpt-v6 {
  3378.        font-size: 12px;
  3379.        font-weight: 600;
  3380.        color: #868e96;
  3381.        margin-bottom: 8px;
  3382.        line-height: 1.4;
  3383.    }
  3384.    
  3385.    .sponsored-meta-v6 {
  3386.        font-size: 11px;
  3387.        color: #6c757d;
  3388.    }
  3389.    
  3390.    .author-info-v6 {
  3391.        display: inline;
  3392.        margin-right: 10px;
  3393.    }
  3394.    
  3395.    .sponsored-author-img-v6 {
  3396.        width: 20px;
  3397.        height: 20px;
  3398.        border-radius: 50%;
  3399.        object-fit: cover;
  3400.        vertical-align: middle;
  3401.        margin-right: 4px;
  3402.    }
  3403.    
  3404.    .section-title-sponsored-v6 {
  3405.        font-size: 1.9rem;
  3406.        font-weight: 600;
  3407.        text-align: left;
  3408.        margin-bottom: 25px;
  3409.        color: #333;
  3410.        border-left: 4px solid #fd7e14;
  3411.        padding-left: 15px;
  3412.    }
  3413.  
  3414.    @media (max-width: 768px) {
  3415.        .sponsored-section-v6 {
  3416.            padding: 25px 0;
  3417.        }
  3418.        .sponsored-image-v6 {
  3419.            height: 130px;
  3420.        }
  3421.        .sponsored-content-v6 {
  3422.            padding: 10px;
  3423.        }
  3424.        .sponsored-title-v6 {
  3425.            font-size: 13px;
  3426.        }
  3427.        .sponsored-excerpt-v6 {
  3428.            font-size: 11px;
  3429.        }
  3430.        .section-title-sponsored-v6 {
  3431.            font-size: 1.6rem;
  3432.            padding-left: 10px;
  3433.        }
  3434.    }
  3435. </style>
  3436.  
  3437. <section class="sponsored-section-v6">
  3438.    <div class="container-fluid fluid-container">
  3439.        <div class="row">
  3440.            <div class="col-12">
  3441.                <h2 class="section-title-sponsored-v6">Sponsored News</h2>
  3442.            </div>
  3443.        </div>
  3444.        
  3445.        <div class="row g-3">
  3446.            
  3447.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3448.                <div class="card sponsored-card-v6">
  3449.                    <div class="sponsored-image-v6">
  3450.                        
  3451.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3452.                        
  3453.                        <div class="sponsored-badge-v6 bg-primary-gradient">News</div>
  3454.                    </div>
  3455.                    <div class="sponsored-content-v6">
  3456.                        <h3 class="sponsored-title-v6">
  3457.                            <a href="/gaza-war-in-visualizations-following-two-years-of-hostilities/" >
  3458.                                            Gaza War in Visualizations Following Two Years of Hostilities
  3459.                                            </a>
  3460.                        </h3>
  3461.                        <p class="sponsored-excerpt-v6">
  3462.                            
  3463.                        </p>
  3464.                        <div class="sponsored-meta-v6">
  3465.                            <span class="author-info-v6">
  3466.                                
  3467.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Dr. Kelly Robles DDS" class="sponsored-author-img-v6">
  3468.                                
  3469.                               Dr. Kelly Robles DDS
  3470.                            </span>
  3471.                            | 10 May 2026
  3472.                        </div>
  3473.                    </div>
  3474.                </div>
  3475.            </div>
  3476.            
  3477.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3478.                <div class="card sponsored-card-v6">
  3479.                    <div class="sponsored-image-v6">
  3480.                        
  3481.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3482.                        
  3483.                        <div class="sponsored-badge-v6 bg-primary-gradient">News</div>
  3484.                    </div>
  3485.                    <div class="sponsored-content-v6">
  3486.                        <h3 class="sponsored-title-v6">
  3487.                            <a href="/democratic-lawmakers-criticize-trump-after-he-states-they-should-face-capital-punishment/" >
  3488.                                            Democratic lawmakers Criticize Trump After He States They Should Face Capital Punishment
  3489.                                            </a>
  3490.                        </h3>
  3491.                        <p class="sponsored-excerpt-v6">
  3492.                            
  3493.                        </p>
  3494.                        <div class="sponsored-meta-v6">
  3495.                            <span class="author-info-v6">
  3496.                                
  3497.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Dr. Kelly Robles DDS" class="sponsored-author-img-v6">
  3498.                                
  3499.                               Dr. Kelly Robles DDS
  3500.                            </span>
  3501.                            | 09 May 2026
  3502.                        </div>
  3503.                    </div>
  3504.                </div>
  3505.            </div>
  3506.            
  3507.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3508.                <div class="card sponsored-card-v6">
  3509.                    <div class="sponsored-image-v6">
  3510.                        
  3511.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3512.                        
  3513.                        <div class="sponsored-badge-v6 bg-primary-gradient">News</div>
  3514.                    </div>
  3515.                    <div class="sponsored-content-v6">
  3516.                        <h3 class="sponsored-title-v6">
  3517.                            <a href="/the-athletes-and-trainers-not-born-in-the-united-states/" >
  3518.                                            The Athletes and Trainers Not Born in the United States
  3519.                                            </a>
  3520.                        </h3>
  3521.                        <p class="sponsored-excerpt-v6">
  3522.                            
  3523.                        </p>
  3524.                        <div class="sponsored-meta-v6">
  3525.                            <span class="author-info-v6">
  3526.                                
  3527.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Dr. Kelly Robles DDS" class="sponsored-author-img-v6">
  3528.                                
  3529.                               Dr. Kelly Robles DDS
  3530.                            </span>
  3531.                            | 09 May 2026
  3532.                        </div>
  3533.                    </div>
  3534.                </div>
  3535.            </div>
  3536.            
  3537.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3538.                <div class="card sponsored-card-v6">
  3539.                    <div class="sponsored-image-v6">
  3540.                        
  3541.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3542.                        
  3543.                        <div class="sponsored-badge-v6 bg-primary-gradient">News</div>
  3544.                    </div>
  3545.                    <div class="sponsored-content-v6">
  3546.                        <h3 class="sponsored-title-v6">
  3547.                            <a href="/russia-bans-snapchat-and-restricts-apples-facetime-regulators-announce/" >
  3548.                                            Russia Bans Snapchat and Restricts Apple&#x27;s FaceTime, Regulators Announce
  3549.                                            </a>
  3550.                        </h3>
  3551.                        <p class="sponsored-excerpt-v6">
  3552.                            
  3553.                        </p>
  3554.                        <div class="sponsored-meta-v6">
  3555.                            <span class="author-info-v6">
  3556.                                
  3557.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Dr. Kelly Robles DDS" class="sponsored-author-img-v6">
  3558.                                
  3559.                               Dr. Kelly Robles DDS
  3560.                            </span>
  3561.                            | 09 May 2026
  3562.                        </div>
  3563.                    </div>
  3564.                </div>
  3565.            </div>
  3566.            
  3567.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3568.                <div class="card sponsored-card-v6">
  3569.                    <div class="sponsored-image-v6">
  3570.                        
  3571.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3572.                        
  3573.                        <div class="sponsored-badge-v6 bg-primary-gradient">News</div>
  3574.                    </div>
  3575.                    <div class="sponsored-content-v6">
  3576.                        <h3 class="sponsored-title-v6">
  3577.                            <a href="/chernobyl-catastrophe-shelter-no-longer-effectively-blocks-harmful-radiation-requires-significant-repair-iaea/" >
  3578.                                            Chernobyl Catastrophe Shelter No Longer Effectively Blocks Harmful Radiation, Requires Significant Repair – IAEA
  3579.                                            </a>
  3580.                        </h3>
  3581.                        <p class="sponsored-excerpt-v6">
  3582.                            
  3583.                        </p>
  3584.                        <div class="sponsored-meta-v6">
  3585.                            <span class="author-info-v6">
  3586.                                
  3587.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Dr. Kelly Robles DDS" class="sponsored-author-img-v6">
  3588.                                
  3589.                               Dr. Kelly Robles DDS
  3590.                            </span>
  3591.                            | 09 May 2026
  3592.                        </div>
  3593.                    </div>
  3594.                </div>
  3595.            </div>
  3596.            
  3597.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3598.                <div class="card sponsored-card-v6">
  3599.                    <div class="sponsored-image-v6">
  3600.                        
  3601.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3602.                        
  3603.                        <div class="sponsored-badge-v6 bg-primary-gradient">News</div>
  3604.                    </div>
  3605.                    <div class="sponsored-content-v6">
  3606.                        <h3 class="sponsored-title-v6">
  3607.                            <a href="/arsenal-take-on-wolverhampton-wanderers-in-pivotal-top-flight-clash/" >
  3608.                                            Arsenal Take On Wolverhampton Wanderers in Pivotal Top-Flight Clash
  3609.                                            </a>
  3610.                        </h3>
  3611.                        <p class="sponsored-excerpt-v6">
  3612.                            
  3613.                        </p>
  3614.                        <div class="sponsored-meta-v6">
  3615.                            <span class="author-info-v6">
  3616.                                
  3617.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Dr. Kelly Robles DDS" class="sponsored-author-img-v6">
  3618.                                
  3619.                               Dr. Kelly Robles DDS
  3620.                            </span>
  3621.                            | 09 May 2026
  3622.                        </div>
  3623.                    </div>
  3624.                </div>
  3625.            </div>
  3626.            
  3627.        </div>
  3628.    </div>
  3629. </section>
  3630.  
  3631.  
  3632.    
  3633.        <!-- end wpo-blog-sponsored-section -->
  3634.        <!-- start wpo-subscribe-section -->
  3635.        
  3636.        <!-- end subscribe-section -->
  3637.        <!-- start of wpo-site-footer-section -->
  3638.        
  3639.  
  3640.  
  3641.  
  3642.  
  3643.  
  3644. <footer class="wpo-site-footer-v2">
  3645.    <!-- Main Footer Content -->
  3646.    <div class="wpo-main-footer">
  3647.        <div class="container-fluid fluid-container">
  3648.            <div class="row g-4">
  3649.                
  3650.                <!-- Company Info Section -->
  3651.                <div class="col-lg-4 col-md-6 col-12">
  3652.                    <div class="footer-widget company-info-widget">
  3653.                        <div class="widget-header">
  3654.                            <div class="footer-logo">
  3655.                                
  3656.                                    <h2 class="footer-logo-text">Rollix Gaming</h2>
  3657.                                
  3658.                            </div>
  3659.                        </div>
  3660.                        <div class="widget-content2 footer-widget-content2">
  3661.                            <p class="company-description-text">
  3662.                                Rollix Gaming UK brings you the latest updates on video games, in-depth reviews, and a vibrant gaming community. Stay informed and connected with fellow gamers.
  3663.                            </p>
  3664.                            <div class="contact-info2">
  3665.                                <div class="contact-item">
  3666.                                    <i class="fas fa-envelope"></i>
  3667.                                    <span><a href="/cdn-cgi/l/email-protection#4b27222520380b252e333f292a2820272225203865282426" class="footer-link2"><span class="__cf_email__" data-cfemail="e18d888f8a92a18f8499958380828a8d888f8a92cf828e8c">[email&#160;protected]</span></a></span>
  3668.                                </div>
  3669.                                <!-- <div class="contact-item">
  3670.                                    <i class="fas fa-phone"></i>
  3671.                                    <span><a  href="https://wa.me/971543449951" class="footer-link2">+971 54 344 9951</a></span>
  3672.                                </div> -->
  3673.                            </div>
  3674.                        </div>
  3675.                    </div>
  3676.                </div>
  3677.  
  3678.                <!-- Quick Links Section -->
  3679.                <div class="col-lg-4 col-md-6 col-12">
  3680.                    <div class="footer-widget quick-links-widget">
  3681.                        <div class="widget-header">
  3682.                            <h4 class="widget-title2 quick-links-title">Quick Links</h4>
  3683.                        </div>
  3684.                        <div class="widget-content2 footer-widget-content2">
  3685.                            <ul class="footer-links">
  3686.                                
  3687.                                <li><a href="/joe-root-voices-conflicted-views-on-day-night-test-cricket-before-crucial-ashes-encounter/" class="footer-link">Joe Root Voices Conflicted Views on Day-Night Test Cricket Before Crucial Ashes Encounter</a></li>
  3688.                                
  3689.                                <li><a href="/conversing-across-the-gap-an-encounter-between-different-viewpoints/" class="footer-link">Conversing Across the Gap: An Encounter Between Different Viewpoints</a></li>
  3690.                                
  3691.                                <li><a href="/womens-tennis-finals-latest-news-rybakina-takes-on-ekaterina-alexandrova-swiatek-battles-amanda-anisimova/" class="footer-link">Women&#x27;s Tennis Finals Latest News: Rybakina Takes On Ekaterina Alexandrova, Swiatek Battles Amanda Anisimova</a></li>
  3692.                                
  3693.                                <li><a href="/cameroonian-opposition-figure-to-face-legal-proceedings-over-election-unrest-government-announces/" class="footer-link">Cameroonian Opposition Figure to Face Legal Proceedings Over Election Unrest, Government Announces</a></li>
  3694.                                
  3695.                                <li><a href="/finland-stuns-two-time-defending-title-holders-us-in-u20-world-championship-quarterfinal-round/" class="footer-link">Finland Stuns Two-Time Defending Title Holders US in U20 World Championship Quarterfinal Round.</a></li>
  3696.                                
  3697.                                <li><a href="/not-having-the-time-of-your-life-at-college-many-share-your-feelings/" class="footer-link">Not having the time of your life at college? Many share your feelings.</a></li>
  3698.                                
  3699.                            </ul>
  3700.                        </div>
  3701.                    </div>
  3702.                </div>
  3703.  
  3704.                <!-- Blog Rolls Section -->
  3705.          <div class="col-lg-3 col-md-6 col-12">
  3706.    <div class="footer-widget blog-rolls-widget">
  3707.        <div class="widget-header">
  3708.            <h4 class="widget-title2 blog-rolls-title">Blog Rolls</h4>
  3709.        </div>
  3710.        <div class="widget-content2 footer-widget-content2">
  3711.            <div class="row">
  3712.                <div class="col-6">
  3713.                    <ul class="footer-links" id="blogroll">
  3714.                        
  3715.                        
  3716.                        
  3717.                        
  3718.                        
  3719.                        
  3720.                        
  3721.                    </ul>
  3722.                </div>
  3723.            </div>
  3724.        </div>
  3725.    </div>
  3726. </div>
  3727.                <!-- Categories Section -->
  3728.                <div class="col-lg-4 col-md-6 col-12">
  3729.                    <div class="footer-widget categories-widget">
  3730.                        <div class="widget-header">
  3731.                            <h4 class="widget-title2 categories-title">Categories</h4>
  3732.                        </div>
  3733.                        <div class="widget-content2 footer-widget-content2">
  3734.                            <div class="row">
  3735.                                <div class="col-6">
  3736.                                    <ul class="footer-links">
  3737.                                        
  3738.                                        <li> <a href="/category/all-posts/" class="footer-link">
  3739.                                            All Posts
  3740.                                        </a></li>
  3741.                                        
  3742.                                        <li> <a href="/category/business/" class="footer-link">
  3743.                                            Business
  3744.                                        </a></li>
  3745.                                        
  3746.                                        <li> <a href="/category/esports/" class="footer-link">
  3747.                                            Esports
  3748.                                        </a></li>
  3749.                                        
  3750.                                        <li> <a href="/category/fashion/" class="footer-link">
  3751.                                            Fashion
  3752.                                        </a></li>
  3753.                                        
  3754.                                        <li> <a href="/category/featured/" class="footer-link">
  3755.                                            Featured
  3756.                                        </a></li>
  3757.                                        
  3758.                                    </ul>
  3759.                                </div>
  3760.                              
  3761.                            </div>
  3762.                        </div>
  3763.                    </div>
  3764.                </div>
  3765.  
  3766.            </div>
  3767.        </div>
  3768.    </div>
  3769.  
  3770.    <!-- Footer Bottom -->
  3771.    <div class="footer-bottom">
  3772.        <div class="container-fluid fluid-container">
  3773.            <div class="row align-items-center">
  3774.                <!-- Copyright -->
  3775.                <div class="col-lg-6 col-md-6 col-12">
  3776.                    <div class="copyright-text">
  3777.                        <p class="copyright-text-p">&copy; 2026 <strong class="footer-sitename">Rollix Gaming</strong>.
  3778.                            All rights reserved.
  3779.                        </p>
  3780.                    </div>
  3781.                </div>
  3782.  
  3783.                <!-- Footer Menu -->
  3784.                <div class="col-lg-6 col-md-6 col-12">
  3785.                    <div class="footer-menu">
  3786.                        <ul class="bottom-menu">
  3787.                            <li><a href="/page/write-for-us/" class="footer-link">Write For Us</a></li>
  3788.                            <li><a href="/page/terms-and-conditions/" class="footer-link">Terms &amp; Conditions</a></li>
  3789.                            <li><a href="/sitemap.xml" class="footer-link">Sitemap</a></li>
  3790.                        </ul>
  3791.                    </div>
  3792.                </div>
  3793.            </div>
  3794.        </div>
  3795.    </div>
  3796.  
  3797. </footer>
  3798.  
  3799. <style>
  3800. /* Footer V2 Styles */
  3801. .wpo-site-footer-v2 {
  3802.    background: var(--footer-bg);
  3803.    color: var(--footer-color);
  3804.    position: relative;
  3805.    overflow: hidden;
  3806. }
  3807.  
  3808. .wpo-site-footer-v2::before {
  3809.    content: '';
  3810.    position: absolute;
  3811.    top: 0;
  3812.    left: 0;
  3813.    right: 0;
  3814.    bottom: 0;
  3815.    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="%23ffffff" opacity="0.03"/><circle cx="75" cy="75" r="1" fill="%23ffffff" opacity="0.03"/><circle cx="50" cy="10" r="0.5" fill="%23ffffff" opacity="0.02"/></pattern></defs><rect width="100%" height="100%" fill="url(%23grain)"/></svg>');
  3816.    pointer-events: none;
  3817. }
  3818.  
  3819. .wpo-main-footer {
  3820.    padding: 60px 0 40px;
  3821.    position: relative;
  3822.    z-index: 2;
  3823. }
  3824.  
  3825. .footer-widget {
  3826.    margin-bottom: 30px;
  3827. }
  3828.  
  3829. .widget-header {
  3830.    margin-bottom: 25px;
  3831. }
  3832.  
  3833. .widget-title2 {
  3834.    font-size: 20px;
  3835.    font-weight: 700;
  3836.    color: var(--footer-color) !important;
  3837.    margin: 0;
  3838.    position: relative;
  3839.    padding-bottom: 10px;
  3840. }
  3841.  
  3842. .widget-title2::after {
  3843.    content: '';
  3844.    position: absolute;
  3845.    bottom: 0;
  3846.    left: 0;
  3847.    width: 40px;
  3848.    height: 3px;
  3849.    background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  3850.    border-radius: 2px;
  3851. }
  3852.  
  3853. /* Company Info Styles */
  3854. .footer-logo-img {
  3855.    max-height: 100px;
  3856.    margin-bottom: 20px;
  3857. }
  3858.  
  3859. .footer-logo-text {
  3860.    color: var(--footer-color);
  3861. }
  3862.  
  3863. .company-description-text {
  3864.    font-size: 14px;
  3865.    line-height: 1.7;
  3866.    color: var(--footer-color);
  3867.    margin-bottom: 25px;
  3868. }
  3869.  
  3870. .contact-info2 .contact-item {
  3871.    display: flex;
  3872.    align-items: center;
  3873.    margin-bottom: 10px;
  3874.    font-size: 14px;
  3875. }
  3876.  
  3877. .contact-info2 .contact-item i {
  3878.    width: 20px;
  3879.    color: var(--footer-color);
  3880.    margin-right: 10px;
  3881. }
  3882.  
  3883. /* Footer Links Styles */
  3884. .footer-links {
  3885.    list-style: none;
  3886.    padding: 0;
  3887.    margin: 0;
  3888. }
  3889.  
  3890. .footer-links li {
  3891.    margin-bottom: 12px;
  3892. }
  3893. .footer-link2 {
  3894.    color: var(--footer-color) !important;
  3895. }
  3896. .footer-link2:hover {
  3897.    color: blue !important;
  3898. }
  3899. .footer-links a{
  3900.    color: var(--footer-color) !important;
  3901.    text-decoration: none;
  3902.    cursor: pointer;
  3903.    font-size: 14px;
  3904.    transition: all 0.3s ease;
  3905.    position: relative;
  3906. }
  3907.  
  3908. .footer-links a:hover {
  3909.    color: #4f46e5 !important;
  3910.    padding-left: 8px;
  3911. }
  3912.  
  3913. /* Footer Bottom Styles */
  3914. .footer-bottom {
  3915.    background: rgba(0, 0, 0, 0.3);
  3916.    padding: 20px 0;
  3917.    border-top: 1px solid rgba(255, 255, 255, 0.1);
  3918.    position: relative;
  3919.    z-index: 2;
  3920. }
  3921.  
  3922. .copyright-text-p {
  3923.    margin: 0;
  3924.    font-size: 14px;
  3925.    color: var(--footer-color);
  3926. }
  3927.  
  3928. .footer-sitename {
  3929.    color: var(--footer-color);
  3930. }
  3931.  
  3932. .bottom-menu {
  3933.    list-style: none;
  3934.    padding: 0;
  3935.    margin: 0;
  3936.    display: flex;
  3937.    justify-content: flex-end;
  3938.    gap: 20px;
  3939. }
  3940.  
  3941. .bottom-menu a {
  3942.    color: var(--footer-color);
  3943.    text-decoration: none;
  3944.    font-size: 14px;
  3945.    transition: color 0.3s ease;
  3946. }
  3947.  
  3948. .bottom-menu a:hover {
  3949.    color: #4f46e5;
  3950. }
  3951.  
  3952. @media (max-width: 768px) {
  3953.    .wpo-main-footer {
  3954.        padding: 40px 0 30px;
  3955.    }
  3956.    
  3957.    .bottom-menu {
  3958.        justify-content: center;
  3959.        margin-top: 15px;
  3960.    }
  3961.    
  3962.    .copyright-text {
  3963.        text-align: center;
  3964.    }
  3965.    
  3966.    .social-links {
  3967.        justify-content: center;
  3968.    }
  3969. }
  3970.  
  3971. @media (max-width: 576px) {
  3972.    .widget-title2 {
  3973.        font-size: 18px;
  3974.    }
  3975.    
  3976.    .newsletter-form .input-group {
  3977.        flex-direction: column;
  3978.    }
  3979.    
  3980.    .newsletter-form .btn {
  3981.        margin-top: 10px;
  3982.        border-radius: 8px;
  3983.    }
  3984.    
  3985.    .newsletter-form .form-control {
  3986.        border-radius: 8px;
  3987.    }
  3988. }
  3989. </style>
  3990.  
  3991.  
  3992. <script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script>
  3993.  document.addEventListener('DOMContentLoaded', function () {
  3994.    var btn = document.getElementById('toggleMore');
  3995.    if (!btn) return; // If there are <=5 items, no need for the button
  3996.  
  3997.    var extras = document.querySelectorAll('#blogroll li.extra');
  3998.  
  3999.    btn.addEventListener('click', function () {
  4000.      var anyHidden = Array.prototype.some.call(extras, function (li) {
  4001.        return li.classList.contains('d-none');
  4002.      });
  4003.  
  4004.      extras.forEach(function (li) {
  4005.        if (anyHidden) {
  4006.          li.classList.remove('d-none');
  4007.          li.classList.add('show'); // Show with smooth transition
  4008.        } else {
  4009.          li.classList.add('d-none');
  4010.          li.classList.remove('show'); // Hide smoothly
  4011.        }
  4012.      });
  4013.  
  4014.      // Update the button text and aria-expanded attribute
  4015.      btn.textContent = anyHidden ? 'View less' : 'View more';
  4016.      btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  4017.    });
  4018.  });
  4019. </script>
  4020.        <!-- end of wpo-site-footer-section -->
  4021.    </div>
  4022.    <!-- end of page-wrapper -->
  4023.  
  4024.    <!-- All JavaScript files
  4025.    ================================================== -->
  4026.    
  4027.  
  4028. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  4029. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  4030. <!-- Plugins for this template -->
  4031. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  4032. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  4033. <!-- Custom script for this template -->
  4034. <script src="/static/blogapp/assets/js/script.js"></script>
  4035.  
  4036. <script>
  4037. (function () {
  4038. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  4039. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  4040.  
  4041. function applyFallback(img) {
  4042. if (!img || img.dataset.fallbackApplied === "1") {
  4043. return;
  4044. }
  4045. var failedSrc = img.currentSrc || img.src || "";
  4046. img.dataset.fallbackApplied = "1";
  4047. img.onerror = null;
  4048. img.src = fallbackImageSrc;
  4049. console.warn("[ImageFallback] Replaced broken image:", {
  4050. failedSrc: failedSrc,
  4051. fallbackSrc: fallbackImageSrc,
  4052. alt: img.alt || "",
  4053. });
  4054. }
  4055.  
  4056. document.querySelectorAll("img").forEach(function (img) {
  4057. if (img.complete && img.naturalWidth === 0) {
  4058. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  4059. failedSrc: img.currentSrc || img.src || "",
  4060. alt: img.alt || "",
  4061. });
  4062. applyFallback(img);
  4063. }
  4064. });
  4065.  
  4066. document.addEventListener(
  4067. "error",
  4068. function (event) {
  4069. var target = event.target;
  4070. if (target && target.tagName === "IMG") {
  4071. applyFallback(target);
  4072. }
  4073. },
  4074. true
  4075. );
  4076. })();
  4077. </script>
  4078.  
  4079. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  4080.  
  4081.  
  4082.  
  4083. <script defer src="https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516" integrity="sha512-8DS7rgIrAmghBFwoOTujcf6D9rXvH8xm8JQ1Ja01h9QX8EzXldiszufYa4IFfKdLUKTTrnSFXLDkUEOTrZQ8Qg==" data-cf-beacon='{"version":"2024.11.0","token":"377a921c88bf44d08a5b606bd58a1a20","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  4084. </body>
  4085.  
  4086. </html>
  4087.  
  4088.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda