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://spintodayblog.co.uk

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="ibmp">
  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/Untitled_design_-_2025-04-26T131238.426_plxFNE9_WEU23OY_XdUFldj.png">
  14.    
  15.  
  16.    <title>Spin Today Blog: UK News, Politics &amp; Current Affairs Analysis</title>
  17.    <meta name="description" content="Spin Today Blog provides insightful analysis of UK politics, breaking news, and current affairs. Stay informed with expert commentary and in-depth reporting.">
  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://spintodayblog.co.uk/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #9d4edd;
  42.        --bs-primary-rgb: 9d4edd;
  43.        --bs-secondary: #6b7280;
  44.        --bs-success: #2dd4bf;
  45.        --bs-danger: #f43f5e;
  46.        --bs-warning: #f59e0b;
  47.        --bs-info: #0284c7;
  48.        --bs-light: #f3e8ff;
  49.        --bs-dark: #4a0d67;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #9d4edd;
  53.        --theme-primary-color-s2: #9d4edd;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #4a0d67;
  57.        --text-light-color: #676767;
  58.        --heading-color: #4a0d67;
  59.        --border-color: #ddd6fe;
  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: #e9d5ff;
  75.        --navbar-color: #4a0d67;
  76.        --topbar-bg: #f3e8ff;
  77.        --topbar-color: #4a0d67;
  78.        --footer-bg: #4a0d67;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #ddd6fe;
  82.        --card-radius: 14px;
  83.        --link-color: #9d4edd;
  84.        --link-hover: #7e3ec4;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(157, 78, 221, 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_33">
  389.    <div id="healthcheck"></div>
  390.    <!-- start page-wrapper -->
  391.    <div class="page-wrapper">
  392.        
  393.            <!-- start preloader -->
  394.                
  395. <div class="preloader" style="z-index: 1025;">
  396.    <div class="angular-shape">
  397.        <div></div>
  398.        <div></div>
  399.        <div></div>
  400.    </div>
  401.    <div class="spinner">
  402.        <div class="double-bounce1"></div>
  403.        <div class="double-bounce2"></div>
  404.    </div>
  405. </div>  
  406.  
  407.            <!-- end preloader -->
  408.        
  409.        <!-- Start header -->
  410.        <header id="header" class="wpo-site-header">
  411.            
  412.  
  413.  
  414.    
  415.  
  416.  
  417. <div class="topbar d-sm-flex d-none">
  418.  <div class="container-fluid fluid-container">
  419.    <div class="row  ">
  420.      <div>
  421.        <div class="pt-2 d-flex gap-2 pb-0">
  422.          <div class="bg-primary-gradient d-flex gap-2 mb-2 p-2">
  423.            <div class="d-flex">
  424.              <span class="fw-bold">Latest</span>
  425.            </div>
  426.            <div class="d-flex">
  427.              <span class="fw-bold">Update</span>
  428.            </div>
  429.          </div>
  430.  
  431.          <!-- Add an id to the marquee -->
  432.          <marquee id="newsMarquee" direction="left" scrollamount="4" behavior="scroll" class="d-flex pt-1">
  433.            <p class="text-center">
  434.              
  435.               <a href="/the-hornets-dismiss-paulo-pezzolano-after-a-10-match-stint-and-reappoint-javi-gracia-as-head-coach/" class="px-5 top-color">
  436.                    The Hornets Dismiss Paulo Pezzolano After a 10-Match Stint and Reappoint Javi Gracia as Head Coach
  437.                  </a>
  438.              
  439.               <a href="/british-jewish-community-gravitating-to-green-party-and-reform-uk-as-backing-for-major-parties-drops/" class="px-5 top-color">
  440.                    British Jewish Community Gravitating to Green Party and Reform UK as Backing for Major Parties Drops
  441.                  </a>
  442.              
  443.               <a href="/houseplant-hacks-can-a-plastic-bag-rescue-a-drooping-fern/" class="px-5 top-color">
  444.                    Houseplant Hacks: Can a Plastic Bag Rescue a Drooping Fern?
  445.                  </a>
  446.              
  447.               <a href="/we-are-anxious-about-potential-israeli-actions-should-they-capture-our-ship-but-we-are-not-turning-back/" class="px-5 top-color">
  448.                    We Are Anxious About Potential Israeli Actions Should They Capture Our Ship, But We Are Not Turning Back.
  449.                  </a>
  450.              
  451.               <a href="/indonesian-flood-fatalities-exceeds-500-hundreds-still-missing/" class="px-5 top-color">
  452.                    Indonesian Flood Fatalities Exceeds 500, Hundreds Still Missing
  453.                  </a>
  454.              
  455.            </p>
  456.          </marquee>
  457.        </div>
  458.      </div>
  459.    </div>
  460.  </div>
  461. </div>
  462.  
  463. <script>
  464.  // Stop/start marquee when hovering or focusing links inside it
  465.  document.addEventListener("DOMContentLoaded", function () {
  466.    const marquee = document.getElementById("newsMarquee");
  467.    if (!marquee) return;
  468.  
  469.    marquee.querySelectorAll("a").forEach((link) => {
  470.      link.addEventListener("mouseenter", () => marquee.stop());
  471.      link.addEventListener("mouseleave", () => marquee.start());
  472.      // keyboard accessibility
  473.      link.addEventListener("focus", () => marquee.stop());
  474.      link.addEventListener("blur", () => marquee.start());
  475.    });
  476.  });
  477. </script>
  478.  
  479.  
  480.  
  481.            
  482.  
  483.  
  484.  
  485.  
  486.  
  487.  
  488. <header class="custom-header mb-4">
  489.    <!-- Logo Section - Top Centered -->
  490.    <div class="logo-container">
  491.        <div class="container-fluid fluid-container">
  492.            <a class="brand-link" href="/">
  493.                
  494.                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/8d9c1975-7812-4c12-ab6a-a0925cf11a2f_logo.png" alt="Spin Today Blog" />
  495.                
  496.            </a>
  497.        </div>
  498.    </div>
  499.  
  500.    <!-- Navigation Section -->
  501.    <div class="navigation-container">
  502.        <div class="container-fluid fluid-container">
  503.            <div class="nav-content">
  504.                <!-- Mobile toggle button -->
  505.                <button class="mobile-nav-toggle" type="button" onclick="toggleNav()">
  506.                    <svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  507.                        <line x1="3" y1="6" x2="21" y2="6"></line>
  508.                        <line x1="3" y1="12" x2="21" y2="12"></line>
  509.                        <line x1="3" y1="18" x2="21" y2="18"></line>
  510.                    </svg>
  511.                </button>
  512.  
  513.                <!-- Navigation Links - Left Side -->
  514.                <nav class="primary-nav navbar navbar-expand-lg">
  515.                    <ul class="navbar-nav align-items-center me-auto mb-2 mb-lg-0">
  516.  
  517.                        
  518.                        <li class="nav-item">
  519.                            <a href="/" class="nav-link active">HOME</a>
  520.                        </li>
  521.                        
  522.                        
  523.                         <li class="nav-item">
  524.                            <a href="/category/all-posts/" class="nav-link">
  525.                                ALL POSTS
  526.                            </a>
  527.                            </li>
  528.  
  529.                            
  530.  
  531.                                    
  532.                                    
  533.                            
  534.                         <li class="nav-item">
  535.                            <a href="/category/business/" class="nav-link">
  536.                                BUSINESS
  537.                            </a>
  538.                            </li>
  539.  
  540.                            
  541.  
  542.                                    
  543.                                    
  544.                            
  545.                         <li class="nav-item">
  546.                            <a href="/category/esports/" class="nav-link">
  547.                                ESPORTS
  548.                            </a>
  549.                            </li>
  550.  
  551.                            
  552.  
  553.                                    
  554.                                    
  555.                            
  556.                         <li class="nav-item">
  557.                            <a href="/category/fashion/" class="nav-link">
  558.                                FASHION
  559.                            </a>
  560.                            </li>
  561.  
  562.                            
  563.  
  564.                                    
  565.                                    
  566.                            
  567.                         <li class="nav-item">
  568.                            <a href="/category/featured/" class="nav-link">
  569.                                FEATURED
  570.                            </a>
  571.                            </li>
  572.  
  573.                            
  574.  
  575.                                    
  576.                                    
  577.                            
  578.                        
  579.                            
  580.                            <li class="nav-item dropdown">
  581.                                <a class="nav-link dropdown-toggle" href="#" id="moreDropdown" role="button"
  582.                                    data-bs-toggle="dropdown" aria-expanded="false">
  583.                                    More
  584.                                </a>
  585.                                <ul class="dropdown-menu" aria-labelledby="moreDropdown">
  586.                                    <li>
  587.                                        <a class="dropdown-item"
  588.                                            href="/category/gaming/">
  589.                                            GAMING
  590.                                        </a>
  591.                                    </li>
  592.  
  593.                                    
  594.  
  595.                                    
  596.                                    
  597.                            
  598.                        
  599.                                    <li>
  600.                                        <a class="dropdown-item"
  601.                                            href="/category/health/">
  602.                                            HEALTH
  603.                                        </a>
  604.                                    </li>
  605.                                    
  606.  
  607.                                    
  608.                                    
  609.                            
  610.                        
  611.                                    <li>
  612.                                        <a class="dropdown-item"
  613.                                            href="/category/life-fitness/">
  614.                                            LIFE &amp; FITNESS
  615.                                        </a>
  616.                                    </li>
  617.                                    
  618.  
  619.                                    
  620.                                    
  621.                            
  622.                        
  623.                                    <li>
  624.                                        <a class="dropdown-item"
  625.                                            href="/category/lifestyle/">
  626.                                            LIFESTYLE
  627.                                        </a>
  628.                                    </li>
  629.                                    
  630.  
  631.                                    
  632.                                    
  633.                            
  634.                        
  635.                                    <li>
  636.                                        <a class="dropdown-item"
  637.                                            href="/category/news/">
  638.                                            NEWS
  639.                                        </a>
  640.                                    </li>
  641.                                    
  642.  
  643.                                    
  644.                                    
  645.                            
  646.                        
  647.                                    <li>
  648.                                        <a class="dropdown-item"
  649.                                            href="/category/others/">
  650.                                            OTHERS
  651.                                        </a>
  652.                                    </li>
  653.                                    
  654.  
  655.                                    
  656.                                    
  657.                            
  658.                        
  659.                                    <li>
  660.                                        <a class="dropdown-item"
  661.                                            href="/category/politics/">
  662.                                            POLITICS
  663.                                        </a>
  664.                                    </li>
  665.                                    
  666.  
  667.                                    
  668.                                    
  669.                            
  670.                        
  671.                                    <li>
  672.                                        <a class="dropdown-item"
  673.                                            href="/category/sports/">
  674.                                            SPORTS
  675.                                        </a>
  676.                                    </li>
  677.                                    
  678.  
  679.                                    
  680.                                    
  681.                            
  682.                        
  683.                                    <li>
  684.                                        <a class="dropdown-item"
  685.                                            href="/category/tech/">
  686.                                            TECH
  687.                                        </a>
  688.                                    </li>
  689.                                    
  690.  
  691.                                    
  692.                                    
  693.                            
  694.                        
  695.                                    <li>
  696.                                        <a class="dropdown-item"
  697.                                            href="/category/travel/">
  698.                                            TRAVEL
  699.                                        </a>
  700.                                    </li>
  701.                                    
  702.  
  703.                                    
  704.                                    
  705.                                </ul>
  706.                            </li>
  707.                            
  708.                            
  709. <li>
  710.                  <a href="/page/contact-us/">
  711.                     Contact Us
  712.                  </a>
  713.              </li>
  714.                    </ul>
  715.                </nav>
  716.  
  717.  
  718.                <!-- Search - Right Side -->
  719.                <div class="search-wrapper">
  720.                    <input type="search" class="search-input-field" placeholder="Search...">
  721.                    <!-- <button class="search-submit-btn" type="submit">
  722.                        <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  723.                            stroke-width="2">
  724.                            <circle cx="11" cy="11" r="8"></circle>
  725.                            <path d="m21 21-4.35-4.35"></path>
  726.                        </svg>
  727.                    </button> -->
  728.                        <!-- The search results will be displayed here -->
  729.          <div id="search-results" class="search-results-container search-v1"></div>
  730.                </div>
  731.            </div>
  732.        </div>
  733.    </div>
  734. </header>
  735.  
  736.  
  737. <script>
  738.    function toggleNav() {
  739.        const nav = document.getElementById('primaryNav');
  740.        const toggle = document.querySelector('.mobile-nav-toggle');
  741.  
  742.        nav.classList.toggle('show');
  743.        toggle.classList.toggle('active');
  744.    }
  745.  
  746.    // Close nav when clicking outside
  747.    document.addEventListener('click', function (event) {
  748.        const nav = document.getElementById('primaryNav');
  749.        const toggle = document.querySelector('.mobile-nav-toggle');
  750.  
  751.        if (!nav.contains(event.target) && !toggle.contains(event.target)) {
  752.            nav.classList.remove('show');
  753.            toggle.classList.remove('active');
  754.        }
  755.    });
  756.  
  757.    // Close nav when window is resized to desktop
  758.    window.addEventListener('resize', function () {
  759.        if (window.innerWidth > 768) {
  760.            document.getElementById('primaryNav').classList.remove('show');
  761.            document.querySelector('.mobile-nav-toggle').classList.remove('active');
  762.        }
  763.    });
  764.  
  765. </script>
  766.  
  767. <style>
  768.    .custom-header {
  769.        background: var(--navbar-bg);
  770.        border-bottom: 1px solid var(--border-color);
  771.        position: sticky;
  772.        top: 0;
  773.        z-index: 1000;
  774.        padding: 0px 10px;
  775.    }
  776.  
  777.    /* Logo Section - Top Centered */
  778.    .logo-container {
  779.        text-align: center;
  780.        padding: 10px 0;
  781.        background: var(--navbar-bg);
  782.        border-bottom: 1px solid var(--border-color);
  783.    }
  784.  
  785.    .brand-link {
  786.        display: inline-flex;
  787.        align-items: center;
  788.        text-decoration: none;
  789.    }
  790.  
  791.    .brand-link img {
  792.        height: 100px;
  793.        width: auto;
  794.    }
  795.  
  796.    /* Navigation Section */
  797.    .navigation-container {
  798.        background: var(--navbar-bg);
  799.        padding: 0;
  800.    }
  801.  
  802.    .nav-content {
  803.        display: flex;
  804.        align-items: center;
  805.        justify-content: space-between;
  806.        min-height: 60px;
  807.        position: relative;
  808.    }
  809.  
  810.    /* Mobile toggle button */
  811.    .mobile-nav-toggle {
  812.        display: none;
  813.        background: var(--navbar-bg);
  814.        border: 2px solid var(--bs-primary);
  815.        color: var(--navbar-color);
  816.        padding: 8px;
  817.        border-radius: 12px;
  818.        cursor: pointer;
  819.        transition: all 0.3s ease;
  820.    }
  821.  
  822.    .mobile-nav-toggle:hover {
  823.        background: var(--bs-primary);
  824.        color: var(--link-color) !important;
  825.    }
  826.  
  827.    /* Navigation Links - Left Side */
  828.    .primary-nav {
  829.        flex: 1;
  830.    }
  831.  
  832.    .nav-links-list {
  833.        display: flex;
  834.        list-style: none;
  835.        margin: 0;
  836.        padding: 0;
  837.        gap: 5px;
  838.        align-items: center;
  839.    }
  840.  
  841.    .nav-item {
  842.        display: block;
  843.        padding: 8px 16px;
  844.        color: #333;
  845.        text-decoration: none;
  846.        font-weight: 500;
  847.        font-size: 14px;
  848.        text-transform: uppercase;
  849.        letter-spacing: 0.5px;
  850.        border-radius: 12px;
  851.        transition: all 0.3s ease;
  852.        white-space: nowrap;
  853.    }
  854.  
  855.    .nav-item:hover {
  856.        background: rgba(0, 123, 255, 0.19);
  857.        color: var(--navbar-color);
  858.    }
  859.  
  860.    .nav-item.active {
  861.        background: var(--bs-primary);
  862.        color: var(--link-color) !important;
  863.        box-shadow: 0 2px 8px rgba(0, 123, 255, 0.3);
  864.    }
  865.  
  866.    /* Search Container - Right Side */
  867.    .search-wrapper {
  868.        display: flex;
  869.        align-items: center;
  870.        gap: 8px;
  871.    }
  872.  
  873.    .search-input-field {
  874.        padding: 12px 18px;
  875.        border: 2px solid var(--border-color);
  876.        border-radius: 12px;
  877.        background: var(--navbar-bg);
  878.        color: var(--navbar-color);
  879.        font-size: 14px;
  880.        width: 250px;
  881.        transition: all 0.3s ease;
  882.    }
  883.  
  884.    .search-input-field::placeholder {
  885.        color: #6c757d;
  886.    }
  887.  
  888.    .search-input-field:focus {
  889.        outline: none;
  890.        background: white;
  891.        border-color: var(--bs-primary);
  892.        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  893.    }
  894.  
  895.    .search-submit-btn {
  896.        background: var(--bs-primary);
  897.        border: none;
  898.        color: white;
  899.        padding: 12px;
  900.        border-radius: 12px;
  901.        cursor: pointer;
  902.        transition: all 0.3s ease;
  903.        display: flex;
  904.        align-items: center;
  905.        justify-content: center;
  906.    }
  907.  
  908.    .search-submit-btn:hover {
  909.        transform: scale(1.05);
  910.        opacity: 0.7;
  911.    }
  912.  
  913.    /* Tablet responsiveness */
  914.    @media (max-width: 1200px) {
  915.        .nav-item {
  916.            font-size: 13px;
  917.        }
  918.  
  919.        .search-input-field {
  920.            width: 220px;
  921.        }
  922.    }
  923.  
  924.    @media (max-width: 1024px) {
  925.        .nav-item {
  926.            font-size: 13px;
  927.        }
  928.  
  929.        .search-input-field {
  930.            width: 200px;
  931.        }
  932.    }
  933.  
  934.    @media (max-width: 900px) {
  935.        .nav-item {
  936.            font-size: 12px;
  937.        }
  938.  
  939.        .search-input-field {
  940.            width: 180px;
  941.        }
  942.    }
  943.  
  944.    /* Mobile responsiveness */
  945.    @media (max-width: 768px) {
  946.        .container-fluid {
  947.            padding: 0 15px;
  948.        }
  949.  
  950.        .logo-container {
  951.            padding: 15px 0;
  952.        }
  953.  
  954.        .brand-link img {
  955.            height: 40px;
  956.        }
  957.  
  958.        /* Show mobile toggle */
  959.        .mobile-nav-toggle {
  960.            display: block;
  961.        }
  962.  
  963.        .nav-content {
  964.            min-height: 50px;
  965.            padding: 10px 0;
  966.        }
  967.  
  968.        /* Hide navigation on mobile by default */
  969.        .primary-nav {
  970.            position: absolute;
  971.            top: 100%;
  972.            left: 0;
  973.            right: 0;
  974.            background: var(--navbar-bg);
  975.            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  976.            border-radius: 0 0 10px 10px;
  977.            transform: translateY(-100%);
  978.            opacity: 0;
  979.            visibility: hidden;
  980.            transition: all 0.3s ease;
  981.            z-index: 999;
  982.        }
  983.  
  984.        /* Show navigation when toggled */
  985.        .primary-nav.show {
  986.            transform: translateY(0);
  987.            opacity: 1;
  988.            visibility: visible;
  989.        }
  990.  
  991.        .nav-links-list {
  992.            flex-direction: column;
  993.            gap: 0;
  994.            padding: 15px 0;
  995.        }
  996.  
  997.        .nav-item {
  998.            border-bottom: 1px solid #eee;
  999.            text-align: left;
  1000.            border-radius: 0;
  1001.            width: 100%;
  1002.        }
  1003.  
  1004.        .nav-item:last-child {
  1005.            border-bottom: none;
  1006.        }
  1007.  
  1008.        /* Search stays visible on mobile - right side */
  1009.        .search-wrapper {
  1010.            margin-left: auto;
  1011.        }
  1012.  
  1013.        .search-input-field {
  1014.            width: 160px;
  1015.            padding: 10px 15px;
  1016.            font-size: 13px;
  1017.        }
  1018.  
  1019.        .search-submit-btn {
  1020.            padding: 10px;
  1021.        }
  1022.    }
  1023.  
  1024.    @media (max-width: 576px) {
  1025.        .logo-container {
  1026.            padding: 12px 0;
  1027.        }
  1028.  
  1029.        .brand-link img {
  1030.            height: 35px;
  1031.        }
  1032.  
  1033.        .search-input-field {
  1034.            width: 140px;
  1035.            font-size: 12px;
  1036.        }
  1037.  
  1038.        .nav-content {
  1039.            gap: 10px;
  1040.        }
  1041.    }
  1042.  
  1043.    @media (max-width: 480px) {
  1044.        .container-fluid {
  1045.            padding: 0 10px;
  1046.        }
  1047.  
  1048.        .search-input-field {
  1049.            width: 120px;
  1050.        }
  1051.  
  1052.        .mobile-nav-toggle {
  1053.            padding: 6px;
  1054.        }
  1055.  
  1056.        .nav-item {
  1057.            font-size: 13px;
  1058.        }
  1059.    }
  1060.  
  1061.    @media (max-width: 400px) {
  1062.        .search-input-field {
  1063.            width: 100px;
  1064.            font-size: 11px;
  1065.            padding: 8px 12px;
  1066.        }
  1067.  
  1068.        .search-submit-btn {
  1069.            padding: 8px;
  1070.        }
  1071.  
  1072.        .search-submit-btn svg {
  1073.            width: 14px;
  1074.            height: 14px;
  1075.        }
  1076.    }
  1077.  
  1078.      /* search field */
  1079.  .search-results-container {
  1080.  position: absolute;
  1081.  top: 100%; /* Position it below the input field */
  1082.  left: 0;
  1083.  right: 0;
  1084.  background-color: white;
  1085.  border: 1px solid #ddd;
  1086.  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  1087.  max-height: 300px;
  1088.  overflow-y: auto;
  1089.  z-index: 1000;
  1090.  display: none; /* Initially hidden */
  1091. }
  1092.  
  1093. .search-results-container p {
  1094.  margin: 0;
  1095. }
  1096.  
  1097. .search-results-container .result-item {
  1098.  padding: 10px;
  1099.  cursor: pointer;
  1100. }
  1101.  
  1102. .search-results-container .result-item:hover {
  1103.  background-color: #f0f0f0;
  1104. }
  1105.  
  1106. </style>
  1107.  
  1108. <script>
  1109.  document.addEventListener("DOMContentLoaded", function () {
  1110.    const searchInput = document.querySelector(".search-input-field");
  1111.    const searchResults = document.getElementById("search-results");
  1112.  
  1113.    if (!searchInput || !searchResults) return; // Safety check
  1114.  
  1115.    // 🔍 Handle typing
  1116.    searchInput.addEventListener("keyup", function (e) {
  1117.      e.preventDefault();
  1118.  
  1119.      const query = searchInput.value.trim();
  1120.  
  1121.      if (query === "") {
  1122.        searchResults.innerHTML = "";
  1123.        searchResults.style.display = "none";
  1124.        return;
  1125.      }
  1126.  
  1127.      searchResults.style.display = "block";
  1128.  
  1129.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1130.        method: "GET",
  1131.        headers: {
  1132.          "X-Requested-With": "XMLHttpRequest",
  1133.        },
  1134.      })
  1135.        .then(response => response.json())
  1136.        .then(data => {
  1137.          if (data.html) {
  1138.            searchResults.innerHTML = data.html;
  1139.          } else {
  1140.            searchResults.innerHTML = "<p>No results found.</p>";
  1141.          }
  1142.        })
  1143.        .catch(error => {
  1144.          console.error("Error fetching search results:", error);
  1145.        });
  1146.    });
  1147.  
  1148.    // 🖱️ Close results when clicking outside
  1149.    document.addEventListener("click", function (e) {
  1150.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1151.        searchResults.style.display = "none";
  1152.      }
  1153.    });
  1154.  
  1155.    // ⌨️ Close results when pressing Escape
  1156.    document.addEventListener("keydown", function (e) {
  1157.      if (e.key === "Escape") {
  1158.        searchResults.style.display = "none";
  1159.      }
  1160.    });
  1161.  });
  1162. </script>
  1163.  
  1164.        </header>
  1165.        <!-- end of header -->
  1166.        <!-- start of wpo-blog-hero -->
  1167.        
  1168.  
  1169.  
  1170.  
  1171.  
  1172.  
  1173.  
  1174.  
  1175. <div class="blog-hero-v9">
  1176.  <div class="container-fluid fluid-container">
  1177.    <!-- Top Section: Split Layout -->
  1178.    <div class="row g-4 mb-5">
  1179.      <!-- Large Featured Article (Left) -->
  1180.      
  1181.              
  1182.      <div class="col-lg-8 col-12">
  1183.        <article class="large-featured">
  1184.          <div class="featured-image-container">
  1185.            
  1186.                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Antimicrobial Drugs: Recent Advances Are Great News, Yet Humanity Is Losing the Larger Battle" class="featured-image">
  1187.            
  1188.            <div class="category-tag bg-primary-gradient">News</div>
  1189.          </div>
  1190.          <div class="featured-content">
  1191.            <h1 class="featured-title"><a href="/antimicrobial-drugs-recent-advances-are-great-news-yet-humanity-is-losing-the-larger-battle/">
  1192.                                Antimicrobial Drugs: Recent Advances Are Great News, Yet Humanity Is Losing the Larger Battle
  1193.                            </a></h1>
  1194.            <p class="featured-summary"></p>
  1195.            <div class="article-meta">
  1196.              <div class="author-info">
  1197.                
  1198.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/f90e4169-80fb-4b37-ad21-e1c5909e98e2_profile.png" alt="Candace Smith" class="author-pic" >
  1199.                  
  1200.                <span class="author-name">Candace Smith</span>
  1201.                <span class="post-time">Jun 17, 2026</span>
  1202.              </div>
  1203.            </div>
  1204.          </div>
  1205.        </article>
  1206.      </div>
  1207.      
  1208.      
  1209.  
  1210.      <!-- Smaller Featured Articles (Right, Stacked) -->
  1211.      <div class="col-lg-4 col-12">
  1212.        <div class="stacked-features">
  1213.          
  1214.          <article class="small-featured">
  1215.            <div class="small-image-container">
  1216.              
  1217.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Maddie McCann Siblings Describe Alleged Stalker&#x27;s Behavior as Extremely Upsetting and Unsettling" class="small-image">
  1218.              
  1219.              <div class="category-tag bg-primary-gradient">News</div>
  1220.            </div>
  1221.            <div class="small-content">
  1222.              <h3 class="small-title"> <a href="/maddie-mccann-siblings-describe-alleged-stalkers-behavior-as-extremely-upsetting-and-unsettling/">
  1223.                                Maddie McCann Siblings Describe Alleged Stalker&#x27;s Behavior as Extremely Upsetting and Unsettling
  1224.                            </a></h3>
  1225.              <p class="compact-text"></p>
  1226.              <div class="small-meta">
  1227.                <span class="small-author">Candace Smith</span>
  1228.                <span class="small-date">Jun 16, 2026</span>
  1229.              </div>
  1230.            </div>
  1231.          </article>
  1232.      
  1233.          <article class="small-featured">
  1234.            <div class="small-image-container">
  1235.              
  1236.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Ukraine&#x27;s President Asserts Putin Sought Dialogue Following Cruise Missile Discussions" class="small-image">
  1237.              
  1238.              <div class="category-tag bg-primary-gradient">News</div>
  1239.            </div>
  1240.            <div class="small-content">
  1241.              <h3 class="small-title"> <a href="/ukraines-president-asserts-putin-sought-dialogue-following-cruise-missile-discussions/">
  1242.                                Ukraine&#x27;s President Asserts Putin Sought Dialogue Following Cruise Missile Discussions
  1243.                            </a></h3>
  1244.              <p class="compact-text"></p>
  1245.              <div class="small-meta">
  1246.                <span class="small-author">Candace Smith</span>
  1247.                <span class="small-date">Jun 16, 2026</span>
  1248.              </div>
  1249.            </div>
  1250.          </article>
  1251.      
  1252.        </div>
  1253.      </div>
  1254.    </div>
  1255.    <!-- Bottom Section: Three Compact Cards -->
  1256.    <div class="row g-4">
  1257.      
  1258.      <div class="col-lg-4 col-md-6 col-12">
  1259.        <article class="compact-card">
  1260.          <div class="compact-image">
  1261.            
  1262.                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Dyche &#x27;stunned&#x27; by &#x27;bizarre&#x27; VAR calls in &#x27;easy&#x27; game to officiate" >
  1263.            
  1264.            <div class="compact-category bg-primary-gradient">News</div>
  1265.          </div>
  1266.          <div class="compact-body">
  1267.            <h3 class="compact-title"> <a href="/dyche-stunned-by-bizarre-var-calls-in-easy-game-to-officiate/">
  1268.                                    Dyche &#x27;stunned&#x27; by &#x27;bizarre&#x27; VAR calls in &#x27;easy&#x27; game to officiate
  1269.                                </a></h3>
  1270.            <p class="compact-text"></p>
  1271.            <div class="compact-footer">
  1272.              <span class="compact-name">Candace Smith</span>
  1273.              <span class="compact-date">Jun 16</span>
  1274.            </div>
  1275.          </div>
  1276.        </article>
  1277.      </div>
  1278.      
  1279.      <div class="col-lg-4 col-md-6 col-12">
  1280.        <article class="compact-card">
  1281.          <div class="compact-image">
  1282.            
  1283.                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="The Reds facing disarray as Nottingham Forest dominate home ground for the second time with three-nil victory" >
  1284.            
  1285.            <div class="compact-category bg-primary-gradient">News</div>
  1286.          </div>
  1287.          <div class="compact-body">
  1288.            <h3 class="compact-title"> <a href="/the-reds-facing-disarray-as-nottingham-forest-dominate-home-ground-for-the-second-time-with-three-nil-victory/">
  1289.                                    The Reds facing disarray as Nottingham Forest dominate home ground for the second time with three-nil victory
  1290.                                </a></h3>
  1291.            <p class="compact-text"></p>
  1292.            <div class="compact-footer">
  1293.              <span class="compact-name">Candace Smith</span>
  1294.              <span class="compact-date">Jun 16</span>
  1295.            </div>
  1296.          </div>
  1297.        </article>
  1298.      </div>
  1299.      
  1300.    </div>
  1301.  </div>
  1302. </div>
  1303.  
  1304. <style>
  1305.  
  1306.  /* Large Featured Article */
  1307.  .large-featured {
  1308.    background: var(--card-bg, #ffffff);
  1309.    border-radius: 10px;
  1310.    overflow: hidden;
  1311.    transition: box-shadow 0.3s ease;
  1312.  }
  1313.  
  1314.  .large-featured:hover {
  1315.    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
  1316.  }
  1317.  
  1318.  .featured-image-container {
  1319.    position: relative;
  1320.    height: 350px;
  1321.    overflow: hidden;
  1322.  }
  1323.  
  1324.  .featured-image {
  1325.    width: 100%;
  1326.    height: 100%;
  1327.    object-fit: cover;
  1328.  }
  1329.  
  1330.  .featured-content {
  1331.    padding: 2rem;
  1332.  }
  1333.  
  1334.  .featured-title {
  1335.    font-size: 2.2rem;
  1336.    font-weight: 700;
  1337.    color: #111827;
  1338.    margin-bottom: 0.75rem;
  1339.    line-height: 1.3;
  1340.  }
  1341.  
  1342.  .featured-summary {
  1343.    font-size: 1rem;
  1344.    color: #4b5563;
  1345.    line-height: 1.6;
  1346.    margin-bottom: 1.25rem;
  1347.  }
  1348.  
  1349.  .article-meta {
  1350.    display: flex;
  1351.    align-items: center;
  1352.    gap: 0.75rem;
  1353.    font-size: 0.85rem;
  1354.    color: #6b7280;
  1355.  }
  1356.  
  1357.  .author-info {
  1358.    display: flex;
  1359.    align-items: center;
  1360.    gap: 0.5rem;
  1361.  }
  1362.  
  1363.  .author-pic {
  1364.    width: 36px;
  1365.    height: 36px;
  1366.    border-radius: 50%;
  1367.  }
  1368.  
  1369.  .author-name {
  1370.    font-weight: 600;
  1371.    color: #374151;
  1372.  }
  1373.  
  1374.  /* Smaller Featured Articles (Stacked) */
  1375.  .stacked-features {
  1376.    display: flex;
  1377.    flex-direction: column;
  1378.    gap: 1.5rem;
  1379.  }
  1380.  
  1381.  .small-featured {
  1382.    background: var(--card-bg, #ffffff);
  1383.    border-radius: 10px;
  1384.    overflow: hidden;
  1385.    transition: box-shadow 0.3s ease;
  1386.  }
  1387.  
  1388.  .small-featured:hover {
  1389.    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
  1390.  }
  1391.  
  1392.  .small-image-container {
  1393.    position: relative;
  1394.    height: 150px;
  1395.    overflow: hidden;
  1396.  }
  1397.  
  1398.  .small-image {
  1399.    width: 100%;
  1400.    height: 100%;
  1401.    object-fit: cover;
  1402.  }
  1403.  
  1404.  .small-content {
  1405.    padding: 1.25rem;
  1406.  }
  1407.  
  1408.  .small-title {
  1409.    font-size: 1.2rem;
  1410.    font-weight: 600;
  1411.    color: #111827;
  1412.    margin-bottom: 0.5rem;
  1413.  }
  1414.  
  1415.  .small-meta {
  1416.    display: flex;
  1417.    gap: 0.5rem;
  1418.    font-size: 0.8rem;
  1419.    color: #6b7280;
  1420.  }
  1421.  
  1422.  /* Category Tags - Gradient for Difference */
  1423.  .category-tag {
  1424.    position: absolute;
  1425.    top: 0.75rem;
  1426.    left: 0.75rem;
  1427.    padding: 0.3rem 1rem;
  1428.    font-size: 0.75rem;
  1429.    font-weight: 600;
  1430.    text-transform: uppercase;
  1431.    color: white;
  1432.    border-radius: 15px; /* Soft pill shape */
  1433.  }
  1434.  
  1435.  
  1436.  
  1437.  /* Compact Cards - Borderless */
  1438.  .compact-card {
  1439.    background: var(--card-bg, #ffffff);
  1440.    border-radius: 10px;
  1441.    overflow: hidden;
  1442.    transition: box-shadow 0.3s ease;
  1443.  }
  1444.  
  1445.  .compact-card:hover {
  1446.    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
  1447.  }
  1448.  
  1449.  .compact-image {
  1450.    position: relative;
  1451.    height: 180px;
  1452.    overflow: hidden;
  1453.  }
  1454.  
  1455.  .compact-image img {
  1456.    width: 100%;
  1457.    height: 100%;
  1458.    object-fit: cover;
  1459.  }
  1460.  
  1461.  .compact-category {
  1462.    position: absolute;
  1463.    top: 0.75rem;
  1464.    left: 0.75rem;
  1465.    padding: 0.3rem 0.8rem;
  1466.    font-size: 0.7rem;
  1467.    border-radius: 15px;
  1468.    color: white;
  1469.  }
  1470.  
  1471.  .compact-body {
  1472.    padding: 1.5rem;
  1473.  }
  1474.  
  1475.  .compact-title {
  1476.    font-size: 1.1rem;
  1477.    font-weight: 600;
  1478.    color: #111827;
  1479.    margin-bottom: 0.5rem;
  1480.  }
  1481.  
  1482.  .compact-text {
  1483.    font-size: 0.9rem;
  1484.    color: #4b5563;
  1485.    line-height: 1.5;
  1486.    margin-bottom: 1rem;
  1487.  }
  1488.  
  1489.  .compact-footer {
  1490.    display: flex;
  1491.    justify-content: space-between;
  1492.    font-size: 0.8rem;
  1493.    color: #6b7280;
  1494.  }
  1495.  
  1496.  /* Responsive Design */
  1497.  @media (max-width: 992px) {
  1498.    .featured-image-container {
  1499.      height: 280px;
  1500.    }
  1501.  
  1502.    .featured-title {
  1503.      font-size: 1.8rem;
  1504.    }
  1505.  
  1506.    .small-image-container {
  1507.      height: 120px;
  1508.    }
  1509.  }
  1510.  
  1511.  @media (max-width: 768px) {
  1512.    .featured-content,
  1513.    .small-content,
  1514.    .compact-body {
  1515.      padding: 1.25rem;
  1516.    }
  1517.  
  1518.    .compact-image {
  1519.      height: 150px;
  1520.    }
  1521.  }
  1522.  
  1523.  @media (max-width: 576px) {
  1524.    .featured-title {
  1525.      font-size: 1.5rem;
  1526.    }
  1527.  
  1528.    .small-title,
  1529.    .compact-title {
  1530.      font-size: 1rem;
  1531.    }
  1532.  }
  1533. </style>
  1534.  
  1535.  
  1536.  
  1537.  
  1538.        <!-- end of wpo-blog-hero -->
  1539.  
  1540.        <!-- start of wpo-breacking-news -->
  1541.        
  1542.        <!-- end of wpo-breacking-news -->
  1543.        
  1544.        <!-- start wpo-blog-highlights-section -->
  1545.        
  1546.  
  1547.  
  1548.  
  1549.    
  1550.  
  1551.  
  1552.  <style>
  1553.    /* Section Header */
  1554.    .section-header-v9 {
  1555.      text-align: center;
  1556.      margin-bottom: 20px;
  1557.    }
  1558.    
  1559.    .section-title-v9 {
  1560.      font-size: 3rem;
  1561.      font-weight: 700;
  1562.      color: var(--topbar-color);
  1563.      margin-bottom: 20px;
  1564.      text-transform: uppercase;
  1565.    }
  1566.    
  1567.    .section-subtitle-v9 {
  1568.      font-size: 1.2rem;
  1569.      color: var(--topbar-color);
  1570.      opacity: 0.5;
  1571.      max-width: 800px;
  1572.      margin: 0 auto;
  1573.      line-height: 1.8;
  1574.    }
  1575.        
  1576.    /* Blog Card */
  1577.    .blog-card-v9 {
  1578.      background: var(--card-bg);
  1579.      border: 1px solid var(--border-color);
  1580.      border-radius: 8px;
  1581.      margin-bottom: 30px;
  1582.      overflow: hidden;
  1583.      opacity: 0;
  1584.      transition: opacity 0.5s ease, box-shadow 0.3s ease;
  1585.    }
  1586.    
  1587.    .blog-card-v9.fade-in {
  1588.      opacity: 1;
  1589.    }
  1590.    
  1591.    @keyframes fadeIn {
  1592.      from {
  1593.        opacity: 0;
  1594.      }
  1595.      to {
  1596.        opacity: 1;
  1597.      }
  1598.    }
  1599.    
  1600.    .blog-card-v9:hover {
  1601.      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  1602.    }
  1603.    
  1604.    /* Blog Image */
  1605.    .blog-image-container-v9 {
  1606.      width: 100%;
  1607.      aspect-ratio: 16/9; /* 👈 maintains clean ratio */
  1608.      overflow: hidden;
  1609.    }
  1610.    
  1611.    .blog-image-v9 {
  1612.      width: 100%;
  1613.      height: 100%;
  1614.    }
  1615.    
  1616.    .blog-image-v9 img {
  1617.      width: 100%;
  1618.      height: 100%;
  1619.      object-fit: cover;
  1620.      display: block;
  1621.    }
  1622.    
  1623.    /* Blog Content */
  1624.    .blog-content-v9 {
  1625.      padding: 20px;
  1626.    }
  1627.    
  1628.    .blog-title-v9 {
  1629.      font-size: 1.2rem;
  1630.      font-weight: 600;
  1631.      margin-bottom: 15px;
  1632.      color: var(--topbar-color) !important;
  1633.      text-transform: capitalize;
  1634.    }
  1635.    
  1636.    .blog-meta-v9 {
  1637.      display: flex;
  1638.      align-items: center;
  1639.      gap: 10px;
  1640.      font-size: 0.9rem;
  1641.      color: var(--topbar-color);
  1642.      margin-bottom: 10px;
  1643.    }
  1644.    
  1645.    .blog-meta-v9 span {
  1646.      display: inline-block;
  1647.    }
  1648.    
  1649.    .blog-excerpt-v9 {
  1650.      font-size: 1rem;
  1651.      color: var(--topbar-color);
  1652.      opacity: .6;
  1653.      margin-bottom: 15px;
  1654.      line-height: 1.6;
  1655.    }
  1656.    
  1657.    .blog-actions-v9 {
  1658.      display: flex;
  1659.      justify-content: flex-start;
  1660.    }
  1661.    
  1662.    .blog-read-more-v9 {
  1663.      font-size: 1rem;
  1664.      color: var(--topbar-color);
  1665.      text-decoration: none;
  1666.      transition: color 0.3s ease;
  1667.    }
  1668.    
  1669.    .blog-read-more-v9:hover {
  1670.      color: #2980b9 !important;
  1671.    }
  1672.    
  1673.    /* Responsive Design */
  1674.    @media (max-width: 768px) {
  1675.      .section-title-v9 {
  1676.        font-size: 2.5rem;
  1677.      }
  1678.    
  1679.      .blog-card-v9 {
  1680.        margin-bottom: 20px;
  1681.      }
  1682.    
  1683.      .blog-meta-v9 {
  1684.        font-size: 0.8rem;
  1685.      }
  1686.    
  1687.      .blog-image-container-v9 {
  1688.        aspect-ratio: 4/3; /* 👈 mobile friendly ratio */
  1689.      }
  1690.    }
  1691.  </style>
  1692.  
  1693.  <section class="blog-highlights-v9 mt-5">
  1694.    <div class="container-fluid fluid-container">
  1695.      <!-- Section Header -->
  1696.      <div class="row justify-content-center">
  1697.        <div class="col-12 col-lg-10">
  1698.          <div class="section-header-v9">
  1699.            <h2 class="section-title-v9 mb-0">
  1700.                Today's Top Highlights
  1701.                   </h2>
  1702.            <p class="section-subtitle-v9">Explore the intersection of technology and creativity through storytelling in the digital era.</p>
  1703.          </div>
  1704.        </div>
  1705.      </div>
  1706.  
  1707.      <!-- Blog Grid -->
  1708.      <div class="row ">
  1709.        <div class="col-lg-8">
  1710.          <div class="row d-flex justify-content-center">
  1711.            
  1712.              <div class="col-md-6 pb-3">
  1713.                <article class="blog-card-v9 h-100">
  1714.                  <div class="blog-image-container-v9">
  1715.                    <div class="blog-image-v9">
  1716.                      
  1717.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1718.                      
  1719.                    </div>
  1720.                  </div>
  1721.                  <div class="blog-content-v9">
  1722.                    <h3 class="blog-title-v9 "><a class="top-color" href="/englands-rugby-strategy-revamp-playing-the-generation-game-against-the-all-blacks/">England&#x27;s Rugby Strategy Revamp: Playing the Generation Game Against the All Blacks</a></h3>
  1723.                    <div class="blog-meta-v9">
  1724.                      <span>By <strong>Candace Smith</strong></span>
  1725.                      <span>•</span>
  1726.                      <span>16 Jun 2026</span>
  1727.                    </div>
  1728.                    <p class="blog-excerpt-v9"></p>
  1729.                    <div class="blog-actions-v9">
  1730.                      <a href="/englands-rugby-strategy-revamp-playing-the-generation-game-against-the-all-blacks/" class="blog-read-more-v9">Read More →</a>
  1731.                    </div>
  1732.                  </div>
  1733.                </article>
  1734.              </div>
  1735.            
  1736.              <div class="col-md-6 pb-3">
  1737.                <article class="blog-card-v9 h-100">
  1738.                  <div class="blog-image-container-v9">
  1739.                    <div class="blog-image-v9">
  1740.                      
  1741.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1742.                      
  1743.                    </div>
  1744.                  </div>
  1745.                  <div class="blog-content-v9">
  1746.                    <h3 class="blog-title-v9 "><a class="top-color" href="/where-does-the-crackdown-on-britains-democratic-freedoms-end-it-began-with-palestine-demonstrations/">Where Does the Crackdown on Britain&#x27;s Democratic Freedoms End? It Began with Palestine Demonstrations</a></h3>
  1747.                    <div class="blog-meta-v9">
  1748.                      <span>By <strong>Candace Smith</strong></span>
  1749.                      <span>•</span>
  1750.                      <span>16 Jun 2026</span>
  1751.                    </div>
  1752.                    <p class="blog-excerpt-v9"></p>
  1753.                    <div class="blog-actions-v9">
  1754.                      <a href="/where-does-the-crackdown-on-britains-democratic-freedoms-end-it-began-with-palestine-demonstrations/" class="blog-read-more-v9">Read More →</a>
  1755.                    </div>
  1756.                  </div>
  1757.                </article>
  1758.              </div>
  1759.            
  1760.              <div class="col-md-6 pb-3">
  1761.                <article class="blog-card-v9 h-100">
  1762.                  <div class="blog-image-container-v9">
  1763.                    <div class="blog-image-v9">
  1764.                      
  1765.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1766.                      
  1767.                    </div>
  1768.                  </div>
  1769.                  <div class="blog-content-v9">
  1770.                    <h3 class="blog-title-v9 "><a class="top-color" href="/an-exercise-in-passive-aggressive-self-defense/">An Exercise in Passive-Aggressive Self-Defense</a></h3>
  1771.                    <div class="blog-meta-v9">
  1772.                      <span>By <strong>Candace Smith</strong></span>
  1773.                      <span>•</span>
  1774.                      <span>16 Jun 2026</span>
  1775.                    </div>
  1776.                    <p class="blog-excerpt-v9"></p>
  1777.                    <div class="blog-actions-v9">
  1778.                      <a href="/an-exercise-in-passive-aggressive-self-defense/" class="blog-read-more-v9">Read More →</a>
  1779.                    </div>
  1780.                  </div>
  1781.                </article>
  1782.              </div>
  1783.            
  1784.              <div class="col-md-6 pb-3">
  1785.                <article class="blog-card-v9 h-100">
  1786.                  <div class="blog-image-container-v9">
  1787.                    <div class="blog-image-v9">
  1788.                      
  1789.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1790.                      
  1791.                    </div>
  1792.                  </div>
  1793.                  <div class="blog-content-v9">
  1794.                    <h3 class="blog-title-v9 "><a class="top-color" href="/heartbreaking-death-of-humpback-whale-calf-along-nsw-shoreline-following-getting-caught-in-protective-netting/">Heartbreaking Death of Humpback Whale Calf Along NSW Shoreline Following Getting Caught in Protective Netting</a></h3>
  1795.                    <div class="blog-meta-v9">
  1796.                      <span>By <strong>Candace Smith</strong></span>
  1797.                      <span>•</span>
  1798.                      <span>16 Jun 2026</span>
  1799.                    </div>
  1800.                    <p class="blog-excerpt-v9"></p>
  1801.                    <div class="blog-actions-v9">
  1802.                      <a href="/heartbreaking-death-of-humpback-whale-calf-along-nsw-shoreline-following-getting-caught-in-protective-netting/" class="blog-read-more-v9">Read More →</a>
  1803.                    </div>
  1804.                  </div>
  1805.                </article>
  1806.              </div>
  1807.            
  1808.              <div class="col-md-6 pb-3">
  1809.                <article class="blog-card-v9 h-100">
  1810.                  <div class="blog-image-container-v9">
  1811.                    <div class="blog-image-v9">
  1812.                      
  1813.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1814.                      
  1815.                    </div>
  1816.                  </div>
  1817.                  <div class="blog-content-v9">
  1818.                    <h3 class="blog-title-v9 "><a class="top-color" href="/female-football-faces-significant-threats-yet-why-the-alarm-about-transgender-players/">Female Football Faces Significant Threats, Yet Why the Alarm About Transgender Players?</a></h3>
  1819.                    <div class="blog-meta-v9">
  1820.                      <span>By <strong>Candace Smith</strong></span>
  1821.                      <span>•</span>
  1822.                      <span>15 Jun 2026</span>
  1823.                    </div>
  1824.                    <p class="blog-excerpt-v9"></p>
  1825.                    <div class="blog-actions-v9">
  1826.                      <a href="/female-football-faces-significant-threats-yet-why-the-alarm-about-transgender-players/" class="blog-read-more-v9">Read More →</a>
  1827.                    </div>
  1828.                  </div>
  1829.                </article>
  1830.              </div>
  1831.            
  1832.              <div class="col-md-6 pb-3">
  1833.                <article class="blog-card-v9 h-100">
  1834.                  <div class="blog-image-container-v9">
  1835.                    <div class="blog-image-v9">
  1836.                      
  1837.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1838.                      
  1839.                    </div>
  1840.                  </div>
  1841.                  <div class="blog-content-v9">
  1842.                    <h3 class="blog-title-v9 "><a class="top-color" href="/tempest-claudia-delivers-additional-flooding-to-portugal-and-the-spanish-territory/">Tempest Claudia Delivers Additional Flooding to Portugal and the Spanish territory</a></h3>
  1843.                    <div class="blog-meta-v9">
  1844.                      <span>By <strong>Candace Smith</strong></span>
  1845.                      <span>•</span>
  1846.                      <span>15 Jun 2026</span>
  1847.                    </div>
  1848.                    <p class="blog-excerpt-v9"></p>
  1849.                    <div class="blog-actions-v9">
  1850.                      <a href="/tempest-claudia-delivers-additional-flooding-to-portugal-and-the-spanish-territory/" class="blog-read-more-v9">Read More →</a>
  1851.                    </div>
  1852.                  </div>
  1853.                </article>
  1854.              </div>
  1855.            
  1856.              <div class="col-md-6 pb-3">
  1857.                <article class="blog-card-v9 h-100">
  1858.                  <div class="blog-image-container-v9">
  1859.                    <div class="blog-image-v9">
  1860.                      
  1861.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1862.                      
  1863.                    </div>
  1864.                  </div>
  1865.                  <div class="blog-content-v9">
  1866.                    <h3 class="blog-title-v9 "><a class="top-color" href="/arctic-ursine-maternal-figure-adopts-cub-in-infrequently-documented-instance/">Arctic Ursine Maternal Figure Adopts Cub in Infrequently Documented Instance</a></h3>
  1867.                    <div class="blog-meta-v9">
  1868.                      <span>By <strong>Candace Smith</strong></span>
  1869.                      <span>•</span>
  1870.                      <span>15 Jun 2026</span>
  1871.                    </div>
  1872.                    <p class="blog-excerpt-v9"></p>
  1873.                    <div class="blog-actions-v9">
  1874.                      <a href="/arctic-ursine-maternal-figure-adopts-cub-in-infrequently-documented-instance/" class="blog-read-more-v9">Read More →</a>
  1875.                    </div>
  1876.                  </div>
  1877.                </article>
  1878.              </div>
  1879.            
  1880.              <div class="col-md-6 pb-3">
  1881.                <article class="blog-card-v9 h-100">
  1882.                  <div class="blog-image-container-v9">
  1883.                    <div class="blog-image-v9">
  1884.                      
  1885.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1886.                      
  1887.                    </div>
  1888.                  </div>
  1889.                  <div class="blog-content-v9">
  1890.                    <h3 class="blog-title-v9 "><a class="top-color" href="/the-danish-government-establishes-special-watch-operation-to-observe-president-trump-following-arctic-dispute/">The Danish government Establishes Special Watch Operation to Observe President Trump Following Arctic Dispute</a></h3>
  1891.                    <div class="blog-meta-v9">
  1892.                      <span>By <strong>Candace Smith</strong></span>
  1893.                      <span>•</span>
  1894.                      <span>15 Jun 2026</span>
  1895.                    </div>
  1896.                    <p class="blog-excerpt-v9"></p>
  1897.                    <div class="blog-actions-v9">
  1898.                      <a href="/the-danish-government-establishes-special-watch-operation-to-observe-president-trump-following-arctic-dispute/" class="blog-read-more-v9">Read More →</a>
  1899.                    </div>
  1900.                  </div>
  1901.                </article>
  1902.              </div>
  1903.            
  1904.              <div class="col-md-6 pb-3">
  1905.                <article class="blog-card-v9 h-100">
  1906.                  <div class="blog-image-container-v9">
  1907.                    <div class="blog-image-v9">
  1908.                      
  1909.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1910.                      
  1911.                    </div>
  1912.                  </div>
  1913.                  <div class="blog-content-v9">
  1914.                    <h3 class="blog-title-v9 "><a class="top-color" href="/person-that-grabbed-ariana-grande-on-the-occasion-of-movie-premiere-banned-from-singapore/">Person That Grabbed Ariana Grande on the occasion of Movie Premiere Banned from Singapore</a></h3>
  1915.                    <div class="blog-meta-v9">
  1916.                      <span>By <strong>Candace Smith</strong></span>
  1917.                      <span>•</span>
  1918.                      <span>15 Jun 2026</span>
  1919.                    </div>
  1920.                    <p class="blog-excerpt-v9"></p>
  1921.                    <div class="blog-actions-v9">
  1922.                      <a href="/person-that-grabbed-ariana-grande-on-the-occasion-of-movie-premiere-banned-from-singapore/" class="blog-read-more-v9">Read More →</a>
  1923.                    </div>
  1924.                  </div>
  1925.                </article>
  1926.              </div>
  1927.            
  1928.              <div class="col-md-6 pb-3">
  1929.                <article class="blog-card-v9 h-100">
  1930.                  <div class="blog-image-container-v9">
  1931.                    <div class="blog-image-v9">
  1932.                      
  1933.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1934.                      
  1935.                    </div>
  1936.                  </div>
  1937.                  <div class="blog-content-v9">
  1938.                    <h3 class="blog-title-v9 "><a class="top-color" href="/elena-rybakina-defeats-sabalenka-to-claim-historic-4m-prize/">Elena Rybakina Defeats Sabalenka to Claim Historic £4m Prize</a></h3>
  1939.                    <div class="blog-meta-v9">
  1940.                      <span>By <strong>Candace Smith</strong></span>
  1941.                      <span>•</span>
  1942.                      <span>15 Jun 2026</span>
  1943.                    </div>
  1944.                    <p class="blog-excerpt-v9"></p>
  1945.                    <div class="blog-actions-v9">
  1946.                      <a href="/elena-rybakina-defeats-sabalenka-to-claim-historic-4m-prize/" class="blog-read-more-v9">Read More →</a>
  1947.                    </div>
  1948.                  </div>
  1949.                </article>
  1950.              </div>
  1951.            
  1952.              <div class="col-md-6 pb-3">
  1953.                <article class="blog-card-v9 h-100">
  1954.                  <div class="blog-image-container-v9">
  1955.                    <div class="blog-image-v9">
  1956.                      
  1957.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1958.                      
  1959.                    </div>
  1960.                  </div>
  1961.                  <div class="blog-content-v9">
  1962.                    <h3 class="blog-title-v9 "><a class="top-color" href="/tierney-kenny-mclean-send-the-scottish-team-to-fifa-world-cup-with-electrifying-win-against-the-danish-side/">Tierney &amp; Kenny McLean Send the Scottish Team to FIFA World Cup with Electrifying Win Against the Danish Side</a></h3>
  1963.                    <div class="blog-meta-v9">
  1964.                      <span>By <strong>Candace Smith</strong></span>
  1965.                      <span>•</span>
  1966.                      <span>15 Jun 2026</span>
  1967.                    </div>
  1968.                    <p class="blog-excerpt-v9"></p>
  1969.                    <div class="blog-actions-v9">
  1970.                      <a href="/tierney-kenny-mclean-send-the-scottish-team-to-fifa-world-cup-with-electrifying-win-against-the-danish-side/" class="blog-read-more-v9">Read More →</a>
  1971.                    </div>
  1972.                  </div>
  1973.                </article>
  1974.              </div>
  1975.            
  1976.              <div class="col-md-6 pb-3">
  1977.                <article class="blog-card-v9 h-100">
  1978.                  <div class="blog-image-container-v9">
  1979.                    <div class="blog-image-v9">
  1980.                      
  1981.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1982.                      
  1983.                    </div>
  1984.                  </div>
  1985.                  <div class="blog-content-v9">
  1986.                    <h3 class="blog-title-v9 "><a class="top-color" href="/trump-dreams-of-everlasting-tranquility-as-supporters-give-strong-clues-to-nobel-committee/">Trump Dreams of &#x27;Everlasting Tranquility&#x27; as Supporters Give Strong Clues to Nobel Committee</a></h3>
  1987.                    <div class="blog-meta-v9">
  1988.                      <span>By <strong>Candace Smith</strong></span>
  1989.                      <span>•</span>
  1990.                      <span>15 Jun 2026</span>
  1991.                    </div>
  1992.                    <p class="blog-excerpt-v9"></p>
  1993.                    <div class="blog-actions-v9">
  1994.                      <a href="/trump-dreams-of-everlasting-tranquility-as-supporters-give-strong-clues-to-nobel-committee/" class="blog-read-more-v9">Read More →</a>
  1995.                    </div>
  1996.                  </div>
  1997.                </article>
  1998.              </div>
  1999.            
  2000.            
  2001.  
  2002.          </div>
  2003.        </div>
  2004.  
  2005.       <div class="col col-lg-4 col-12">
  2006.                
  2007.  
  2008.  
  2009.  
  2010.    
  2011.  
  2012.  
  2013. <!-- Blog Sidebar V2 - Focused Design -->
  2014.  <div class="sidebar mb-3">
  2015.    <!-- Recent Posts Section -->
  2016.    <div class="sidebar-widget mb-4">
  2017.      <div class="widget-title-wrapper mb-3">
  2018.        <h4 class="widget-title bg-primary text-white  px-4 py-3 mb-0 position-relative">
  2019.          <i class="ti-time me-2"></i>Recent Posts
  2020.          <span class="title-arrow-primary"></span>
  2021.        </h4>
  2022.      </div>
  2023.      <div class="widget-content border border-light  shadow-sm rounded-3 p-4">
  2024.        <div class="recent-post-list">
  2025.          
  2026.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2027.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2028.              
  2029.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2030.              
  2031.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2032.            </div>
  2033.            <div class="post-content flex-grow-1">
  2034.              <h6 class="post-title mb-2">
  2035.                <a href="/stretching-two-thousand-six-hundred-and-eighty-nine-miles-the-planets-lengthiest-shoreline-trail-debuts-in-the-english-countryside/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2036.                                            Stretching Two thousand six hundred and eighty-nine Miles, the Planet&#x27;s Lengthiest Shoreline Trail Debuts in the English Countryside.
  2037.                                            </a>
  2038.              </h6>
  2039.              <div class="post-meta">
  2040.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>14 Jun 2026</small>
  2041.                <!-- <small class="text-muted">
  2042.                  <i class="ti-eye me-1"></i>348 views
  2043.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2044.                </small> -->
  2045.              </div>
  2046.            </div>
  2047.          </div>
  2048.          
  2049.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2050.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2051.              
  2052.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2053.              
  2054.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2055.            </div>
  2056.            <div class="post-content flex-grow-1">
  2057.              <h6 class="post-title mb-2">
  2058.                <a href="/international-monetary-funds-warning-britains-economic-system-runs-hot-for-business-gains-freezing-for-pay/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2059.                                            International Monetary Fund&#x27;s Warning: Britain&#x27;s Economic System Runs Hot for Business Gains, Freezing for Pay
  2060.                                            </a>
  2061.              </h6>
  2062.              <div class="post-meta">
  2063.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>14 Jun 2026</small>
  2064.                <!-- <small class="text-muted">
  2065.                  <i class="ti-eye me-1"></i>348 views
  2066.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2067.                </small> -->
  2068.              </div>
  2069.            </div>
  2070.          </div>
  2071.          
  2072.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2073.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2074.              
  2075.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2076.              
  2077.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2078.            </div>
  2079.            <div class="post-content flex-grow-1">
  2080.              <h6 class="post-title mb-2">
  2081.                <a href="/wildfires-ravage-western-australia-as-thermal-readings-skyrocket/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2082.                                            Wildfires Ravage Western Australia as Thermal Readings Skyrocket
  2083.                                            </a>
  2084.              </h6>
  2085.              <div class="post-meta">
  2086.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>14 Jun 2026</small>
  2087.                <!-- <small class="text-muted">
  2088.                  <i class="ti-eye me-1"></i>348 views
  2089.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2090.                </small> -->
  2091.              </div>
  2092.            </div>
  2093.          </div>
  2094.          
  2095.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2096.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2097.              
  2098.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2099.              
  2100.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2101.            </div>
  2102.            <div class="post-content flex-grow-1">
  2103.              <h6 class="post-title mb-2">
  2104.                <a href="/wolverhampton-wanderers-v-west-ham-brighton-v-burnley-and-more-football-live-updates/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2105.                                            Wolverhampton Wanderers v West Ham, Brighton v Burnley, and more – Football Live Updates.
  2106.                                            </a>
  2107.              </h6>
  2108.              <div class="post-meta">
  2109.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>14 Jun 2026</small>
  2110.                <!-- <small class="text-muted">
  2111.                  <i class="ti-eye me-1"></i>348 views
  2112.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2113.                </small> -->
  2114.              </div>
  2115.            </div>
  2116.          </div>
  2117.          
  2118.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2119.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2120.              
  2121.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2122.              
  2123.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2124.            </div>
  2125.            <div class="post-content flex-grow-1">
  2126.              <h6 class="post-title mb-2">
  2127.                <a href="/administration-appeals-to-top-court-following-failed-attempt-to-stop-snap-aid-directive/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2128.                                            Administration Appeals to Top Court Following Failed Attempt to Stop Snap Aid Directive
  2129.                                            </a>
  2130.              </h6>
  2131.              <div class="post-meta">
  2132.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>14 Jun 2026</small>
  2133.                <!-- <small class="text-muted">
  2134.                  <i class="ti-eye me-1"></i>348 views
  2135.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2136.                </small> -->
  2137.              </div>
  2138.            </div>
  2139.          </div>
  2140.          
  2141.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2142.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2143.              
  2144.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2145.              
  2146.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2147.            </div>
  2148.            <div class="post-content flex-grow-1">
  2149.              <h6 class="post-title mb-2">
  2150.                <a href="/sheffield-wednesday-receive-12-point-deduction-after-entering-administration/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2151.                                            Sheffield Wednesday Receive 12-Point Deduction After Entering Administration
  2152.                                            </a>
  2153.              </h6>
  2154.              <div class="post-meta">
  2155.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>14 Jun 2026</small>
  2156.                <!-- <small class="text-muted">
  2157.                  <i class="ti-eye me-1"></i>348 views
  2158.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2159.                </small> -->
  2160.              </div>
  2161.            </div>
  2162.          </div>
  2163.          
  2164.  
  2165.        </div>
  2166.  
  2167.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2168.          <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-plus me-1"></i>Load More Posts</a>
  2169.        </div> -->
  2170.      </div>
  2171.    </div>
  2172.    
  2173.    
  2174.    <div class="sidebar-widget mb-4">
  2175.      <div class="widget-title-wrapper mb-3">
  2176.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2177.          <i class="ti-calendar me-2"></i>June 2026 Blog Roll
  2178.          <span class="title-arrow"></span>
  2179.        </h4>
  2180.      </div>
  2181.      <div class="widget-content mb-3 border border-light shadow-sm rounded-3 p-4">
  2182.        <div class="blog-roll-list scrollable-sidebar">
  2183.          
  2184.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2185.            <a href="https://www.moneymakesense.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2186.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2187.                <i class="ti-angle-right me-2 text-primary"></i>
  2188.                 casino not on GAMSTOP
  2189.              </h6>
  2190.            </a>
  2191.          </div>
  2192.          
  2193.  
  2194.        </div>
  2195.  
  2196.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2197.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2198.        </div> -->
  2199.      </div>
  2200.    </div>
  2201.    
  2202.    <div class="sidebar-widget mb-4">
  2203.      <div class="widget-title-wrapper mb-3">
  2204.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2205.          <i class="ti-calendar me-2"></i>May 2026 Blog Roll
  2206.          <span class="title-arrow"></span>
  2207.        </h4>
  2208.      </div>
  2209.      <div class="widget-content mb-3 border border-light shadow-sm rounded-3 p-4">
  2210.        <div class="blog-roll-list scrollable-sidebar">
  2211.          
  2212.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2213.            <a href="https://casinobeats.com/uk/online-casinos/casinos-not-on-gamstop/"  rel="dofollow" class="text-decoration-none ">
  2214.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2215.                <i class="ti-angle-right me-2 text-primary"></i>
  2216.                 non gamstop casino
  2217.              </h6>
  2218.            </a>
  2219.          </div>
  2220.          
  2221.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2222.            <a href="https://esports-news.co.uk/online-casinos/"  rel="dofollow" class="text-decoration-none ">
  2223.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2224.                <i class="ti-angle-right me-2 text-primary"></i>
  2225.                 uk casinos not on gamstop
  2226.              </h6>
  2227.            </a>
  2228.          </div>
  2229.          
  2230.  
  2231.        </div>
  2232.  
  2233.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2234.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2235.        </div> -->
  2236.      </div>
  2237.    </div>
  2238.    
  2239.    <div class="sidebar-widget mb-4">
  2240.      <div class="widget-title-wrapper mb-3">
  2241.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2242.          <i class="ti-calendar me-2"></i>April 2026 Blog Roll
  2243.          <span class="title-arrow"></span>
  2244.        </h4>
  2245.      </div>
  2246.      <div class="widget-content mb-3 border border-light shadow-sm rounded-3 p-4">
  2247.        <div class="blog-roll-list scrollable-sidebar">
  2248.          
  2249.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2250.            <a href="https://www.adhdfoundation.org.uk"  rel="dofollow" class="text-decoration-none ">
  2251.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2252.                <i class="ti-angle-right me-2 text-primary"></i>
  2253.                 non gamstop casinos
  2254.              </h6>
  2255.            </a>
  2256.          </div>
  2257.          
  2258.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2259.            <a href="https://www.caerphilly.org.uk/"  rel="dofollow" class="text-decoration-none ">
  2260.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2261.                <i class="ti-angle-right me-2 text-primary"></i>
  2262.                 uk casinos not on gamstop
  2263.              </h6>
  2264.            </a>
  2265.          </div>
  2266.          
  2267.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2268.            <a href="https://cobdenchambers.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2269.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2270.                <i class="ti-angle-right me-2 text-primary"></i>
  2271.                 eu slots
  2272.              </h6>
  2273.            </a>
  2274.          </div>
  2275.          
  2276.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2277.            <a href="https://thegoldenfleeceyork.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2278.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2279.                <i class="ti-angle-right me-2 text-primary"></i>
  2280.                 online casino
  2281.              </h6>
  2282.            </a>
  2283.          </div>
  2284.          
  2285.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2286.            <a href="https://www.helptobuy.org.uk/"  rel="dofollow" class="text-decoration-none ">
  2287.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2288.                <i class="ti-angle-right me-2 text-primary"></i>
  2289.                 non gamstop casinos
  2290.              </h6>
  2291.            </a>
  2292.          </div>
  2293.          
  2294.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2295.            <a href="https://www.oceanacidification.org.uk/"  rel="dofollow" class="text-decoration-none ">
  2296.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2297.                <i class="ti-angle-right me-2 text-primary"></i>
  2298.                 non gamstop casino
  2299.              </h6>
  2300.            </a>
  2301.          </div>
  2302.          
  2303.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2304.            <a href="https://heyimhome.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2305.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2306.                <i class="ti-angle-right me-2 text-primary"></i>
  2307.                 casino sites
  2308.              </h6>
  2309.            </a>
  2310.          </div>
  2311.          
  2312.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2313.            <a href="https://www.stamina.org.uk/"  rel="dofollow" class="text-decoration-none ">
  2314.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2315.                <i class="ti-angle-right me-2 text-primary"></i>
  2316.                 Non Gamblock Casinos UK
  2317.              </h6>
  2318.            </a>
  2319.          </div>
  2320.          
  2321.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2322.            <a href="https://www.socialaffairsunit.org.uk"  rel="dofollow" class="text-decoration-none ">
  2323.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2324.                <i class="ti-angle-right me-2 text-primary"></i>
  2325.                 new UK bookmakers
  2326.              </h6>
  2327.            </a>
  2328.          </div>
  2329.          
  2330.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2331.            <a href="https://stokecontrent.co.uk"  rel="dofollow" class="text-decoration-none ">
  2332.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2333.                <i class="ti-angle-right me-2 text-primary"></i>
  2334.                 top non uk gambling sites for real money
  2335.              </h6>
  2336.            </a>
  2337.          </div>
  2338.          
  2339.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2340.            <a href="https://israelpremiertech.com"  rel="dofollow" class="text-decoration-none ">
  2341.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2342.                <i class="ti-angle-right me-2 text-primary"></i>
  2343.                 casinos not on GamStop
  2344.              </h6>
  2345.            </a>
  2346.          </div>
  2347.          
  2348.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2349.            <a href="https://spicers.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2350.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2351.                <i class="ti-angle-right me-2 text-primary"></i>
  2352.                 new online casino
  2353.              </h6>
  2354.            </a>
  2355.          </div>
  2356.          
  2357.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2358.            <a href="https://www.llancaiachfawr.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2359.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2360.                <i class="ti-angle-right me-2 text-primary"></i>
  2361.                 online casinos UK
  2362.              </h6>
  2363.            </a>
  2364.          </div>
  2365.          
  2366.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2367.            <a href="https://www.kenbridgehotel.co.uk"  rel="dofollow" class="text-decoration-none ">
  2368.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2369.                <i class="ti-angle-right me-2 text-primary"></i>
  2370.                 best slot sites uk
  2371.              </h6>
  2372.            </a>
  2373.          </div>
  2374.          
  2375.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2376.            <a href="https://thepearlyqueen.com/"  rel="dofollow" class="text-decoration-none ">
  2377.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2378.                <i class="ti-angle-right me-2 text-primary"></i>
  2379.                 online casino
  2380.              </h6>
  2381.            </a>
  2382.          </div>
  2383.          
  2384.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2385.            <a href="https://www.healgel.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2386.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2387.                <i class="ti-angle-right me-2 text-primary"></i>
  2388.                 best betting sites no id verification
  2389.              </h6>
  2390.            </a>
  2391.          </div>
  2392.          
  2393.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2394.            <a href="https://www.executive-shaving.co.uk"  rel="dofollow" class="text-decoration-none ">
  2395.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2396.                <i class="ti-angle-right me-2 text-primary"></i>
  2397.                 non GamStop casinos
  2398.              </h6>
  2399.            </a>
  2400.          </div>
  2401.          
  2402.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2403.            <a href="https://www.antiquesforeveryone.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2404.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2405.                <i class="ti-angle-right me-2 text-primary"></i>
  2406.                 betting sites not on GamStop
  2407.              </h6>
  2408.            </a>
  2409.          </div>
  2410.          
  2411.  
  2412.        </div>
  2413.  
  2414.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2415.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2416.        </div> -->
  2417.      </div>
  2418.    </div>
  2419.    
  2420.    <div class="sidebar-widget mb-4">
  2421.      <div class="widget-title-wrapper mb-3">
  2422.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2423.          <i class="ti-calendar me-2"></i>March 2026 Blog Roll
  2424.          <span class="title-arrow"></span>
  2425.        </h4>
  2426.      </div>
  2427.      <div class="widget-content mb-3 border border-light shadow-sm rounded-3 p-4">
  2428.        <div class="blog-roll-list scrollable-sidebar">
  2429.          
  2430.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2431.            <a href="https://www.gullwingbridge.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2432.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2433.                <i class="ti-angle-right me-2 text-primary"></i>
  2434.                 slots not on GamStop
  2435.              </h6>
  2436.            </a>
  2437.          </div>
  2438.          
  2439.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2440.            <a href="https://www.glasshouserestaurant.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2441.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2442.                <i class="ti-angle-right me-2 text-primary"></i>
  2443.                 crypto casino
  2444.              </h6>
  2445.            </a>
  2446.          </div>
  2447.          
  2448.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2449.            <a href="https://orangegenie.com/non-gamstop-casinos"  rel="dofollow" class="text-decoration-none ">
  2450.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2451.                <i class="ti-angle-right me-2 text-primary"></i>
  2452.                 casinos not on GamStop UK
  2453.              </h6>
  2454.            </a>
  2455.          </div>
  2456.          
  2457.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2458.            <a href="https://damiangreen.co.uk"  rel="dofollow" class="text-decoration-none ">
  2459.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2460.                <i class="ti-angle-right me-2 text-primary"></i>
  2461.                 minimum deposit casino
  2462.              </h6>
  2463.            </a>
  2464.          </div>
  2465.          
  2466.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2467.            <a href="https://www.bwacademy.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2468.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2469.                <i class="ti-angle-right me-2 text-primary"></i>
  2470.                 best paying online casino
  2471.              </h6>
  2472.            </a>
  2473.          </div>
  2474.          
  2475.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2476.            <a href="https://maxxia.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2477.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2478.                <i class="ti-angle-right me-2 text-primary"></i>
  2479.                 no verification casinos
  2480.              </h6>
  2481.            </a>
  2482.          </div>
  2483.          
  2484.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2485.            <a href="https://www.dinton-pastures.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2486.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2487.                <i class="ti-angle-right me-2 text-primary"></i>
  2488.                 non GamStop casinos UK
  2489.              </h6>
  2490.            </a>
  2491.          </div>
  2492.          
  2493.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2494.            <a href="https://www.durhamminers.org/"  rel="dofollow" class="text-decoration-none ">
  2495.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2496.                <i class="ti-angle-right me-2 text-primary"></i>
  2497.                 casinos not on GamStop
  2498.              </h6>
  2499.            </a>
  2500.          </div>
  2501.          
  2502.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2503.            <a href="https://www.patients4nhs.org.uk/"  rel="dofollow" class="text-decoration-none ">
  2504.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2505.                <i class="ti-angle-right me-2 text-primary"></i>
  2506.                 slots not on GamStop
  2507.              </h6>
  2508.            </a>
  2509.          </div>
  2510.          
  2511.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2512.            <a href="https://socialeatinghouse.com/"  rel="dofollow" class="text-decoration-none ">
  2513.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2514.                <i class="ti-angle-right me-2 text-primary"></i>
  2515.                 UK casinos not on GamStop
  2516.              </h6>
  2517.            </a>
  2518.          </div>
  2519.          
  2520.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2521.            <a href="https://www.ginspa.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2522.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2523.                <i class="ti-angle-right me-2 text-primary"></i>
  2524.                 non GamStop casino UK
  2525.              </h6>
  2526.            </a>
  2527.          </div>
  2528.          
  2529.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2530.            <a href="https://www.covent-garden.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2531.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2532.                <i class="ti-angle-right me-2 text-primary"></i>
  2533.                 casinos not on GamStop
  2534.              </h6>
  2535.            </a>
  2536.          </div>
  2537.          
  2538.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2539.            <a href="https://www.falconryforum.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2540.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2541.                <i class="ti-angle-right me-2 text-primary"></i>
  2542.                 games not on gamstop
  2543.              </h6>
  2544.            </a>
  2545.          </div>
  2546.          
  2547.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2548.            <a href="https://www.thekarczma.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2549.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2550.                <i class="ti-angle-right me-2 text-primary"></i>
  2551.                 Non UK Slot Sites
  2552.              </h6>
  2553.            </a>
  2554.          </div>
  2555.          
  2556.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2557.            <a href="https://gdalabel.org.uk/"  rel="dofollow" class="text-decoration-none ">
  2558.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2559.                <i class="ti-angle-right me-2 text-primary"></i>
  2560.                 best uk non GamStop casinos
  2561.              </h6>
  2562.            </a>
  2563.          </div>
  2564.          
  2565.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2566.            <a href="https://www.wyedeantourism.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2567.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2568.                <i class="ti-angle-right me-2 text-primary"></i>
  2569.                 casinos not on gamstop
  2570.              </h6>
  2571.            </a>
  2572.          </div>
  2573.          
  2574.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2575.            <a href="https://fictionuncovered.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2576.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2577.                <i class="ti-angle-right me-2 text-primary"></i>
  2578.                 casinos not on gamstop
  2579.              </h6>
  2580.            </a>
  2581.          </div>
  2582.          
  2583.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2584.            <a href="https://roadpeace.org/"  rel="dofollow" class="text-decoration-none ">
  2585.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2586.                <i class="ti-angle-right me-2 text-primary"></i>
  2587.                 casino not on gamstop
  2588.              </h6>
  2589.            </a>
  2590.          </div>
  2591.          
  2592.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2593.            <a href="https://www.kysty.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2594.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2595.                <i class="ti-angle-right me-2 text-primary"></i>
  2596.                 casinos not on GAMSTOP
  2597.              </h6>
  2598.            </a>
  2599.          </div>
  2600.          
  2601.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2602.            <a href="https://www.nordicresearchnetwork.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2603.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2604.                <i class="ti-angle-right me-2 text-primary"></i>
  2605.                 Non UK Casino Sites
  2606.              </h6>
  2607.            </a>
  2608.          </div>
  2609.          
  2610.  
  2611.        </div>
  2612.  
  2613.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2614.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2615.        </div> -->
  2616.      </div>
  2617.    </div>
  2618.    
  2619.    <div class="sidebar-widget mb-4">
  2620.      <div class="widget-title-wrapper mb-3">
  2621.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2622.          <i class="ti-calendar me-2"></i>February 2026 Blog Roll
  2623.          <span class="title-arrow"></span>
  2624.        </h4>
  2625.      </div>
  2626.      <div class="widget-content mb-3 border border-light shadow-sm rounded-3 p-4">
  2627.        <div class="blog-roll-list scrollable-sidebar">
  2628.          
  2629.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2630.            <a href="https://financialservicescultureboard.org.uk/"  rel="dofollow" class="text-decoration-none ">
  2631.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2632.                <i class="ti-angle-right me-2 text-primary"></i>
  2633.                 football betting sites not on gamstop
  2634.              </h6>
  2635.            </a>
  2636.          </div>
  2637.          
  2638.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2639.            <a href="https://www.taysideaviation.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2640.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2641.                <i class="ti-angle-right me-2 text-primary"></i>
  2642.                 bookmakers not on gamstop
  2643.              </h6>
  2644.            </a>
  2645.          </div>
  2646.          
  2647.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2648.            <a href="https://www.taysideaviation.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2649.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2650.                <i class="ti-angle-right me-2 text-primary"></i>
  2651.                 new uk betting sites
  2652.              </h6>
  2653.            </a>
  2654.          </div>
  2655.          
  2656.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2657.            <a href="https://www.rbgkew.org.uk/"  rel="dofollow" class="text-decoration-none ">
  2658.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2659.                <i class="ti-angle-right me-2 text-primary"></i>
  2660.                 best uk non GamStop casinos
  2661.              </h6>
  2662.            </a>
  2663.          </div>
  2664.          
  2665.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2666.            <a href="https://www.regionalnetworks.org.uk/"  rel="dofollow" class="text-decoration-none ">
  2667.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2668.                <i class="ti-angle-right me-2 text-primary"></i>
  2669.                 Casinos Not Affected by Gamstop Program
  2670.              </h6>
  2671.            </a>
  2672.          </div>
  2673.          
  2674.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2675.            <a href="https://oncallfire.uk/"  rel="dofollow" class="text-decoration-none ">
  2676.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2677.                <i class="ti-angle-right me-2 text-primary"></i>
  2678.                 Casinos Not Affected by Gamstop Program
  2679.              </h6>
  2680.            </a>
  2681.          </div>
  2682.          
  2683.  
  2684.        </div>
  2685.  
  2686.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2687.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2688.        </div> -->
  2689.      </div>
  2690.    </div>
  2691.    
  2692.  </div>
  2693.  
  2694. <!-- Sidebar V2 Styles -->
  2695. <style>
  2696.  .sidebar-widget {
  2697.    position: relative;
  2698.  }
  2699.  
  2700.  .widget-title {
  2701.    font-size: 1.1rem;
  2702.    font-weight: 700;
  2703.    display: inline-block;
  2704.    position: relative;
  2705.    z-index: 2;
  2706.    border-radius: 0;
  2707.  }
  2708.  
  2709.  /* Green arrow for August Blog Roll */
  2710.  .title-arrow::after {
  2711.    content: '';
  2712.    position: absolute;
  2713.    top: 0;
  2714.    right: -22px;
  2715.    width: 0;
  2716.    height: 0;
  2717.    border-left: 22px solid var(--bs-primary);
  2718.    border-top: 22px solid transparent;
  2719.    border-bottom: 22px solid transparent;
  2720.    z-index: 1;
  2721.  }
  2722.  
  2723.  /* Blue arrow for Recent Posts */
  2724.  .title-arrow-primary::after {
  2725.    content: '';
  2726.    position: absolute;
  2727.    top: 0;
  2728.    right: -22px;
  2729.    width: 0;
  2730.    height: 0;
  2731.    border-left: 22px solid var(--bs-primary);
  2732.    border-top: 22px solid transparent;
  2733.    border-bottom: 22px solid transparent;
  2734.    z-index: 1;
  2735.  }
  2736.  
  2737.  .widget-content {
  2738.    margin-top: -1px;
  2739.    position: relative;
  2740.    z-index: 1;
  2741.     background-color: var(--card-bg);
  2742.  }
  2743.  
  2744.  /* Blog Roll Items Hover Effects */
  2745.  .blog-roll-item:hover .post-title {
  2746.    color: #198754 !important;
  2747.    transform: translateX(5px);
  2748.    transition: all 0.3s ease;
  2749.  }
  2750.  
  2751.  /* Recent Post Items Hover Effects */
  2752.  .recent-post-item:hover .post-title a {
  2753.    color: #0d6efd !important;
  2754.    transition: color 0.3s ease;
  2755.  }
  2756.  
  2757.  .recent-post-item:hover .post-image img {
  2758.    transform: scale(1.05);
  2759.    transition: transform 0.3s ease;
  2760.  }
  2761.  
  2762.  /* Button Hover Effects */
  2763.  .btn:hover {
  2764.    transform: translateY(-2px);
  2765.    transition: all 0.3s ease;
  2766.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  2767.  }
  2768.  
  2769.  /* Badge Hover Effects */
  2770.  .badge:hover {
  2771.    transform: scale(1.05);
  2772.    transition: transform 0.3s ease;
  2773.  }
  2774.  
  2775.  @media (max-width: 991px) {
  2776.    .sidebar {
  2777.      margin-top: 3rem;
  2778.    }
  2779.  }
  2780.  
  2781.  @media (max-width: 576px) {
  2782.    .widget-title {
  2783.      font-size: 1rem;
  2784.      padding: 0.75rem 1rem !important;
  2785.    }
  2786.  
  2787.    .title-arrow::after,
  2788.    .title-arrow-primary::after {
  2789.      right: -18px;
  2790.      border-left-width: 18px;
  2791.      border-top-width: 18px;
  2792.      border-bottom-width: 18px;
  2793.    }
  2794.  
  2795.    .post-image {
  2796.      width: 70px !important;
  2797.      height: 55px !important;
  2798.    }
  2799.  
  2800.    .blog-meta {
  2801.      flex-direction: column !important;
  2802.      align-items: flex-start !important;
  2803.      gap: 0.5rem;
  2804.    }
  2805.  }
  2806. </style>
  2807.  
  2808.    
  2809.            </div>
  2810.      </div>
  2811.    </div>
  2812.  </section>
  2813.  
  2814.  <script>
  2815.    // Intersection Observer for Fade-in Effect
  2816.    document.addEventListener('DOMContentLoaded', function () {
  2817.      const observerOptions = {
  2818.        threshold: 0.2,
  2819.        rootMargin: '0px 0px -50px 0px'
  2820.      }
  2821.    
  2822.      const observer = new IntersectionObserver(function (entries, observer) {
  2823.        entries.forEach((entry) => {
  2824.          if (entry.isIntersecting) {
  2825.            entry.target.classList.add('fade-in')
  2826.            observer.unobserve(entry.target)
  2827.          }
  2828.        })
  2829.      }, observerOptions)
  2830.    
  2831.      document.querySelectorAll('.blog-card-v9').forEach((card) => {
  2832.        observer.observe(card)
  2833.      })
  2834.    })
  2835.  </script>
  2836.  
  2837.  
  2838.    
  2839.        
  2840.        <!-- end wpo-blog-highlights-section -->
  2841.        <!-- start wpo-blog-sponsored-section -->
  2842.        
  2843.  
  2844.  
  2845.  
  2846.    
  2847.  
  2848.  
  2849.  
  2850. <style>
  2851.    .sponsored-section-v4 {
  2852.        padding: 50px 0;
  2853.    }
  2854.    
  2855.    .sponsored-card-v4 {
  2856.        background: var(--card-bg);
  2857.        border: 1px solid var(--border-color);
  2858.        border-radius: 4px;
  2859.        transition: border-color 0.3s ease;
  2860.        height: 100%;
  2861.        padding: 15px;
  2862.    }
  2863.    
  2864.    .sponsored-card-v4:hover {
  2865.        border-color: #adb5bd;
  2866.    }
  2867.    
  2868.    .sponsored-image-v4 {
  2869.        width: 150px;
  2870.        height: 150px;
  2871.        margin: 10px auto;
  2872.        border-radius: 50%;
  2873.        shape-outside: circle(50%);
  2874.        float: left;
  2875.    }
  2876.    
  2877.    .sponsored-image-v4 img {
  2878.        width: 100%;
  2879.        height: 100%;
  2880.        object-fit: cover;
  2881.        border-radius: 50%;
  2882.    }
  2883.    
  2884.    .sponsored-content-v4 {
  2885.        padding: 10px;
  2886.        overflow: hidden; /* Clearfix for floated image */
  2887.    }
  2888.    
  2889.    .sponsored-title-v4 {
  2890.        font-size: 15px;
  2891.        font-weight: 700;
  2892.        line-height: 1.4;
  2893.        margin-bottom: 8px;
  2894.        color: #333;
  2895.        position: relative;
  2896.        display: inline-block;
  2897.    }
  2898.    
  2899.    .sponsored-title-v4 a {
  2900.        text-decoration: none;
  2901.        color: var(--topbar-color) !important;
  2902.        margin: 10px 0px;
  2903.    }
  2904.    
  2905.    .sponsored-title-v4 a:hover {
  2906.        color: #6f42c1 !important; /* Purple hover */
  2907.    }
  2908.    
  2909.    .sponsored-title-v4::after {
  2910.        content: '';
  2911.        position: absolute;
  2912.        bottom: -2px;
  2913.        left: 0;
  2914.        width: 100%;
  2915.        height: 2px;
  2916.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark))
  2917.    }
  2918.    
  2919.    .sponsored-excerpt-v4 {
  2920.        font-size: 12px;
  2921.        font-weight: 400;
  2922.        color: #6c757d;
  2923.        margin-bottom: 10px;
  2924.        line-height: 1.5;
  2925.    }
  2926.    
  2927.    .sponsored-meta-v4 {
  2928.        font-size: 11px;
  2929.        color: #6c757d;
  2930.    }
  2931.    
  2932.    .author-info-v4 {
  2933.        margin-bottom: 5px;
  2934.    }
  2935.    
  2936.    .sponsored-author-img-v4 {
  2937.        width: 20px;
  2938.        height: 20px;
  2939.        border-radius: 50%;
  2940.        object-fit: cover;
  2941.        vertical-align: middle;
  2942.        margin-right: 5px;
  2943.    }
  2944.    
  2945.    .section-title-sponsored-v4 {
  2946.        font-size: 1.9rem;
  2947.        font-weight: 600;
  2948.        text-align: center;
  2949.        margin-bottom: 30px;
  2950.        color: #333;
  2951.        position: relative;
  2952.    }
  2953.    
  2954.    .section-title-sponsored-v4::after {
  2955.        content: '';
  2956.        position: absolute;
  2957.        bottom: -8px;
  2958.        left: 50%;
  2959.        transform: translateX(-50%);
  2960.        width: 80px;
  2961.        height: 3px;
  2962.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  2963.    }
  2964.  
  2965.    @media (max-width: 768px) {
  2966.        .sponsored-section-v4 {
  2967.            padding: 30px 0;
  2968.        }
  2969.        .sponsored-image-v4 {
  2970.            width: 120px;
  2971.            height: 120px;
  2972.            float: none;
  2973.            margin: 10px auto;
  2974.        }
  2975.        .sponsored-content-v4 {
  2976.            padding: 12px;
  2977.            text-align: center;
  2978.        }
  2979.        .sponsored-title-v4 {
  2980.            font-size: 14px;
  2981.        }
  2982.        .sponsored-excerpt-v4 {
  2983.            font-size: 11px;
  2984.        }
  2985.        .sponsored-meta-v4 {
  2986.            font-size: 10px;
  2987.        }
  2988.        .section-title-sponsored-v4 {
  2989.            font-size: 1.6rem;
  2990.        }
  2991.    }
  2992. </style>
  2993.  
  2994. <section class="sponsored-section-v4">
  2995.    <div class="container-fluid fluid-container">
  2996.        <div class="row">
  2997.            <div class="col-12">
  2998.                <h2 class="section-title-sponsored-v4">Sponsored News</h2>
  2999.            </div>
  3000.        </div>
  3001.        
  3002.        <div class="row g-4">
  3003.            
  3004.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3005.                <div class="card sponsored-card-v4">
  3006.                    <div class="sponsored-image-v4">
  3007.                        
  3008.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3009.                        
  3010.                    </div>
  3011.                    <div class="sponsored-content-v4">
  3012.                        <h3 class="sponsored-title-v4">
  3013.                            <a href="/stretching-two-thousand-six-hundred-and-eighty-nine-miles-the-planets-lengthiest-shoreline-trail-debuts-in-the-english-countryside/" >
  3014.                                            Stretching Two thousand six hundred and eighty-nine Miles, the Planet&#x27;s Lengthiest Shoreline Trail Debuts in the English Countryside.
  3015.                                            </a>
  3016.                        </h3>
  3017.                        <p class="sponsored-excerpt-v4">
  3018.                          
  3019.                        </p>
  3020.                        <div class="sponsored-meta-v4">
  3021.                            <div class="author-info-v4">
  3022.                                
  3023.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/f90e4169-80fb-4b37-ad21-e1c5909e98e2_profile.png" alt="Candace Smith" style="object-fit: cover;" class="sponsored-author-img-v4">
  3024.                                
  3025.                                <span>
  3026.                                    Candace Smith
  3027.                                </span>
  3028.                            </div>
  3029.                            <div>14 Jun 2026</div>
  3030.                        </div>
  3031.                    </div>
  3032.                </div>
  3033.            </div>
  3034.            
  3035.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3036.                <div class="card sponsored-card-v4">
  3037.                    <div class="sponsored-image-v4">
  3038.                        
  3039.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3040.                        
  3041.                    </div>
  3042.                    <div class="sponsored-content-v4">
  3043.                        <h3 class="sponsored-title-v4">
  3044.                            <a href="/international-monetary-funds-warning-britains-economic-system-runs-hot-for-business-gains-freezing-for-pay/" >
  3045.                                            International Monetary Fund&#x27;s Warning: Britain&#x27;s Economic System Runs Hot for Business Gains, Freezing for Pay
  3046.                                            </a>
  3047.                        </h3>
  3048.                        <p class="sponsored-excerpt-v4">
  3049.                          
  3050.                        </p>
  3051.                        <div class="sponsored-meta-v4">
  3052.                            <div class="author-info-v4">
  3053.                                
  3054.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/f90e4169-80fb-4b37-ad21-e1c5909e98e2_profile.png" alt="Candace Smith" style="object-fit: cover;" class="sponsored-author-img-v4">
  3055.                                
  3056.                                <span>
  3057.                                    Candace Smith
  3058.                                </span>
  3059.                            </div>
  3060.                            <div>14 Jun 2026</div>
  3061.                        </div>
  3062.                    </div>
  3063.                </div>
  3064.            </div>
  3065.            
  3066.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3067.                <div class="card sponsored-card-v4">
  3068.                    <div class="sponsored-image-v4">
  3069.                        
  3070.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3071.                        
  3072.                    </div>
  3073.                    <div class="sponsored-content-v4">
  3074.                        <h3 class="sponsored-title-v4">
  3075.                            <a href="/wildfires-ravage-western-australia-as-thermal-readings-skyrocket/" >
  3076.                                            Wildfires Ravage Western Australia as Thermal Readings Skyrocket
  3077.                                            </a>
  3078.                        </h3>
  3079.                        <p class="sponsored-excerpt-v4">
  3080.                          
  3081.                        </p>
  3082.                        <div class="sponsored-meta-v4">
  3083.                            <div class="author-info-v4">
  3084.                                
  3085.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/f90e4169-80fb-4b37-ad21-e1c5909e98e2_profile.png" alt="Candace Smith" style="object-fit: cover;" class="sponsored-author-img-v4">
  3086.                                
  3087.                                <span>
  3088.                                    Candace Smith
  3089.                                </span>
  3090.                            </div>
  3091.                            <div>14 Jun 2026</div>
  3092.                        </div>
  3093.                    </div>
  3094.                </div>
  3095.            </div>
  3096.            
  3097.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3098.                <div class="card sponsored-card-v4">
  3099.                    <div class="sponsored-image-v4">
  3100.                        
  3101.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3102.                        
  3103.                    </div>
  3104.                    <div class="sponsored-content-v4">
  3105.                        <h3 class="sponsored-title-v4">
  3106.                            <a href="/wolverhampton-wanderers-v-west-ham-brighton-v-burnley-and-more-football-live-updates/" >
  3107.                                            Wolverhampton Wanderers v West Ham, Brighton v Burnley, and more – Football Live Updates.
  3108.                                            </a>
  3109.                        </h3>
  3110.                        <p class="sponsored-excerpt-v4">
  3111.                          
  3112.                        </p>
  3113.                        <div class="sponsored-meta-v4">
  3114.                            <div class="author-info-v4">
  3115.                                
  3116.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/f90e4169-80fb-4b37-ad21-e1c5909e98e2_profile.png" alt="Candace Smith" style="object-fit: cover;" class="sponsored-author-img-v4">
  3117.                                
  3118.                                <span>
  3119.                                    Candace Smith
  3120.                                </span>
  3121.                            </div>
  3122.                            <div>14 Jun 2026</div>
  3123.                        </div>
  3124.                    </div>
  3125.                </div>
  3126.            </div>
  3127.            
  3128.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3129.                <div class="card sponsored-card-v4">
  3130.                    <div class="sponsored-image-v4">
  3131.                        
  3132.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3133.                        
  3134.                    </div>
  3135.                    <div class="sponsored-content-v4">
  3136.                        <h3 class="sponsored-title-v4">
  3137.                            <a href="/administration-appeals-to-top-court-following-failed-attempt-to-stop-snap-aid-directive/" >
  3138.                                            Administration Appeals to Top Court Following Failed Attempt to Stop Snap Aid Directive
  3139.                                            </a>
  3140.                        </h3>
  3141.                        <p class="sponsored-excerpt-v4">
  3142.                          
  3143.                        </p>
  3144.                        <div class="sponsored-meta-v4">
  3145.                            <div class="author-info-v4">
  3146.                                
  3147.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/f90e4169-80fb-4b37-ad21-e1c5909e98e2_profile.png" alt="Candace Smith" style="object-fit: cover;" class="sponsored-author-img-v4">
  3148.                                
  3149.                                <span>
  3150.                                    Candace Smith
  3151.                                </span>
  3152.                            </div>
  3153.                            <div>14 Jun 2026</div>
  3154.                        </div>
  3155.                    </div>
  3156.                </div>
  3157.            </div>
  3158.            
  3159.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3160.                <div class="card sponsored-card-v4">
  3161.                    <div class="sponsored-image-v4">
  3162.                        
  3163.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3164.                        
  3165.                    </div>
  3166.                    <div class="sponsored-content-v4">
  3167.                        <h3 class="sponsored-title-v4">
  3168.                            <a href="/sheffield-wednesday-receive-12-point-deduction-after-entering-administration/" >
  3169.                                            Sheffield Wednesday Receive 12-Point Deduction After Entering Administration
  3170.                                            </a>
  3171.                        </h3>
  3172.                        <p class="sponsored-excerpt-v4">
  3173.                          
  3174.                        </p>
  3175.                        <div class="sponsored-meta-v4">
  3176.                            <div class="author-info-v4">
  3177.                                
  3178.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/f90e4169-80fb-4b37-ad21-e1c5909e98e2_profile.png" alt="Candace Smith" style="object-fit: cover;" class="sponsored-author-img-v4">
  3179.                                
  3180.                                <span>
  3181.                                    Candace Smith
  3182.                                </span>
  3183.                            </div>
  3184.                            <div>14 Jun 2026</div>
  3185.                        </div>
  3186.                    </div>
  3187.                </div>
  3188.            </div>
  3189.            
  3190.        </div>
  3191.    </div>
  3192. </section>
  3193.  
  3194.  
  3195.    
  3196.        <!-- end wpo-blog-sponsored-section -->
  3197.        <!-- start wpo-subscribe-section -->
  3198.        
  3199.        <!-- end subscribe-section -->
  3200.        <!-- start of wpo-site-footer-section -->
  3201.        
  3202.  
  3203.  
  3204.  
  3205.  
  3206.  
  3207.  
  3208. <footer class="wpo-site-footer-v2 ">
  3209.    
  3210.    <!-- Main Footer Content -->
  3211.    <div class="container-fluid fluid-container">
  3212.        
  3213.        <!-- Step 1: Brand Section -->
  3214.        <div class="footer-brand-section">
  3215.            <div class="row justify-content-center">
  3216.                <div class="col-lg-8 col-md-10 col-12 text-center">
  3217.                    <div class="brand-wrapper">
  3218.                        
  3219.                            <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/8d9c1975-7812-4c12-ab6a-a0925cf11a2f_logo.png" alt="Spin Today Blog" class="footer-logo mb-3" loading="lazy">
  3220.                        
  3221.                        <h2 class="brand-title">Spin Today Blog</h2>
  3222.                        <p class="brand-description">Spin Today Blog provides insightful analysis of UK politics, breaking news, and current affairs. Stay informed with expert commentary and in-depth reporting.</p>
  3223.                        
  3224.                    </div>
  3225.                </div>
  3226.            </div>
  3227.        </div>
  3228.  
  3229.        <!-- Step 2: Content Columns with Separators -->
  3230.        <div class="footer-content-section">
  3231.            <div class="content-divider"></div>
  3232.            
  3233.            <div class="row">
  3234.                
  3235.                <!-- Column 1: Important Links -->
  3236.                <div class="col-lg-6 col-md-6 col-12">
  3237.                    <div class="footer-column">
  3238.                        <div class="column-header">
  3239.                            <span class="column-number bg-primary-gradient">01</span>
  3240.                            <h6 class="column-title">Important Pages</h6>
  3241.                        </div>
  3242.                        <div class="column-content">
  3243.                            <ul class="footer-links">
  3244.                                
  3245.                                <li>
  3246.                                    <a href="/oh-how-we-will-miss-this-man-meg-ryan-shares-moving-homage-to-rob-reiner/" class="footer-link">
  3247.                                        ‘Oh How We Will Miss This Man’: Meg Ryan Shares Moving Homage to Rob Reiner
  3248.                                    </a>
  3249.                                </li>
  3250.                                
  3251.                                <li>
  3252.                                    <a href="/battlefield-6s-campaign-an-ideological-inkblot/" class="footer-link">
  3253.                                        Battlefield 6&#x27;s Campaign: An Ideological Inkblot.
  3254.                                    </a>
  3255.                                </li>
  3256.                                
  3257.                                <li>
  3258.                                    <a href="/the-us-presidents-east-asia-tour-includes-agreements-deference-and-a-revealing-closing-encounter/" class="footer-link">
  3259.                                        The US President&#x27;s East Asia Tour Includes Agreements, Deference and a Revealing Closing Encounter
  3260.                                    </a>
  3261.                                </li>
  3262.                                
  3263.                                <li>
  3264.                                    <a href="/giant-review-naseem-hamed-movie-starring-brosnan-misses-the-impact/" class="footer-link">
  3265.                                        Giant Review: Naseem Hamed Movie Starring Brosnan Misses the Impact
  3266.                                    </a>
  3267.                                </li>
  3268.                                
  3269.                                <li>
  3270.                                    <a href="/the-east-african-nation-receives-historic-items-following-a-century-stay-in-german-hands/" class="footer-link">
  3271.                                        The East African nation Receives Historic Items Following a Century Stay in German Hands
  3272.                                    </a>
  3273.                                </li>
  3274.                                
  3275.                                <li>
  3276.                                    <a href="/even-englands-aggressive-crickets-downfall-the-barmy-armys-crew-of-ashes-veterans-stands-firm/" class="footer-link">
  3277.                                        Even England&#x27;s Aggressive Cricket&#x27;s Downfall, the Barmy Army&#x27;s Crew of Ashes Veterans Stands Firm.
  3278.                                    </a>
  3279.                                </li>
  3280.                                
  3281.                            </ul>
  3282.                        </div>
  3283.                    </div>
  3284.                </div>
  3285.  
  3286.                <!-- Column 2: External Links -->
  3287.                 <div class="col-lg-6 col-md-6 col-12">
  3288.                    <div class="footer-column">
  3289.                        <div class="column-header">
  3290.                            <span class="column-number bg-primary-gradient">02</span>
  3291.                            <h6 class="column-title">External Resources</h6>
  3292.                        </div>
  3293.                       <div class="column-content">
  3294.    <ul class="footer-links" id="footerLinks">
  3295.        
  3296.        
  3297.  
  3298.        
  3299.        
  3300.        
  3301.        
  3302.    </ul>
  3303. </div>
  3304.  
  3305.                    </div>
  3306.                </div>
  3307.  
  3308.                <!-- Column 3: Categories -->
  3309.                <div class="col-lg-6 col-md-6 col-12">
  3310.                    <div class="footer-column">
  3311.                        <div class="column-header">
  3312.                            <span class="column-number bg-primary-gradient">02</span>
  3313.                            <h6 class="column-title">Categories</h6>
  3314.                        </div>
  3315.                        <div class="column-content">
  3316.                            <ul class="footer-links">
  3317.                                
  3318.                                <li>
  3319.                                    <a href="/category/all-posts/" class="footer-link">
  3320.                                        All Posts
  3321.                                    </a>
  3322.                                </li>
  3323.                                
  3324.                                <li>
  3325.                                    <a href="/category/business/" class="footer-link">
  3326.                                        Business
  3327.                                    </a>
  3328.                                </li>
  3329.                                
  3330.                                <li>
  3331.                                    <a href="/category/esports/" class="footer-link">
  3332.                                        Esports
  3333.                                    </a>
  3334.                                </li>
  3335.                                
  3336.                                <li>
  3337.                                    <a href="/category/fashion/" class="footer-link">
  3338.                                        Fashion
  3339.                                    </a>
  3340.                                </li>
  3341.                                
  3342.                                <li>
  3343.                                    <a href="/category/featured/" class="footer-link">
  3344.                                        Featured
  3345.                                    </a>
  3346.                                </li>
  3347.                                
  3348.                                <li>
  3349.                                    <a href="/category/gaming/" class="footer-link">
  3350.                                        Gaming
  3351.                                    </a>
  3352.                                </li>
  3353.                                
  3354.                            </ul>
  3355.                        </div>
  3356.                    </div>
  3357.                </div>
  3358.  
  3359.            </div>
  3360.        </div>
  3361.  
  3362.        <!-- Step 3: Footer Bottom -->
  3363.        <div class="footer-bottom-section">
  3364.            <div class="bottom-divider"></div>
  3365.            <div class="d-flex justify-content-between flex-wrap">
  3366.                <div class="">
  3367.                    <p class="copyright-text">
  3368.                        &copy; 2026 <strong>Spin Today Blog</strong> • All rights reserved
  3369.                    </p>
  3370.                </div>
  3371.                <div class="">
  3372.                    <nav class="footer-nav">
  3373.                        <a href="/page/write-for-us/" class="footer-nav-link">Write For Us</a>
  3374.                        <a href="/page/terms-and-conditions/" class="footer-nav-link">Terms</a>
  3375.                        <a href="/sitemap.xml" class="footer-nav-link">Sitemap</a>
  3376.                    </nav>
  3377.                </div>
  3378.            </div>
  3379.        </div>
  3380.  
  3381.    </div>
  3382.  
  3383.    <!-- Background Elements -->
  3384.    <div class="footer-bg-elements">
  3385.        <div class="bg-circle circle-1"></div>
  3386.        <div class="bg-circle circle-2"></div>
  3387.        <div class="bg-line line-1"></div>
  3388.        <div class="bg-line line-2"></div>
  3389.    </div>
  3390.  
  3391. </footer>
  3392.  
  3393. <style>
  3394. /* Footer V2 - Clean Blog Design */
  3395. .wpo-site-footer-v2 {
  3396.    color: var(--footer-color);
  3397.    background-color: var(--card-bg);
  3398.    margin-top: 100px;
  3399. }
  3400.  
  3401.  
  3402.  
  3403. /* Step 2: Brand Section */
  3404. .footer-brand-section {
  3405.    position: relative;
  3406.    z-index: 2;
  3407.    padding: 120px 0 60px;
  3408. }
  3409.  
  3410. .brand-wrapper {
  3411.    max-width: 600px;
  3412.    margin: 0 auto;
  3413. }
  3414.  
  3415. .footer-logo {
  3416.    max-height: 60px;
  3417.    width: auto;
  3418.    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.1));
  3419. }
  3420.  
  3421. .brand-title {
  3422.    font-size: 2.2rem;
  3423.    font-weight: 800;
  3424.    color: var(--footer-color);
  3425.    margin-bottom: 1rem;
  3426.    letter-spacing: -0.02em;
  3427. }
  3428.  
  3429. .brand-description {
  3430.    font-size: 1.1rem;
  3431.    color: var(--footer-color);
  3432.    line-height: 1.6;
  3433.    opacity: .7;
  3434.    margin-bottom: 0;
  3435. }
  3436.  
  3437. /* Step 3: Content Section */
  3438. .footer-content-section {
  3439.    position: relative;
  3440.    z-index: 2;
  3441.    padding: 60px 0;
  3442. }
  3443.  
  3444.  
  3445. .footer-column {
  3446.    margin-bottom: 40px;
  3447.    padding: 0 20px;
  3448. }
  3449.  
  3450. .column-header {
  3451.    display: flex;
  3452.    align-items: center;
  3453.    margin-bottom: 25px;
  3454.    padding-bottom: 15px;
  3455.    border-bottom: 2px solid var(--border-color);
  3456. }
  3457.  
  3458. .column-number {
  3459.    width: 35px;
  3460.    height: 35px;
  3461.    border-radius: 10px;
  3462.    display: flex;
  3463.    align-items: center;
  3464.    justify-content: center;
  3465.    font-weight: 700;
  3466.    font-size: 0.9rem;
  3467.    margin-right: 15px;
  3468. }
  3469.  
  3470. .column-title {
  3471.    font-size: 1.1rem;
  3472.    font-weight: 700;
  3473.    color: var(--footer-color) !important;
  3474.    margin: 0;
  3475. }
  3476.  
  3477. .column-content {
  3478.    padding-left: 50px;
  3479. }
  3480.  
  3481. /* Footer Links */
  3482. .footer-links {
  3483.    list-style: none;
  3484.    padding: 0;
  3485.    margin: 0;
  3486. }
  3487.  
  3488. .footer-links li {
  3489.    margin-bottom: 12px;
  3490.    position: relative;
  3491. }
  3492.  
  3493. .footer-link {
  3494.    color: var(--footer-color) !important;
  3495.    text-decoration: none;
  3496.    font-size: 0.95rem;
  3497.    line-height: 1.5;
  3498.    transition: all 0.8s ease;
  3499.    position: relative;
  3500.    display: inline-flex;
  3501.    align-items: center;
  3502. }
  3503.  
  3504. .footer-link:hover {
  3505.    color: var(--bs-primary);
  3506.    padding-left: 8px;
  3507. }
  3508.  
  3509. .footer-link::before {
  3510.    content: '';
  3511.    position: absolute;
  3512.    left: -15px;
  3513.    top: 50%;
  3514.    transform: translateY(-50%);
  3515.    width: 4px;
  3516.    height: 4px;
  3517.    background: var(--bs-primary);
  3518.    border-radius: 50%;
  3519.    opacity: 0;
  3520.    transition: opacity 0.3s ease;
  3521. }
  3522.  
  3523. .footer-link:hover::before {
  3524.    opacity: 1;
  3525. }
  3526.  
  3527. /* Step 4: Footer Bottom */
  3528. .footer-bottom-section {
  3529.    position: relative;
  3530.    z-index: 2;
  3531.    padding: 30px 0;
  3532. }
  3533.  
  3534. .bottom-divider {
  3535.    width: 100%;
  3536.    height: 1px;
  3537.    background: linear-gradient(90deg, transparent 0%,var(--footer-color) ,var(--border-color) ,  transparent 100%);
  3538.    margin-bottom: 30px;
  3539. }
  3540.  
  3541. .copyright-text {
  3542.    color: var(--footer-color);
  3543.    font-size: 0.9rem;
  3544.    margin: 0;
  3545.    line-height: 1.6;
  3546. }
  3547.  
  3548. .footer-nav {
  3549.    display: flex;
  3550.    align-items: center;
  3551.    gap: 20px;
  3552.    justify-content: center;
  3553. }
  3554.  
  3555. .footer-nav-link {
  3556.    color: var(--footer-color) !important;
  3557.    text-decoration: none;
  3558.    font-size: 0.9rem;
  3559.    font-weight: 500;
  3560.    transition: color 0.3s ease;
  3561.    position: relative;
  3562. }
  3563.  
  3564. .footer-nav-link:hover {
  3565.    color: var(--bs-primary);
  3566. }
  3567.  
  3568. .footer-nav-link::after {
  3569.    content: '';
  3570.    position: absolute;
  3571.    bottom: -5px;
  3572.    left: 0;
  3573.    width: 0;
  3574.    height: 2px;
  3575.    background: var(--bs-primary) !important;
  3576.    transition: width 0.3s ease;
  3577. }
  3578.  
  3579. .footer-nav-link:hover::after {
  3580.    width: 100%;
  3581. }
  3582.  
  3583. /* Responsive Design */
  3584. @media (max-width: 992px) {
  3585.    .footer-brand-section {
  3586.        padding: 100px 0 50px;
  3587.    }
  3588.    
  3589.    .brand-title {
  3590.        font-size: 1.8rem;
  3591.    }
  3592.    
  3593.    .column-content {
  3594.        padding-left: 0;
  3595.        padding-top: 10px;
  3596.    }
  3597.    
  3598.    .column-header {
  3599.        flex-direction: column;
  3600.        align-items: flex-start;
  3601.        gap: 10px;
  3602.    }
  3603.    
  3604.    .column-number {
  3605.        align-self: center;
  3606.    }
  3607. }
  3608.  
  3609. @media (max-width: 768px) {
  3610.    .footer-brand-section {
  3611.        padding: 80px 0 40px;
  3612.    }
  3613.    
  3614.    .brand-title {
  3615.        font-size: 1.6rem;
  3616.    }
  3617.    
  3618.    .newsletter-inline {
  3619.        padding: 1.5rem;
  3620.        margin: 0 15px;
  3621.    }
  3622.    
  3623.    .newsletter-form .input-group {
  3624.        flex-direction: column;
  3625.    }
  3626.    
  3627.    .btn-newsletter {
  3628.        border-radius: 0 0 12px 12px;
  3629.    }
  3630.    
  3631.    .newsletter-input {
  3632.        border-radius: 12px 12px 0 0;
  3633.    }
  3634.    
  3635.    .footer-column {
  3636.        padding: 0 15px;
  3637.        margin-bottom: 35px;
  3638.    }
  3639.    
  3640.    .footer-nav {
  3641.        flex-direction: column;
  3642.        gap: 15px;
  3643.        margin-top: 20px;
  3644.    }
  3645. }
  3646.  
  3647. @media (max-width: 576px) {
  3648.    .footer-brand-section {
  3649.        padding: 60px 0 30px;
  3650.    }
  3651.    
  3652.    .brand-title {
  3653.        font-size: 1.4rem;
  3654.    }
  3655.    
  3656.    .brand-description {
  3657.        font-size: 1rem;
  3658.    }
  3659.    
  3660.    .newsletter-title {
  3661.        font-size: 1.1rem;
  3662.    }
  3663.    
  3664.    .column-title {
  3665.        font-size: 1rem;
  3666.    }
  3667.    
  3668.    .footer-column {
  3669.        padding: 0 10px;
  3670.    }
  3671.    
  3672.    .bg-circle, .bg-line {
  3673.        display: none;
  3674.    }
  3675. }
  3676.  
  3677. /* Minimal Animation */
  3678. .footer-column {
  3679.    transition: opacity 0.3s ease;
  3680. }
  3681.  
  3682. .footer-column:hover {
  3683.    opacity: 0.9;
  3684. }
  3685. </style>
  3686.  
  3687. <!-- Bootstrap 5 JS -->
  3688.  
  3689. <script>
  3690. // Scroll to Top Function
  3691. function scrollToTop() {
  3692.    window.scrollTo({
  3693.        top: 0,
  3694.        behavior: 'smooth'
  3695.    });
  3696. }
  3697.  
  3698. // Initialize Footer V2 Features
  3699. document.addEventListener('DOMContentLoaded', function() {
  3700.    
  3701.    // Newsletter Form Enhancement
  3702.    const newsletterForm = document.querySelector('.newsletter-form');
  3703.    if (newsletterForm) {
  3704.        newsletterForm.addEventListener('submit', function(e) {
  3705.            e.preventDefault(); // Remove this in actual implementation
  3706.            
  3707.            const submitBtn = this.querySelector('.btn-newsletter');
  3708.            const originalText = submitBtn.textContent;
  3709.            
  3710.            submitBtn.textContent = 'Subscribing...';
  3711.            submitBtn.disabled = true;
  3712.            
  3713.            // Simulate form processing
  3714.            setTimeout(() => {
  3715.                submitBtn.textContent = 'Subscribed!';
  3716.                submitBtn.style.background = 'linear-gradient(135deg, #10b981 0%, #059669 100%)';
  3717.                
  3718.                setTimeout(() => {
  3719.                    submitBtn.textContent = originalText;
  3720.                    submitBtn.disabled = false;
  3721.                    submitBtn.style.background = '';
  3722.                    this.reset();
  3723.                }, 2000);
  3724.            }, 1500);
  3725.        });
  3726.    }
  3727.    
  3728.    // Smooth reveal for columns on scroll
  3729.    const observerOptions = {
  3730.        threshold: 0.1,
  3731.        rootMargin: '0px 0px -50px 0px'
  3732.    };
  3733.    
  3734.    const observer = new IntersectionObserver((entries) => {
  3735.        entries.forEach(entry => {
  3736.            if (entry.isIntersecting) {
  3737.                entry.target.style.opacity = '1';
  3738.                entry.target.style.transform = 'translateY(0)';
  3739.            }
  3740.        });
  3741.    }, observerOptions);
  3742.    
  3743.    // Initially hide columns for animation
  3744.    document.querySelectorAll('.footer-column').forEach((column, index) => {
  3745.        column.style.opacity = '0';
  3746.        column.style.transform = 'translateY(20px)';
  3747.        column.style.transition = `all 0.6s ease ${index * 0.1}s`;
  3748.        observer.observe(column);
  3749.    });
  3750.    
  3751.    // Prevent default for placeholder links
  3752.    document.querySelectorAll('a[href="#"]').forEach(link => {
  3753.        link.addEventListener('click', function(e) {
  3754.            e.preventDefault();
  3755.        });
  3756.    });
  3757. });
  3758.  
  3759. document.addEventListener('DOMContentLoaded', function () {
  3760.    var btn = document.getElementById('toggleFooterLinks');
  3761.    if (!btn) return; // No extra links, no button
  3762.  
  3763.    var extras = document.querySelectorAll('#footerLinks li.extra');
  3764.  
  3765.    btn.addEventListener('click', function () {
  3766.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  3767.            return li.classList.contains('d-none');
  3768.        });
  3769.  
  3770.        extras.forEach(function (li) {
  3771.            if (anyHidden) {
  3772.                li.classList.remove('d-none');
  3773.                li.classList.add('show');
  3774.            } else {
  3775.                li.classList.add('d-none');
  3776.                li.classList.remove('show');
  3777.            }
  3778.        });
  3779.  
  3780.        btn.textContent = anyHidden ? 'View less' : 'View more';
  3781.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  3782.    });
  3783. });
  3784.  
  3785. </script>
  3786.  
  3787.        <!-- end of wpo-site-footer-section -->
  3788.    </div>
  3789.    <!-- end of page-wrapper -->
  3790.  
  3791.    <!-- All JavaScript files
  3792.    ================================================== -->
  3793.    
  3794.  
  3795. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  3796. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  3797. <!-- Plugins for this template -->
  3798. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  3799. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  3800. <!-- Custom script for this template -->
  3801. <script src="/static/blogapp/assets/js/script.js"></script>
  3802.  
  3803. <script>
  3804. (function () {
  3805. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  3806. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  3807.  
  3808. function applyFallback(img) {
  3809. if (!img || img.dataset.fallbackApplied === "1") {
  3810. return;
  3811. }
  3812. var failedSrc = img.currentSrc || img.src || "";
  3813. img.dataset.fallbackApplied = "1";
  3814. img.onerror = null;
  3815. img.src = fallbackImageSrc;
  3816. console.warn("[ImageFallback] Replaced broken image:", {
  3817. failedSrc: failedSrc,
  3818. fallbackSrc: fallbackImageSrc,
  3819. alt: img.alt || "",
  3820. });
  3821. }
  3822.  
  3823. document.querySelectorAll("img").forEach(function (img) {
  3824. if (img.complete && img.naturalWidth === 0) {
  3825. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  3826. failedSrc: img.currentSrc || img.src || "",
  3827. alt: img.alt || "",
  3828. });
  3829. applyFallback(img);
  3830. }
  3831. });
  3832.  
  3833. document.addEventListener(
  3834. "error",
  3835. function (event) {
  3836. var target = event.target;
  3837. if (target && target.tagName === "IMG") {
  3838. applyFallback(target);
  3839. }
  3840. },
  3841. true
  3842. );
  3843. })();
  3844. </script>
  3845.  
  3846. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  3847.  
  3848.  
  3849.  
  3850. <script defer src="https://static.cloudflareinsights.com/beacon.min.js/v833ccba57c9e4d2798f2e76cebdd09a11778172276447" integrity="sha512-57MDmcccJXYtNnH+ZiBwzC4jb2rvgVCEokYN+L/nLlmO8rfYT/gIpW2A569iJ/3b+0UEasghjuZH/ma3wIs/EQ==" data-cf-beacon='{"version":"2024.11.0","token":"695e911e0b6c49faa0234a1259e8bcae","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  3851. </body>
  3852.  
  3853. </html>
  3854.  
  3855.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda