<?xml version="1.0" encoding="UTF-8"?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" version="2.0"><channel><title><![CDATA[WPLG]]></title><link>https://www.local10.com</link><atom:link href="https://www.local10.com/arc/outboundfeeds/google-news-feed/" rel="self" type="application/rss+xml"/><description><![CDATA[WPLG News Feed]]></description><lastBuildDate>Thu, 25 Jun 2026 23:33:57 +0000</lastBuildDate><language>en</language><ttl>1</ttl><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><item><title><![CDATA[Marlins track down Jonah the hot dog dog after video goes viral]]></title><link>https://www.local10.com/news/local/2026/06/25/marlins-track-down-jonah-the-hot-dog-dog-after-video-goes-viral/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/25/marlins-track-down-jonah-the-hot-dog-dog-after-video-goes-viral/</guid><dc:creator><![CDATA[Pablo Hernandez]]></dc:creator><description><![CDATA[The dog who went viral for eyeing a hot dog at a Marlins game got his happy ending.]]></description><pubDate>Thu, 25 Jun 2026 23:31:42 +0000</pubDate><content:encoded><![CDATA[<p>The <a href="https://www.local10.com/sports/local/2026/06/24/viral-video-marlins-search-for-very-good-boy-who-watched-dog-score-hot-dog-at-loandepot-park/" target="_self" rel="" title="https://www.local10.com/sports/local/2026/06/24/viral-video-marlins-search-for-very-good-boy-who-watched-dog-score-hot-dog-at-loandepot-park/">dog who went viral</a> for eyeing a hot dog at a Marlins game got his happy ending.</p><p>Video from Monday night’s game at LoanDepot Park showed Jonah in the stands, watching longingly as the dog next to him got fed a hot dog. The clip spread fast online, and the Marlins put out a call to track down Jonah and his owner for a royal day at the stadium.</p><p>Turns out, his owner says Jonah gives that look all the time.</p><p>The 6-year-old pup, rescued in Aruba, has since gotten his hot dog. But those who know him best say his real favorite food is ice cream.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

    .l10-neighborhood{
      --blue-dark:#0d2c73;
      --blue:#1f57c4;
      --blue-light:#3370e6;
      --gray-bg:#f2f3f5;
      --gray-border:#d6d8dc;
      --text-dark:#1a1a1a;
      --white:#ffffff;
      font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
      max-width:860px;
      margin:1.5rem auto;
      border-radius:10px;
      overflow:hidden;
      border:1px solid var(--gray-border);
      background:var(--gray-bg);
      box-shadow:0 4px 14px rgba(0,0,0,.12);
      text-align:center;
    }

    .l10-head{
      background:linear-gradient(90deg,var(--blue-dark),var(--blue));
      color:var(--white);
      padding:12px 16px;
      font-weight:800;
      text-transform:uppercase;
      font-size:1rem;
      letter-spacing:.3px;
      display:flex; justify-content:center; align-items:center; gap:8px;
    }

    .l10-body{
      max-width:740px;
      margin:0 auto;
      padding:0 16px 18px;
    }

    .l10-sub{
      margin:12px 0 10px;
      font-size:.95rem;
      color:var(--text-dark);
      font-weight:500;
      text-align:center;
    }

    .l10-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:12px;
    }
    @media (min-width:600px){
      .l10-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .nb-btn{
      display:grid;
      place-items:center;
      text-align:center;
      line-height:1;
      width:100%;
      min-height:48px;
      padding:10px;
      border-radius:8px;
      text-decoration:none;
      font-weight:800;
      text-transform:uppercase;
      font-size:.95rem;
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      color:var(--white);
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      transition:background .15s ease, transform .1s ease, box-shadow .15s ease;
    }
    .nb-btn:hover, .nb-btn:focus-visible{
      background:linear-gradient(180deg,var(--blue),var(--blue-dark));
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.2);
      outline:none;
    }
    .nb-btn:link, .nb-btn:visited{ color:var(--white); }

    .city-dd{
      grid-column:1 / -1;
      justify-self:stretch;
      width:100%;
      margin:0;
      text-align:left;
    }
    .city-dd summary{
      list-style:none;
      cursor:pointer;
      display:flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      width:100%;
      min-height:48px;
      padding:10px 16px;
      font-weight:800;
      text-transform:uppercase;
      letter-spacing:.02em;
      color:var(--white);
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      border:1px solid rgba(0,0,0,.08);
      border-radius:8px;
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      user-select:none;
    }
    .city-dd summary::-webkit-details-marker{ display:none; }
    .city-dd summary .caret{ line-height:1; transition:transform .2s ease; }
    .city-dd[open] summary .caret{ transform:rotate(180deg); }

    .city-menu{
      margin-top:0;
      background:var(--white);
      border:1px solid var(--gray-border);
      border-top:0;
      border-radius:10px;
      border-top-left-radius:0;
      border-top-right-radius:0;
      padding:10px;
      box-shadow:0 6px 16px rgba(0,0,0,.08);
    }
    .city-dd[open] summary{
      border-bottom-left-radius:0;
      border-bottom-right-radius:0;
    }

    .city-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:8px;
    }
    @media (min-width:520px){
      .city-grid{ grid-template-columns:repeat(2,1fr); }
    }
    @media (min-width:800px){
      .city-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .city-link{
      display:block;
      text-decoration:none;
      text-align:center;
      font-weight:700;
      padding:8px 10px;
      border-radius:8px;
      background:#f7f9fc;
      border:1px solid var(--gray-border);
      color:var(--blue);
      transition:background .12s ease, transform .08s ease, box-shadow .12s ease;
    }
    .city-link:hover, .city-link:focus-visible{
      background:#eef3ff;
      outline:none;
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.08);
    }
    .city-link:link, .city-link:visited{ color:var(--blue); }
  </style>

  <div class="l10-head">🏠 News From Your Neighborhood</div>

  <div class="l10-body">
    <div class="l10-sub">Latest headlines from:</div>

    <div class="l10-grid" role="group" aria-label="Counties and cities">
      <a class="nb-btn" href="https://www.local10.com/topic/Miami-Dade_County/" target="_blank" rel="noopener noreferrer">Miami-Dade</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Broward_County/" target="_blank" rel="noopener noreferrer">Broward</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Monroe_County/" target="_blank" rel="noopener noreferrer">Florida Keys</a>

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Children left behind as deportations rise in South Florida]]></title><link>https://www.local10.com/news/local/2026/06/25/children-left-behind-as-deportations-rise-in-south-florida/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/25/children-left-behind-as-deportations-rise-in-south-florida/</guid><dc:creator><![CDATA[Christian De La Rosa]]></dc:creator><description><![CDATA[Miami city leaders discussed the 287-G program Thursday, which gives local police the authority to enforce immigration law. No decision was made. But for some South Florida families, the impact of that authority is already being felt.]]></description><pubDate>Thu, 25 Jun 2026 23:17:09 +0000</pubDate><content:encoded><![CDATA[<p>Miami city leaders discussed the 287-G program Thursday, which gives local police the authority to enforce immigration law. No decision was made. But for some South Florida families, the impact of that authority is already being felt.</p><p>At Miami International Airport, Jose grips his two boys’ hands on the way to the gate. He’s sending his 3-year-old, Ethan, and 6-year-old, Abel, to stay with family while he stays behind to work.</p><p>“I go out to work with the fear that one day the same thing could happen to me,” he said.</p><p>He doesn’t want his boys going through what happened to 3-year-old Christina. She was with her babysitter when her mom, then her dad, were detained and later deported — leaving the toddler alone.</p><p>She’s not the only one.</p><p>Volunteers with South Florida’s Guatemalan-Maya Center have been organizing flights to reunite children with loved ones in Guatemala. As detentions and deportations spiked in South Florida, the calls about children being left alone kept coming.</p><p>“They’re leaving the only country they’ve ever known and they’re flying without their parents,” one volunteer said.</p><p>“A lot of this is happening because of 287-G that our local officials signed,” another added.</p><p>The youngest in the group is Angel. He’s one. His grandmother, Magdalena, a cleaning lady whose husband was deported, came to the airport to self-deport — and helped keep an eye on Jose’s kids as he said his goodbyes.</p><p>“They’re my life,” he said.</p><p>The Guatemalan-Maya Center is covering the cost of these flights through public donations. So far, children have been flown to Guatemala, Colombia, and El Salvador.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

    .l10-neighborhood{
      --blue-dark:#0d2c73;
      --blue:#1f57c4;
      --blue-light:#3370e6;
      --gray-bg:#f2f3f5;
      --gray-border:#d6d8dc;
      --text-dark:#1a1a1a;
      --white:#ffffff;
      font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
      max-width:860px;
      margin:1.5rem auto;
      border-radius:10px;
      overflow:hidden;
      border:1px solid var(--gray-border);
      background:var(--gray-bg);
      box-shadow:0 4px 14px rgba(0,0,0,.12);
      text-align:center;
    }

    .l10-head{
      background:linear-gradient(90deg,var(--blue-dark),var(--blue));
      color:var(--white);
      padding:12px 16px;
      font-weight:800;
      text-transform:uppercase;
      font-size:1rem;
      letter-spacing:.3px;
      display:flex; justify-content:center; align-items:center; gap:8px;
    }

    .l10-body{
      max-width:740px;
      margin:0 auto;
      padding:0 16px 18px;
    }

    .l10-sub{
      margin:12px 0 10px;
      font-size:.95rem;
      color:var(--text-dark);
      font-weight:500;
      text-align:center;
    }

    .l10-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:12px;
    }
    @media (min-width:600px){
      .l10-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .nb-btn{
      display:grid;
      place-items:center;
      text-align:center;
      line-height:1;
      width:100%;
      min-height:48px;
      padding:10px;
      border-radius:8px;
      text-decoration:none;
      font-weight:800;
      text-transform:uppercase;
      font-size:.95rem;
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      color:var(--white);
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      transition:background .15s ease, transform .1s ease, box-shadow .15s ease;
    }
    .nb-btn:hover, .nb-btn:focus-visible{
      background:linear-gradient(180deg,var(--blue),var(--blue-dark));
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.2);
      outline:none;
    }
    .nb-btn:link, .nb-btn:visited{ color:var(--white); }

    .city-dd{
      grid-column:1 / -1;
      justify-self:stretch;
      width:100%;
      margin:0;
      text-align:left;
    }
    .city-dd summary{
      list-style:none;
      cursor:pointer;
      display:flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      width:100%;
      min-height:48px;
      padding:10px 16px;
      font-weight:800;
      text-transform:uppercase;
      letter-spacing:.02em;
      color:var(--white);
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      border:1px solid rgba(0,0,0,.08);
      border-radius:8px;
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      user-select:none;
    }
    .city-dd summary::-webkit-details-marker{ display:none; }
    .city-dd summary .caret{ line-height:1; transition:transform .2s ease; }
    .city-dd[open] summary .caret{ transform:rotate(180deg); }

    .city-menu{
      margin-top:0;
      background:var(--white);
      border:1px solid var(--gray-border);
      border-top:0;
      border-radius:10px;
      border-top-left-radius:0;
      border-top-right-radius:0;
      padding:10px;
      box-shadow:0 6px 16px rgba(0,0,0,.08);
    }
    .city-dd[open] summary{
      border-bottom-left-radius:0;
      border-bottom-right-radius:0;
    }

    .city-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:8px;
    }
    @media (min-width:520px){
      .city-grid{ grid-template-columns:repeat(2,1fr); }
    }
    @media (min-width:800px){
      .city-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .city-link{
      display:block;
      text-decoration:none;
      text-align:center;
      font-weight:700;
      padding:8px 10px;
      border-radius:8px;
      background:#f7f9fc;
      border:1px solid var(--gray-border);
      color:var(--blue);
      transition:background .12s ease, transform .08s ease, box-shadow .12s ease;
    }
    .city-link:hover, .city-link:focus-visible{
      background:#eef3ff;
      outline:none;
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.08);
    }
    .city-link:link, .city-link:visited{ color:var(--blue); }
  </style>

  <div class="l10-head">🏠 News From Your Neighborhood</div>

  <div class="l10-body">
    <div class="l10-sub">Latest headlines from:</div>

    <div class="l10-grid" role="group" aria-label="Counties and cities">
      <a class="nb-btn" href="https://www.local10.com/topic/Miami-Dade_County/" target="_blank" rel="noopener noreferrer">Miami-Dade</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Broward_County/" target="_blank" rel="noopener noreferrer">Broward</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Monroe_County/" target="_blank" rel="noopener noreferrer">Florida Keys</a>

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[June 25: Hot & humid]]></title><link>https://www.local10.com/weather/2026/06/25/june-25-hot-humid/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/06/25/june-25-hot-humid/</guid><dc:creator><![CDATA[Betty Davis]]></dc:creator><description><![CDATA[Showers and storms over southwest Florida will fade Thursday night. On the other side of the peninsula, Miami-Dade and Broward counties can expect scattered clouds with temperatures dropping to near 80°F overnight.]]></description><pubDate>Thu, 25 Jun 2026 23:02:17 +0000</pubDate><content:encoded><![CDATA[<p>Showers and storms over southwest Florida will fade Thursday night. On the other side of the peninsula, Miami-Dade and Broward counties can expect scattered clouds with temperatures dropping to near 80°F overnight.</p><p>Friday will feature a mix of sun and clouds and southeast winds, sustained 5 to 10 mph. There may be a stray, morning shower. Otherwise, daytime heating will breed some showers and storms, especially inland. Temperatures are forecast to reach the low 90s, with heat indices peaking over 100°F.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZVM6A6ZXGBFH5FRLH2CKLR7DDY.jpg?auth=5538de09b666ea5a5147343fa29e64118175bed12961ff44a71e0e9e91fc0d29&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Here are 4 drop-off Doral locations for donations to help Venezuelans after earthquakes ]]></title><link>https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/</guid><dc:creator><![CDATA[Gabrielle Arzola, Andrea Torres]]></dc:creator><description><![CDATA[Four drop-off locations in Doral were receiving donations on Thursday after 7.2- and 7.5-magnitude earthquakes hit northern Venezuela on Wednesday. ]]></description><pubDate>Thu, 25 Jun 2026 15:25:18 +0000</pubDate><content:encoded><![CDATA[<p>Four drop-off locations in Doral were receiving donations on Thursday after 7.2- and 7.5-magnitude earthquakes hit northern Venezuela on Wednesday. </p><p><a href="https://www.local10.com/news/local/2026/06/25/aqui-hay-cuatro-lugares-de-entrega-para-donaciones-para-ayudar-a-venezolanos-tras-terremotos/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/25/aqui-hay-cuatro-lugares-de-entrega-para-donaciones-para-ayudar-a-venezolanos-tras-terremotos/">Leer en español</a></p><p>Mayor Christi Fraga announced the city, often referred to as Doralzuela, had partnered with the local <a href="https://www.globalempowermentmission.org/" target="_self" rel="" title="https://www.globalempowermentmission.org/">Global Empowerment Mission</a>, a nonprofit founded in response to the 2010 earthquake in Haiti. </p><p>The list of items needed included first aid kits; emergency gear such as flashlights, heavy-duty batteries, solar phone chargers, and work gloves; and baby care, such as diapers.</p><figure><img src="https://www.local10.com/resizer/v2/BMZNVBT34VFJA3TBU7V2GG6GIU.jpg?auth=1d3a08710a9c7165130a8dd2ed28a3a35f6ee6c3983c81f553bc9c28f4826bf7&smart=true&width=1200&height=900" alt="Volunteers and first responders search for victims on Thursday under the rubble of a building that collapsed during two earthquakes on Wednesday in Caracas, Venezuela. (AP Foto/Ariana Cubillos)" height="900" width="1200"/><figcaption>Volunteers and first responders search for victims on Thursday under the rubble of a building that collapsed during two earthquakes on Wednesday in Caracas, Venezuela. (AP Foto/Ariana Cubillos)</figcaption></figure><p><b>Here is the list of drop-off locations in Doral:</b> </p><ul><li>GEM headquarters was open from 9 a.m. to 4 p.m., Monday to Friday, at 1850 NW 84th Ave. </li><li>Miami-Dade County Supervisor of Elections Office Lobby was open from 8 a.m. to 5 p.m., from Monday to Friday, at 2700 NW 87th Ave.</li><li>Doral Legacy Park Community Center was open from 5 p.m. to 9 p.m., from Monday to Friday, and from 8 a.m. to 5 p.m. on Saturday and Sunday at 11400 NW 82 St.</li><li>El Arepazo is open 24 hours from Monday to Sunday at 10191 NW 58th St. </li></ul><p>Volunteers at the GEM warehouse were packing boxes of donations on Thursday afternoon to prepare deliveries. </p><p>For more information about how to make a financial donation to GEM, <a href="https://give.gem.org/campaign/735778/donate" target="_self" rel="" title="https://give.gem.org/campaign/735778/donate">visit this page</a>.</p><p><b>More ways to help </b></p><ul><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/">Aid drop-off location opens in Homestead</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-central-kitchen-asks-for-donations-for-fresh-meals/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-central-kitchen-asks-for-donations-for-fresh-meals/">World Central Kitchen asks for donations for fresh meals</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-save-the-children-asks-for-emergency-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-save-the-children-asks-for-emergency-fund-donations/">Save The Children asks for emergency fund donations</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/">Red Cross asks for Disaster Response Emergency Fund donations</a></li><li><a href="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/">UN asks for donations for ‘underfunded’ program for kids </a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/">World Vision asks for ‘disaster relief fund’ donations</a></li></ul><p><b>Related coverage</b></p><ul><li><a href="https://www.local10.com/news/world/2026/06/25/the-2-earthquakes-that-struck-venezuela-are-known-as-a-doublet-heres-how-they-happen/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/25/the-2-earthquakes-that-struck-venezuela-are-known-as-a-doublet-heres-how-they-happen/">The 2 earthquakes that struck Venezuela are known as a ‘doublet.’ Here’s how they happen</a></li><li><a href="https://www.local10.com/news/world/2026/06/25/2-powerful-quakes-hit-venezuela-killing-at-least-164-and-injuring-nearly-1000/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/25/2-powerful-quakes-hit-venezuela-killing-at-least-164-and-injuring-nearly-1000/">Venezuelans search rubble for survivors after 2 strong quakes kill at least 188</a></li><li><a href="https://www.local10.com/news/world/2026/06/25/after-venezuela-earthquakes-here-are-some-of-the-deadliest-in-latin-america-in-the-last-century/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/25/after-venezuela-earthquakes-here-are-some-of-the-deadliest-in-latin-america-in-the-last-century/">After Venezuela earthquakes, here are some of the deadliest in Latin America in the last century</a></li><li><a href="https://www.local10.com/news/2026/06/25/world-leaders-react-with-offers-and-solidarity-after-powerful-quakes-hit-venezuela/" target="_self" rel="" title="https://www.local10.com/news/2026/06/25/world-leaders-react-with-offers-and-solidarity-after-powerful-quakes-hit-venezuela/">World leaders react with offers and solidarity after powerful quakes hit Venezuela</a></li><li><a href="https://www.local10.com/news/world/2026/06/24/back-to-back-powerful-earthquakes-hit-venezuela-causing-widespread-damage/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/24/back-to-back-powerful-earthquakes-hit-venezuela-causing-widespread-damage/">Back-to-back powerful earthquakes hit Venezuela, causing widespread damage</a></li></ul><p><i>This is a developing story. </i></p>]]></content:encoded></item><item><title><![CDATA[US deploys search and rescue teams to Venezuela after back-to-back earthquakes]]></title><link>https://www.local10.com/news/national/2026/06/25/us-deploys-search-and-rescue-teams-to-venezuela-after-back-to-back-earthquakes/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/06/25/us-deploys-search-and-rescue-teams-to-venezuela-after-back-to-back-earthquakes/</guid><dc:creator><![CDATA[Ben Kennedy]]></dc:creator><description><![CDATA[Secretary of State Marco Rubio said the United States is responding to back-to-back earthquakes in Venezuela, confirming he spoke with acting President Delcy Rodriguez about relief efforts.]]></description><pubDate>Thu, 25 Jun 2026 20:21:09 +0000</pubDate><content:encoded><![CDATA[<p>Secretary of State Marco Rubio said the United States is responding to <a href="https://www.local10.com/news/world/2026/06/25/venezuelans-search-rubble-for-survivors-after-2-strong-quakes-kill-at-least-188/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/25/venezuelans-search-rubble-for-survivors-after-2-strong-quakes-kill-at-least-188/">back-to-back earthquakes in Venezuela</a>, confirming he spoke with acting President Delcy Rodriguez about relief efforts.</p><p><a href="https://www.local10.com/news/local/2026/06/25/eeuu-despliega-equipos-de-busqueda-y-rescate-en-venezuela-tras-terremotos-consecutivos/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/25/eeuu-despliega-equipos-de-busqueda-y-rescate-en-venezuela-tras-terremotos-consecutivos/">Leer en español</a></p><p>Search and rescue teams from Fairfax County, Virginia, and Los Angeles have been deployed to assist.</p><p>“The most immediate need right now is search and rescue efforts — they have a much-collapsed building and so they’ll need a lot of help in terms of digging through that,” Rubio said.</p><p>President Donald Trump took to social media to signal broader support, saying the U.S. “stands ready, willing, and able to help” and that he had instructed all government agencies to “get ready to move quickly.” The response includes medical supplies and humanitarian resources.</p><p>Rodriguez thanked the Trump administration for what she called its “support and solidarity.”</p><p>“I want to thank President Donald Trump and his government, who has been in permanent contact with the Venezuelan government,” she said.</p><h3><b>Ways to help</b></h3><ul><li><a href="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/">Here are 4 drop-off Doral locations for donations to help Venezuelans after earthquakes</a><b> </b></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/">Aid drop-off location opens in Homestead</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-central-kitchen-asks-for-donations-for-fresh-meals/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-central-kitchen-asks-for-donations-for-fresh-meals/">World Central Kitchen asks for donations for fresh meals</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-save-the-children-asks-for-emergency-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-save-the-children-asks-for-emergency-fund-donations/">Save The Children asks for emergency fund donations</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/">Red Cross asks for Disaster Response Emergency Fund donations</a></li><li><a href="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/">UN asks for donations for ‘underfunded’ program for kids </a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/">World Vision asks for ‘disaster relief fund’ donations</a></li></ul>]]></content:encoded></item><item><title><![CDATA[Helping Venezuela: Aid for earthquake victims starts to flow into El Arepazo in Doral ]]></title><link>https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-for-earthquake-victims-starts-to-flow-into-el-arepazo-in-doral/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-for-earthquake-victims-starts-to-flow-into-el-arepazo-in-doral/</guid><dc:creator><![CDATA[Roy Ramos, Andrea Torres]]></dc:creator><description><![CDATA[After the 7.2- and 7.5-magnitude earthquakes struck on Wednesday in Venezuela, Ana Alcantara said she felt overwhelming anguish — then she took action. ]]></description><pubDate>Thu, 25 Jun 2026 22:24:09 +0000</pubDate><content:encoded><![CDATA[<p>After the 7.2- and 7.5-magnitude earthquakes struck on Wednesday in Venezuela, Ana Alcantara said she felt overwhelming anguish — then she took action. </p><p>The Miami-Dade resident joined the world’s Venezuelan diaspora in their struggle to communicate with loved ones after the tragedy.</p><p>“I didn’t hear from my sister for hours last night,” Alcantara said. “My niece was able to tell me that she spoke to her.” </p><p>Alcantara has been following the rising death toll as the search and rescue efforts continued. She is worried about the urgent needs of the survivors, so she dropped off donations at El Arepazo in Doral.</p><p>“We need food, medicines,” Alcanta said. “We need a lot; we need everything.”</p><p>Mayor Christi Fraga partnered with the local <a href="https://www.globalempowermentmission.org/" target="_self" rel="" title="https://www.globalempowermentmission.org/">Global Empowerment Mission</a>, a nonprofit founded in response to the 2010 earthquake in Haiti. </p><p>El Arepazo, <a href="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/">one of four drop-off locations for donations that GEM plans to deliver to Venezuela</a>, opens 24 hours, seven days a week, at 10191 NW 58th St. </p><p>The list of items needed included first aid kits; emergency gear such as flashlights, heavy-duty batteries, solar phone chargers, and work gloves; and baby care, such as diapers.</p><p>The need for aid rises amid an uncertain political transition under acting interim President Delcy Rodríguez, who has been cooperating with President Donald Trump after Nicolás Maduro’s capture. </p><p>“We are not going to give up. We are never going to give up, and we are going to be able to be free and rebuild,” Alcanta said. “We have to.”</p><p><b>Related story</b>: <a href="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/">Doral opens 4 aid drop-off locations </a></p><p><b>More ways to help </b></p><ul><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/">Aid drop-off location opens in Homestead</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-central-kitchen-asks-for-donations-for-fresh-meals/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-central-kitchen-asks-for-donations-for-fresh-meals/">World Central Kitchen asks for donations for fresh meals</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-save-the-children-asks-for-emergency-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-save-the-children-asks-for-emergency-fund-donations/">Save The Children asks for emergency fund donations</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/">Red Cross asks for Disaster Response Emergency Fund donations</a></li><li><a href="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/">UN asks for donations for ‘underfunded’ program for kids </a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/">World Vision asks for ‘disaster relief fund’ donations</a></li></ul><p><b>Related coverage</b></p><ul><li><a href="https://www.local10.com/news/world/2026/06/25/the-2-earthquakes-that-struck-venezuela-are-known-as-a-doublet-heres-how-they-happen/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/25/the-2-earthquakes-that-struck-venezuela-are-known-as-a-doublet-heres-how-they-happen/">The 2 earthquakes that struck Venezuela are known as a ‘doublet.’ Here’s how they happen</a></li><li><a href="https://www.local10.com/news/world/2026/06/25/2-powerful-quakes-hit-venezuela-killing-at-least-164-and-injuring-nearly-1000/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/25/2-powerful-quakes-hit-venezuela-killing-at-least-164-and-injuring-nearly-1000/">Venezuelans search rubble for survivors after 2 strong quakes kill at least 188</a></li><li><a href="https://www.local10.com/news/world/2026/06/25/after-venezuela-earthquakes-here-are-some-of-the-deadliest-in-latin-america-in-the-last-century/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/25/after-venezuela-earthquakes-here-are-some-of-the-deadliest-in-latin-america-in-the-last-century/">After Venezuela earthquakes, here are some of the deadliest in Latin America in the last century</a></li><li><a href="https://www.local10.com/news/2026/06/25/world-leaders-react-with-offers-and-solidarity-after-powerful-quakes-hit-venezuela/" target="_self" rel="" title="https://www.local10.com/news/2026/06/25/world-leaders-react-with-offers-and-solidarity-after-powerful-quakes-hit-venezuela/">World leaders react with offers and solidarity after powerful quakes hit Venezuela</a></li><li><a href="https://www.local10.com/news/world/2026/06/24/back-to-back-powerful-earthquakes-hit-venezuela-causing-widespread-damage/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/24/back-to-back-powerful-earthquakes-hit-venezuela-causing-widespread-damage/">Back-to-back powerful earthquakes hit Venezuela, causing widespread damage</a></li></ul>]]></content:encoded></item><item><title><![CDATA[Helping Venezuela: World Central Kitchen asks for donations for fresh meals]]></title><link>https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-central-kitchen-asks-for-donations-for-fresh-meals/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-central-kitchen-asks-for-donations-for-fresh-meals/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[The International Federation of the Red Cross asked the public for donations after 7.2- and 7.5-magnitude earthquakes struck Venezuela on Wednesday. ]]></description><pubDate>Thu, 25 Jun 2026 22:50:42 +0000</pubDate><content:encoded><![CDATA[<p>Chef José Andrés Puerta’s World Central Kitchen deployed a team to Venezuela after the 7.2- and 7.5-magnitude earthquakes struck on Wednesday. </p><p>The Spanish-American humanitarian started his nonprofit to feed communities in times of crisis after the devastating 2010 earthquake in Haiti. </p><p>WCK teams helped Venezuelans affected by Hurricane Beryl in 2024 and Hurricane Julia in 2022. On Thursday, <a href="https://wck.org/news/caracas-venezuela-earthquakes/" target="_self" rel="" title="https://wck.org/news/caracas-venezuela-earthquakes/">WCK announced </a>there was a team on its way. </p><p>For more information about how to make a financial donation to help the team in Venezuela, <a href="https://donate.wck.org/campaign/815521/donate" target="_self" rel="" title="https://donate.wck.org/campaign/815521/donate">visit this page</a>.</p><p><b>Related story</b>:<a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-for-earthquake-victims-starts-to-flow-into-el-arepazo-in-doral/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-for-earthquake-victims-starts-to-flow-into-el-arepazo-in-doral/"> Aid starts to flow into El Arepazo in Doral</a></p><p><b>More ways to help </b></p><ul><li><a href="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/">Doral opens 4 aid drop-off locations </a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/">Aid drop-off location opens in Homestead</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-save-the-children-asks-for-emergency-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-save-the-children-asks-for-emergency-fund-donations/">Save The Children asks for emergency fund donations</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/">Red Cross asks for Disaster Response Emergency Fund donations</a></li><li><a href="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/">UN asks for donations for ‘underfunded’ program for kids </a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/">World Vision asks for ‘disaster relief fund’ donations</a></li></ul><p><b>Related coverage</b></p><ul><li><a href="https://www.local10.com/news/world/2026/06/25/the-2-earthquakes-that-struck-venezuela-are-known-as-a-doublet-heres-how-they-happen/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/25/the-2-earthquakes-that-struck-venezuela-are-known-as-a-doublet-heres-how-they-happen/">The 2 earthquakes that struck Venezuela are known as a ‘doublet.’ Here’s how they happen</a></li><li><a href="https://www.local10.com/news/world/2026/06/25/2-powerful-quakes-hit-venezuela-killing-at-least-164-and-injuring-nearly-1000/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/25/2-powerful-quakes-hit-venezuela-killing-at-least-164-and-injuring-nearly-1000/">Venezuelans search rubble for survivors after 2 strong quakes kill at least 188</a></li><li><a href="https://www.local10.com/news/world/2026/06/25/after-venezuela-earthquakes-here-are-some-of-the-deadliest-in-latin-america-in-the-last-century/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/25/after-venezuela-earthquakes-here-are-some-of-the-deadliest-in-latin-america-in-the-last-century/">After Venezuela earthquakes, here are some of the deadliest in Latin America in the last century</a></li><li><a href="https://www.local10.com/news/2026/06/25/world-leaders-react-with-offers-and-solidarity-after-powerful-quakes-hit-venezuela/" target="_self" rel="" title="https://www.local10.com/news/2026/06/25/world-leaders-react-with-offers-and-solidarity-after-powerful-quakes-hit-venezuela/">World leaders react with offers and solidarity after powerful quakes hit Venezuela</a></li><li><a href="https://www.local10.com/news/world/2026/06/24/back-to-back-powerful-earthquakes-hit-venezuela-causing-widespread-damage/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/24/back-to-back-powerful-earthquakes-hit-venezuela-causing-widespread-damage/">Back-to-back powerful earthquakes hit Venezuela, causing widespread damage</a></li></ul>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NHEVKL3E63KEAGWVC733I6OBBY.jpg?auth=f6dd9c771d3f8f5c68d5da544865fe485610523855cd6fa1a9398efcb6ec71ce&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rescue workers search through the rubble after an earthquake in Caracas, Venezuela, Wednesday, June 24, 2026. (AP Photo/Javier Campos)]]></media:description><media:credit role="author" scheme="urn:ebu">Javier Campos</media:credit></media:content></item><item><title><![CDATA[Former executive sues Meta over attempts to 'silence' her memoir, 'Careless People']]></title><link>https://www.local10.com/business/2026/06/25/former-executive-sues-meta-over-attempts-to-silence-her-memoir-careless-people/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/25/former-executive-sues-meta-over-attempts-to-silence-her-memoir-careless-people/</guid><dc:creator><![CDATA[By BARBARA ORTUTAY, Associated Press]]></dc:creator><description><![CDATA[A former Meta executive whose memoir, "Careless People," provides an explosive insider account of her time at the social media giant, has sued the company for attempting to “silence” her.]]></description><pubDate>Thu, 25 Jun 2026 22:47:47 +0000</pubDate><content:encoded><![CDATA[<p>A former Meta executive whose memoir, "Careless People," provides an explosive insider account of her time at the social media giant, has sued the company for attempting to “silence” her.</p><p>The lawsuit, filed Thursday in federal court in Northern California, claims the tech giant’s private arbitration order barring her from speaking about the company or promoting her bestselling book is invalid. It also argues that the severance agreement she signed when she left Meta, in which she agreed not to disparage the company, was done under duress.</p><p>Sarah Wynn-Williams served as director of global public policy at Facebook, now operating under parent company Meta Platforms Inc., from 2011 until her firing in 2017. “Careless People” alleges cruel and otherwise disturbing behavior by CEO Mark Zuckerberg and other executives. It also describes Zuckerberg’s alleged efforts to win favor with Chinese officials. Meta has countered that Wynn-Williams violated her agreement and wrote a book filled with inaccuracies.</p><p>The lawsuit says Meta is seeking $50,000 in damages for each time Wynn-Williams purportedly violates the non-disparagement agreement, putting her under financial duress. She is asking the court to lift the arbitration order and vacate her severance agreement with the company.</p><p>Meta said in a statement that its "former employee is trying to use the legal process to sell books, which an arbitrator already ruled broke the agreement she signed with the company when she accepted a large severance payment years ago. Her book is divorced from reality, disparaging and riddled with false claims.”</p><p>Meta, according to the lawsuit, had obtained an emergency gag order that bars Wynn-Williams and her lawyers from criticizing the company or promoting her book. Over the course of more than a year since the book was published, the lawsuit claims, Meta has surveilled her, with company representatives attending her public appearances and photographing her, “all to document that at each event, Ms. Wynn-Williams said nothing about Meta or her book.”</p><p>Meta, according to the lawsuit, even took issue with Wynn-Williams attending an arts and literary festival in the U.K. earlier this year, where she sat on a panel but remained silent — because other panelists were critics of the company.</p><p>“Meta is pursuing Ms. Wynn-Williams at the expense of free speech and legal constraints not only because she refused to bow to the greed and power of Meta, Mr. Zuckerberg, and other executives, but also to strike fear into the heart of anyone else who dares to consider speaking the truth about Meta’s unlawful and abusive practices in the public interest,” the lawsuit says.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WRLDLUBM52B7URILPGW7QM5DHA.jpg?auth=1d297269c515e5ea771947e0e6a30e6f7741461622139a484b6da0ae658105e9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Sarah Wynn-Williams, Facebook's former director of Global Public Policy, testifies on Capitol Hill, April 9, 2025, in Washington. (AP Photo/Mark Schiefelbein, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content></item><item><title><![CDATA[74-year-old man convicted of killing wife becomes the oldest inmate executed in modern Florida history]]></title><link>https://www.local10.com/news/florida/2026/06/25/74-year-old-man-convicted-of-killing-wife-becomes-the-oldest-inmate-executed-in-modern-florida-history/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/06/25/74-year-old-man-convicted-of-killing-wife-becomes-the-oldest-inmate-executed-in-modern-florida-history/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[STARKE, Fla. (AP) — 74-year-old man convicted of killing wife becomes the oldest inmate executed in modern Florida history.]]></description><pubDate>Thu, 25 Jun 2026 22:38:49 +0000</pubDate><content:encoded><![CDATA[<p>STARKE, Fla. (AP) — 74-year-old man convicted of killing wife becomes the oldest inmate executed in modern Florida history.</p>]]></content:encoded></item><item><title><![CDATA[Parents of former NFL player Doug Martin allege excessive police force led to his wrongful death]]></title><link>https://www.local10.com/news/florida/2026/06/25/parents-of-former-nfl-player-doug-martin-allege-excessive-police-force-led-to-his-wrongful-death/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/06/25/parents-of-former-nfl-player-doug-martin-allege-excessive-police-force-led-to-his-wrongful-death/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[OAKLAND, Calif. (AP) — The parents of former All-Pro NFL running back Doug Martin say excessive force by police and delayed medical care led to his death last year, according to a wrongful death lawsuit against the city of Oakland, California, several police officers and an ambulance company.]]></description><pubDate>Thu, 25 Jun 2026 22:37:58 +0000</pubDate><content:encoded><![CDATA[<p>OAKLAND, Calif. (AP) — The parents of former All-Pro NFL running back Doug Martin say excessive force by police and delayed medical care led to his death last year, according to a wrongful death lawsuit against the city of Oakland, California, several police officers and an ambulance company.</p><p>In the lawsuit filed Tuesday in federal court, Leslie and Douglas Martin say their son was experiencing a mental health crisis in October when responding Oakland police officers held him "face down while one or more officers pressed on his back.” The lawsuit alleges this restraint was a “substantial factor” in causing his death.</p><p>Martin, 36, best known for his career with the Tampa Bay Buccaneers, was selected last August as one of the top 50 players in franchise history as part of the team’s 50th anniversary celebration. He was originally from Oakland and lived in Stockton, where he played high school football.</p><p>Over a decade, more than 1,000 people have died across the country after police subdued them through means not intended to be lethal, such as physical holds, Tasers and body blows, an investigation led by The Associated Press found. That includes George Floyd, whose murder by a police officer in 2020 led to a national reckoning over the use of force.</p><p>Police said in a statement at the time of Martin's death that he was involved in a break-in and that a “brief struggle” happened as police were trying to detain him and he became unresponsive. The department did not release any other details.</p><p>The Oakland Police Department said Thursday it does not comment on pending litigation and referred inquiries to the Oakland city attorney's office, which declined comment. Oakland police also said the investigation into Martin's death is ongoing.</p><p>After Leslie Martin called paramedics for help, the lawsuit says that responding police officers found Doug Martin hiding in a neighbor’s home and physically restrained him face down after a brief struggle. The complaint alleges he was later turned onto his side and was unresponsive and says officers initially thought he was “sleeping or pretending to be.” They only requested medical assistance after he remained unresponsive, the lawsuit says.</p><p>The lawsuit also accuses Falck USA, Inc. and its subsidiary Falck Northern California Corp.'s paramedics of taking more than 15 minutes to respond to the call and not promptly providing medical care after they arrived. Messages seeking comment were left Thursday for Falck.</p><p>The Alameda County Coroner’s Office said they are still awaiting autopsy results after extra testing was requested by Martin's family. Messages seeking comment were left with the family's attorney.</p><p>Martin was the 31st overall pick in the first round of the 2012 NFL draft after a standout career at Boise State. He rushed for 1,454 yards, scored 11 touchdowns as a rookie and was selected to the Pro Bowl. He also was named first-team All-Pro and made the Pro Bowl again in 2015.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YZF2AU3LOQVDW4F442FQHQK5Q4.jpg?auth=a29e35b50510ad2db0df0db7dfc790b16b4fd3815092e42b05aac6ee0f63f64e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Oakland Raiders running back Doug Martin looks on during an NFL preseason football game against the Arizona Cardinals, Aug. 15, 2019, in Glendale, Ariz. (AP Photo/Rick Scuteri, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Rick Scuteri</media:credit></media:content></item><item><title><![CDATA[The Supreme Court lets the Trump administration end legal protections for Haitians and Syrians]]></title><link>https://www.local10.com/news/world/2026/06/25/the-supreme-court-lets-the-trump-administration-end-legal-protections-for-haitians-and-syrians/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/25/the-supreme-court-lets-the-trump-administration-end-legal-protections-for-haitians-and-syrians/</guid><dc:creator><![CDATA[By LINDSAY WHITEHURST, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The Supreme Court on Thursday allowed the Trump administration to end legal protections for migrants fleeing violence and natural disaster in Haiti and Syria, exposing hundreds of thousands more people to potential deportation.]]></description><pubDate>Thu, 25 Jun 2026 19:00:13 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The Supreme Court on Thursday allowed the Trump administration to end legal protections for migrants fleeing violence and natural disaster in Haiti and Syria, exposing hundreds of thousands more people to potential deportation.</p><p>The 6-3 decision overturns lower court orders and allows the Department of Homeland Security to swiftly end temporary protected status, a program that protects a total of 1.3 million people from 17 countries.</p><p>It marked another victory at the high court for Republican President Donald Trump’s sweeping crackdown on immigration. Though the conservative-dominated court has put the brakes on some of Trump’s immigration policies, it handed him a second win Thursday in a decision clearing the way for the revival of a policy restricting immigrants seeking asylum.</p><p>The court’s conservative majority found that immigration authorities have sole authority over the program, and the law doesn’t allow judges to intervene.</p><p>The majority opinion from Justice Samuel Alito also brushed aside arguments that derogatory comments from Trump about Haitians showed the decision was unlawfully tinged by prejudice. He called the statements “insufficient to show that the termination of Haiti’s TPS designation was based on the race of the Haitian people.”</p><p>Justice Elena Kagan forcefully disagreed, calling Trump’s comments “so repellent and racially inflected that the majority declines to put them in print.” She pointed out that Trump had said Haitians in the U.S. “probably have AIDS,” and he also amplified false rumors during the 2024 campaign that Haitian immigrants in Ohio were abducting and eating dogs and cats.</p><p>Lawyers said Haitian immigrants would be in serious danger if they are sent back. “Simply put, the Supreme Court’s ruling will directly result in thousands of innocent people dying violent, needless deaths,” Geoff Pipoly and Andy Tauber said.</p><p>They urged the Senate to approve an extension of deportation protections for Haitians that passed the House on a rare bipartisan vote in April.</p><p>“Families are here, kids are going to school, parents are going into work, folks are trying to commute, and it’s like the Supreme Court just put all those activities on stop and put folks in limbo,” said Viles Dorsainvil, who runs a support center for Haitians in Springfield, Ohio.</p><p>Derrick Johnson, president and CEO of the NAACP, called the ruling “a devastating betrayal of Haitian families who have lived, worked, and contributed to this country for years — only to be cast out based on anti-Black immigration sentiment.”</p><p>Haitians with TPS are also a key part of the workforce in long-term care facilities. “This would be a dreadful loss for all seniors in our community,” said Rita Siebenaler, a resident at Goodwin Living, a senior living community in Virginia.</p><p>The Justice Department appealed to the Supreme Court after judges postponed the end of the program for about 350,000 Haitians and 6,000 Syrians. The high court sided with the administration before and allowed the end of the program for people from Venezuela.</p><p>Federal authorities deny that prejudice played a role. They also cited a Supreme Court decision from Trump’s first term that rejected bias claims based on his social media posts and upheld a travel ban on several Muslim-majority countries.</p><p>James Percival, DHS general counsel, applauded Thursday’s ruling. He said the program had, in many cases, become “de facto amnesty. This is a win for the rule of law and common sense.”</p><p>Since Trump returned to the White House in January 2025, Homeland Security has ended the protections, including some that had been in place for more than a decade, for people from 13 countries.</p><p>The terminations were made even though countries such as Haiti and Syria remain dangerous, immigration lawyers said. Four Haitian women who were deported from the United States in February were later found beheaded and dumped in a river several months later, lawyers said in court documents.</p><p>The United States first granted protections to Haitians in 2010 after a catastrophic earthquake and extended them multiple times amid ongoing gang violence that has displaced more than a million people, according to court documents.</p><p>Syrians were first granted protected status in 2012, during a civil war that lasted for more than a decade before the fall of President Bashar Assad’s government in late 2024.</p><p>“Today, many of our community members, they feel lost,” Farrah AlKhorfan of Immigrants Act Now said about Syrian immigrants losing TPS protections. “They are trying to understand … what this decision means for them and how it will be implemented and how much time they will have to prepare for what comes next.”</p><p>The program was created by Congress in 1990 to prevent deportations to countries suffering from natural disasters, civil strife and other instability. It allows people already in the country to stay with work permits in increments of up to 18 months, but it does not provide a path to citizenship.</p><p>___</p><p>Associated Press writer Tim Sullivan in Minneapolis contributed to this report.</p>]]></content:encoded></item><item><title><![CDATA[Supreme Court ruling on Haitian TPS sparks outcry at Miami protest]]></title><link>https://www.local10.com/news/local/2026/06/25/supreme-court-ruling-on-haitian-tps-sparks-outcry-at-miami-protest/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/25/supreme-court-ruling-on-haitian-tps-sparks-outcry-at-miami-protest/</guid><dc:creator><![CDATA[Christina Vazquez]]></dc:creator><description><![CDATA[Members of South Florida’s Haitian community reacted with grief and defiance after the U.S. Supreme Court cleared the way for the Trump administration to end Temporary Protected Status (TPS) for more than 250,000 Haitians.]]></description><pubDate>Thu, 25 Jun 2026 16:32:07 +0000</pubDate><content:encoded><![CDATA[<p>Members of South Florida’s Haitian community reacted with grief and defiance after the<a href="https://www.local10.com/news/world/2026/06/25/supreme-court-allows-trump-administration-to-end-legal-protections-for-haitians-syrians/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/25/supreme-court-allows-trump-administration-to-end-legal-protections-for-haitians-syrians/"> U.S. Supreme Court cleared the way for the Trump administration to end Temporary Protected Status (TPS) </a>for more than 250,000 Haitians.</p><p><a href="https://www.local10.com/news/local/2026/06/25/fallo-de-la-corte-suprema-sobre-tps-para-haitianos-desata-protestas-en-miami/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/25/fallo-de-la-corte-suprema-sobre-tps-para-haitianos-desata-protestas-en-miami/">Leer en español</a></p><p>The ruling came as community members <a href="https://www.local10.com/news/local/2026/06/25/miami-immigration-advocates-urge-city-to-end-ice-partnership/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/miami-immigration-advocates-urge-city-to-end-ice-partnership/">gathered outside Miami City Hall</a> to protest the city’s agreement with U.S. Immigration and Customs Enforcement (ICE). As news of the 6-3 decision spread through the crowd, protesters embraced and comforted one another.</p><p>“All of these battles are intertwined,” said Paul Christian Namphy, lead organizer and political director of the Family Action Network Movement.</p><p>TPS advocates argue that conditions in Haiti remain too dangerous for deportations. The U.S. State Department continues to maintain a Level 4 “Do Not Travel” advisory for the country because of widespread violence and instability.</p><p>“My people, they can’t go back. It is real. The reality in Haiti is real. Unsafe conditions in Haiti are real,” said Tessa Petit, executive director of the Florida Immigrant Coalition. Petit pointed to ongoing humanitarian crises, including violence against children, a lack of functioning schools and limited access to healthcare.</p><p>“There are no grounds for terminating Haiti TPS based on the country conditions inside Haiti,” Namphy said. “This is absolutely absurd.”</p><p>For Farah Larrieux, a Haitian TPS recipient, the decision brought fear and uncertainty.</p><p>“After the earthquake, I was able to apply for TPS. In TPS, I was able to live my life. Now for the Supreme Court to make its decision, it’s just telling you that your life has no value,” she said. </p><p>Larrieux says she is now working with an attorney and applying for asylum.</p><p>“But it just, I feel like, again, my life just collapsed because I have to continue to fight for my right to exist and that is very sad,” she added. </p><p>Advocates described the prospect of deportations to Haiti as a death sentence, citing the country’s gang violence and deteriorating security situation.</p><p>One local employer that could face a direct impact is the Archdiocese of Miami.</p><p>Miami Archbishop Thomas Wenski says a significant number of Catholic Health Services employees, including nurses and home health aides, are TPS Haiti recipients.</p><p>“This is going to a disruption to our healthcare services - not only ours but through the region and the United States,” he said.</p><p>Despite the court’s decision, organizers vowed to continue fighting to protect Haitian immigrants.</p><p>“I would say we are not likely going back. We are going to stick together. We are going to keep on fighting,” said Santcha Etienne, of the Black Alliance for Just Immigration.</p><p>Petit echoed that determination.</p><p>“The battle is not over,” she said.</p><p>James Percival, the Department of Homeland Security’s general counsel, told Local 10 News in a statement, “In our second Supreme Court win of the day, the Court vindicates DHS yet again. The T in TPS stands for TEMPORARY, yet many of these designations became de facto amnesty. This is a win for the rule of law and common sense.”</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

    .l10-neighborhood{
      --blue-dark:#0d2c73;
      --blue:#1f57c4;
      --blue-light:#3370e6;
      --gray-bg:#f2f3f5;
      --gray-border:#d6d8dc;
      --text-dark:#1a1a1a;
      --white:#ffffff;
      font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
      max-width:860px;
      margin:1.5rem auto;
      border-radius:10px;
      overflow:hidden;
      border:1px solid var(--gray-border);
      background:var(--gray-bg);
      box-shadow:0 4px 14px rgba(0,0,0,.12);
      text-align:center;
    }

    .l10-head{
      background:linear-gradient(90deg,var(--blue-dark),var(--blue));
      color:var(--white);
      padding:12px 16px;
      font-weight:800;
      text-transform:uppercase;
      font-size:1rem;
      letter-spacing:.3px;
      display:flex; justify-content:center; align-items:center; gap:8px;
    }

    .l10-body{
      max-width:740px;
      margin:0 auto;
      padding:0 16px 18px;
    }

    .l10-sub{
      margin:12px 0 10px;
      font-size:.95rem;
      color:var(--text-dark);
      font-weight:500;
      text-align:center;
    }

    .l10-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:12px;
    }
    @media (min-width:600px){
      .l10-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .nb-btn{
      display:grid;
      place-items:center;
      text-align:center;
      line-height:1;
      width:100%;
      min-height:48px;
      padding:10px;
      border-radius:8px;
      text-decoration:none;
      font-weight:800;
      text-transform:uppercase;
      font-size:.95rem;
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      color:var(--white);
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      transition:background .15s ease, transform .1s ease, box-shadow .15s ease;
    }
    .nb-btn:hover, .nb-btn:focus-visible{
      background:linear-gradient(180deg,var(--blue),var(--blue-dark));
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.2);
      outline:none;
    }
    .nb-btn:link, .nb-btn:visited{ color:var(--white); }

    .city-dd{
      grid-column:1 / -1;
      justify-self:stretch;
      width:100%;
      margin:0;
      text-align:left;
    }
    .city-dd summary{
      list-style:none;
      cursor:pointer;
      display:flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      width:100%;
      min-height:48px;
      padding:10px 16px;
      font-weight:800;
      text-transform:uppercase;
      letter-spacing:.02em;
      color:var(--white);
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      border:1px solid rgba(0,0,0,.08);
      border-radius:8px;
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      user-select:none;
    }
    .city-dd summary::-webkit-details-marker{ display:none; }
    .city-dd summary .caret{ line-height:1; transition:transform .2s ease; }
    .city-dd[open] summary .caret{ transform:rotate(180deg); }

    .city-menu{
      margin-top:0;
      background:var(--white);
      border:1px solid var(--gray-border);
      border-top:0;
      border-radius:10px;
      border-top-left-radius:0;
      border-top-right-radius:0;
      padding:10px;
      box-shadow:0 6px 16px rgba(0,0,0,.08);
    }
    .city-dd[open] summary{
      border-bottom-left-radius:0;
      border-bottom-right-radius:0;
    }

    .city-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:8px;
    }
    @media (min-width:520px){
      .city-grid{ grid-template-columns:repeat(2,1fr); }
    }
    @media (min-width:800px){
      .city-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .city-link{
      display:block;
      text-decoration:none;
      text-align:center;
      font-weight:700;
      padding:8px 10px;
      border-radius:8px;
      background:#f7f9fc;
      border:1px solid var(--gray-border);
      color:var(--blue);
      transition:background .12s ease, transform .08s ease, box-shadow .12s ease;
    }
    .city-link:hover, .city-link:focus-visible{
      background:#eef3ff;
      outline:none;
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.08);
    }
    .city-link:link, .city-link:visited{ color:var(--blue); }
  </style>

  <div class="l10-head">🏠 News From Your Neighborhood</div>

  <div class="l10-body">
    <div class="l10-sub">Latest headlines from:</div>

    <div class="l10-grid" role="group" aria-label="Counties and cities">
      <a class="nb-btn" href="https://www.local10.com/topic/Miami-Dade_County/" target="_blank" rel="noopener noreferrer">Miami-Dade</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Broward_County/" target="_blank" rel="noopener noreferrer">Broward</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Monroe_County/" target="_blank" rel="noopener noreferrer">Florida Keys</a>

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[DeSantis announces ‘Alligator Alcatraz’ closure]]></title><link>https://www.local10.com/news/politics/2026/06/25/desantis-to-appear-at-alligator-alcatraz-site-for-news-conference/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/25/desantis-to-appear-at-alligator-alcatraz-site-for-news-conference/</guid><dc:creator><![CDATA[Chris Gothner, Saira Anwer, Glenna Milberg, Associated Press]]></dc:creator><description><![CDATA[Florida Gov. Ron DeSantis is set to hold a news conference at the site of the “Alligator Alcatraz” migrant detention facility on Thursday morning.]]></description><pubDate>Thu, 25 Jun 2026 14:57:03 +0000</pubDate><content:encoded><![CDATA[<p>Florida Gov. Ron DeSantis held a news conference at the site of the <a href="https://www.local10.com/topic/Alligator_Alcatraz/" target="_self" rel="" title="https://www.local10.com/topic/Alligator_Alcatraz/">“Alligator Alcatraz”</a> migrant detention facility on Thursday morning. He announced its shutdown.</p><p>It came a little more than a week after detainees were <a href="https://www.local10.com/news/local/2026/06/16/all-detainees-moved-out-of-alligator-alcatraz/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/16/all-detainees-moved-out-of-alligator-alcatraz/">moved out of the Collier County facility</a>, officially the home of the Dade-Collier Training and Transition Airport, citing hurricane concerns.</p><p>“There’s no question that its mission made the state of Florida safer,” DeSantis said during Thursday’s announcement, saying the facility was always designed to be temporary. He said it would take one to two weeks to fully decommission the facility.</p><p>The news conference featured White House Border Czar Tom Homan and Florida State Board of Immigration Enforcement Executive Director Anthony Coker.</p><p>“Today doesn’t end the cooperation” between the state and federal governments, Homan said. He also said the country is “going to keep having record numbers of arrests and deportations.” </p><p>“That’s what the American people voted for,” he said.</p><p>Immigration advocates said the tents were never safe or humane to hold people. Detainees at the facility have talked about their difficulty accessing lawyers, and have described poor physical conditions, including worms in the food, toilets that don’t flush, flooding floors with fecal waste, and mosquitoes and other insects everywhere.</p><p>The detention center was built by DeSantis’ administration in a matter of days in 2025 and President Trump came to visit site.</p><p>DeSantis and Trump said the detention center was critical to Republican efforts to return people in the country illegally back to their home countries. The Republican governor said 21,000 people were deported through the facility.</p><p>DeSantis and Homan repeatedly assured that the federal government would ultimately reimburse the state for the billion-dollar cost of running the facility, not specifying any amount that has yet been paid or that is left to be paid.</p><h3>Miami-Dade mayor seeks sale</h3><p>Meanwhile, Miami-Dade Mayor Daniella Levine Cava announced on Thursday that her office intends to sell the county-owned airport “to the National Park Service and other authorized Everglades restoration partners for permanent conservation following the eventual decommissioning of the immigration detention facility currently operating at the site.”</p><p>A county news release states that Levine Cava’s office “will evaluate and identify the appropriate legal process for the sale and transfer of the property for incorporation into the Comprehensive Everglades Restoration Plan.”</p><p>“From the very beginning, I have raised serious concerns about the ‘Alligator Alcatraz’ detention facility because people have been held there in inhumane conditions without meaningful due process, while occupying land alongside one of the world’s most precious natural ecosystems,” Levine Cava said in the release. “Once this facility is decommissioned, we have an opportunity to permanently protect these lands for Everglades restoration and ensure they remain protected for generations to come. That is the legacy we should leave.”</p><p>The release states that the airport’s “remote location, limited aviation utility, significant maintenance obligations, and increasingly constrained compatibility with surrounding conservation lands have reduced its long-term strategic value as an aviation asset.”</p><p>Levine Cava later told local media outlets, “The original idea was for the state to purchase and transfer it to the National Park system. Unfortunately they had other plans.”</p><p>The airport was built in the late 1960s as the Everglades Jetport, with <a href="https://www.cnn.com/travel/article/everglades-jetport-florida-cmd" target="_self" rel="" title="https://www.cnn.com/travel/article/everglades-jetport-florida-cmd">plans</a> to turn it into the world’s largest airport and a supersonic travel hub.</p><p>Under the grand plans, the airport would have been linked to Miami by monorail.</p><p>But the cancellation of the planned Boeing 2707 supersonic jet and environmental concerns surrounding the Everglades location meant that the project never materialized.</p>]]></content:encoded></item><item><title><![CDATA[‘Doesn’t stop the pain’: Woman found not guilty by insanity in daughter’s drowning case speaks out ]]></title><link>https://www.local10.com/news/local/2026/06/25/doesnt-stop-the-pain-woman-found-not-guilty-by-insanity-in-daughters-drowning-case-speaks-out/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/25/doesnt-stop-the-pain-woman-found-not-guilty-by-insanity-in-daughters-drowning-case-speaks-out/</guid><dc:creator><![CDATA[Bridgette Matter]]></dc:creator><description><![CDATA[Precious Bland is a free woman, despite being accused of drowning her 1-year-old daughter.]]></description><pubDate>Thu, 25 Jun 2026 22:07:16 +0000</pubDate><content:encoded><![CDATA[<p><a href="https://www.local10.com/news/local/2026/06/23/woman-accused-of-drowning-15-month-old-daughter-found-not-guilty-by-reason-of-insanity/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/23/woman-accused-of-drowning-15-month-old-daughter-found-not-guilty-by-reason-of-insanity/">Precious Bland</a> is a free woman, despite being previously accused of drowning her 1-year-old daughter.</p><p>Bland, 38, spoke to Local 10 News two days after a judge found her not guilty by reason of insanity in the murder of her baby and the attempted murder of her husband and teenage daughter.</p><p>Investigators said the incident happened on Aug. 23, 2021, at a home near Northwest 99th Street and 30th Avenue in Miami-Dade County. They said Bland was accused of drowning her baby while claiming she was trying to baptize everyone in the home.</p><p>Authorities confirmed that Bland’s 38-year-old husband and 16-year-old daughter were stabbed during the incident and survived. Detectives said they also found Bland suffering from stab wounds that were determined to be self-inflicted.</p><p>They said four other children, all under the age of 11, were inside the home at the time but were not harmed.</p><p>“This took a lot from us as a family and that’s the goodness I feel, she said. ”This doesn’t bring back my daughter. It doesn’t stop the pain." </p><p>The mother of six was found not guilty by reason of insanity after investigators said she was hearing voices telling her Jesus was coming back.</p><p>When asked if she remembered being in the bathroom with her daughter or remembered the drowning, Bland said:</p><p>“I remember seeing my son, my one and only son. I couldn’t speak. I remember looking in his eyes and just with my eyes just telling him, run, because I couldn’t speak. And it’s like he knew,” she said. “He looked in my eyes and he ran. Because I didn’t understand what was happening to me, like why this was happening. Something had control of me.”</p><p>Bland was also asked about body camera video showing her telling paramedics, “Save yourself. God is coming back.”</p><p>Authorities said Bland also tried to take her own life.</p><p>Her attorney, Larry Handfield, said Bland was a good mother and a Navy veteran who was suffering from COVID-19-induced psychosis.</p><p>“From the first day that I was hired to represent Precious Bland, having done the research, because there’s so much that we don’t know about COVID, and this was one of the first cases in the country to go to trial on COVID-19 to the defense of murder,” he said.</p><p>“Both doctors concluded that this was a result of COVID, number one, and number two, that COVID brought on the mental defect,” Handfield added.</p><p>Bland’s case may be one of the first successful COVID-related psychosis defenses in the country.</p><p>The prosecutor argued the psychosis was not real, but it was not enough to convince the judge.</p><p>After the verdict, Bland said she was thankful and ready to rebuild her life.</p><p>“God is good. This doesn’t bring back my daughter. I’m thankful. I love my children. Just ready to get my life back together, my husband and my children -- just move forward.”</p><p>Local 10 asked Bland about her future with her family and whether she trusts herself around her children.</p><p>“Absolutely, without a doubt, and I’m sure that my family is very vigilant now as well,” she said. “It’s not something that you know, they would take lightly.”</p><p>Bland says she is in therapy several times a month and is working to be reunited with her children and husband.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

    .l10-neighborhood{
      --blue-dark:#0d2c73;
      --blue:#1f57c4;
      --blue-light:#3370e6;
      --gray-bg:#f2f3f5;
      --gray-border:#d6d8dc;
      --text-dark:#1a1a1a;
      --white:#ffffff;
      font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
      max-width:860px;
      margin:1.5rem auto;
      border-radius:10px;
      overflow:hidden;
      border:1px solid var(--gray-border);
      background:var(--gray-bg);
      box-shadow:0 4px 14px rgba(0,0,0,.12);
      text-align:center;
    }

    .l10-head{
      background:linear-gradient(90deg,var(--blue-dark),var(--blue));
      color:var(--white);
      padding:12px 16px;
      font-weight:800;
      text-transform:uppercase;
      font-size:1rem;
      letter-spacing:.3px;
      display:flex; justify-content:center; align-items:center; gap:8px;
    }

    .l10-body{
      max-width:740px;
      margin:0 auto;
      padding:0 16px 18px;
    }

    .l10-sub{
      margin:12px 0 10px;
      font-size:.95rem;
      color:var(--text-dark);
      font-weight:500;
      text-align:center;
    }

    .l10-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:12px;
    }
    @media (min-width:600px){
      .l10-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .nb-btn{
      display:grid;
      place-items:center;
      text-align:center;
      line-height:1;
      width:100%;
      min-height:48px;
      padding:10px;
      border-radius:8px;
      text-decoration:none;
      font-weight:800;
      text-transform:uppercase;
      font-size:.95rem;
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      color:var(--white);
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      transition:background .15s ease, transform .1s ease, box-shadow .15s ease;
    }
    .nb-btn:hover, .nb-btn:focus-visible{
      background:linear-gradient(180deg,var(--blue),var(--blue-dark));
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.2);
      outline:none;
    }
    .nb-btn:link, .nb-btn:visited{ color:var(--white); }

    .city-dd{
      grid-column:1 / -1;
      justify-self:stretch;
      width:100%;
      margin:0;
      text-align:left;
    }
    .city-dd summary{
      list-style:none;
      cursor:pointer;
      display:flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      width:100%;
      min-height:48px;
      padding:10px 16px;
      font-weight:800;
      text-transform:uppercase;
      letter-spacing:.02em;
      color:var(--white);
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      border:1px solid rgba(0,0,0,.08);
      border-radius:8px;
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      user-select:none;
    }
    .city-dd summary::-webkit-details-marker{ display:none; }
    .city-dd summary .caret{ line-height:1; transition:transform .2s ease; }
    .city-dd[open] summary .caret{ transform:rotate(180deg); }

    .city-menu{
      margin-top:0;
      background:var(--white);
      border:1px solid var(--gray-border);
      border-top:0;
      border-radius:10px;
      border-top-left-radius:0;
      border-top-right-radius:0;
      padding:10px;
      box-shadow:0 6px 16px rgba(0,0,0,.08);
    }
    .city-dd[open] summary{
      border-bottom-left-radius:0;
      border-bottom-right-radius:0;
    }

    .city-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:8px;
    }
    @media (min-width:520px){
      .city-grid{ grid-template-columns:repeat(2,1fr); }
    }
    @media (min-width:800px){
      .city-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .city-link{
      display:block;
      text-decoration:none;
      text-align:center;
      font-weight:700;
      padding:8px 10px;
      border-radius:8px;
      background:#f7f9fc;
      border:1px solid var(--gray-border);
      color:var(--blue);
      transition:background .12s ease, transform .08s ease, box-shadow .12s ease;
    }
    .city-link:hover, .city-link:focus-visible{
      background:#eef3ff;
      outline:none;
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.08);
    }
    .city-link:link, .city-link:visited{ color:var(--blue); }
  </style>

  <div class="l10-head">🏠 News From Your Neighborhood</div>

  <div class="l10-body">
    <div class="l10-sub">Latest headlines from:</div>

    <div class="l10-grid" role="group" aria-label="Counties and cities">
      <a class="nb-btn" href="https://www.local10.com/topic/Miami-Dade_County/" target="_blank" rel="noopener noreferrer">Miami-Dade</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Broward_County/" target="_blank" rel="noopener noreferrer">Broward</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Monroe_County/" target="_blank" rel="noopener noreferrer">Florida Keys</a>

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Video shows felon pepper-spraying loss prevention worker during Aventura robbery, authorities say]]></title><link>https://www.local10.com/news/local/2026/06/25/video-shows-felon-pepper-spraying-loss-prevention-worker-during-aventura-robbery-authorities-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/25/video-shows-felon-pepper-spraying-loss-prevention-worker-during-aventura-robbery-authorities-say/</guid><dc:creator><![CDATA[Chris Gothner, Rosh Lowe]]></dc:creator><description><![CDATA[Newly-released video shows a convicted felon pepper-spraying a loss prevention worker as she tried to steal from a Nordstrom Rack store in Aventura, authorities say.]]></description><pubDate>Thu, 25 Jun 2026 21:47:50 +0000</pubDate><content:encoded><![CDATA[<p>Newly-released video shows a convicted felon pepper-spraying a loss prevention worker as she <a href="https://www.local10.com/news/local/2026/06/22/longtime-felon-pepper-sprays-employee-in-aventura-nordstrom-rack-robbery-cops-say/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/22/longtime-felon-pepper-sprays-employee-in-aventura-nordstrom-rack-robbery-cops-say/">tried to steal from a Nordstrom Rack store</a> in Aventura, authorities say.</p><p><a href="https://www.local10.com/news/local/2026/06/25/video-muestra-a-delincuente-rociando-gas-pimienta-a-empleado-de-prevencion-de-perdidas-durante-robo-en-aventura-dicen-autoridades/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/25/video-muestra-a-delincuente-rociando-gas-pimienta-a-empleado-de-prevencion-de-perdidas-durante-robo-en-aventura-dicen-autoridades/">Leer en español</a></p><p>Authorities said Pappy Tina Miller, 57, of Miami Beach, committed her latest crime while on probation.</p><p>Investigators said the crime happened on Friday. They said Miller began stealing items from the Nordstrom Rack at 20669 Biscayne Blvd. just after 2:40 p.m. and, about 10 minutes later, walked out with nearly $1,800 in concealed goods in a shopping cart.</p><p>An arrest report states that the loss prevention officer tried to detain Miller and recover the stolen items but she “immediately resisted his efforts to recover the stolen merchandise by maintaining control of the shopping cart and actively struggling with him.”</p><p>She then “forcefully” pushed him away, pepper-sprayed him and fled, the report states.</p><p>Police said they determined Miller’s identity and found her just after 4:10 p.m. in the area of a nearby Best Buy store.</p><p>According to police, she identified herself as “Anna” and “denied being Pappy Tina Miller.” But authorities said they were able to prove it was her.</p><p>The report states that “Miller denied stealing any items and claimed she had paid for everything in her possession” and denied pepper-spraying the worker. She had discarded the pepper-spray canister, police said.</p><p>Police arrested Miller on charges including armed robbery, armed grand theft, evidence tampering and felon in possession of a weapon.</p><p>It adds to Miller’s long history of criminal conduct in Miami-Dade.</p><p>Records show her first criminal conviction in Miami-Dade County was in 2001 for child neglect or abuse following an arrest in Sunny Isles Beach.</p><p>Miller, known by aliases including “Peppy Miller,” “Pappy Stevens” and “Renee Morales,” has <a href="https://pubapps.fdc.myflorida.com/offenderSearch/detail.aspx?Page=Detail&amp;DCNumber=L39859&amp;TypeSearch=IR" rel="" title="https://pubapps.fdc.myflorida.com/offenderSearch/detail.aspx?Page=Detail&amp;DCNumber=L39859&amp;TypeSearch=IR">spent time in state prison</a> after various Miami-Dade convictions, including for grand theft, credit card fraud and organized fraud.</p><p>She was <a href="https://pubapps.fdc.myflorida.com/offenderSearch/detail.aspx?Page=Detail&amp;DCNumber=L39859&amp;TypeSearch=AO" rel="" title="https://pubapps.fdc.myflorida.com/offenderSearch/detail.aspx?Page=Detail&amp;DCNumber=L39859&amp;TypeSearch=AO">on probation</a> for a 2025 grand theft conviction at the time of her latest arrest on Friday, records show.</p><p>As of Thursday evening, Miller was being held without bond in the Turner Guilford Knight Correctional Center.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

    .l10-neighborhood{
      --blue-dark:#0d2c73;
      --blue:#1f57c4;
      --blue-light:#3370e6;
      --gray-bg:#f2f3f5;
      --gray-border:#d6d8dc;
      --text-dark:#1a1a1a;
      --white:#ffffff;
      font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
      max-width:860px;
      margin:1.5rem auto;
      border-radius:10px;
      overflow:hidden;
      border:1px solid var(--gray-border);
      background:var(--gray-bg);
      box-shadow:0 4px 14px rgba(0,0,0,.12);
      text-align:center;
    }

    .l10-head{
      background:linear-gradient(90deg,var(--blue-dark),var(--blue));
      color:var(--white);
      padding:12px 16px;
      font-weight:800;
      text-transform:uppercase;
      font-size:1rem;
      letter-spacing:.3px;
      display:flex; justify-content:center; align-items:center; gap:8px;
    }

    .l10-body{
      max-width:740px;
      margin:0 auto;
      padding:0 16px 18px;
    }

    .l10-sub{
      margin:12px 0 10px;
      font-size:.95rem;
      color:var(--text-dark);
      font-weight:500;
      text-align:center;
    }

    .l10-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:12px;
    }
    @media (min-width:600px){
      .l10-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .nb-btn{
      display:grid;
      place-items:center;
      text-align:center;
      line-height:1;
      width:100%;
      min-height:48px;
      padding:10px;
      border-radius:8px;
      text-decoration:none;
      font-weight:800;
      text-transform:uppercase;
      font-size:.95rem;
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      color:var(--white);
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      transition:background .15s ease, transform .1s ease, box-shadow .15s ease;
    }
    .nb-btn:hover, .nb-btn:focus-visible{
      background:linear-gradient(180deg,var(--blue),var(--blue-dark));
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.2);
      outline:none;
    }
    .nb-btn:link, .nb-btn:visited{ color:var(--white); }

    .city-dd{
      grid-column:1 / -1;
      justify-self:stretch;
      width:100%;
      margin:0;
      text-align:left;
    }
    .city-dd summary{
      list-style:none;
      cursor:pointer;
      display:flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      width:100%;
      min-height:48px;
      padding:10px 16px;
      font-weight:800;
      text-transform:uppercase;
      letter-spacing:.02em;
      color:var(--white);
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      border:1px solid rgba(0,0,0,.08);
      border-radius:8px;
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      user-select:none;
    }
    .city-dd summary::-webkit-details-marker{ display:none; }
    .city-dd summary .caret{ line-height:1; transition:transform .2s ease; }
    .city-dd[open] summary .caret{ transform:rotate(180deg); }

    .city-menu{
      margin-top:0;
      background:var(--white);
      border:1px solid var(--gray-border);
      border-top:0;
      border-radius:10px;
      border-top-left-radius:0;
      border-top-right-radius:0;
      padding:10px;
      box-shadow:0 6px 16px rgba(0,0,0,.08);
    }
    .city-dd[open] summary{
      border-bottom-left-radius:0;
      border-bottom-right-radius:0;
    }

    .city-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:8px;
    }
    @media (min-width:520px){
      .city-grid{ grid-template-columns:repeat(2,1fr); }
    }
    @media (min-width:800px){
      .city-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .city-link{
      display:block;
      text-decoration:none;
      text-align:center;
      font-weight:700;
      padding:8px 10px;
      border-radius:8px;
      background:#f7f9fc;
      border:1px solid var(--gray-border);
      color:var(--blue);
      transition:background .12s ease, transform .08s ease, box-shadow .12s ease;
    }
    .city-link:hover, .city-link:focus-visible{
      background:#eef3ff;
      outline:none;
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.08);
    }
    .city-link:link, .city-link:visited{ color:var(--blue); }
  </style>

  <div class="l10-head">🏠 News From Your Neighborhood</div>

  <div class="l10-body">
    <div class="l10-sub">Latest headlines from:</div>

    <div class="l10-grid" role="group" aria-label="Counties and cities">
      <a class="nb-btn" href="https://www.local10.com/topic/Miami-Dade_County/" target="_blank" rel="noopener noreferrer">Miami-Dade</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Broward_County/" target="_blank" rel="noopener noreferrer">Broward</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Monroe_County/" target="_blank" rel="noopener noreferrer">Florida Keys</a>

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Video muestra a delincuente rociando gas pimienta a empleado de prevención de pérdidas durante robo en Aventura, dicen autoridades]]></title><link>https://www.local10.com/news/local/2026/06/25/video-muestra-a-delincuente-rociando-gas-pimienta-a-empleado-de-prevencion-de-perdidas-durante-robo-en-aventura-dicen-autoridades/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/25/video-muestra-a-delincuente-rociando-gas-pimienta-a-empleado-de-prevencion-de-perdidas-durante-robo-en-aventura-dicen-autoridades/</guid><dc:creator><![CDATA[Chris Gothner, Rosh Lowe]]></dc:creator><description><![CDATA[Un video recién publicado muestra a una delincuente convicta rociando gas pimienta a una empleada de prevención de pérdidas mientras intentaba robar en una tienda Nordstrom Rack en Aventura, dicen las autoridades.]]></description><pubDate>Thu, 25 Jun 2026 21:59:20 +0000</pubDate><content:encoded><![CDATA[<p>Un video recién publicado muestra a una delincuente convicta rociando gas pimienta a una empleada de prevención de pérdidas mientras <a href="https://www.local10.com/news/local/2026/06/22/longtime-felon-pepper-sprays-employee-in-aventura-nordstrom-rack-robbery-cops-say/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/22/longtime-felon-pepper-sprays-employee-in-aventura-nordstrom-rack-robbery-cops-say/">intentaba robar en una tienda Nordstrom Rack </a>en Aventura, dicen las autoridades.</p><p>Las autoridades dijeron que Pappy Tina Miller, de 57 años, de Miami Beach, cometió su más reciente delito mientras estaba en libertad condicional.</p><p>Los investigadores dijeron que el hecho ocurrió el viernes. Indicaron que Miller comenzó a robar artículos en el Nordstrom Rack en 20669 Biscayne Blvd. poco después de las 2:40 p.m. y, unos 10 minutos después, salió con casi $1,800 USD en mercancía oculta en un carrito de compras.</p><p>Un informe de arresto indica que el empleado de prevención de pérdidas intentó detener a Miller y recuperar los artículos robados, pero ella “inmediatamente resistió sus esfuerzos para recuperar la mercancía robada manteniendo el control del carrito de compras y forcejeando activamente con él”.</p><p>Luego lo empujó “con fuerza”, le roció gas pimienta y huyó, indica el informe.</p><p>La policía dijo que determinó la identidad de Miller y la encontró poco después de las 4:10 p.m. en el área de una tienda Best Buy cercana.</p><p>Según la policía, ella se identificó como “Anna” y “negó ser Pappy Tina Miller”. Pero las autoridades dijeron que pudieron comprobar que sí era ella.</p><p>El informe indica que “Miller negó haber robado artículos y afirmó que había pagado por todo lo que tenía en su posesión” y negó haber rociado gas pimienta al empleado. Ella había descartado el envase de gas pimienta, dijo la policía.</p><p>La policía arrestó a Miller por cargos que incluyen robo a mano armada, hurto mayor a mano armada, manipulación de evidencia y delincuente convicto en posesión de un arma.</p><p>Esto se suma al largo historial de conducta criminal de Miller en Miami-Dade.</p><p>Los registros muestran que su primera condena criminal en el condado Miami-Dade fue en 2001 por negligencia o abuso infantil tras un arresto en Sunny Isles Beach.</p><p>Miller, conocida por alias como “Peppy Miller”, “Pappy Stevens” y “Renee Morales”, <a href="https://pubapps.fdc.myflorida.com/offenderSearch/detail.aspx?Page=Detail&amp;DCNumber=L39859&amp;TypeSearch=IR" target="_blank" rel="noreferrer" title="https://pubapps.fdc.myflorida.com/offenderSearch/detail.aspx?Page=Detail&amp;DCNumber=L39859&amp;TypeSearch=IR">ha pasado tiempo en prisión estatal</a> tras varias condenas en Miami-Dade, incluyendo por hurto mayor, fraude con tarjetas de crédito y fraude organizado.</p><p>Estaba en <a href="https://pubapps.fdc.myflorida.com/offenderSearch/detail.aspx?Page=Detail&amp;DCNumber=L39859&amp;TypeSearch=AO" target="_blank" rel="noreferrer" title="https://pubapps.fdc.myflorida.com/offenderSearch/detail.aspx?Page=Detail&amp;DCNumber=L39859&amp;TypeSearch=AO">libertad condicional</a> por una condena de hurto mayor en 2025 al momento de su más reciente arresto el viernes, según registros.</p><p>Hasta la noche del jueves, Miller permanecía detenida sin derecho a fianza en el Centro Correccional Turner Guilford Knight.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

    .l10-neighborhood{
      --blue-dark:#0d2c73;
      --blue:#1f57c4;
      --blue-light:#3370e6;
      --gray-bg:#f2f3f5;
      --gray-border:#d6d8dc;
      --text-dark:#1a1a1a;
      --white:#ffffff;
      font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
      max-width:860px;
      margin:1.5rem auto;
      border-radius:10px;
      overflow:hidden;
      border:1px solid var(--gray-border);
      background:var(--gray-bg);
      box-shadow:0 4px 14px rgba(0,0,0,.12);
      text-align:center;
    }

    .l10-head{
      background:linear-gradient(90deg,var(--blue-dark),var(--blue));
      color:var(--white);
      padding:12px 16px;
      font-weight:800;
      text-transform:uppercase;
      font-size:1rem;
      letter-spacing:.3px;
      display:flex; justify-content:center; align-items:center; gap:8px;
    }

    .l10-body{
      max-width:740px;
      margin:0 auto;
      padding:0 16px 18px;
    }

    .l10-sub{
      margin:12px 0 10px;
      font-size:.95rem;
      color:var(--text-dark);
      font-weight:500;
      text-align:center;
    }

    .l10-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:12px;
    }
    @media (min-width:600px){
      .l10-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .nb-btn{
      display:grid;
      place-items:center;
      text-align:center;
      line-height:1;
      width:100%;
      min-height:48px;
      padding:10px;
      border-radius:8px;
      text-decoration:none;
      font-weight:800;
      text-transform:uppercase;
      font-size:.95rem;
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      color:var(--white);
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      transition:background .15s ease, transform .1s ease, box-shadow .15s ease;
    }
    .nb-btn:hover, .nb-btn:focus-visible{
      background:linear-gradient(180deg,var(--blue),var(--blue-dark));
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.2);
      outline:none;
    }
    .nb-btn:link, .nb-btn:visited{ color:var(--white); }

    .city-dd{
      grid-column:1 / -1;
      justify-self:stretch;
      width:100%;
      margin:0;
      text-align:left;
    }
    .city-dd summary{
      list-style:none;
      cursor:pointer;
      display:flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      width:100%;
      min-height:48px;
      padding:10px 16px;
      font-weight:800;
      text-transform:uppercase;
      letter-spacing:.02em;
      color:var(--white);
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      border:1px solid rgba(0,0,0,.08);
      border-radius:8px;
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      user-select:none;
    }
    .city-dd summary::-webkit-details-marker{ display:none; }
    .city-dd summary .caret{ line-height:1; transition:transform .2s ease; }
    .city-dd[open] summary .caret{ transform:rotate(180deg); }

    .city-menu{
      margin-top:0;
      background:var(--white);
      border:1px solid var(--gray-border);
      border-top:0;
      border-radius:10px;
      border-top-left-radius:0;
      border-top-right-radius:0;
      padding:10px;
      box-shadow:0 6px 16px rgba(0,0,0,.08);
    }
    .city-dd[open] summary{
      border-bottom-left-radius:0;
      border-bottom-right-radius:0;
    }

    .city-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:8px;
    }
    @media (min-width:520px){
      .city-grid{ grid-template-columns:repeat(2,1fr); }
    }
    @media (min-width:800px){
      .city-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .city-link{
      display:block;
      text-decoration:none;
      text-align:center;
      font-weight:700;
      padding:8px 10px;
      border-radius:8px;
      background:#f7f9fc;
      border:1px solid var(--gray-border);
      color:var(--blue);
      transition:background .12s ease, transform .08s ease, box-shadow .12s ease;
    }
    .city-link:hover, .city-link:focus-visible{
      background:#eef3ff;
      outline:none;
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.08);
    }
    .city-link:link, .city-link:visited{ color:var(--blue); }
  </style>

  <div class="l10-head">🏠 News From Your Neighborhood</div>

  <div class="l10-body">
    <div class="l10-sub">Latest headlines from:</div>

    <div class="l10-grid" role="group" aria-label="Counties and cities">
      <a class="nb-btn" href="https://www.local10.com/topic/Miami-Dade_County/" target="_blank" rel="noopener noreferrer">Miami-Dade</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Broward_County/" target="_blank" rel="noopener noreferrer">Broward</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Monroe_County/" target="_blank" rel="noopener noreferrer">Florida Keys</a>

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Esto hay que saber sobre los terremotos en Venezuela]]></title><link>https://www.local10.com/espanol/2026/06/25/esto-hay-que-saber-sobre-los-terremotos-en-venezuela/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/25/esto-hay-que-saber-sobre-los-terremotos-en-venezuela/</guid><dc:creator><![CDATA[Por The Associated Press, Associated Press]]></dc:creator><description><![CDATA[Un inusual doble terremoto devastó Venezuela el miércoles, provocó la muerte de al menos 188 personas y dejó atrapadas a más de 200. Se teme que muchas más hayan muerto.]]></description><pubDate>Thu, 25 Jun 2026 21:57:12 +0000</pubDate><content:encoded><![CDATA[<p>Un inusual doble terremoto devastó Venezuela el miércoles, provocó la muerte de al menos 188 personas y dejó atrapadas a más de 200. Se teme que muchas más hayan muerto.</p><p>Se ha reportado la desaparición de miles de personas y unas 1.500 han resultado heridas. Algunos de los daños más graves y de los mayores números de víctimas se registraron en La Guaira, una región costera al norte de Caracas, la capital.</p><p>Esto es lo que hay que saber sobre los terremotos y la búsqueda de sobrevivientes:</p><p>Dos terremotos en menos de un minuto</p><p>Los potentes terremotos de magnitud 7,2 y 7,5 ocurrieron con 39 segundos de diferencia a lo largo de la falla de San Sebastián, en la costa norte de Venezuela, según el Servicio Geológico de Estados Unidos.</p><p>Su intensidad fue una de las más fuertes que se haya percibido en Venezuela en más de un siglo.</p><p>El primer terremoto, un sismo precursor de magnitud 7,2, se produjo al oeste de Morón en la costa del Caribe, a unos 170 kilómetros (105 millas) al oeste de Caracas, con una profundidad de 22 kilómetros (unas 14 millas).</p><p>El segundo, el sismo principal de magnitud 7,5, tuvo su epicentro a 16 kilómetros (10 millas) al suroeste de Morón, con una profundidad de 10 kilómetros (unas 6 millas).</p><p>El Servicio Geológico de Estados Unidos (USGS, por sus siglas en inglés) indicó que los terremotos consecutivos —conocidos como un “doblete sísmico” por sus similitudes en magnitud, tiempo y proximidad— fueron resultado de una falla de deslizamiento lateral superficial cerca del complejo límite entre las placas tectónicas del Caribe y Sudamérica, según el USGS.</p><p>Hay muchas personas muertas, heridas o desaparecidas</p><p>Es probable que el número de muertos en Venezuela aumente a medida que los equipos de rescate revisen edificios derrumbados por el terremoto.</p><p>La presidenta interina Delcy Rodríguez manifestó que las autoridades han desplegado equipos de rescate de otras partes del país hacia La Guaira, donde decenas de edificios se han desplomado.</p><p>La ciudad, a unos 165 kilómetros (103 millas) al este del epicentro del sismo de magnitud 7,5, es una “zona de desastre”, afirmó.</p><p>Civiles y autoridades sacaron a sobrevivientes de entre los escombros de concreto, algunos cubiertos de polvo y sangre. Familias sollozaban frente a viviendas destruidas.</p><p>Las familias comenzaron a pegar volantes de personas desaparecidas con fotos de sus seres queridos, mientras otras compartían listas manuscritas de nombres mientras buscaban a quienes aún no han sido localizados.</p><p>Daños importantes en Caracas y más allá</p><p>El terremoto destruyó edificios en Caracas y provocó evacuaciones incluso en la Amazonía brasileña, a unos 1.700 kilómetros (1.050 millas) de distancia.</p><p>En el centro de Caracas, cientos de personas pasaron la noche acurrucadas en parques, estacionamientos y otros espacios abiertos.</p><p>Varias partes de la ciudad se quedaron sin electricidad y sin servicio de telefonía celular. El principal aeropuerto de Venezuela en Caracas sufrió daños y fue cerrado, el servicio del metro se suspendió y se cortó el gas natural.</p><p>Las clases también se cancelarán durante varios días, ya que las escuelas se utilizan como refugios y centros de donación.</p><p>Rodríguez señaló que el gobierno estaba creando un fondo de reconstrucción de 200 millones de dólares para hospitales y viviendas dañados por los terremotos.</p><p>Otro desafío para la líder de Venezuela</p><p>Los terremotos son otra crisis más para Rodríguez, la exvicepresidenta que asumió el cargo en enero después de que Estados Unidos capturó al expresidente Nicolás Maduro.</p><p>Maduro y su esposa, Cilia Flores, están encarcelados en la ciudad de Nueva York mientras esperan juicio por cargos de narcotráfico.</p><p>Rodríguez heredó un país que ha estado en agitación económica durante más de una década.</p><p>Muchos venezolanos rechazan la legitimidad de su movimiento político, mientras que algunos leales han cuestionado su liderazgo y su relación cada vez más cercana con Estados Unidos.</p><p>Ayuda de otras naciones y de venezolanos en el extranjero</p><p>Estados Unidos informó el jueves que enviará a Venezuela dos equipos especializados de búsqueda y rescate urbano y que proporcionará 150 millones de dólares en asistencia a través de organizaciones no gubernamentales y la Oficina de las Naciones Unidas para la Coordinación de Asuntos Humanitarios.</p><p>Las Naciones Unidas dijeron el jueves que se espera que equipos internacionales de búsqueda y rescate comiencen a llegar “en las próximas horas”.</p><p>Otros de los países que han enviado ayuda a Venezuela son Qatar y México.</p><p>Venezolanos en Estados Unidos se apresuran a organizar campañas de donación. Más de 770.000 venezolanos viven en Estados Unidos, con grandes comunidades en Florida, Texas y Utah.</p><p>___</p><p>Esta historia fue traducida del inglés por un editor de AP con la ayuda de una herramienta de inteligencia artificial generativa.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MYMDF6ISPIIJI3CGTKEE2X6GQ4.jpg?auth=3114e10caeba457926bafbb9c052e522da73874a63d64dbb43f6a85d0452630a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Un hombre camina frente a una vivienda dañada en Morón, cerca del epicentro de dos sismos que sacudieron Venezuela el día anterior, el jueves 25 de junio de 2026. (AP Foto/Jacinto Oliveros)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacinto Oliveros</media:credit></media:content></item><item><title><![CDATA[Condenarán a conductor por fuga tras atropello de 2021 en Wilton Manors que mató a tres niños]]></title><link>https://www.local10.com/news/local/2026/06/25/condenaran-a-conductor-por-fuga-tras-atropello-de-2021-en-wilton-manors-que-mato-a-tres-ninos/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/25/condenaran-a-conductor-por-fuga-tras-atropello-de-2021-en-wilton-manors-que-mato-a-tres-ninos/</guid><dc:creator><![CDATA[Jolena Esperto, Ryan Mackey]]></dc:creator><description><![CDATA[Casi cuatro años y medio después de un choque con fuga en Wilton Manors que mató a tres niños y dejó a otros tres heridos, familiares en duelo llenaron una sala de tribunal de Broward el jueves mientras Sean Charles Greer enfrentaba su sentencia por la colisión mortal.]]></description><pubDate>Thu, 25 Jun 2026 17:01:56 +0000</pubDate><content:encoded><![CDATA[<p>Casi cuatro años y medio después de un <a href="https://www.local10.com/news/local/2022/07/14/girl-dies-7-months-after-hit-and-run-crash-in-broward-kills-2-other-girls/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2022/07/14/girl-dies-7-months-after-hit-and-run-crash-in-broward-kills-2-other-girls/">choque con fuga en Wilton Manors que mató a tres niños</a> y dejó a otros tres heridos, familiares en duelo llenaron una sala de tribunal de Broward el jueves mientras Sean Charles Greer enfrentaba su sentencia por la colisión mortal.</p><p>La audiencia emocional incluyó testimonios entre lágrimas de familiares de las víctimas, algunos de los cuales se dirigieron directamente a Greer mientras describían el dolor que han soportado desde el choque del 27 de diciembre de 2021.</p><p>“A nadie le importa tu crianza”, dijo Devera Stukes, madre de Laziyah “Minnie” Stukes, de 9 años, a Greer durante su declaración de impacto de víctima. “Nuestros hijos no estaban en Powerline Road, sino en la acera”.</p><p>En un momento, el padre de uno de los niños sobrevivientes salió de la sala del tribunal mientras hablaba sobre el choque.</p><p>“Casi mata a mi hijo”, dijo el hombre antes de salir.</p><p>Los familiares vestían camisetas a juego y sostenían carteles en honor a los niños que murieron: Andrea Fleming, de 6 años, Paris Kyli-Ann Jones, de 5, y Laziyah Stukes, de 9.</p><p>Según los investigadores, Greer, entonces de 27 años, conducía un Honda Accord 2009 cuando atropelló a seis niños que caminaban por Northwest Ninth Avenue entre Northwest 24th y 26th streets en Wilton Manors. Las autoridades dijeron que huyó de la escena después del choque.</p><p>Andrea y Paris murieron poco después de la colisión. Laziyah sobrevivió inicialmente, pero murió a causa de sus heridas en julio de 2022, más de seis meses después del choque, según los investigadores.</p><p>Las autoridades dijeron que otros tres niños — Audre Fleming, Draya Fleming y Johnathan Carter — sobrevivieron.</p><p>Durante la audiencia del jueves, Greer, ahora de 32 años, se mostró emocional mientras los familiares de las víctimas y sus propios familiares se dirigían al tribunal. En un momento, un alguacil le entregó un pañuelo mientras lloraba al escuchar a su hermana hablar.</p><p>Su hermana dijo al tribunal que Greer quedó devastado cuando se enteró de que niños habían muerto y afirmó que había contemplado quitarse la vida. También habló sobre el impacto que el caso ha tenido en su familia.</p><p>La defensa pidió al juez Andrew Siegel que condene a Greer a 35 años de prisión.</p><p>Los familiares de las víctimas instaron al tribunal a imponer una sentencia más larga, argumentando que Greer mostró poca preocupación después del choque y huyó sin ayudar a los niños heridos.</p><p>Los fiscales han argumentado que Greer debe recibir una sentencia de al menos 48 años.</p><p>Al concluir los testimonios, los familiares dijeron que buscan justicia para los tres niños cuyas vidas fueron truncadas y para los sobrevivientes que continúan viviendo con las consecuencias del choque.</p><p>Se esperaba que Siegel anunciara la sentencia de Greer más tarde el jueves.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

    .l10-neighborhood{
      --blue-dark:#0d2c73;
      --blue:#1f57c4;
      --blue-light:#3370e6;
      --gray-bg:#f2f3f5;
      --gray-border:#d6d8dc;
      --text-dark:#1a1a1a;
      --white:#ffffff;
      font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
      max-width:860px;
      margin:1.5rem auto;
      border-radius:10px;
      overflow:hidden;
      border:1px solid var(--gray-border);
      background:var(--gray-bg);
      box-shadow:0 4px 14px rgba(0,0,0,.12);
      text-align:center;
    }

    .l10-head{
      background:linear-gradient(90deg,var(--blue-dark),var(--blue));
      color:var(--white);
      padding:12px 16px;
      font-weight:800;
      text-transform:uppercase;
      font-size:1rem;
      letter-spacing:.3px;
      display:flex; justify-content:center; align-items:center; gap:8px;
    }

    .l10-body{
      max-width:740px;
      margin:0 auto;
      padding:0 16px 18px;
    }

    .l10-sub{
      margin:12px 0 10px;
      font-size:.95rem;
      color:var(--text-dark);
      font-weight:500;
      text-align:center;
    }

    .l10-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:12px;
    }
    @media (min-width:600px){
      .l10-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .nb-btn{
      display:grid;
      place-items:center;
      text-align:center;
      line-height:1;
      width:100%;
      min-height:48px;
      padding:10px;
      border-radius:8px;
      text-decoration:none;
      font-weight:800;
      text-transform:uppercase;
      font-size:.95rem;
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      color:var(--white);
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      transition:background .15s ease, transform .1s ease, box-shadow .15s ease;
    }
    .nb-btn:hover, .nb-btn:focus-visible{
      background:linear-gradient(180deg,var(--blue),var(--blue-dark));
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.2);
      outline:none;
    }
    .nb-btn:link, .nb-btn:visited{ color:var(--white); }

    .city-dd{
      grid-column:1 / -1;
      justify-self:stretch;
      width:100%;
      margin:0;
      text-align:left;
    }
    .city-dd summary{
      list-style:none;
      cursor:pointer;
      display:flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      width:100%;
      min-height:48px;
      padding:10px 16px;
      font-weight:800;
      text-transform:uppercase;
      letter-spacing:.02em;
      color:var(--white);
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      border:1px solid rgba(0,0,0,.08);
      border-radius:8px;
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      user-select:none;
    }
    .city-dd summary::-webkit-details-marker{ display:none; }
    .city-dd summary .caret{ line-height:1; transition:transform .2s ease; }
    .city-dd[open] summary .caret{ transform:rotate(180deg); }

    .city-menu{
      margin-top:0;
      background:var(--white);
      border:1px solid var(--gray-border);
      border-top:0;
      border-radius:10px;
      border-top-left-radius:0;
      border-top-right-radius:0;
      padding:10px;
      box-shadow:0 6px 16px rgba(0,0,0,.08);
    }
    .city-dd[open] summary{
      border-bottom-left-radius:0;
      border-bottom-right-radius:0;
    }

    .city-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:8px;
    }
    @media (min-width:520px){
      .city-grid{ grid-template-columns:repeat(2,1fr); }
    }
    @media (min-width:800px){
      .city-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .city-link{
      display:block;
      text-decoration:none;
      text-align:center;
      font-weight:700;
      padding:8px 10px;
      border-radius:8px;
      background:#f7f9fc;
      border:1px solid var(--gray-border);
      color:var(--blue);
      transition:background .12s ease, transform .08s ease, box-shadow .12s ease;
    }
    .city-link:hover, .city-link:focus-visible{
      background:#eef3ff;
      outline:none;
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.08);
    }
    .city-link:link, .city-link:visited{ color:var(--blue); }
  </style>

  <div class="l10-head">🏠 News From Your Neighborhood</div>

  <div class="l10-body">
    <div class="l10-sub">Latest headlines from:</div>

    <div class="l10-grid" role="group" aria-label="Counties and cities">
      <a class="nb-btn" href="https://www.local10.com/topic/Miami-Dade_County/" target="_blank" rel="noopener noreferrer">Miami-Dade</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Broward_County/" target="_blank" rel="noopener noreferrer">Broward</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Monroe_County/" target="_blank" rel="noopener noreferrer">Florida Keys</a>

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Man gets 73 years for 2021 Wilton Manors hit-and-run that killed 3 children]]></title><link>https://www.local10.com/news/local/2026/06/25/driver-to-be-sentenced-in-2021-wilton-manors-hit-and-run-that-killed-3-children/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/25/driver-to-be-sentenced-in-2021-wilton-manors-hit-and-run-that-killed-3-children/</guid><dc:creator><![CDATA[Jolena Esperto, Ryan Mackey]]></dc:creator><description><![CDATA[Nearly four and a half years after a hit-and-run crash in Wilton Manors killed three children and injured three others, grieving family members filled a Broward courtroom Thursday as Sean Charles Greer was sentenced to 73 years in prison for the deadly collision.]]></description><pubDate>Thu, 25 Jun 2026 16:55:51 +0000</pubDate><content:encoded><![CDATA[<p>Nearly four and a half years after a <a href="https://www.local10.com/news/local/2022/07/14/girl-dies-7-months-after-hit-and-run-crash-in-broward-kills-2-other-girls/" target="_self" rel="" title="https://www.local10.com/news/local/2022/07/14/girl-dies-7-months-after-hit-and-run-crash-in-broward-kills-2-other-girls/">hit-and-run crash in Wilton Manors killed three children and injured three others</a>, grieving family members filled a Broward courtroom Thursday as Sean Charles Greer was sentenced to 73 years in prison for the deadly collision.</p><p><a href="https://www.local10.com/news/local/2026/06/25/condenaran-a-conductor-por-fuga-tras-atropello-de-2021-en-wilton-manors-que-mato-a-tres-ninos/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/25/condenaran-a-conductor-por-fuga-tras-atropello-de-2021-en-wilton-manors-que-mato-a-tres-ninos/">Leer en español</a></p><p>The emotional hearing featured tearful testimony from relatives of the victims, some of whom directly addressed Greer as they described the pain they have endured since the Dec. 27, 2021, crash.</p><p>“No one cares about your upbringing,” Devera Stukes, the mother of 9-year-old Laziyah “Minnie” Stukes, told Greer during her victim impact statement. “Our children were not on Powerline Road but on the sidewalk.”</p><p>At one point, the father of one of the surviving children walked out of the courtroom while speaking about the crash.</p><p>“He almost killed my son,” the man said before leaving.</p><p>Family members wore matching T-shirts and held signs honoring the children who died: 6-year-old Andrea Fleming, 5-year-old Paris Kyli-Ann Jones and 9-year-old Laziyah Stukes.</p><p>According to investigators, Greer, then 27, was driving a 2009 Honda Accord when he struck six children who were walking along Northwest Ninth Avenue between Northwest 24th and 26th streets in Wilton Manors. Authorities said he fled the scene after the crash.</p><p>Andrea and Paris died shortly after the collision. Laziyah initially survived but died from her injuries in July 2022, more than six months after the crash, according to investigators.</p><p>Authorities said three other children — Audre Fleming, Draya Fleming and Johnathan Carter — survived.</p><p>During Thursday’s hearing, Greer, now 32, became emotional as family members and his relatives addressed the court. At one point, a bailiff handed him a tissue as he cried while listening to his sister speak.</p><p>His sister told the court Greer was devastated when he learned children had been killed and said he had contemplated taking his own life. She also spoke about the impact the case has had on his family.</p><p>The defense initially asked Judge Andrew Siegel to sentence Greer to 35 years in prison.</p><p>Relatives of the victims urged the court to impose a longer sentence, arguing that Greer showed little concern after the crash and fled without helping the injured children.</p><p>Prosecutors sought a sentence of at least 48 years.</p><p>After hearing from both sides, Siegel sentenced Greer to 48 years in prison on one count and 25 years on a second count, to be served consecutively, for a total of 73 years. He also sentenced Greer to 48 years on the remaining felony convictions, with those sentences to run concurrently.</p><p>As testimony concluded, family members said they were seeking justice for the three children whose lives were cut short and for the survivors who continue to live with the consequences of the crash.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

    .l10-neighborhood{
      --blue-dark:#0d2c73;
      --blue:#1f57c4;
      --blue-light:#3370e6;
      --gray-bg:#f2f3f5;
      --gray-border:#d6d8dc;
      --text-dark:#1a1a1a;
      --white:#ffffff;
      font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
      max-width:860px;
      margin:1.5rem auto;
      border-radius:10px;
      overflow:hidden;
      border:1px solid var(--gray-border);
      background:var(--gray-bg);
      box-shadow:0 4px 14px rgba(0,0,0,.12);
      text-align:center;
    }

    .l10-head{
      background:linear-gradient(90deg,var(--blue-dark),var(--blue));
      color:var(--white);
      padding:12px 16px;
      font-weight:800;
      text-transform:uppercase;
      font-size:1rem;
      letter-spacing:.3px;
      display:flex; justify-content:center; align-items:center; gap:8px;
    }

    .l10-body{
      max-width:740px;
      margin:0 auto;
      padding:0 16px 18px;
    }

    .l10-sub{
      margin:12px 0 10px;
      font-size:.95rem;
      color:var(--text-dark);
      font-weight:500;
      text-align:center;
    }

    .l10-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:12px;
    }
    @media (min-width:600px){
      .l10-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .nb-btn{
      display:grid;
      place-items:center;
      text-align:center;
      line-height:1;
      width:100%;
      min-height:48px;
      padding:10px;
      border-radius:8px;
      text-decoration:none;
      font-weight:800;
      text-transform:uppercase;
      font-size:.95rem;
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      color:var(--white);
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      transition:background .15s ease, transform .1s ease, box-shadow .15s ease;
    }
    .nb-btn:hover, .nb-btn:focus-visible{
      background:linear-gradient(180deg,var(--blue),var(--blue-dark));
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.2);
      outline:none;
    }
    .nb-btn:link, .nb-btn:visited{ color:var(--white); }

    .city-dd{
      grid-column:1 / -1;
      justify-self:stretch;
      width:100%;
      margin:0;
      text-align:left;
    }
    .city-dd summary{
      list-style:none;
      cursor:pointer;
      display:flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      width:100%;
      min-height:48px;
      padding:10px 16px;
      font-weight:800;
      text-transform:uppercase;
      letter-spacing:.02em;
      color:var(--white);
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      border:1px solid rgba(0,0,0,.08);
      border-radius:8px;
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      user-select:none;
    }
    .city-dd summary::-webkit-details-marker{ display:none; }
    .city-dd summary .caret{ line-height:1; transition:transform .2s ease; }
    .city-dd[open] summary .caret{ transform:rotate(180deg); }

    .city-menu{
      margin-top:0;
      background:var(--white);
      border:1px solid var(--gray-border);
      border-top:0;
      border-radius:10px;
      border-top-left-radius:0;
      border-top-right-radius:0;
      padding:10px;
      box-shadow:0 6px 16px rgba(0,0,0,.08);
    }
    .city-dd[open] summary{
      border-bottom-left-radius:0;
      border-bottom-right-radius:0;
    }

    .city-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:8px;
    }
    @media (min-width:520px){
      .city-grid{ grid-template-columns:repeat(2,1fr); }
    }
    @media (min-width:800px){
      .city-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .city-link{
      display:block;
      text-decoration:none;
      text-align:center;
      font-weight:700;
      padding:8px 10px;
      border-radius:8px;
      background:#f7f9fc;
      border:1px solid var(--gray-border);
      color:var(--blue);
      transition:background .12s ease, transform .08s ease, box-shadow .12s ease;
    }
    .city-link:hover, .city-link:focus-visible{
      background:#eef3ff;
      outline:none;
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.08);
    }
    .city-link:link, .city-link:visited{ color:var(--blue); }
  </style>

  <div class="l10-head">🏠 News From Your Neighborhood</div>

  <div class="l10-body">
    <div class="l10-sub">Latest headlines from:</div>

    <div class="l10-grid" role="group" aria-label="Counties and cities">
      <a class="nb-btn" href="https://www.local10.com/topic/Miami-Dade_County/" target="_blank" rel="noopener noreferrer">Miami-Dade</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Broward_County/" target="_blank" rel="noopener noreferrer">Broward</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Monroe_County/" target="_blank" rel="noopener noreferrer">Florida Keys</a>

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Fake contractor scams Miami-Dade homeowner out of $9,200, deputies say]]></title><link>https://www.local10.com/news/local/2026/06/25/fake-contractor-scams-miami-dade-homeowner-out-of-9200-deputies-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/25/fake-contractor-scams-miami-dade-homeowner-out-of-9200-deputies-say/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A man is facing theft and unlicensed contracting charges after deputies with the Miami-Dade Sheriff’s Office say he accepted thousands of dollars to install impact windows and doors but never began the work.]]></description><pubDate>Thu, 25 Jun 2026 21:02:13 +0000</pubDate><content:encoded><![CDATA[<p>A man is facing theft and unlicensed contracting charges after deputies with the Miami-Dade Sheriff’s Office say he accepted thousands of dollars to install impact windows and doors but never began the work.</p><p><a href="https://www.local10.com/news/local/2026/06/25/agentes-estafador-que-se-hizo-pasar-por-contratista-engana-a-dueno-de-casa-en-miami-dade-por-9200-usd/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/25/agentes-estafador-que-se-hizo-pasar-por-contratista-engana-a-dueno-de-casa-en-miami-dade-por-9200-usd/">Leer en español</a></p><p>According to an arrest report, 34-year-old Maikel Alvarez Reyes entered into an agreement with a homeowner near the 900 block of Northwest 99th Street in the county’s Pinewood neighborhood to install glass windows and doors for $11,352.</p><p>Investigators said the victim paid Alvarez Reyes an initial $6,200 in May 2024 and another $3,000 in June 2024, totaling $9,200. </p><p>They said no work was ever started, and no materials were provided despite repeated attempts by the homeowner to either recover her money or receive the purchased materials.</p><p>Deputies confirmed the arrest of Alvarez Reyes on Wednesday. </p><p>After waiving his Miranda rights, investigators said he gave a statement that was redacted from the publicly released report.</p><p>Jail records show Alvarez Reyes is facing one count each of third-degree grand and contracting without a license. </p><p>As of Thursday, the Cuban national was being held on an immigration hold at the Turner Guilford Knight Correctional Center, where his bond was listed as “to be set.”</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

    .l10-neighborhood{
      --blue-dark:#0d2c73;
      --blue:#1f57c4;
      --blue-light:#3370e6;
      --gray-bg:#f2f3f5;
      --gray-border:#d6d8dc;
      --text-dark:#1a1a1a;
      --white:#ffffff;
      font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
      max-width:860px;
      margin:1.5rem auto;
      border-radius:10px;
      overflow:hidden;
      border:1px solid var(--gray-border);
      background:var(--gray-bg);
      box-shadow:0 4px 14px rgba(0,0,0,.12);
      text-align:center;
    }

    .l10-head{
      background:linear-gradient(90deg,var(--blue-dark),var(--blue));
      color:var(--white);
      padding:12px 16px;
      font-weight:800;
      text-transform:uppercase;
      font-size:1rem;
      letter-spacing:.3px;
      display:flex; justify-content:center; align-items:center; gap:8px;
    }

    .l10-body{
      max-width:740px;
      margin:0 auto;
      padding:0 16px 18px;
    }

    .l10-sub{
      margin:12px 0 10px;
      font-size:.95rem;
      color:var(--text-dark);
      font-weight:500;
      text-align:center;
    }

    .l10-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:12px;
    }
    @media (min-width:600px){
      .l10-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .nb-btn{
      display:grid;
      place-items:center;
      text-align:center;
      line-height:1;
      width:100%;
      min-height:48px;
      padding:10px;
      border-radius:8px;
      text-decoration:none;
      font-weight:800;
      text-transform:uppercase;
      font-size:.95rem;
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      color:var(--white);
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      transition:background .15s ease, transform .1s ease, box-shadow .15s ease;
    }
    .nb-btn:hover, .nb-btn:focus-visible{
      background:linear-gradient(180deg,var(--blue),var(--blue-dark));
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.2);
      outline:none;
    }
    .nb-btn:link, .nb-btn:visited{ color:var(--white); }

    .city-dd{
      grid-column:1 / -1;
      justify-self:stretch;
      width:100%;
      margin:0;
      text-align:left;
    }
    .city-dd summary{
      list-style:none;
      cursor:pointer;
      display:flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      width:100%;
      min-height:48px;
      padding:10px 16px;
      font-weight:800;
      text-transform:uppercase;
      letter-spacing:.02em;
      color:var(--white);
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      border:1px solid rgba(0,0,0,.08);
      border-radius:8px;
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      user-select:none;
    }
    .city-dd summary::-webkit-details-marker{ display:none; }
    .city-dd summary .caret{ line-height:1; transition:transform .2s ease; }
    .city-dd[open] summary .caret{ transform:rotate(180deg); }

    .city-menu{
      margin-top:0;
      background:var(--white);
      border:1px solid var(--gray-border);
      border-top:0;
      border-radius:10px;
      border-top-left-radius:0;
      border-top-right-radius:0;
      padding:10px;
      box-shadow:0 6px 16px rgba(0,0,0,.08);
    }
    .city-dd[open] summary{
      border-bottom-left-radius:0;
      border-bottom-right-radius:0;
    }

    .city-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:8px;
    }
    @media (min-width:520px){
      .city-grid{ grid-template-columns:repeat(2,1fr); }
    }
    @media (min-width:800px){
      .city-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .city-link{
      display:block;
      text-decoration:none;
      text-align:center;
      font-weight:700;
      padding:8px 10px;
      border-radius:8px;
      background:#f7f9fc;
      border:1px solid var(--gray-border);
      color:var(--blue);
      transition:background .12s ease, transform .08s ease, box-shadow .12s ease;
    }
    .city-link:hover, .city-link:focus-visible{
      background:#eef3ff;
      outline:none;
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.08);
    }
    .city-link:link, .city-link:visited{ color:var(--blue); }
  </style>

  <div class="l10-head">🏠 News From Your Neighborhood</div>

  <div class="l10-body">
    <div class="l10-sub">Latest headlines from:</div>

    <div class="l10-grid" role="group" aria-label="Counties and cities">
      <a class="nb-btn" href="https://www.local10.com/topic/Miami-Dade_County/" target="_blank" rel="noopener noreferrer">Miami-Dade</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Broward_County/" target="_blank" rel="noopener noreferrer">Broward</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Monroe_County/" target="_blank" rel="noopener noreferrer">Florida Keys</a>

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UKSJHTZH2FCEXB2M73PYF5UMOM.jpg?auth=dad88af3545d5a68fb1c87def7f670390db130f7f498751c46003c1c6a6fe919&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Agentes: Estafador que se hizo pasar por contratista engaña a dueño de casa en Miami-Dade por $9,200 USD]]></title><link>https://www.local10.com/news/local/2026/06/25/agentes-estafador-que-se-hizo-pasar-por-contratista-engana-a-dueno-de-casa-en-miami-dade-por-9200-usd/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/25/agentes-estafador-que-se-hizo-pasar-por-contratista-engana-a-dueno-de-casa-en-miami-dade-por-9200-usd/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Un hombre enfrenta cargos de hurto y de ejercer como contratista sin licencia después de que agentes de la Oficina del Sheriff de Miami-Dade dijeron que aceptó miles de dólares para instalar ventanas y puertas contra impactos pero nunca comenzó el trabajo.]]></description><pubDate>Thu, 25 Jun 2026 21:37:16 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre enfrenta cargos de hurto y de ejercer como contratista sin licencia después de que agentes de la Oficina del Sheriff de Miami-Dade dijeron que aceptó miles de dólares para instalar ventanas y puertas contra impactos pero nunca comenzó el trabajo.</p><p>Según un informe de arresto, Maikel Alvarez Reyes, de 34 años, firmó un acuerdo con una propietaria cerca de la cuadra 900 de Northwest 99th Street en el vecindario Pinewood del condado para instalar ventanas y puertas de vidrio por $11,352 USD.</p><p>Los investigadores dijeron que la víctima pagó a Alvarez Reyes un adelanto de $6,200 USD en mayo de 2024 y otros $3,000 USD en junio de 2024, para un total de $9,200 USD.</p><p>Dijeron que nunca se inició ningún trabajo y no se proporcionaron materiales a pesar de los repetidos intentos de la propietaria por recuperar su dinero o recibir los materiales comprados.</p><p>Los agentes confirmaron el arresto de Alvarez Reyes el miércoles.</p><p>Después de renunciar a sus derechos Miranda, los investigadores dijeron que dio una declaración que fue redactada del informe público.</p><p>Los registros de la cárcel muestran que Alvarez Reyes enfrenta un cargo de hurto mayor en tercer grado y otro por ejercer como contratista sin licencia.</p><p>Hasta el jueves, el ciudadano cubano permanecía bajo una retención migratoria en el Centro Correccional Turner Guilford Knight, donde su fianza figuraba como “por establecerse”.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

    .l10-neighborhood{
      --blue-dark:#0d2c73;
      --blue:#1f57c4;
      --blue-light:#3370e6;
      --gray-bg:#f2f3f5;
      --gray-border:#d6d8dc;
      --text-dark:#1a1a1a;
      --white:#ffffff;
      font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
      max-width:860px;
      margin:1.5rem auto;
      border-radius:10px;
      overflow:hidden;
      border:1px solid var(--gray-border);
      background:var(--gray-bg);
      box-shadow:0 4px 14px rgba(0,0,0,.12);
      text-align:center;
    }

    .l10-head{
      background:linear-gradient(90deg,var(--blue-dark),var(--blue));
      color:var(--white);
      padding:12px 16px;
      font-weight:800;
      text-transform:uppercase;
      font-size:1rem;
      letter-spacing:.3px;
      display:flex; justify-content:center; align-items:center; gap:8px;
    }

    .l10-body{
      max-width:740px;
      margin:0 auto;
      padding:0 16px 18px;
    }

    .l10-sub{
      margin:12px 0 10px;
      font-size:.95rem;
      color:var(--text-dark);
      font-weight:500;
      text-align:center;
    }

    .l10-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:12px;
    }
    @media (min-width:600px){
      .l10-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .nb-btn{
      display:grid;
      place-items:center;
      text-align:center;
      line-height:1;
      width:100%;
      min-height:48px;
      padding:10px;
      border-radius:8px;
      text-decoration:none;
      font-weight:800;
      text-transform:uppercase;
      font-size:.95rem;
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      color:var(--white);
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      transition:background .15s ease, transform .1s ease, box-shadow .15s ease;
    }
    .nb-btn:hover, .nb-btn:focus-visible{
      background:linear-gradient(180deg,var(--blue),var(--blue-dark));
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.2);
      outline:none;
    }
    .nb-btn:link, .nb-btn:visited{ color:var(--white); }

    .city-dd{
      grid-column:1 / -1;
      justify-self:stretch;
      width:100%;
      margin:0;
      text-align:left;
    }
    .city-dd summary{
      list-style:none;
      cursor:pointer;
      display:flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      width:100%;
      min-height:48px;
      padding:10px 16px;
      font-weight:800;
      text-transform:uppercase;
      letter-spacing:.02em;
      color:var(--white);
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      border:1px solid rgba(0,0,0,.08);
      border-radius:8px;
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      user-select:none;
    }
    .city-dd summary::-webkit-details-marker{ display:none; }
    .city-dd summary .caret{ line-height:1; transition:transform .2s ease; }
    .city-dd[open] summary .caret{ transform:rotate(180deg); }

    .city-menu{
      margin-top:0;
      background:var(--white);
      border:1px solid var(--gray-border);
      border-top:0;
      border-radius:10px;
      border-top-left-radius:0;
      border-top-right-radius:0;
      padding:10px;
      box-shadow:0 6px 16px rgba(0,0,0,.08);
    }
    .city-dd[open] summary{
      border-bottom-left-radius:0;
      border-bottom-right-radius:0;
    }

    .city-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:8px;
    }
    @media (min-width:520px){
      .city-grid{ grid-template-columns:repeat(2,1fr); }
    }
    @media (min-width:800px){
      .city-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .city-link{
      display:block;
      text-decoration:none;
      text-align:center;
      font-weight:700;
      padding:8px 10px;
      border-radius:8px;
      background:#f7f9fc;
      border:1px solid var(--gray-border);
      color:var(--blue);
      transition:background .12s ease, transform .08s ease, box-shadow .12s ease;
    }
    .city-link:hover, .city-link:focus-visible{
      background:#eef3ff;
      outline:none;
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.08);
    }
    .city-link:link, .city-link:visited{ color:var(--blue); }
  </style>

  <div class="l10-head">🏠 News From Your Neighborhood</div>

  <div class="l10-body">
    <div class="l10-sub">Latest headlines from:</div>

    <div class="l10-grid" role="group" aria-label="Counties and cities">
      <a class="nb-btn" href="https://www.local10.com/topic/Miami-Dade_County/" target="_blank" rel="noopener noreferrer">Miami-Dade</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Broward_County/" target="_blank" rel="noopener noreferrer">Broward</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Monroe_County/" target="_blank" rel="noopener noreferrer">Florida Keys</a>

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UKSJHTZH2FCEXB2M73PYF5UMOM.jpg?auth=dad88af3545d5a68fb1c87def7f670390db130f7f498751c46003c1c6a6fe919&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Police: Man injured during Miami  Gardens shootout after he attacked ex-girlfriend ]]></title><link>https://www.local10.com/news/local/2026/06/25/police-man-injured-during-miami-gardens-shootout-after-he-attacked-ex-girlfriend/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/25/police-man-injured-during-miami-gardens-shootout-after-he-attacked-ex-girlfriend/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[A man was shot after he attacked his ex-girlfriend and fired at two men who defended her on Thursday in Miami Gardens, according to police. 
]]></description><pubDate>Thu, 25 Jun 2026 21:19:35 +0000</pubDate><content:encoded><![CDATA[<p>A man was shot after he attacked his ex-girlfriend and fired at two men who defended her on Thursday in Miami Gardens, according to police. </p><p><a href="https://www.local10.com/news/local/2026/06/25/policia-hombre-resulta-herido-durante-balacera-en-miami-gardens-tras-atacar-a-exnovia/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/25/policia-hombre-resulta-herido-durante-balacera-en-miami-gardens-tras-atacar-a-exnovia/">Leer en español</a></p><p>The victim’s brother confronted the attacker at the 4700th block of Northwest 183rd Street, according to the Miami Gardens Police Department. </p><p>The attacker had fired at the victim’s brother and at a man who intervened when “an unidentified armed individual” fired at the attacker, according to Diana Delgado, a spokeswoman for the MGPD. </p><p>The attacker, who suffered non-life-threatening injuries, fled to a CVS, and Miami-Dade Fire Rescue personnel took him to the hospital, according to Delgado. </p><p><i>Local 10 News Assignment Editor Carson Merlo contributed to this report. </i></p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

    .l10-neighborhood{
      --blue-dark:#0d2c73;
      --blue:#1f57c4;
      --blue-light:#3370e6;
      --gray-bg:#f2f3f5;
      --gray-border:#d6d8dc;
      --text-dark:#1a1a1a;
      --white:#ffffff;
      font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
      max-width:860px;
      margin:1.5rem auto;
      border-radius:10px;
      overflow:hidden;
      border:1px solid var(--gray-border);
      background:var(--gray-bg);
      box-shadow:0 4px 14px rgba(0,0,0,.12);
      text-align:center;
    }

    .l10-head{
      background:linear-gradient(90deg,var(--blue-dark),var(--blue));
      color:var(--white);
      padding:12px 16px;
      font-weight:800;
      text-transform:uppercase;
      font-size:1rem;
      letter-spacing:.3px;
      display:flex; justify-content:center; align-items:center; gap:8px;
    }

    .l10-body{
      max-width:740px;
      margin:0 auto;
      padding:0 16px 18px;
    }

    .l10-sub{
      margin:12px 0 10px;
      font-size:.95rem;
      color:var(--text-dark);
      font-weight:500;
      text-align:center;
    }

    .l10-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:12px;
    }
    @media (min-width:600px){
      .l10-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .nb-btn{
      display:grid;
      place-items:center;
      text-align:center;
      line-height:1;
      width:100%;
      min-height:48px;
      padding:10px;
      border-radius:8px;
      text-decoration:none;
      font-weight:800;
      text-transform:uppercase;
      font-size:.95rem;
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      color:var(--white);
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      transition:background .15s ease, transform .1s ease, box-shadow .15s ease;
    }
    .nb-btn:hover, .nb-btn:focus-visible{
      background:linear-gradient(180deg,var(--blue),var(--blue-dark));
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.2);
      outline:none;
    }
    .nb-btn:link, .nb-btn:visited{ color:var(--white); }

    .city-dd{
      grid-column:1 / -1;
      justify-self:stretch;
      width:100%;
      margin:0;
      text-align:left;
    }
    .city-dd summary{
      list-style:none;
      cursor:pointer;
      display:flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      width:100%;
      min-height:48px;
      padding:10px 16px;
      font-weight:800;
      text-transform:uppercase;
      letter-spacing:.02em;
      color:var(--white);
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      border:1px solid rgba(0,0,0,.08);
      border-radius:8px;
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      user-select:none;
    }
    .city-dd summary::-webkit-details-marker{ display:none; }
    .city-dd summary .caret{ line-height:1; transition:transform .2s ease; }
    .city-dd[open] summary .caret{ transform:rotate(180deg); }

    .city-menu{
      margin-top:0;
      background:var(--white);
      border:1px solid var(--gray-border);
      border-top:0;
      border-radius:10px;
      border-top-left-radius:0;
      border-top-right-radius:0;
      padding:10px;
      box-shadow:0 6px 16px rgba(0,0,0,.08);
    }
    .city-dd[open] summary{
      border-bottom-left-radius:0;
      border-bottom-right-radius:0;
    }

    .city-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:8px;
    }
    @media (min-width:520px){
      .city-grid{ grid-template-columns:repeat(2,1fr); }
    }
    @media (min-width:800px){
      .city-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .city-link{
      display:block;
      text-decoration:none;
      text-align:center;
      font-weight:700;
      padding:8px 10px;
      border-radius:8px;
      background:#f7f9fc;
      border:1px solid var(--gray-border);
      color:var(--blue);
      transition:background .12s ease, transform .08s ease, box-shadow .12s ease;
    }
    .city-link:hover, .city-link:focus-visible{
      background:#eef3ff;
      outline:none;
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.08);
    }
    .city-link:link, .city-link:visited{ color:var(--blue); }
  </style>

  <div class="l10-head">🏠 News From Your Neighborhood</div>

  <div class="l10-body">
    <div class="l10-sub">Latest headlines from:</div>

    <div class="l10-grid" role="group" aria-label="Counties and cities">
      <a class="nb-btn" href="https://www.local10.com/topic/Miami-Dade_County/" target="_blank" rel="noopener noreferrer">Miami-Dade</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Broward_County/" target="_blank" rel="noopener noreferrer">Broward</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Monroe_County/" target="_blank" rel="noopener noreferrer">Florida Keys</a>

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MEEH7TTRMTQAXPLCMDK63DMLLA.jpg?auth=89b8e64d53b4f1d3109f771b4e85fb91582f2ce887d6e7c5603b76f0d2ae3b8e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Police are investigating a shooting in Northwest Miami Dade]]></media:description></media:content></item><item><title><![CDATA[Helping Venezuela: World Vision asks for ‘disaster relief fund’ donations]]></title><link>https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[The International Federation of the Red Cross asked the public for donations after 7.2- and 7.5-magnitude earthquakes struck Venezuela on Wednesday. ]]></description><pubDate>Thu, 25 Jun 2026 21:27:50 +0000</pubDate><content:encoded><![CDATA[<p>Christian nonprofit World Vision reported staff had survived the 7.2- and 7.5-magnitude earthquakes that struck Venezuela on Wednesday. </p><p>Maria Andreina Pernalete, a World Vision communications manager in Caracas, was homeless and sought refuge at a nearby convent. </p><p>“There have been many after shocks,” Pernalete said, according to the organization’s update. </p><p>Luis Colmenares, a World Vision communications specialist in Barquisimeto, reported witnessing injuries during a panicked evacuation. </p><p>For more information about how to make a financial donation to the fund, <a href="https://donate.worldvision.org/give/disaster-relief-fund-1" target="_self" rel="" title="https://donate.worldvision.org/give/disaster-relief-fund-1">visit this page</a>.</p><p><b>More ways to help </b></p><ul><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/">Aid drop-off location opens in Homestead</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/">Here are 4 drop-off Doral locations for donations to help Venezuelans after earthquakes</a></li><li><a href="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/">UN asks for donations for ‘underfunded’ program for kids </a></li></ul><p><b>Related coverage</b></p><ul><li><a href="https://www.local10.com/news/world/2026/06/25/the-2-earthquakes-that-struck-venezuela-are-known-as-a-doublet-heres-how-they-happen/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/25/the-2-earthquakes-that-struck-venezuela-are-known-as-a-doublet-heres-how-they-happen/">The 2 earthquakes that struck Venezuela are known as a ‘doublet.’ Here’s how they happen</a></li><li><a href="https://www.local10.com/news/world/2026/06/25/2-powerful-quakes-hit-venezuela-killing-at-least-164-and-injuring-nearly-1000/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/25/2-powerful-quakes-hit-venezuela-killing-at-least-164-and-injuring-nearly-1000/">Venezuelans search rubble for survivors after 2 strong quakes kill at least 188</a></li><li><a href="https://www.local10.com/news/world/2026/06/25/after-venezuela-earthquakes-here-are-some-of-the-deadliest-in-latin-america-in-the-last-century/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/25/after-venezuela-earthquakes-here-are-some-of-the-deadliest-in-latin-america-in-the-last-century/">After Venezuela earthquakes, here are some of the deadliest in Latin America in the last century</a></li><li><a href="https://www.local10.com/news/2026/06/25/world-leaders-react-with-offers-and-solidarity-after-powerful-quakes-hit-venezuela/" target="_self" rel="" title="https://www.local10.com/news/2026/06/25/world-leaders-react-with-offers-and-solidarity-after-powerful-quakes-hit-venezuela/">World leaders react with offers and solidarity after powerful quakes hit Venezuela</a></li><li><a href="https://www.local10.com/news/world/2026/06/24/back-to-back-powerful-earthquakes-hit-venezuela-causing-widespread-damage/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/24/back-to-back-powerful-earthquakes-hit-venezuela-causing-widespread-damage/">Back-to-back powerful earthquakes hit Venezuela, causing widespread damage</a></li></ul>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/C2DQCRT3UM64CYLAMYEVSNKHLQ.jpg?auth=4e4452f47f105631cb134c5697e9a780fc49d27d735872338b731d977fc127b2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Damaged buildings stand in Catia La Mar, Venezuela, a day after an earthquake and several aftershocks struck the city, Thursday, June 25, 2026. (AP Photo/Jonathan Lanza)]]></media:description><media:credit role="author" scheme="urn:ebu">Jonathan Lanza</media:credit></media:content></item><item><title><![CDATA[Policía: Hombre resulta herido durante balacera en Miami Gardens tras atacar a exnovia]]></title><link>https://www.local10.com/news/local/2026/06/25/policia-hombre-resulta-herido-durante-balacera-en-miami-gardens-tras-atacar-a-exnovia/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/25/policia-hombre-resulta-herido-durante-balacera-en-miami-gardens-tras-atacar-a-exnovia/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Un hombre fue baleado después de que atacó a su exnovia y disparó contra dos hombres que la defendieron el jueves en Miami Gardens, según la policía.]]></description><pubDate>Thu, 25 Jun 2026 21:27:32 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre fue baleado después de que atacó a su exnovia y disparó contra dos hombres que la defendieron el jueves en Miami Gardens, según la policía.</p><p>El hermano de la víctima confrontó al atacante en la cuadra 4700 de Northwest 183rd Street, según el Departamento de Policía de Miami Gardens.</p><p>El atacante había disparado contra el hermano de la víctima y contra un hombre que intervino cuando “un individuo armado no identificado” disparó contra el atacante, según Diana Delgado, portavoz de MGPD.</p><p>El atacante, quien sufrió heridas que no ponen en peligro su vida, huyó a un CVS, y personal de Miami-Dade Fire Rescue lo trasladó al hospital, según Delgado.</p><p><i>El editor de asignaciones de Local 10 News, Carson Merlo, contribuyó a este informe.</i></p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

    .l10-neighborhood{
      --blue-dark:#0d2c73;
      --blue:#1f57c4;
      --blue-light:#3370e6;
      --gray-bg:#f2f3f5;
      --gray-border:#d6d8dc;
      --text-dark:#1a1a1a;
      --white:#ffffff;
      font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
      max-width:860px;
      margin:1.5rem auto;
      border-radius:10px;
      overflow:hidden;
      border:1px solid var(--gray-border);
      background:var(--gray-bg);
      box-shadow:0 4px 14px rgba(0,0,0,.12);
      text-align:center;
    }

    .l10-head{
      background:linear-gradient(90deg,var(--blue-dark),var(--blue));
      color:var(--white);
      padding:12px 16px;
      font-weight:800;
      text-transform:uppercase;
      font-size:1rem;
      letter-spacing:.3px;
      display:flex; justify-content:center; align-items:center; gap:8px;
    }

    .l10-body{
      max-width:740px;
      margin:0 auto;
      padding:0 16px 18px;
    }

    .l10-sub{
      margin:12px 0 10px;
      font-size:.95rem;
      color:var(--text-dark);
      font-weight:500;
      text-align:center;
    }

    .l10-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:12px;
    }
    @media (min-width:600px){
      .l10-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .nb-btn{
      display:grid;
      place-items:center;
      text-align:center;
      line-height:1;
      width:100%;
      min-height:48px;
      padding:10px;
      border-radius:8px;
      text-decoration:none;
      font-weight:800;
      text-transform:uppercase;
      font-size:.95rem;
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      color:var(--white);
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      transition:background .15s ease, transform .1s ease, box-shadow .15s ease;
    }
    .nb-btn:hover, .nb-btn:focus-visible{
      background:linear-gradient(180deg,var(--blue),var(--blue-dark));
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.2);
      outline:none;
    }
    .nb-btn:link, .nb-btn:visited{ color:var(--white); }

    .city-dd{
      grid-column:1 / -1;
      justify-self:stretch;
      width:100%;
      margin:0;
      text-align:left;
    }
    .city-dd summary{
      list-style:none;
      cursor:pointer;
      display:flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      width:100%;
      min-height:48px;
      padding:10px 16px;
      font-weight:800;
      text-transform:uppercase;
      letter-spacing:.02em;
      color:var(--white);
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      border:1px solid rgba(0,0,0,.08);
      border-radius:8px;
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      user-select:none;
    }
    .city-dd summary::-webkit-details-marker{ display:none; }
    .city-dd summary .caret{ line-height:1; transition:transform .2s ease; }
    .city-dd[open] summary .caret{ transform:rotate(180deg); }

    .city-menu{
      margin-top:0;
      background:var(--white);
      border:1px solid var(--gray-border);
      border-top:0;
      border-radius:10px;
      border-top-left-radius:0;
      border-top-right-radius:0;
      padding:10px;
      box-shadow:0 6px 16px rgba(0,0,0,.08);
    }
    .city-dd[open] summary{
      border-bottom-left-radius:0;
      border-bottom-right-radius:0;
    }

    .city-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:8px;
    }
    @media (min-width:520px){
      .city-grid{ grid-template-columns:repeat(2,1fr); }
    }
    @media (min-width:800px){
      .city-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .city-link{
      display:block;
      text-decoration:none;
      text-align:center;
      font-weight:700;
      padding:8px 10px;
      border-radius:8px;
      background:#f7f9fc;
      border:1px solid var(--gray-border);
      color:var(--blue);
      transition:background .12s ease, transform .08s ease, box-shadow .12s ease;
    }
    .city-link:hover, .city-link:focus-visible{
      background:#eef3ff;
      outline:none;
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.08);
    }
    .city-link:link, .city-link:visited{ color:var(--blue); }
  </style>

  <div class="l10-head">🏠 News From Your Neighborhood</div>

  <div class="l10-body">
    <div class="l10-sub">Latest headlines from:</div>

    <div class="l10-grid" role="group" aria-label="Counties and cities">
      <a class="nb-btn" href="https://www.local10.com/topic/Miami-Dade_County/" target="_blank" rel="noopener noreferrer">Miami-Dade</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Broward_County/" target="_blank" rel="noopener noreferrer">Broward</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Monroe_County/" target="_blank" rel="noopener noreferrer">Florida Keys</a>

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MEEH7TTRMTQAXPLCMDK63DMLLA.jpg?auth=89b8e64d53b4f1d3109f771b4e85fb91582f2ce887d6e7c5603b76f0d2ae3b8e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Police are investigating a shooting in Northwest Miami Dade]]></media:description></media:content></item><item><title><![CDATA[Girl, grandmother dead after house fire in North Lauderdale, deputies say ]]></title><link>https://www.local10.com/news/local/2026/06/25/girl-grandmother-dead-after-house-fire-in-north-lauderdale-deputies-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/25/girl-grandmother-dead-after-house-fire-in-north-lauderdale-deputies-say/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Neissa Diligence and Marie Ange Therancy died after a house fire on Saturday in North Lauderdale. ]]></description><pubDate>Thu, 25 Jun 2026 20:50:42 +0000</pubDate><content:encoded><![CDATA[<p>Six-year-old Neissa Diligence, who was injured during a house fire in North Lauderdale, has died, Broward Sheriff’s Office deputies announced on Thursday. </p><p><a href="https://www.local10.com/news/local/2026/06/25/agentes-mueren-nina-y-abuela-tras-incendio-de-casa-en-north-lauderdale/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/25/agentes-mueren-nina-y-abuela-tras-incendio-de-casa-en-north-lauderdale/">Leer en español</a></p><p>The house fire ignited <a href="https://www.local10.com/news/local/2026/06/20/multiple-people-injured-including-young-child-in-north-lauderdale-house-fire/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/20/multiple-people-injured-including-young-child-in-north-lauderdale-house-fire/">early Saturday morning</a>, and neighbors rushed to help in the area of Southwest Eighth Court and 81st Terrace. </p><p>Marie Ange Therancy, a grandmother who was at the home during the fire, also died, BSO deputies announced <a href="https://www.local10.com/news/local/2026/06/23/woman-killed-young-girl-among-several-injured-in-north-lauderdale-fire/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/23/woman-killed-young-girl-among-several-injured-in-north-lauderdale-fire/">on Tuesday</a>. </p><p>There were four others injured. Shaneé Thompson asked the public for help <a href="https://www.gofundme.com/f/support-for-neissas-healing-and-marie-anges-memory" target="_self" rel="" title="https://www.gofundme.com/f/support-for-neissas-healing-and-marie-anges-memory">on GoFundMe</a> as the grieving family planned their funerals. </p><p><div class="gfm-embed" data-url="https://www.gofundme.com/f/support-for-neissas-healing-and-marie-anges-memory/widget/large?attribution_id=sl%3A73aae690-72d6-4ed6-b7c7-903db72fef1a"></div><script defer src="https://www.gofundme.com/static/js/embed.js"></script></p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

    .l10-neighborhood{
      --blue-dark:#0d2c73;
      --blue:#1f57c4;
      --blue-light:#3370e6;
      --gray-bg:#f2f3f5;
      --gray-border:#d6d8dc;
      --text-dark:#1a1a1a;
      --white:#ffffff;
      font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
      max-width:860px;
      margin:1.5rem auto;
      border-radius:10px;
      overflow:hidden;
      border:1px solid var(--gray-border);
      background:var(--gray-bg);
      box-shadow:0 4px 14px rgba(0,0,0,.12);
      text-align:center;
    }

    .l10-head{
      background:linear-gradient(90deg,var(--blue-dark),var(--blue));
      color:var(--white);
      padding:12px 16px;
      font-weight:800;
      text-transform:uppercase;
      font-size:1rem;
      letter-spacing:.3px;
      display:flex; justify-content:center; align-items:center; gap:8px;
    }

    .l10-body{
      max-width:740px;
      margin:0 auto;
      padding:0 16px 18px;
    }

    .l10-sub{
      margin:12px 0 10px;
      font-size:.95rem;
      color:var(--text-dark);
      font-weight:500;
      text-align:center;
    }

    .l10-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:12px;
    }
    @media (min-width:600px){
      .l10-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .nb-btn{
      display:grid;
      place-items:center;
      text-align:center;
      line-height:1;
      width:100%;
      min-height:48px;
      padding:10px;
      border-radius:8px;
      text-decoration:none;
      font-weight:800;
      text-transform:uppercase;
      font-size:.95rem;
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      color:var(--white);
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      transition:background .15s ease, transform .1s ease, box-shadow .15s ease;
    }
    .nb-btn:hover, .nb-btn:focus-visible{
      background:linear-gradient(180deg,var(--blue),var(--blue-dark));
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.2);
      outline:none;
    }
    .nb-btn:link, .nb-btn:visited{ color:var(--white); }

    .city-dd{
      grid-column:1 / -1;
      justify-self:stretch;
      width:100%;
      margin:0;
      text-align:left;
    }
    .city-dd summary{
      list-style:none;
      cursor:pointer;
      display:flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      width:100%;
      min-height:48px;
      padding:10px 16px;
      font-weight:800;
      text-transform:uppercase;
      letter-spacing:.02em;
      color:var(--white);
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      border:1px solid rgba(0,0,0,.08);
      border-radius:8px;
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      user-select:none;
    }
    .city-dd summary::-webkit-details-marker{ display:none; }
    .city-dd summary .caret{ line-height:1; transition:transform .2s ease; }
    .city-dd[open] summary .caret{ transform:rotate(180deg); }

    .city-menu{
      margin-top:0;
      background:var(--white);
      border:1px solid var(--gray-border);
      border-top:0;
      border-radius:10px;
      border-top-left-radius:0;
      border-top-right-radius:0;
      padding:10px;
      box-shadow:0 6px 16px rgba(0,0,0,.08);
    }
    .city-dd[open] summary{
      border-bottom-left-radius:0;
      border-bottom-right-radius:0;
    }

    .city-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:8px;
    }
    @media (min-width:520px){
      .city-grid{ grid-template-columns:repeat(2,1fr); }
    }
    @media (min-width:800px){
      .city-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .city-link{
      display:block;
      text-decoration:none;
      text-align:center;
      font-weight:700;
      padding:8px 10px;
      border-radius:8px;
      background:#f7f9fc;
      border:1px solid var(--gray-border);
      color:var(--blue);
      transition:background .12s ease, transform .08s ease, box-shadow .12s ease;
    }
    .city-link:hover, .city-link:focus-visible{
      background:#eef3ff;
      outline:none;
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.08);
    }
    .city-link:link, .city-link:visited{ color:var(--blue); }
  </style>

  <div class="l10-head">🏠 News From Your Neighborhood</div>

  <div class="l10-body">
    <div class="l10-sub">Latest headlines from:</div>

    <div class="l10-grid" role="group" aria-label="Counties and cities">
      <a class="nb-btn" href="https://www.local10.com/topic/Miami-Dade_County/" target="_blank" rel="noopener noreferrer">Miami-Dade</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Broward_County/" target="_blank" rel="noopener noreferrer">Broward</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Monroe_County/" target="_blank" rel="noopener noreferrer">Florida Keys</a>

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5QYGASN2XZDELF3CZFC756Z3UU.jpg?auth=1dc53d7126bd81bc741b6ebee8cbf0504eaa3724de58af10015521bcae857269&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Neissa Diligence, 6, left, and her grandmother Marie Ange Therancy died after a house fire on Saturday in North Lauderdale.]]></media:description></media:content></item><item><title><![CDATA[Agentes: Mueren niña y abuela tras incendio de casa en North Lauderdale]]></title><link>https://www.local10.com/news/local/2026/06/25/agentes-mueren-nina-y-abuela-tras-incendio-de-casa-en-north-lauderdale/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/25/agentes-mueren-nina-y-abuela-tras-incendio-de-casa-en-north-lauderdale/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Neissa Diligence y Marie Ange Therancy murieron tras un incendio de casa el sábado en North Lauderdale.]]></description><pubDate>Thu, 25 Jun 2026 21:23:46 +0000</pubDate><content:encoded><![CDATA[<p>Neissa Diligence, de seis años, quien resultó herida durante un incendio de casa en North Lauderdale, ha muerto, anunciaron el jueves agentes de la Oficina del Sheriff de Broward.</p><p>El incendio se inició <a href="https://www.local10.com/espanol/2026/06/20/reportan-varios-heridos-incluido-un-nino-pequeno-en-incendio-de-vivienda-en-north-lauderdale/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/20/reportan-varios-heridos-incluido-un-nino-pequeno-en-incendio-de-vivienda-en-north-lauderdale/">temprano el sábado por la mañana</a>, y vecinos acudieron para ayudar en el área de Southwest Eighth Court y 81st Terrace.</p><p>Marie Ange Therancy, una abuela que estaba en la vivienda durante el incendio, también murió, anunciaron agentes de BSO el <a href="https://www.local10.com/espanol/2026/06/23/muere-mujer-nina-pequena-entre-varios-heridos-en-incendio-en-north-lauderdale/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/23/muere-mujer-nina-pequena-entre-varios-heridos-en-incendio-en-north-lauderdale/">martes</a>.</p><p>Otras cuatro personas resultaron heridas. Shaneé Thompson pidió ayuda al público en <a href="https://www.gofundme.com/f/support-for-neissas-healing-and-marie-anges-memory" target="_blank" rel="noreferrer" title="https://www.gofundme.com/f/support-for-neissas-healing-and-marie-anges-memory">GoFundMe</a> mientras la familia en duelo planifica los funerales.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

    .l10-neighborhood{
      --blue-dark:#0d2c73;
      --blue:#1f57c4;
      --blue-light:#3370e6;
      --gray-bg:#f2f3f5;
      --gray-border:#d6d8dc;
      --text-dark:#1a1a1a;
      --white:#ffffff;
      font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
      max-width:860px;
      margin:1.5rem auto;
      border-radius:10px;
      overflow:hidden;
      border:1px solid var(--gray-border);
      background:var(--gray-bg);
      box-shadow:0 4px 14px rgba(0,0,0,.12);
      text-align:center;
    }

    .l10-head{
      background:linear-gradient(90deg,var(--blue-dark),var(--blue));
      color:var(--white);
      padding:12px 16px;
      font-weight:800;
      text-transform:uppercase;
      font-size:1rem;
      letter-spacing:.3px;
      display:flex; justify-content:center; align-items:center; gap:8px;
    }

    .l10-body{
      max-width:740px;
      margin:0 auto;
      padding:0 16px 18px;
    }

    .l10-sub{
      margin:12px 0 10px;
      font-size:.95rem;
      color:var(--text-dark);
      font-weight:500;
      text-align:center;
    }

    .l10-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:12px;
    }
    @media (min-width:600px){
      .l10-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .nb-btn{
      display:grid;
      place-items:center;
      text-align:center;
      line-height:1;
      width:100%;
      min-height:48px;
      padding:10px;
      border-radius:8px;
      text-decoration:none;
      font-weight:800;
      text-transform:uppercase;
      font-size:.95rem;
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      color:var(--white);
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      transition:background .15s ease, transform .1s ease, box-shadow .15s ease;
    }
    .nb-btn:hover, .nb-btn:focus-visible{
      background:linear-gradient(180deg,var(--blue),var(--blue-dark));
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.2);
      outline:none;
    }
    .nb-btn:link, .nb-btn:visited{ color:var(--white); }

    .city-dd{
      grid-column:1 / -1;
      justify-self:stretch;
      width:100%;
      margin:0;
      text-align:left;
    }
    .city-dd summary{
      list-style:none;
      cursor:pointer;
      display:flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      width:100%;
      min-height:48px;
      padding:10px 16px;
      font-weight:800;
      text-transform:uppercase;
      letter-spacing:.02em;
      color:var(--white);
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      border:1px solid rgba(0,0,0,.08);
      border-radius:8px;
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      user-select:none;
    }
    .city-dd summary::-webkit-details-marker{ display:none; }
    .city-dd summary .caret{ line-height:1; transition:transform .2s ease; }
    .city-dd[open] summary .caret{ transform:rotate(180deg); }

    .city-menu{
      margin-top:0;
      background:var(--white);
      border:1px solid var(--gray-border);
      border-top:0;
      border-radius:10px;
      border-top-left-radius:0;
      border-top-right-radius:0;
      padding:10px;
      box-shadow:0 6px 16px rgba(0,0,0,.08);
    }
    .city-dd[open] summary{
      border-bottom-left-radius:0;
      border-bottom-right-radius:0;
    }

    .city-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:8px;
    }
    @media (min-width:520px){
      .city-grid{ grid-template-columns:repeat(2,1fr); }
    }
    @media (min-width:800px){
      .city-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .city-link{
      display:block;
      text-decoration:none;
      text-align:center;
      font-weight:700;
      padding:8px 10px;
      border-radius:8px;
      background:#f7f9fc;
      border:1px solid var(--gray-border);
      color:var(--blue);
      transition:background .12s ease, transform .08s ease, box-shadow .12s ease;
    }
    .city-link:hover, .city-link:focus-visible{
      background:#eef3ff;
      outline:none;
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.08);
    }
    .city-link:link, .city-link:visited{ color:var(--blue); }
  </style>

  <div class="l10-head">🏠 News From Your Neighborhood</div>

  <div class="l10-body">
    <div class="l10-sub">Latest headlines from:</div>

    <div class="l10-grid" role="group" aria-label="Counties and cities">
      <a class="nb-btn" href="https://www.local10.com/topic/Miami-Dade_County/" target="_blank" rel="noopener noreferrer">Miami-Dade</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Broward_County/" target="_blank" rel="noopener noreferrer">Broward</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Monroe_County/" target="_blank" rel="noopener noreferrer">Florida Keys</a>

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5QYGASN2XZDELF3CZFC756Z3UU.jpg?auth=1dc53d7126bd81bc741b6ebee8cbf0504eaa3724de58af10015521bcae857269&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Neissa Diligence, 6, left, and her grandmother Marie Ange Therancy died after a house fire on Saturday in North Lauderdale.]]></media:description></media:content></item><item><title><![CDATA[EE.UU. despliega equipos de búsqueda y rescate en Venezuela tras terremotos consecutivos]]></title><link>https://www.local10.com/news/local/2026/06/25/eeuu-despliega-equipos-de-busqueda-y-rescate-en-venezuela-tras-terremotos-consecutivos/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/25/eeuu-despliega-equipos-de-busqueda-y-rescate-en-venezuela-tras-terremotos-consecutivos/</guid><dc:creator><![CDATA[Ben Kennedy]]></dc:creator><description><![CDATA[El secretario de Estado Marco Rubio dijo que Estados Unidos está respondiendo a terremotos consecutivos en Venezuela, confirmando que habló con la presidenta interina Delcy Rodríguez sobre los esfuerzos de ayuda.]]></description><pubDate>Thu, 25 Jun 2026 20:52:42 +0000</pubDate><content:encoded><![CDATA[<p>El secretario de Estado Marco Rubio dijo que Estados Unidos está respondiendo a <a href="https://www.local10.com/news/world/2026/06/25/venezuelans-search-rubble-for-survivors-after-2-strong-quakes-kill-at-least-188/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/world/2026/06/25/venezuelans-search-rubble-for-survivors-after-2-strong-quakes-kill-at-least-188/">terremotos consecutivos en Venezuela</a>, confirmando que habló con la presidenta interina Delcy Rodríguez sobre los esfuerzos de ayuda.</p><p>Equipos de búsqueda y rescate del condado Fairfax, Virginia, y de Los Ángeles han sido desplegados para asistir.</p><p>“La necesidad más inmediata en este momento son los esfuerzos de búsqueda y rescate — hay un edificio colapsado en gran medida y necesitarán mucha ayuda para remover los escombros”, dijo Rubio.</p><p>El presidente Donald Trump recurrió a las redes sociales para señalar un apoyo más amplio, diciendo que EE.UU. “está listo, dispuesto y capaz de ayudar” y que ha instruido a todas las agencias gubernamentales a “prepararse para moverse rápidamente”. La respuesta incluye suministros médicos y recursos humanitarios.</p><p>Rodríguez agradeció a la administración Trump por lo que calificó como su “apoyo y solidaridad”.</p><p>“Quiero agradecer al presidente Donald Trump y a su gobierno, que ha estado en contacto permanente con el gobierno venezolano”, dijo.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

    .l10-neighborhood{
      --blue-dark:#0d2c73;
      --blue:#1f57c4;
      --blue-light:#3370e6;
      --gray-bg:#f2f3f5;
      --gray-border:#d6d8dc;
      --text-dark:#1a1a1a;
      --white:#ffffff;
      font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
      max-width:860px;
      margin:1.5rem auto;
      border-radius:10px;
      overflow:hidden;
      border:1px solid var(--gray-border);
      background:var(--gray-bg);
      box-shadow:0 4px 14px rgba(0,0,0,.12);
      text-align:center;
    }

    .l10-head{
      background:linear-gradient(90deg,var(--blue-dark),var(--blue));
      color:var(--white);
      padding:12px 16px;
      font-weight:800;
      text-transform:uppercase;
      font-size:1rem;
      letter-spacing:.3px;
      display:flex; justify-content:center; align-items:center; gap:8px;
    }

    .l10-body{
      max-width:740px;
      margin:0 auto;
      padding:0 16px 18px;
    }

    .l10-sub{
      margin:12px 0 10px;
      font-size:.95rem;
      color:var(--text-dark);
      font-weight:500;
      text-align:center;
    }

    .l10-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:12px;
    }
    @media (min-width:600px){
      .l10-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .nb-btn{
      display:grid;
      place-items:center;
      text-align:center;
      line-height:1;
      width:100%;
      min-height:48px;
      padding:10px;
      border-radius:8px;
      text-decoration:none;
      font-weight:800;
      text-transform:uppercase;
      font-size:.95rem;
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      color:var(--white);
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      transition:background .15s ease, transform .1s ease, box-shadow .15s ease;
    }
    .nb-btn:hover, .nb-btn:focus-visible{
      background:linear-gradient(180deg,var(--blue),var(--blue-dark));
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.2);
      outline:none;
    }
    .nb-btn:link, .nb-btn:visited{ color:var(--white); }

    .city-dd{
      grid-column:1 / -1;
      justify-self:stretch;
      width:100%;
      margin:0;
      text-align:left;
    }
    .city-dd summary{
      list-style:none;
      cursor:pointer;
      display:flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      width:100%;
      min-height:48px;
      padding:10px 16px;
      font-weight:800;
      text-transform:uppercase;
      letter-spacing:.02em;
      color:var(--white);
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      border:1px solid rgba(0,0,0,.08);
      border-radius:8px;
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      user-select:none;
    }
    .city-dd summary::-webkit-details-marker{ display:none; }
    .city-dd summary .caret{ line-height:1; transition:transform .2s ease; }
    .city-dd[open] summary .caret{ transform:rotate(180deg); }

    .city-menu{
      margin-top:0;
      background:var(--white);
      border:1px solid var(--gray-border);
      border-top:0;
      border-radius:10px;
      border-top-left-radius:0;
      border-top-right-radius:0;
      padding:10px;
      box-shadow:0 6px 16px rgba(0,0,0,.08);
    }
    .city-dd[open] summary{
      border-bottom-left-radius:0;
      border-bottom-right-radius:0;
    }

    .city-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:8px;
    }
    @media (min-width:520px){
      .city-grid{ grid-template-columns:repeat(2,1fr); }
    }
    @media (min-width:800px){
      .city-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .city-link{
      display:block;
      text-decoration:none;
      text-align:center;
      font-weight:700;
      padding:8px 10px;
      border-radius:8px;
      background:#f7f9fc;
      border:1px solid var(--gray-border);
      color:var(--blue);
      transition:background .12s ease, transform .08s ease, box-shadow .12s ease;
    }
    .city-link:hover, .city-link:focus-visible{
      background:#eef3ff;
      outline:none;
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.08);
    }
    .city-link:link, .city-link:visited{ color:var(--blue); }
  </style>

  <div class="l10-head">🏠 News From Your Neighborhood</div>

  <div class="l10-body">
    <div class="l10-sub">Latest headlines from:</div>

    <div class="l10-grid" role="group" aria-label="Counties and cities">
      <a class="nb-btn" href="https://www.local10.com/topic/Miami-Dade_County/" target="_blank" rel="noopener noreferrer">Miami-Dade</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Broward_County/" target="_blank" rel="noopener noreferrer">Broward</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Monroe_County/" target="_blank" rel="noopener noreferrer">Florida Keys</a>

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Police: Bicyclist dies after being struck by car in Fort Lauderdale; driver arrested]]></title><link>https://www.local10.com/news/local/2026/06/25/police-bicyclist-dies-after-being-struck-by-car-in-fort-lauderdale-driver-flees-scene/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/25/police-bicyclist-dies-after-being-struck-by-car-in-fort-lauderdale-driver-flees-scene/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[A woman who was riding her bike Thursday morning on a Fort Lauderdale bridge has died after being stuck by a vehicle, authorities said.]]></description><pubDate>Thu, 25 Jun 2026 13:51:48 +0000</pubDate><content:encoded><![CDATA[<p>A woman who was riding her bike Thursday morning on a Fort Lauderdale bridge has died after being stuck by a vehicle, authorities said.</p><p><a href="https://www.local10.com/news/local/2026/06/25/policia-muere-ciclista-tras-ser-atropellado-por-un-auto-en-fort-lauderdale-conductor-huye-de-la-escena/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/25/policia-muere-ciclista-tras-ser-atropellado-por-un-auto-en-fort-lauderdale-conductor-huye-de-la-escena/">Leer en español</a></p><p>According to Fort Lauderdale police, the hit-and-run crash was reported at about 6:40 a.m. in the 2000 block of Southeast 17th Street.</p><p>Police said the bicyclist, who was identified 69-year-old Shelley Lewis, was struck by a dark-colored vehicle in the eastbound lanes before the driver fled the scene.</p><p>Police identified the driver as 22-year-old Don Janea Smith and she was arrested Thursday afternoon.</p><p>Lewis was transported to Broward Health Medical Center, where she died, authorities confirmed.</p><p>Smith was charged with leaving the scene of accident involving death. Additional charges are pending on the investigation that is still ongoing.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

    .l10-neighborhood{
      --blue-dark:#0d2c73;
      --blue:#1f57c4;
      --blue-light:#3370e6;
      --gray-bg:#f2f3f5;
      --gray-border:#d6d8dc;
      --text-dark:#1a1a1a;
      --white:#ffffff;
      font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
      max-width:860px;
      margin:1.5rem auto;
      border-radius:10px;
      overflow:hidden;
      border:1px solid var(--gray-border);
      background:var(--gray-bg);
      box-shadow:0 4px 14px rgba(0,0,0,.12);
      text-align:center;
    }

    .l10-head{
      background:linear-gradient(90deg,var(--blue-dark),var(--blue));
      color:var(--white);
      padding:12px 16px;
      font-weight:800;
      text-transform:uppercase;
      font-size:1rem;
      letter-spacing:.3px;
      display:flex; justify-content:center; align-items:center; gap:8px;
    }

    .l10-body{
      max-width:740px;
      margin:0 auto;
      padding:0 16px 18px;
    }

    .l10-sub{
      margin:12px 0 10px;
      font-size:.95rem;
      color:var(--text-dark);
      font-weight:500;
      text-align:center;
    }

    .l10-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:12px;
    }
    @media (min-width:600px){
      .l10-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .nb-btn{
      display:grid;
      place-items:center;
      text-align:center;
      line-height:1;
      width:100%;
      min-height:48px;
      padding:10px;
      border-radius:8px;
      text-decoration:none;
      font-weight:800;
      text-transform:uppercase;
      font-size:.95rem;
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      color:var(--white);
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      transition:background .15s ease, transform .1s ease, box-shadow .15s ease;
    }
    .nb-btn:hover, .nb-btn:focus-visible{
      background:linear-gradient(180deg,var(--blue),var(--blue-dark));
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.2);
      outline:none;
    }
    .nb-btn:link, .nb-btn:visited{ color:var(--white); }

    .city-dd{
      grid-column:1 / -1;
      justify-self:stretch;
      width:100%;
      margin:0;
      text-align:left;
    }
    .city-dd summary{
      list-style:none;
      cursor:pointer;
      display:flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      width:100%;
      min-height:48px;
      padding:10px 16px;
      font-weight:800;
      text-transform:uppercase;
      letter-spacing:.02em;
      color:var(--white);
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      border:1px solid rgba(0,0,0,.08);
      border-radius:8px;
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      user-select:none;
    }
    .city-dd summary::-webkit-details-marker{ display:none; }
    .city-dd summary .caret{ line-height:1; transition:transform .2s ease; }
    .city-dd[open] summary .caret{ transform:rotate(180deg); }

    .city-menu{
      margin-top:0;
      background:var(--white);
      border:1px solid var(--gray-border);
      border-top:0;
      border-radius:10px;
      border-top-left-radius:0;
      border-top-right-radius:0;
      padding:10px;
      box-shadow:0 6px 16px rgba(0,0,0,.08);
    }
    .city-dd[open] summary{
      border-bottom-left-radius:0;
      border-bottom-right-radius:0;
    }

    .city-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:8px;
    }
    @media (min-width:520px){
      .city-grid{ grid-template-columns:repeat(2,1fr); }
    }
    @media (min-width:800px){
      .city-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .city-link{
      display:block;
      text-decoration:none;
      text-align:center;
      font-weight:700;
      padding:8px 10px;
      border-radius:8px;
      background:#f7f9fc;
      border:1px solid var(--gray-border);
      color:var(--blue);
      transition:background .12s ease, transform .08s ease, box-shadow .12s ease;
    }
    .city-link:hover, .city-link:focus-visible{
      background:#eef3ff;
      outline:none;
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.08);
    }
    .city-link:link, .city-link:visited{ color:var(--blue); }
  </style>

  <div class="l10-head">🏠 News From Your Neighborhood</div>

  <div class="l10-body">
    <div class="l10-sub">Latest headlines from:</div>

    <div class="l10-grid" role="group" aria-label="Counties and cities">
      <a class="nb-btn" href="https://www.local10.com/topic/Miami-Dade_County/" target="_blank" rel="noopener noreferrer">Miami-Dade</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Broward_County/" target="_blank" rel="noopener noreferrer">Broward</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Monroe_County/" target="_blank" rel="noopener noreferrer">Florida Keys</a>

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2YZGFUUFAFEP5DD2MYYLUHLJMA.jpeg?auth=04e9f3dc88b1a565e94e34c7572ed06994341879cb1695a775ce47065d79a57b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Helping Venezuela: Save The Children asks for emergency fund donations]]></title><link>https://www.local10.com/news/local/2026/06/25/helping-venezuela-save-the-children-asks-for-emergency-fund-donations/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/25/helping-venezuela-save-the-children-asks-for-emergency-fund-donations/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[The International Federation of the Red Cross asked the public for donations after 7.2- and 7.5-magnitude earthquakes struck Venezuela on Wednesday. ]]></description><pubDate>Thu, 25 Jun 2026 20:35:37 +0000</pubDate><content:encoded><![CDATA[<p>Save The Children asked the public for donations after 7.2- and 7.5-magnitude earthquakes struck Venezuela on Wednesday. </p><p>The nonprofit expects children in northern Venezuela to need “urgent support” to access shelter, food, water, and healthcare. </p><p>The organization, which has been supporting programs in Venezuela since the 1980s, <a href="https://www.savethechildren.org/us/where-we-work/venezuela" target="_self" rel="" title="https://www.savethechildren.org/us/where-we-work/venezuela">asked the public</a> to help support <a href="https://support.savethechildren.org/site/Donation2?mfc_pref=T&amp;17746.donation=form1&amp;df_id=17746" rel="">the Children’s Emergency Fund.</a></p><p>For more information about how to make a financial donation to the fund, <a href="https://support.savethechildren.org/site/Donation2?mfc_pref=T&amp;17746.donation=form1&amp;df_id=17746" target="_self" rel="" title="https://support.savethechildren.org/site/Donation2?mfc_pref=T&amp;17746.donation=form1&amp;df_id=17746">visit this page</a>.</p><p><b>More ways to help </b></p><ul><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/">Aid drop-off location opens in Homestead</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/">Here are 4 drop-off Doral locations for donations to help Venezuelans after earthquakes</a></li><li><a href="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/">UN asks for donations for ‘underfunded’ program for kids </a></li></ul><p><b>Related coverage</b></p><ul><li><a href="https://www.local10.com/news/world/2026/06/25/the-2-earthquakes-that-struck-venezuela-are-known-as-a-doublet-heres-how-they-happen/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/25/the-2-earthquakes-that-struck-venezuela-are-known-as-a-doublet-heres-how-they-happen/">The 2 earthquakes that struck Venezuela are known as a ‘doublet.’ Here’s how they happen</a></li><li><a href="https://www.local10.com/news/world/2026/06/25/2-powerful-quakes-hit-venezuela-killing-at-least-164-and-injuring-nearly-1000/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/25/2-powerful-quakes-hit-venezuela-killing-at-least-164-and-injuring-nearly-1000/">Venezuelans search rubble for survivors after 2 strong quakes kill at least 188</a></li><li><a href="https://www.local10.com/news/world/2026/06/25/after-venezuela-earthquakes-here-are-some-of-the-deadliest-in-latin-america-in-the-last-century/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/25/after-venezuela-earthquakes-here-are-some-of-the-deadliest-in-latin-america-in-the-last-century/">After Venezuela earthquakes, here are some of the deadliest in Latin America in the last century</a></li><li><a href="https://www.local10.com/news/2026/06/25/world-leaders-react-with-offers-and-solidarity-after-powerful-quakes-hit-venezuela/" target="_self" rel="" title="https://www.local10.com/news/2026/06/25/world-leaders-react-with-offers-and-solidarity-after-powerful-quakes-hit-venezuela/">World leaders react with offers and solidarity after powerful quakes hit Venezuela</a></li><li><a href="https://www.local10.com/news/world/2026/06/24/back-to-back-powerful-earthquakes-hit-venezuela-causing-widespread-damage/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/24/back-to-back-powerful-earthquakes-hit-venezuela-causing-widespread-damage/">Back-to-back powerful earthquakes hit Venezuela, causing widespread damage</a></li></ul>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/IHOV755U5G64VUYKT3BHM7RSRY.jpg?auth=5c0696605410a57393bfc0246f12d4bd881265b0b332a5e7f02746b75e89f08e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People sleep in the streets a day after an earthquake and several aftershocks struck Caracas, Venezuela, Thursday, June 25, 2026. (AP Photo/Ariana Cubillos)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariana Cubillos</media:credit></media:content></item><item><title><![CDATA[Personal watercraft crash off Virginia Key sends 2 to trauma center]]></title><link>https://www.local10.com/news/local/2026/06/25/personal-watercraft-crash-off-virginia-key-sends-2-to-trauma-center/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/25/personal-watercraft-crash-off-virginia-key-sends-2-to-trauma-center/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Medics took two victims to the hospital after they crashed their personal watercraft into one another in Biscayne Bay Thursday afternoon, fire rescue officials said.]]></description><pubDate>Thu, 25 Jun 2026 19:55:56 +0000</pubDate><content:encoded><![CDATA[<p>Medics took two men to the hospital after they crashed their personal watercraft into one another in Biscayne Bay Thursday afternoon, fire rescue officials said.</p><p><a href="https://www.local10.com/news/local/2026/06/25/choque-de-moto-acuatica-frente-a-virginia-key-envia-a-dos-personas-a-centro-de-trauma/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/25/choque-de-moto-acuatica-frente-a-virginia-key-envia-a-dos-personas-a-centro-de-trauma/">Leer en español</a></p><p>The crash happened just after 3 p.m. near Miami Marine Stadium, off Virginia Key.</p><p>According to Miami Fire Rescue, medics took the injured victims, both in their 40s, to Jackson Memorial Hospital’s Ryder Trauma Center. </p><p>An MFR spokesperson said the men were “stable” and taken to the trauma center as a “precaution.”</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

    .l10-neighborhood{
      --blue-dark:#0d2c73;
      --blue:#1f57c4;
      --blue-light:#3370e6;
      --gray-bg:#f2f3f5;
      --gray-border:#d6d8dc;
      --text-dark:#1a1a1a;
      --white:#ffffff;
      font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
      max-width:860px;
      margin:1.5rem auto;
      border-radius:10px;
      overflow:hidden;
      border:1px solid var(--gray-border);
      background:var(--gray-bg);
      box-shadow:0 4px 14px rgba(0,0,0,.12);
      text-align:center;
    }

    .l10-head{
      background:linear-gradient(90deg,var(--blue-dark),var(--blue));
      color:var(--white);
      padding:12px 16px;
      font-weight:800;
      text-transform:uppercase;
      font-size:1rem;
      letter-spacing:.3px;
      display:flex; justify-content:center; align-items:center; gap:8px;
    }

    .l10-body{
      max-width:740px;
      margin:0 auto;
      padding:0 16px 18px;
    }

    .l10-sub{
      margin:12px 0 10px;
      font-size:.95rem;
      color:var(--text-dark);
      font-weight:500;
      text-align:center;
    }

    .l10-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:12px;
    }
    @media (min-width:600px){
      .l10-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .nb-btn{
      display:grid;
      place-items:center;
      text-align:center;
      line-height:1;
      width:100%;
      min-height:48px;
      padding:10px;
      border-radius:8px;
      text-decoration:none;
      font-weight:800;
      text-transform:uppercase;
      font-size:.95rem;
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      color:var(--white);
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      transition:background .15s ease, transform .1s ease, box-shadow .15s ease;
    }
    .nb-btn:hover, .nb-btn:focus-visible{
      background:linear-gradient(180deg,var(--blue),var(--blue-dark));
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.2);
      outline:none;
    }
    .nb-btn:link, .nb-btn:visited{ color:var(--white); }

    .city-dd{
      grid-column:1 / -1;
      justify-self:stretch;
      width:100%;
      margin:0;
      text-align:left;
    }
    .city-dd summary{
      list-style:none;
      cursor:pointer;
      display:flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      width:100%;
      min-height:48px;
      padding:10px 16px;
      font-weight:800;
      text-transform:uppercase;
      letter-spacing:.02em;
      color:var(--white);
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      border:1px solid rgba(0,0,0,.08);
      border-radius:8px;
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      user-select:none;
    }
    .city-dd summary::-webkit-details-marker{ display:none; }
    .city-dd summary .caret{ line-height:1; transition:transform .2s ease; }
    .city-dd[open] summary .caret{ transform:rotate(180deg); }

    .city-menu{
      margin-top:0;
      background:var(--white);
      border:1px solid var(--gray-border);
      border-top:0;
      border-radius:10px;
      border-top-left-radius:0;
      border-top-right-radius:0;
      padding:10px;
      box-shadow:0 6px 16px rgba(0,0,0,.08);
    }
    .city-dd[open] summary{
      border-bottom-left-radius:0;
      border-bottom-right-radius:0;
    }

    .city-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:8px;
    }
    @media (min-width:520px){
      .city-grid{ grid-template-columns:repeat(2,1fr); }
    }
    @media (min-width:800px){
      .city-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .city-link{
      display:block;
      text-decoration:none;
      text-align:center;
      font-weight:700;
      padding:8px 10px;
      border-radius:8px;
      background:#f7f9fc;
      border:1px solid var(--gray-border);
      color:var(--blue);
      transition:background .12s ease, transform .08s ease, box-shadow .12s ease;
    }
    .city-link:hover, .city-link:focus-visible{
      background:#eef3ff;
      outline:none;
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.08);
    }
    .city-link:link, .city-link:visited{ color:var(--blue); }
  </style>

  <div class="l10-head">🏠 News From Your Neighborhood</div>

  <div class="l10-body">
    <div class="l10-sub">Latest headlines from:</div>

    <div class="l10-grid" role="group" aria-label="Counties and cities">
      <a class="nb-btn" href="https://www.local10.com/topic/Miami-Dade_County/" target="_blank" rel="noopener noreferrer">Miami-Dade</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Broward_County/" target="_blank" rel="noopener noreferrer">Broward</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Monroe_County/" target="_blank" rel="noopener noreferrer">Florida Keys</a>

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Helping Venezuela: Red Cross asks for Disaster Response Emergency Fund donations]]></title><link>https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[The International Federation of the Red Cross asked the public for donations after 7.2- and 7.5-magnitude earthquakes struck Venezuela on Wednesday. ]]></description><pubDate>Thu, 25 Jun 2026 20:23:11 +0000</pubDate><content:encoded><![CDATA[<p>The International Federation of the Red Cross asked the public for donations after 7.2- and 7.5-magnitude earthquakes struck Venezuela on Wednesday. </p><p>The organization, which manages one of the largest humanitarian networks in the world, <a href="https://www.ifrc.org/press-release/venezuela-red-cross-responds-needs-emerge-aftermath-powerful-back-back-earthquakes" target="_self" rel="" title="https://www.ifrc.org/press-release/venezuela-red-cross-responds-needs-emerge-aftermath-powerful-back-back-earthquakes">announced</a> the activation of the <a href="https://www.redcross.org/donate/disaster-relief.html/?srsltid=AfmBOopM3ulByIy3-uQsuuTJmEZ_6r3TAnxeCREV9LF8o5FjCR_80h-v" target="_self" rel="" title="https://www.redcross.org/donate/disaster-relief.html/?srsltid=AfmBOopM3ulByIy3-uQsuuTJmEZ_6r3TAnxeCREV9LF8o5FjCR_80h-v">Disaster Response Emergency Fund</a> on Thursday.</p><p>The <a href="https://www.icrc.org/en/where-we-work/venezuela" target="_self" rel="" title="https://www.icrc.org/en/where-we-work/venezuela">Venezuelan Red Cross</a>, or “<a href="https://cruzroja.ve/" target="_self" rel="" title="https://cruzroja.ve/">Cruz Roja Venezolana</a>,” reported critical damage to the headquarters on Avenida Andrés Bello in Caracas. </p><p>The organization reported staff and volunteers, some of whom had suffered damage at their homes, were working at hospitals and polyclinics, distributing relief supplies and focusing on rescues and assessments.</p><p>For more information about how to make a financial donation to the fund, <a href="https://www.redcross.org/donate/disaster-relief.html/?srsltid=AfmBOopM3ulByIy3-uQsuuTJmEZ_6r3TAnxeCREV9LF8o5FjCR_80h-v" target="_self" rel="" title="https://www.redcross.org/donate/disaster-relief.html/?srsltid=AfmBOopM3ulByIy3-uQsuuTJmEZ_6r3TAnxeCREV9LF8o5FjCR_80h-v">visit this page</a>.</p><p><b>Related social media</b></p><blockquote class="twitter-tweet"><p lang="es" dir="ltr">Nuestros socorristas están desplegados en las zonas afectadas para apoyar las labores de respuesta tras los eventos sísmicos registrados en <a href="https://x.com/hashtag/Venezuela?src=hash&amp;ref_src=twsrc%5Etfw">#Venezuela</a>. <a href="https://t.co/bMryuxKFe3">pic.twitter.com/bMryuxKFe3</a></p>&mdash; Cruz Roja Venezolana (@CruzRojaVe) <a href="https://x.com/CruzRojaVe/status/2070015232089420141?ref_src=twsrc%5Etfw">June 25, 2026</a></blockquote><p><b>More ways to help </b></p><ul><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/">Aid drop-off location opens in Homestead</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/">Here are 4 drop-off Doral locations for donations to help Venezuelans after earthquakes</a></li><li><a href="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/">UN asks for donations for ‘underfunded’ program for kids </a></li></ul><p><b>Related coverage</b></p><ul><li><a href="https://www.local10.com/news/world/2026/06/25/the-2-earthquakes-that-struck-venezuela-are-known-as-a-doublet-heres-how-they-happen/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/25/the-2-earthquakes-that-struck-venezuela-are-known-as-a-doublet-heres-how-they-happen/">The 2 earthquakes that struck Venezuela are known as a ‘doublet.’ Here’s how they happen</a></li><li><a href="https://www.local10.com/news/world/2026/06/25/2-powerful-quakes-hit-venezuela-killing-at-least-164-and-injuring-nearly-1000/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/25/2-powerful-quakes-hit-venezuela-killing-at-least-164-and-injuring-nearly-1000/">Venezuelans search rubble for survivors after 2 strong quakes kill at least 188</a></li><li><a href="https://www.local10.com/news/world/2026/06/25/after-venezuela-earthquakes-here-are-some-of-the-deadliest-in-latin-america-in-the-last-century/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/25/after-venezuela-earthquakes-here-are-some-of-the-deadliest-in-latin-america-in-the-last-century/">After Venezuela earthquakes, here are some of the deadliest in Latin America in the last century</a></li><li><a href="https://www.local10.com/news/2026/06/25/world-leaders-react-with-offers-and-solidarity-after-powerful-quakes-hit-venezuela/" target="_self" rel="" title="https://www.local10.com/news/2026/06/25/world-leaders-react-with-offers-and-solidarity-after-powerful-quakes-hit-venezuela/">World leaders react with offers and solidarity after powerful quakes hit Venezuela</a></li><li><a href="https://www.local10.com/news/world/2026/06/24/back-to-back-powerful-earthquakes-hit-venezuela-causing-widespread-damage/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/24/back-to-back-powerful-earthquakes-hit-venezuela-causing-widespread-damage/">Back-to-back powerful earthquakes hit Venezuela, causing widespread damage</a></li></ul><p><i>This is a developing story. </i></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YGBYGNH6HLCUSR2RNVJXPKUKCE.jpg?auth=9dd55602299e0324e1f88987ae4d919d4a5ba99de29daa472e61fb78609bc4e1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Patients lie outside a hospital evacuated after it was damaged in an earthquake in Catia La Mar, Venezuela, Thursday, June 25, 2026. (AP Photo/Pedro Mattey)]]></media:description><media:credit role="author" scheme="urn:ebu">Pedro Mattey</media:credit></media:content></item><item><title><![CDATA[Struggling with your stream? We have solutions – and they are FREE!]]></title><link>https://www.local10.com/news/local/2025/08/06/struggling-with-your-stream-we-have-solutions-and-they-are-free/</link><guid isPermaLink="true">https://www.local10.com/news/local/2025/08/06/struggling-with-your-stream-we-have-solutions-and-they-are-free/</guid><description><![CDATA[Because of the recent separation from ABC, Local 10 is no longer available on streaming services like DirecTV, Hulu Live, Fubo and YouTube TV. But there is no need to subscribe to those services any longer because you can stream us for FREE.]]></description><pubDate>Wed, 06 Aug 2025 15:09:40 +0000</pubDate><content:encoded><![CDATA[<p>Because of the recent separation from ABC, Local 10 is no longer available on streaming services like DirecTV, Hulu Live, Fubo and YouTube TV.</p><p><a href="https://www.local10.com/espanol/2025/08/06/tienes-problemas-con-tu-transmision-tenemos-soluciones-y-son-gratis/" target="_self" rel="" title="https://www.local10.com/espanol/2025/08/06/tienes-problemas-con-tu-transmision-tenemos-soluciones-y-son-gratis/"><b>Leer en español</b></a></p><p><a href="https://www.local10.com/station/2025/09/09/si-w-sevi-ak-yon-anten-pou-gade-lokal-10-asire-w-ke-w-re-eskane-televizyon/" target="_self" rel="" title="https://www.local10.com/station/2025/09/09/si-w-sevi-ak-yon-anten-pou-gade-lokal-10-asire-w-ke-w-re-eskane-televizyon/"><b>Li an kreyòl</b></a></p><p><a href="https://www.local10.com/features/2025/07/23/if-you-use-an-antenna-to-watch-local-10-make-sure-to-re-scan-your-tv-on-july-28/" target="_self" rel="" title="https://www.local10.com/features/2025/07/23/if-you-use-an-antenna-to-watch-local-10-make-sure-to-re-scan-your-tv-on-july-28/"><b>CLICK HERE </b></a><b>for information on how to re-scan your TV is you use an antenna</b></p><p>But there is no need to subscribe to those services any longer because you can stream us for <b>FREE.</b></p><p>Search and download the Local10 Plus Platinum app for your Apple TV, Roku, Amazon Firestick, and Android.  <i>(Note: the Samsung version of the Local10 Plus Platinum app is still awaiting final approval in the app store. If you don’t find it, check back periodically. We’re told it’s coming shortly.)</i></p><p>Once you get the app, you will find TWO separate feeds. One is the off-air signal of WPLG, 24 hours a day, with all of the programming you want to see, like our Local news, “Wheel of Fortune” and “Jeopardy!” You can also connect with the stream on your mobile device or computer by <a href="https://local10plusplatinum.maz.tv/" target="_self" rel="" title="https://local10plusplatinum.maz.tv/">clicking here</a>.</p><p>Because of programming rights, this feed will only work for those of you watching somewhere in Miami-Dade, Broward or Monroe counties. </p><p>The other feed on the Local 10 Plus Platinum app is a 24-hour a day feed of Local 10 News -- live newscasts when they are on, and when we are not in a live newscast, the most recent newscast repeats until the next live newscast starts again. You can watch this stream anywhere in the world, with no restrictions. </p><p>It’s streaming made easy, and the best part -- it’s FREE.</p><p>If you want to keep your existing streaming service and express your feelings about losing Local 10, make sure your voice is heard.</p><p>Hulu’s help center can be reached by <a href="https://help.hulu.com/" rel="" title="https://help.hulu.com/">clicking here.</a></p><p>YouTube TV’s customer support can be reached by <a href="https://support.google.com/youtubetv/contact/new_network" target="_self" rel="" title="https://support.google.com/youtubetv/contact/new_network">clicking here.</a></p><p>DirecTV’s customer service can be reached by calling 800-531-5000.</p><p>And Fubo can be reached by<a href="https://support.fubo.tv/hc/en-us/articles/360015151672-How-do-I-Contact-Fubo-Support" rel="" title="https://support.fubo.tv/hc/en-us/articles/360015151672-How-do-I-Contact-Fubo-Support "> clicking here </a>or calling 844-441-3826.</p><p><i><b>For more answers to frequently asked questions regarding the changes recently made at Local 10, </b></i><a href="https://www.local10.com/station/2025/05/19/the-future-of-local-10-frequently-asked-questions/" target="_self" rel="" title="https://www.local10.com/station/2025/05/19/the-future-of-local-10-frequently-asked-questions/"><i><b>click here. </b></i></a></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BRCKOJGLSZCZNJQBSU3VAUVB54.jpg?auth=7cc96960ffb93026274904f22fd6f0d3aa7ee96e0c03f4c26e7c504f95378f5a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Aquí hay cuatro lugares de entrega para donaciones para ayudar a venezolanos tras terremotos]]></title><link>https://www.local10.com/news/local/2026/06/25/aqui-hay-cuatro-lugares-de-entrega-para-donaciones-para-ayudar-a-venezolanos-tras-terremotos/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/25/aqui-hay-cuatro-lugares-de-entrega-para-donaciones-para-ayudar-a-venezolanos-tras-terremotos/</guid><dc:creator><![CDATA[Gabrielle Arzola, Andrea Torres]]></dc:creator><description></description><pubDate>Thu, 25 Jun 2026 15:33:16 +0000</pubDate><content:encoded><![CDATA[<p>EEl jueves, cuatro puntos de recogida de donaciones en Doral recibieron ayuda tras los terremotos de magnitud 7,2 y 7,5 que sacudieron el norte de Venezuela el miércoles.</p><p>La alcaldesa Christi Fraga anunció que la ciudad, a menudo conocida como Doralzuela, se había asociado con la organización local&nbsp;<a href="https://www.globalempowermentmission.org/" rel="" title="https://www.globalempowermentmission.org/">Global Empowerment Mission</a>&nbsp;, una organización sin fines de lucro fundada en respuesta al terremoto de 2010 en Haití.</p><p>La lista de artículos necesarios incluía botiquines de primeros auxilios; equipo de emergencia como linternas, baterías de alta capacidad, cargadores solares para teléfonos y guantes de trabajo; y artículos para el cuidado del bebé, como pañales.</p><figure><img src="https://www.local10.com/resizer/v2/BMZNVBT34VFJA3TBU7V2GG6GIU.jpg?auth=1d3a08710a9c7165130a8dd2ed28a3a35f6ee6c3983c81f553bc9c28f4826bf7&smart=true&width=1200&height=900" alt="Residentes y rescatistas buscan entre los escombros de un edificio que se derrumbó en los terremotos que sacudieron el día anterior en Caracas, Venezuela, jueves 25 de junio de 2026. (AP Foto/Ariana Cubillos)" height="900" width="1200"/><figcaption>Residentes y rescatistas buscan entre los escombros de un edificio que se derrumbó en los terremotos que sacudieron el día anterior en Caracas, Venezuela, jueves 25 de junio de 2026. (AP Foto/Ariana Cubillos)</figcaption></figure><p><b>Aquí está la lista de puntos de entrega en Doral:</b></p><ul><li>La sede de GEM estaba abierta de 9:00 a 16:00, de lunes a viernes, en 1850 NW 84th Ave.</li><li>El vestíbulo de la Oficina del Supervisor de Elecciones del Condado de Miami-Dade estuvo abierto de 8 a. m. a 5 p. m., de lunes a viernes, en 2700 NW 87th Ave.</li><li>El centro comunitario Doral Legacy Park estuvo abierto de 17:00 a 21:00 horas, de lunes a viernes, y de 8:00 a 17:00 horas los sábados y domingos en 11400 NW 82 St.</li><li>El Arepazo está abierto las 24 horas de lunes a domingo en 10191 NW 58th St.</li></ul><p>El jueves por la tarde, los voluntarios del almacén de GEM estaban empaquetando cajas de donaciones para preparar las entregas.</p><p>Para obtener más información sobre cómo hacer una donación económica a GEM,&nbsp;<a href="https://give.gem.org/campaign/735778/donate" rel="" title="https://give.gem.org/campaign/735778/donate">visite esta página</a>&nbsp;.</p><p><b>Más formas de ayudar</b></p><ul><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/">Se abre un punto de entrega de ayuda en Homestead.</a></li><li><a href="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/">La ONU solicita donaciones para un programa infantil que carece de fondos suficientes.</a></li></ul><p><b>Cobertura relacionada</b></p><ul><li><a href="https://www.local10.com/news/world/2026/06/25/the-2-earthquakes-that-struck-venezuela-are-known-as-a-doublet-heres-how-they-happen/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/25/the-2-earthquakes-that-struck-venezuela-are-known-as-a-doublet-heres-how-they-happen/">Los dos terremotos que azotaron Venezuela se conocen como un “doblete”. Así es como ocurrieron.</a></li><li><a href="https://www.local10.com/news/world/2026/06/25/2-powerful-quakes-hit-venezuela-killing-at-least-164-and-injuring-nearly-1000/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/25/2-powerful-quakes-hit-venezuela-killing-at-least-164-and-injuring-nearly-1000/">Los venezolanos buscan supervivientes entre los escombros tras dos fuertes terremotos que dejaron al menos 188 muertos.</a></li><li><a href="https://www.local10.com/news/world/2026/06/25/after-venezuela-earthquakes-here-are-some-of-the-deadliest-in-latin-america-in-the-last-century/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/25/after-venezuela-earthquakes-here-are-some-of-the-deadliest-in-latin-america-in-the-last-century/">Tras los terremotos de Venezuela, aquí están algunos de los más mortíferos de América Latina en el último siglo.</a></li><li><a href="https://www.local10.com/news/2026/06/25/world-leaders-react-with-offers-and-solidarity-after-powerful-quakes-hit-venezuela/" target="_self" rel="" title="https://www.local10.com/news/2026/06/25/world-leaders-react-with-offers-and-solidarity-after-powerful-quakes-hit-venezuela/">Los líderes mundiales reaccionan con ofertas y solidaridad tras los potentes terremotos que azotaron Venezuela.</a></li><li><a href="https://www.local10.com/news/world/2026/06/24/back-to-back-powerful-earthquakes-hit-venezuela-causing-widespread-damage/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/24/back-to-back-powerful-earthquakes-hit-venezuela-causing-widespread-damage/">Dos fuertes terremotos consecutivos sacudieron Venezuela, causando daños generalizados.</a></li></ul><p><i>Esta noticia está en desarrollo.</i></p>]]></content:encoded></item><item><title><![CDATA[Choque de moto acuática frente a Virginia Key envía a dos personas a centro de trauma]]></title><link>https://www.local10.com/news/local/2026/06/25/choque-de-moto-acuatica-frente-a-virginia-key-envia-a-dos-personas-a-centro-de-trauma/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/25/choque-de-moto-acuatica-frente-a-virginia-key-envia-a-dos-personas-a-centro-de-trauma/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Paramédicos trasladaron a dos víctimas al hospital después de que chocaran sus motos acuáticas entre sí en la bahía Biscayne el jueves por la tarde, dijeron funcionarios de rescate de bomberos.]]></description><pubDate>Thu, 25 Jun 2026 20:10:55 +0000</pubDate><content:encoded><![CDATA[<p>Paramédicos trasladaron a dos víctimas al hospital después de que chocaran sus motos acuáticas entre sí en la bahía Biscayne el jueves por la tarde, dijeron funcionarios de rescate de bomberos.</p><p>El choque ocurrió poco después de las 3 p.m. cerca del Miami Marine Stadium, frente a Virginia Key.</p><p>Según Miami Fire Rescue, los paramédicos trasladaron a las víctimas lesionadas, identificadas como “hombres” cuyas edades no fueron especificadas, al Ryder Trauma Center del Jackson Memorial Hospital.</p><p>Un portavoz de MFR dijo que sus condiciones eran “desconocidas” alrededor de las 3:45 p.m. del jueves.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

    .l10-neighborhood{
      --blue-dark:#0d2c73;
      --blue:#1f57c4;
      --blue-light:#3370e6;
      --gray-bg:#f2f3f5;
      --gray-border:#d6d8dc;
      --text-dark:#1a1a1a;
      --white:#ffffff;
      font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
      max-width:860px;
      margin:1.5rem auto;
      border-radius:10px;
      overflow:hidden;
      border:1px solid var(--gray-border);
      background:var(--gray-bg);
      box-shadow:0 4px 14px rgba(0,0,0,.12);
      text-align:center;
    }

    .l10-head{
      background:linear-gradient(90deg,var(--blue-dark),var(--blue));
      color:var(--white);
      padding:12px 16px;
      font-weight:800;
      text-transform:uppercase;
      font-size:1rem;
      letter-spacing:.3px;
      display:flex; justify-content:center; align-items:center; gap:8px;
    }

    .l10-body{
      max-width:740px;
      margin:0 auto;
      padding:0 16px 18px;
    }

    .l10-sub{
      margin:12px 0 10px;
      font-size:.95rem;
      color:var(--text-dark);
      font-weight:500;
      text-align:center;
    }

    .l10-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:12px;
    }
    @media (min-width:600px){
      .l10-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .nb-btn{
      display:grid;
      place-items:center;
      text-align:center;
      line-height:1;
      width:100%;
      min-height:48px;
      padding:10px;
      border-radius:8px;
      text-decoration:none;
      font-weight:800;
      text-transform:uppercase;
      font-size:.95rem;
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      color:var(--white);
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      transition:background .15s ease, transform .1s ease, box-shadow .15s ease;
    }
    .nb-btn:hover, .nb-btn:focus-visible{
      background:linear-gradient(180deg,var(--blue),var(--blue-dark));
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.2);
      outline:none;
    }
    .nb-btn:link, .nb-btn:visited{ color:var(--white); }

    .city-dd{
      grid-column:1 / -1;
      justify-self:stretch;
      width:100%;
      margin:0;
      text-align:left;
    }
    .city-dd summary{
      list-style:none;
      cursor:pointer;
      display:flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      width:100%;
      min-height:48px;
      padding:10px 16px;
      font-weight:800;
      text-transform:uppercase;
      letter-spacing:.02em;
      color:var(--white);
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      border:1px solid rgba(0,0,0,.08);
      border-radius:8px;
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      user-select:none;
    }
    .city-dd summary::-webkit-details-marker{ display:none; }
    .city-dd summary .caret{ line-height:1; transition:transform .2s ease; }
    .city-dd[open] summary .caret{ transform:rotate(180deg); }

    .city-menu{
      margin-top:0;
      background:var(--white);
      border:1px solid var(--gray-border);
      border-top:0;
      border-radius:10px;
      border-top-left-radius:0;
      border-top-right-radius:0;
      padding:10px;
      box-shadow:0 6px 16px rgba(0,0,0,.08);
    }
    .city-dd[open] summary{
      border-bottom-left-radius:0;
      border-bottom-right-radius:0;
    }

    .city-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:8px;
    }
    @media (min-width:520px){
      .city-grid{ grid-template-columns:repeat(2,1fr); }
    }
    @media (min-width:800px){
      .city-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .city-link{
      display:block;
      text-decoration:none;
      text-align:center;
      font-weight:700;
      padding:8px 10px;
      border-radius:8px;
      background:#f7f9fc;
      border:1px solid var(--gray-border);
      color:var(--blue);
      transition:background .12s ease, transform .08s ease, box-shadow .12s ease;
    }
    .city-link:hover, .city-link:focus-visible{
      background:#eef3ff;
      outline:none;
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.08);
    }
    .city-link:link, .city-link:visited{ color:var(--blue); }
  </style>

  <div class="l10-head">🏠 News From Your Neighborhood</div>

  <div class="l10-body">
    <div class="l10-sub">Latest headlines from:</div>

    <div class="l10-grid" role="group" aria-label="Counties and cities">
      <a class="nb-btn" href="https://www.local10.com/topic/Miami-Dade_County/" target="_blank" rel="noopener noreferrer">Miami-Dade</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Broward_County/" target="_blank" rel="noopener noreferrer">Broward</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Monroe_County/" target="_blank" rel="noopener noreferrer">Florida Keys</a>

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[¿Qué es el “doblete sísmico” que causó cientos de muertos en Venezuela? AP Explica]]></title><link>https://www.local10.com/espanol/2026/06/25/que-es-el-doblete-sismico-que-causo-cientos-de-muertos-en-venezuela-ap-explica/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/25/que-es-el-doblete-sismico-que-causo-cientos-de-muertos-en-venezuela-ap-explica/</guid><dc:creator><![CDATA[Por DÁNICA COTO, Associated Press]]></dc:creator><description><![CDATA[SAN JUAN, Puerto Rico (AP) — Los dos potentes terremotos que sacudieron la costa norte de Venezuela y causaron la muerte de más de 180 personas fueron un fenómeno conocido como “doblete sísmico”.]]></description><pubDate>Thu, 25 Jun 2026 19:56:17 +0000</pubDate><content:encoded><![CDATA[<p>SAN JUAN, Puerto Rico (AP) — Los dos potentes terremotos que sacudieron la costa norte de Venezuela y causaron la muerte de más de 180 personas fueron un fenómeno conocido como “doblete sísmico”.</p><p>Estos fenómenos ocurren cuando un par de sismos de tamaño similar ocurren con una ubicación y tiempo cercanos, según el Servicio Geológico de Estados Unidos. Un sismo de magnitud 7,2 impactó primero la noche del miércoles, seguido por otro de magnitud 7,5 apenas 39 segundos después.</p><p>El mortífero doble golpe derribó edificios en Caracas, la capital de Venezuela, y en otros sitios. Unas 1.500 personas resultaron heridas y se reportó que miles estaban desaparecidas. La región costera de La Guaira, al norte de Caracas, registró algunos de los daños y víctimas más graves, indicaron las autoridades.</p><p>¿Qué tan raros son los dobletes sísmicos?</p><p>Aunque no son tan comunes como un terremoto típico, en el que un sismo principal va seguido de réplicas mucho más pequeñas, los dobletes pueden ocurrir en cualquier parte del mundo, dijo a The Associated Press Christine Goulet, directora del centro de sismología del Servicio Geológico de Estados Unidos en California.</p><p>Los dobletes sísmicos indican una estructura de fallas compleja, como la de Venezuela. Conocida como la falla de Boconó, recorre el eje de los Andes venezolanos a lo largo de unos 500 kilómetros (300 millas). Un doblete previo, de magnitudes 6,2 y 6,3, sacudió una zona al oeste de Caracas en septiembre de 2025, causando al menos una muerte y dejando más de 100 heridos. La mayor parte de los daños se reportó en los estados de Zulia y Lara.</p><p>¿Qué causó el doble terremoto del miércoles?</p><p>La mayoría de los terremotos ocurren a lo largo de los límites de placas, que es donde se juntan las placas tectónicas.</p><p>Una ruptura en el punto donde se juntan las placas tectónicas del Caribe y de Sudamérica desató los dos sismos esta semana.</p><p>El doblete sísmico ocurrió donde la placa del Caribe, ubicada en el norte de Venezuela, se desplaza hacia el este con respecto a la placa sudamericana a una tasa promedio de 2 centímetros (0,79 pulgadas) al año.</p><p>“Es un desplazamiento grande”, señaló Goulet. “Es del orden de la falla de San Andrés”.</p><p>El movimiento fue una falla de deslizamiento lateral superficial, que ocurre cuando dos bloques de roca se deslizan horizontalmente uno junto al otro.</p><p>Ese tipo de movimiento no es necesariamente más peligroso, explicó Goulet.</p><p>“Un movimiento más vertical puede ser más dañino”, afirmó, añadiendo que otros factores, incluida la longitud de la ruptura, determinan la magnitud de los daños.</p><p>El límite entre las placas del Caribe y Sudamérica es menos activo que otros, afirmó David Naar, decano asociado del Colegio de Ciencias Marinas de la Universidad del Sur de Florida.</p><p>¿Qué tan comunes son los terremotos en Venezuela?</p><p>En el último siglo, solo siete terremotos de magnitud 6 o superior han ocurrido en las inmediaciones de los más recientes, según el Servicio Geológico de Estados Unidos.</p><p>Entre ellos está el doblete sísmico de 2025 que sacudió al oeste-noroeste de los recientes sismos.</p><p>En 2009, 1989 y 1975 ocurrieron terremotos individuales de magnitud 6 o superior. El más devastador se registró en julio de 1967. Fue un sismo de magnitud 6,6 en el que murieron cientos de personas.</p><p>José Vitriago, que vive en Caracas, lo recuerda. Tenía 2 años.</p><p>“La casa se quebró”, recordó en una entrevista con la televisora estatal Venezolana de Televisión.</p><p>Vitriago dijo que el doblete que golpeó el miércoles “fue horrible, horrible”.</p><p>En total, cinco terremotos de magnitud 7 o superior han ocurrido en el norte de Venezuela o cerca de la costa desde 1900, según el Servicio Geológico de Estados Unidos.</p><p>El terremoto más catastrófico ocurrió en marzo de 1812 a lo largo del sistema de fallas de Boconó, y causó la muerte de unas 30.000 personas, según estimaciones.</p><p>¿Ocurrirán más terremotos en Venezuela?</p><p>Los científicos no pueden predecir los terremotos, pero las réplicas son comunes después de los grandes. El Servicio Geológico de Estados Unidos indicó que hay un 99% de probabilidad de que se produzca en Venezuela al menos una réplica de magnitud 4 en el transcurso de la próxima semana, y un 24% de probabilidad de que ocurra una de magnitud 6.</p><p>A diferencia de otros países, Venezuela no cuenta con un sistema de alerta temprana de terremotos, que utiliza sensores para detectar las primeras ondas de un sismo.</p><p>“Es muy angustiante que básicamente no hubiera tiempo para evacuar”, dijo Goulet. “Eso es extremadamente desafortunado”.</p><p>___</p><p>Esta historia fue traducida del inglés por un editor de AP con la ayuda de una herramienta de inteligencia artificial generativa.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XN6PER77FX4V4ZB5UM3MVUQYYI.jpg?auth=c2d1da189a82be9d8fe8a335692bfdf916524e8071ca65b4ae5aae3722f8c0b3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Un hombre camina entre los escombros de un edificio que se derrumbó debido a los sismos ocurridos el día anterior en La Guaira, Venezuela, el jueves 25 de junio de 2026. (AP Foto/Pedro Mattey)]]></media:description><media:credit role="author" scheme="urn:ebu">Pedro Mattey</media:credit></media:content></item><item><title><![CDATA[Helping Venezuela: Aid drop-off location opens in Homestead ]]></title><link>https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[An aid drop-off location opened on Thursday in Homestead after 7.2- and 7.5-magnitude earthquakes hit northern Venezuela on Wednesday. ]]></description><pubDate>Thu, 25 Jun 2026 19:51:10 +0000</pubDate><content:encoded><![CDATA[<p>An aid drop-off location opened on Thursday in Homestead after 7.2- and 7.5-magnitude earthquakes hit northern Venezuela on Wednesday. </p><p><a href="https://www.local10.com/news/local/2026/06/25/aqui-hay-cuatro-lugares-de-entrega-para-donaciones-para-ayudar-a-venezolanos-tras-terremotos/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/25/aqui-hay-cuatro-lugares-de-entrega-para-donaciones-para-ayudar-a-venezolanos-tras-terremotos/">Leer en español</a></p><p>Phil Ehr, a retired U.S. Navy commander who is running for congressional district 28, partnered with the local nonprofit <a href="https://www.globalempowermentmission.org/" target="_self" rel="" title="https://www.globalempowermentmission.org/">Global Empowerment Mission</a> to collect aid. </p><p>Ehr and his campaign team were welcoming donations at their office at 143 North Flagler Ave., near the Homestead City Hall. </p><p>The list of items needed included first aid kits; emergency gear such as flashlights, heavy-duty batteries, solar phone chargers, and work gloves; and baby care, such as diapers.</p><p>Ehr was also welcoming nonperishable foods, new sleeping bags, new inflatable mattresses, new backpacks, and new pillows. </p><p>Volunteers at the GEM warehouse were packing boxes of donations on Thursday afternoon to prepare deliveries. </p><p>For more information about how to make a financial donation to GEM, <a href="https://give.gem.org/campaign/735778/donate" target="_self" rel="" title="https://give.gem.org/campaign/735778/donate">visit this page</a>.</p><p><b>More ways to help </b></p><ul><li><a href="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/">Here are 4 drop-off Doral locations for donations to help Venezuelans after fatal earthquakes</a></li><li><a href="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/">UN asks for donations for ‘underfunded’ program for kids </a></li></ul><p><b>Related coverage</b></p><ul><li><a href="https://www.local10.com/news/world/2026/06/25/the-2-earthquakes-that-struck-venezuela-are-known-as-a-doublet-heres-how-they-happen/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/25/the-2-earthquakes-that-struck-venezuela-are-known-as-a-doublet-heres-how-they-happen/">The 2 earthquakes that struck Venezuela are known as a ‘doublet.’ Here’s how they happen</a></li><li><a href="https://www.local10.com/news/world/2026/06/25/2-powerful-quakes-hit-venezuela-killing-at-least-164-and-injuring-nearly-1000/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/25/2-powerful-quakes-hit-venezuela-killing-at-least-164-and-injuring-nearly-1000/">Venezuelans search rubble for survivors after 2 strong quakes kill at least 188</a></li><li><a href="https://www.local10.com/news/world/2026/06/25/after-venezuela-earthquakes-here-are-some-of-the-deadliest-in-latin-america-in-the-last-century/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/25/after-venezuela-earthquakes-here-are-some-of-the-deadliest-in-latin-america-in-the-last-century/">After Venezuela earthquakes, here are some of the deadliest in Latin America in the last century</a></li><li><a href="https://www.local10.com/news/2026/06/25/world-leaders-react-with-offers-and-solidarity-after-powerful-quakes-hit-venezuela/" target="_self" rel="" title="https://www.local10.com/news/2026/06/25/world-leaders-react-with-offers-and-solidarity-after-powerful-quakes-hit-venezuela/">World leaders react with offers and solidarity after powerful quakes hit Venezuela</a></li><li><a href="https://www.local10.com/news/world/2026/06/24/back-to-back-powerful-earthquakes-hit-venezuela-causing-widespread-damage/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/24/back-to-back-powerful-earthquakes-hit-venezuela-causing-widespread-damage/">Back-to-back powerful earthquakes hit Venezuela, causing widespread damage</a></li></ul><p><i>This is a developing story. </i></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2AZVFR4WLHNS5SYPHNT4EZK76I.jpg?auth=ba20e141a228304e3009a793c0a1abc1e6663dca09be2fea63d54a2fd65e22b4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Residents help to remove rubble from a collapsed building in Caracas, Venezuela, Thursday, June 25, 2026, a day after successive powerful earthquakes struck the country. (AP Photo/Ariana Cubillos)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariana Cubillos</media:credit></media:content></item><item><title><![CDATA[Police: Man drove from Broward to Miami-Dade — and he ran and swam, but he couldn’t get away  ]]></title><link>https://www.local10.com/news/local/2026/06/25/police-man-drove-from-broward-to-miami-dade-and-he-ran-and-swam-but-he-couldnt-get-away/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/25/police-man-drove-from-broward-to-miami-dade-and-he-ran-and-swam-but-he-couldnt-get-away/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Jayden Aransevia was speeding in a stolen car before he ran and swam while trying to get away from law enforcement in Broward and Miami-Dade counties, according to a police officer’s arrest report. ]]></description><pubDate>Thu, 25 Jun 2026 19:01:31 +0000</pubDate><content:encoded><![CDATA[<p>Jayden Aransevia was speeding in a stolen car before he ran and swam while trying to get away from law enforcement in Broward and Miami-Dade counties, according to a police officer’s arrest report. </p><p><a href="https://www.local10.com/news/local/2026/06/25/policia-hombre-condujo-de-broward-a-miami-dade-corrio-y-nado-pero-no-logro-escapar/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/25/policia-hombre-condujo-de-broward-a-miami-dade-corrio-y-nado-pero-no-logro-escapar/">Leer en español</a></p><p>Aransevia, 24, faced charges on Thursday in a case that involved Miramar, Miami Gardens, and Miami Lakes police officers; deputies; and Florida Highway Patrol troopers, records show. </p><p>A police officer in Miramar reported Aransevia, whose driver’s license was suspended, was driving a stolen Toyota Tacoma at 6:20 p.m. on Tuesday at Northwest 33 Avenue and 207 Street. </p><p>While he was speeding, Aransevia jumped a median, drove the wrong way, got on the Palmetto Expressway, and exited at Miami Lakes Drive “after driving over the embankment,” according to the police officer’s report. </p><p>Aransevia “reversed into” a Miami Gardens police officer’s patrol car and fled again until a Florida Highway Patrol trooper forced him to stop with a Precision Immobilization Technique, or PIT maneuver, according to the police report.</p><p>Aransevia, who was wearing a red shirt, “jumped out” of the Toyota, “jumped the wall,” ran, “jumped into a lake behind 6926 Holly Road,” and “got out of the water and ran eastbound,” according to the police report. </p><p>Aransevia ran toward a Miami Lakes police officer at 6930 Holly Road, who deployed a Taser, shooting Aransevia, who then “fell into the water” before he was detained, according to the report. </p><p>Fire rescue personnel took Aransevia to the Palmetto General Hospital in Hialeah. Police officers took him to the Turner Guilford Knight Correctional Center, where he was booked shortly before 2 a.m. on Wednesday.</p><p>Aransevia, who remained behind bars on Thursday afternoon, faced five charges: Grand theft auto, fleeing and eluding police, two counts of aggravated battery with a deadly weapon on a law enforcement officer or firefighter, and resisting an officer without violence. </p><p>Aransevia also had warrant cases for knowingly driving with a suspended license, reckless driving, and a hold for another law enforcement agency, according to inmate and court records. </p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QQV3F4PMVREWJFKUARSPUEMAMQ.jpg?auth=3c54ba1292612e455aa723ac9ff6da492942a6d3c4577ecbf8ff16b5e51b26c7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Police officers from Miramar, Miami Gardens and Miami Lakes reported Jayden Aransevia was driving a stolen car on Tuesday in Broward and Miami-Dade counties, records show. He was in the hospital in Hialeah before his arrest and booking on Wednesday at the Turner Guilford Knight Correctional Center, where he remained on Thursday.]]></media:description></media:content></item><item><title><![CDATA[Policía: Hombre condujo de Broward a Miami-Dade — corrió y nadó, pero no logró escapar]]></title><link>https://www.local10.com/news/local/2026/06/25/policia-hombre-condujo-de-broward-a-miami-dade-corrio-y-nado-pero-no-logro-escapar/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/25/policia-hombre-condujo-de-broward-a-miami-dade-corrio-y-nado-pero-no-logro-escapar/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Jayden Aransevia iba a exceso de velocidad en un auto robado antes de correr y nadar mientras intentaba escapar de las autoridades en los condados Broward y Miami-Dade, según un informe de arresto policial.]]></description><pubDate>Thu, 25 Jun 2026 19:40:08 +0000</pubDate><content:encoded><![CDATA[<p>Jayden Aransevia iba a exceso de velocidad en un auto robado antes de correr y nadar mientras intentaba escapar de las autoridades en los condados Broward y Miami-Dade, según un informe de arresto policial.</p><p>Aransevia, de 24 años, enfrentaba cargos el jueves en un caso que involucró a policías de Miramar, Miami Gardens y Miami Lakes, así como a agentes y patrulleros de la Patrulla de Carreteras de Florida, según registros.</p><p>Un oficial de policía en Miramar informó que Aransevia, cuya licencia de conducir estaba suspendida, conducía una Toyota Tacoma robada a las 6:20 p.m. del martes en Northwest 33 Avenue y 207 Street.</p><p>Mientras iba a exceso de velocidad, Aransevia cruzó un separador, condujo en sentido contrario, entró a la autopista Palmetto Expressway y salió en Miami Lakes Drive “después de conducir sobre el terraplén”, según el informe policial.</p><p>Aransevia “retrocedió contra” la patrulla de un oficial de policía de Miami Gardens y huyó nuevamente hasta que un patrullero de la Patrulla de Carreteras de Florida lo obligó a detenerse con una maniobra de inmovilización de precisión, o maniobra PIT, según el informe.</p><p>Aransevia, quien vestía una camisa roja, “saltó” de la Toyota, “saltó el muro”, corrió, “saltó a un lago detrás de 6926 Holly Road” y “salió del agua y corrió hacia el este”, según el informe policial.</p><p>Aransevia corrió hacia un oficial de policía de Miami Lakes en 6930 Holly Road, quien utilizó un Taser, impactándolo, tras lo cual “cayó al agua” antes de ser detenido, según el informe.</p><p>Personal de rescate de bomberos trasladó a Aransevia al Palmetto General Hospital en Hialeah. Luego, los oficiales lo llevaron al Centro Correccional Turner Guilford Knight, donde fue ingresado poco antes de las 2 a.m. del miércoles.</p><p>Aransevia, quien permanecía detenido la tarde del jueves, enfrentaba cinco cargos: hurto mayor de auto, huir y evadir a la policía, dos cargos de agresión agravada con arma mortal contra un oficial de la ley o bombero, y resistirse a un oficial sin violencia.</p><p>Aransevia también tenía órdenes judiciales por conducir a sabiendas con licencia suspendida, conducción temeraria y una retención por otra agencia de ley, según registros de reclusos y del tribunal.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

    .l10-neighborhood{
      --blue-dark:#0d2c73;
      --blue:#1f57c4;
      --blue-light:#3370e6;
      --gray-bg:#f2f3f5;
      --gray-border:#d6d8dc;
      --text-dark:#1a1a1a;
      --white:#ffffff;
      font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
      max-width:860px;
      margin:1.5rem auto;
      border-radius:10px;
      overflow:hidden;
      border:1px solid var(--gray-border);
      background:var(--gray-bg);
      box-shadow:0 4px 14px rgba(0,0,0,.12);
      text-align:center;
    }

    .l10-head{
      background:linear-gradient(90deg,var(--blue-dark),var(--blue));
      color:var(--white);
      padding:12px 16px;
      font-weight:800;
      text-transform:uppercase;
      font-size:1rem;
      letter-spacing:.3px;
      display:flex; justify-content:center; align-items:center; gap:8px;
    }

    .l10-body{
      max-width:740px;
      margin:0 auto;
      padding:0 16px 18px;
    }

    .l10-sub{
      margin:12px 0 10px;
      font-size:.95rem;
      color:var(--text-dark);
      font-weight:500;
      text-align:center;
    }

    .l10-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:12px;
    }
    @media (min-width:600px){
      .l10-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .nb-btn{
      display:grid;
      place-items:center;
      text-align:center;
      line-height:1;
      width:100%;
      min-height:48px;
      padding:10px;
      border-radius:8px;
      text-decoration:none;
      font-weight:800;
      text-transform:uppercase;
      font-size:.95rem;
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      color:var(--white);
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      transition:background .15s ease, transform .1s ease, box-shadow .15s ease;
    }
    .nb-btn:hover, .nb-btn:focus-visible{
      background:linear-gradient(180deg,var(--blue),var(--blue-dark));
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.2);
      outline:none;
    }
    .nb-btn:link, .nb-btn:visited{ color:var(--white); }

    .city-dd{
      grid-column:1 / -1;
      justify-self:stretch;
      width:100%;
      margin:0;
      text-align:left;
    }
    .city-dd summary{
      list-style:none;
      cursor:pointer;
      display:flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      width:100%;
      min-height:48px;
      padding:10px 16px;
      font-weight:800;
      text-transform:uppercase;
      letter-spacing:.02em;
      color:var(--white);
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      border:1px solid rgba(0,0,0,.08);
      border-radius:8px;
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      user-select:none;
    }
    .city-dd summary::-webkit-details-marker{ display:none; }
    .city-dd summary .caret{ line-height:1; transition:transform .2s ease; }
    .city-dd[open] summary .caret{ transform:rotate(180deg); }

    .city-menu{
      margin-top:0;
      background:var(--white);
      border:1px solid var(--gray-border);
      border-top:0;
      border-radius:10px;
      border-top-left-radius:0;
      border-top-right-radius:0;
      padding:10px;
      box-shadow:0 6px 16px rgba(0,0,0,.08);
    }
    .city-dd[open] summary{
      border-bottom-left-radius:0;
      border-bottom-right-radius:0;
    }

    .city-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:8px;
    }
    @media (min-width:520px){
      .city-grid{ grid-template-columns:repeat(2,1fr); }
    }
    @media (min-width:800px){
      .city-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .city-link{
      display:block;
      text-decoration:none;
      text-align:center;
      font-weight:700;
      padding:8px 10px;
      border-radius:8px;
      background:#f7f9fc;
      border:1px solid var(--gray-border);
      color:var(--blue);
      transition:background .12s ease, transform .08s ease, box-shadow .12s ease;
    }
    .city-link:hover, .city-link:focus-visible{
      background:#eef3ff;
      outline:none;
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.08);
    }
    .city-link:link, .city-link:visited{ color:var(--blue); }
  </style>

  <div class="l10-head">🏠 News From Your Neighborhood</div>

  <div class="l10-body">
    <div class="l10-sub">Latest headlines from:</div>

    <div class="l10-grid" role="group" aria-label="Counties and cities">
      <a class="nb-btn" href="https://www.local10.com/topic/Miami-Dade_County/" target="_blank" rel="noopener noreferrer">Miami-Dade</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Broward_County/" target="_blank" rel="noopener noreferrer">Broward</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Monroe_County/" target="_blank" rel="noopener noreferrer">Florida Keys</a>

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QQV3F4PMVREWJFKUARSPUEMAMQ.jpg?auth=3c54ba1292612e455aa723ac9ff6da492942a6d3c4577ecbf8ff16b5e51b26c7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Police officers from Miramar, Miami Gardens and Miami Lakes reported Jayden Aransevia was driving a stolen car on Tuesday in Broward and Miami-Dade counties, records show. He was in the hospital in Hialeah before his arrest and booking on Wednesday at the Turner Guilford Knight Correctional Center, where he remained on Thursday.]]></media:description></media:content></item><item><title><![CDATA[Venezuelans in the US rush to send aid to earthquake victims, but Caracas airport is closed]]></title><link>https://www.local10.com/news/florida/2026/06/25/venezuelans-in-the-us-rush-to-send-aid-to-earthquake-victims-but-caracas-airport-is-closed/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/06/25/venezuelans-in-the-us-rush-to-send-aid-to-earthquake-victims-but-caracas-airport-is-closed/</guid><dc:creator><![CDATA[By CODY JACKSON, RUSS BYNUM and PHILIP MARCELO, Associated Press]]></dc:creator><description><![CDATA[DORAL, Fla. (AP) — Venezuelans in the U.S. rushed to organize donation drives Thursday after devastating earthquakes that officials say killed at least 188 people and injured hundreds more in their home country. The United States government and other countries also pledged aid.]]></description><pubDate>Thu, 25 Jun 2026 22:17:17 +0000</pubDate><content:encoded><![CDATA[<p>DORAL, Fla. (AP) — Venezuelans in the U.S. rushed to organize donation drives Thursday after devastating earthquakes that officials say killed at least 188 people and injured hundreds more in their home country. The United States government and other countries also pledged aid.</p><p>Oscar Torres and thousands of others spent the last 24 hours keeping up with a flurry of messages posted to a WhatsApp group that connects people in Venezuela with their families. He lives in Doral, Florida, a city outside Miami that's home to the largest Venezuelan population in the U.S.</p><p>“Already this morning, I was looking at the group in Doral and everybody’s pitching in — money, medicine, water. First, necessity items,” said Torres, a sales manager who moved to the U.S. from Venezuela in 1995. “They’re talking about making the first shipment ASA</p><p>In Washington, the Trump administration said it’s sending $150 million to support relief efforts by aid groups and the United Nations, according to a U.S. State Department news release.</p><p>Meanwhile, the U.S. government was mobilizing a disaster response team to Venezuela that includes two urban search and rescue teams from fire departments in Fairfax County, Virginia, and Los Angeles. The U.S. military, which seized Venezuela's then-president Nicolas Maduro in a surprise January drug arrest, will provide aircraft to help assess damage, assist searches and deliver aid.</p><p>Other countries including Mexico and Colombia also promised assistance.</p><p>People in the US scramble to reach their families in Venezuela</p><p>The 7.2- and 7.5-magnitude earthquakes Wednesday night caused severe damage to the country’s main airport in the capital of Caracas, which could hamper efforts to get aid into the country quickly. The quakes were among the strongest in Venezuela in more than a century.</p><p>In photos and videos of the aftermath, injured children, animals and civilians are seen covered in dust and blood being pulled out of concrete rubble.</p><p>In addition to those killed and injured, thousands more were reported missing — leaving many families members in the U.S. scrambling for updates. More than 770,000 Venezuelans live in the U.S., with large communities settling in Texas and Utah, in addition to Florida.</p><p>In the Houston area, home to a large Venezuelan community, residents used community Facebook groups and other social media to spread the word about local donation sites. First aid and medical supplies such as gauze, bandages, antiseptics, disposable gloves, face masks, syringes, thermometers and blood pressure monitors all were in demand.</p><p>Local resident Daniel Arenas translated a Spanish-language post into English and shared it Thursday on his LinkedIn page hoping people across Houston would step up and donate.</p><p>“I came to this country 10 years ago, built a life here, but my heart is still in Venezuela,” Arenas said. “It’s devastating what’s happening over there. They don’t have the resources to handle this.”</p><p>Arenas, a maritime industry consultant, said that his wife is concerned about her aunt, who lives in a high-rise apartment in Caracas and sent a distraught message on WhatsApp after the quakes hit.</p><p>“She was crying and screaming and saying she was in pain but not sure from where,” Arenas said. “She said she lost everything. She was desperate.”</p><p>Arenas said his wife was later able to reach her aunt.</p><p>In Venezuela, people are trapped in their homes or forced to sleep outside</p><p>Many of the sites mobilizing donations are in Katy, a suburb about 30 miles (48 km) west of downtown Houston that’s earned the nickname “Katyzuela” because of its high concentration of Venezuelans.</p><p>Luis Angarita, who lives in Katy, said his younger sister and family were forced to sleep outside in a park after their home was damaged in the mountain community of Caribia, some 6 miles (10 kilometers) northwest of Caracas.</p><p>Angarita’s sister told him in a WhatsApp message that she’s trying to get everyone to their father’s home on the other side of the capital. But no taxis or buses are running and roads leading out of their mountain community are closed.</p><p>“Thank God they’re safe,” Angarita said in Spanish. “There are many displaced people and others are stuck in their homes, unable to leave. They need help.”</p><p>In Florida, workers for the Doral-based aid group Global Empowerment Mission on Thursday packed medical supplies, toiletries, cases of bottled water and nonperishable foods to be sent to Venezuela.</p><p>Despite damage to airports and roads, the aid group doesn’t foresee delays getting supplies into Venezuela, said Billy Richardson, the group’s U.S. logistics director.</p><p>“Sometimes it means using other airports, other means of transport, or even coming into other countries,” Richardson said by email.</p><p>Torres planned to contribute money for relief efforts. He still has uncles and cousins who live in Caracas and Valencia, another hard-hit Venezuelan city. He said some of them were injured as they fled buildings during the quakes.</p><p>“Their homes are destroyed and a few buildings have collapsed,” Torres said. “Thankfully, I don’t know anyone who passed away.”</p><p>___</p><p>Bynum reported from Savannah, Georgia. Marcelo reported from New York.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VLNTFBJPOZHHQNB4YDFINFQRBI.jpg?auth=858f658d1e30b7e24ca2f251c821e8183beb638fe8f38aa37b8e84cc2fdf037a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Volunteers are seen packaging supplies, Thursday, June 25, 2026, in Doral, Fla. (AP Photo/Cody Jackson)]]></media:description><media:credit role="author" scheme="urn:ebu">Cody Jackson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MW73CL7HOHUTPV4KPZU2SJ45QI.jpg?auth=7b025d4307d7d3c0f5b68df6e5b973d68d6ce341868a8089045eb2730d8ad416&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Residents walk among the rubble of building damaged in earthquakes the previous day in Catia La Mar, Venezuela, Thursday, June 25, 2026. (AP Photo/Pedro Mattey)]]></media:description><media:credit role="author" scheme="urn:ebu">Pedro Mattey</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SECM37OYGRU2U5V32O2YJIABCE.jpg?auth=25ff1a70df343cc3e7dde1dcb58d30b0029c3f197c50ee0d5e044531e266ebc4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Neighbors comfort Gabriela Rojas, center, as she mourns in front of her damaged home, where two of her children died during earthquakes that struck La Guaira, Venezuela, Thursday, June 25, 2026.. (AP Photo/Pedro Mattey)]]></media:description><media:credit role="author" scheme="urn:ebu">Pedro Mattey</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IHOV755U5G64VUYKT3BHM7RSRY.jpg?auth=5c0696605410a57393bfc0246f12d4bd881265b0b332a5e7f02746b75e89f08e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People sleep in the streets a day after an earthquake and several aftershocks struck Caracas, Venezuela, Thursday, June 25, 2026. (AP Photo/Ariana Cubillos)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariana Cubillos</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FZGPJXJS5PKIRKKKBVQ4RAG34Y.jpg?auth=0820a99ff29ce03cb1ff9a0eba23bb961953f5aeaec18a47a0661cd9c7e4c637&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People take goods from damaged stores a day after earthquakes and aftershocks struck Catia La Mar, Venezuela, Thursday, June 25, 2026. (AP Photo/Jonathan Lanza)]]></media:description><media:credit role="author" scheme="urn:ebu">Jonathan Lanza</media:credit></media:content></item><item><title><![CDATA[Florida's 'Alligator Alcatraz' is closing after nearly a year of holding thousands of immigrant detainees, governor says]]></title><link>https://www.local10.com/news/florida/2026/06/25/floridas-alligator-alcatraz-is-closing-after-nearly-a-year-of-holding-thousands-of-immigrant-detainees-governor-says/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/06/25/floridas-alligator-alcatraz-is-closing-after-nearly-a-year-of-holding-thousands-of-immigrant-detainees-governor-says/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[MIAMI (AP) — Florida's 'Alligator Alcatraz' is closing after nearly a year of holding thousands of immigrant detainees, governor says.]]></description><pubDate>Thu, 25 Jun 2026 19:20:12 +0000</pubDate><content:encoded><![CDATA[<p>MIAMI (AP) — Florida’s ‘Alligator Alcatraz’ is closing after nearly a year of holding thousands of immigrant detainees, governor says.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HPJT4SI2SFCMDDXBCF7JQTJK2Q.jpg?auth=19df1eb7ad4fb3b7cfcc369f17de539785306e9d7b134a850c8fbae83213ec01&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Florida Highway Patrol officers watch Gov. Ron DeSantis arrive at a press conference about a recent immigration enforcement operation, at the South Florida office of U.S. Immigration and Customs Enforcement and Enforcement and Removal Operations, May 1, 2025, in Miramar, Fla. (AP Photo/Rebecca Blackwell, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca Blackwell</media:credit></media:content></item><item><title><![CDATA[The World Cup is half over, with 54 of 104 matches complete. And the drama is just getting started]]></title><link>https://www.local10.com/sports/2026/06/25/the-world-cup-is-half-over-with-54-of-104-matches-complete-and-the-drama-is-just-getting-started/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/25/the-world-cup-is-half-over-with-54-of-104-matches-complete-and-the-drama-is-just-getting-started/</guid><dc:creator><![CDATA[By TIM REYNOLDS, Associated Press]]></dc:creator><description><![CDATA[MIAMI GARDENS, Fla. (AP) — It's halftime at the World Cup. Take a break, everyone.]]></description><pubDate>Thu, 25 Jun 2026 10:00:08 +0000</pubDate><content:encoded><![CDATA[<p>MIAMI GARDENS, Fla. (AP) — It’s halftime at the World Cup. Take a break, everyone.</p><p>Wednesday marked the midpoint of the 104-match tournament — technically, just past the midpoint, with 54 matches now in the books and 50 remaining before a World Cup champion is crowned in East Rutherford, New Jersey, on July 19.</p><p>The U.S. has reached the Round of 32, which shouldn’t be surprising. Mexico and Canada, the other host nations for this biggest World Cup in history, are also through to the knockout stage. And the stars are positively shining: Argentina’s Lionel Messi has five goals to kick-start what he hopes is a run toward a second consecutive World Cup title. France’s Kylian Mbappé has four, as do Norway’s Erling Haaland and Brazil’s Vinicius Júnior.</p><p>Stadiums are mostly filled; FIFA is touting record attendance. And there have been some feel-good stories, most notably the tale of Cape Verde goalie Vozinha and how his mother was able to come to this World Cup.</p><p>“The best is yet to come,” FIFA President Gianni Infantino told SNTV earlier this week.</p><p>In other words, the second half of this tournament — just like the second half of matches — is when things might get really good.</p><p>Who’s in</p><p>Through Wednesday’s games, 13 teams have clinched spots in the Round of 32.</p><p>Mexico won Group A, Switzerland won Group B, Brazil won Group C, the U.S. won Group D, Germany won Group E and Argentina won Group J.</p><p>France, Norway, Canada, Morocco, Colombia, Bosnia and Herzegovina and South Africa also are assured of moving into the knockout stage.</p><p>“I know how it feels, but it’s very difficult to explain how it feels,” South Africa coach Hugo Broos said after his team clinched its first-ever appearance in the knockout stage. “I’m very happy for the guys.”</p><p>Who’s out</p><p>A handful of teams already know they’ll be among the 16 that don’t survive the group stage and reach the Round of 32.</p><p>The Czech Republic, Haiti, Turkey, Tunisia, Jordan, Qatar and Panama are certain to not advance.</p><p>Still hoping</p><p>With 13 teams into the knockout round and seven eliminated, that leaves 28 teams for 19 remaining spots in the Round of 32.</p><p>Some key matches left:</p><p>— Australia-Paraguay is a win-and-you’re-in game.</p><p>— A winner of Japan-Sweden would be assured a Round of 32 spot, as would a winner of Austria-Algeria.</p><p>— Tiny Cape Verde would be into the knockout round with a win over Saudi Arabia.</p><p>— Colombia-Portugal will decide the winner of Group K.</p><p>The U.S. path</p><p>This much is clear: The only match the U.S. might play in the Eastern time zone will be the World Cup final.</p><p>The Americans will begin the Round of 32 in Santa Clara, California, on July 1. If they win, they’ll go to Seattle for the Round of 16. Win that, and it’ll be off to Inglewood, California, for the quarterfinals. Win that, and Arlington, Texas, will be calling for the semifinals.</p><p>The most likely opponent for the U.S. in the Round of 32 is Bosnia and Herzegovina. After that, it would seem likely that Egypt could be waiting.</p><p>What happens now (or starting Sunday)</p><p>Once group play ends, the drama really begins.</p><p>It’s called the knockout stage for a reason — if you don’t win in this round, you’re knocked out of the tournament. (The only time that won’t apply is the semifinals, since the losers of those games will get sent to Miami Gardens, Florida, to decide third place.)</p><p>A team will have to win five elimination games to win the World Cup title.</p><p>Scoring is up</p><p>Everybody should have predicted that the record for total goals in a World Cup would get smashed in this tournament. After all, there are 104 matches in this event, compared with just 64 matches in the format that was used over the previous seven World Cups.</p><p>And the record for most goals will fall, almost certainly on Thursday or Friday. There were 172 scored at Qatar four years ago; there have been 161 goals through 54 matches so far this year.</p><p>But what is noteworthy in this tournament is that scoring per game is at its highest level in more than 50 years — 2.98 goals per match.</p><p>An average of 2.81 goals per match were scored at Spain in 1982, 2.97 goals per match at Mexico in 1970, and 3.60 goals per match at Sweden in 1958.</p><p>That said, this year’s games have been defensive battles compared to what happened in 1954 in Switzerland, when games featured a staggering 5.38 goals on average. That tournament included a game with a 7-5 final score, still the highest-scoring game in men’s World Cup history.</p><p>The pace</p><p>By the end of Day 17 of the World Cup on Saturday, 72 matches will be done, 32 will remain. That’s the day the group stage ends and the knockout stage — where every match until the semifinals is of the win-or-go-home variety — begins.</p><p>And then things slow down. A bit, anyway.</p><p>There is only one Round of 32 game on the schedule for Sunday — South Africa vs. Canada at Los Angeles. Things pick up again after that and matches are planned every day until July 8. That means the tournament will have 27 consecutive days of play before everyone gets a day off.</p><p>A rematch?</p><p>Argentina and France gave us an epic World Cup final in 2022. It’s not outside of the realm that we get a rematch this year; the way the bracket is looking at this point (and this could easily change), they should be on opposite sides, making a collision in the final possible.</p><p>Argentina has five goals through its first two matches, and Messi — who turned 39 on Wednesday — has all five of them. Messi now has 18 goals in World Cup play, an all-time record.</p><p>When Argentina plays in the Round of 32, Messi will basically get a home game in Miami. It won’t be at the stadium that he and Inter Miami call home, but it will be in Miami Gardens and in what has been his home market for the last three years since he came to MLS.</p><p>Mbappe has four goals for France so far in this tournament, giving him 16 in World Cups, tying for second-most all-time with Miroslav Klose of Germany — who held the record before this year’s tournament started.</p><p>___</p><p>AP World Cup: https://apnews.com/fifa-world-cup</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YHUGSJVNAJ3J6GRYX36HYWLN5U.jpg?auth=b7b8ba1c284f65c1132fa5ef6a616bdd5cc6ca8ae4711de6f2944fb51e30597e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Argentina's Lionel Messi, center, celebrates after scoring his side's second goal during the World Cup Group J soccer match between Argentina and Austria in Arlington, Texas, near Dallas, Monday, June 22, 2026. (AP Photo/Julio Cortez)]]></media:description><media:credit role="author" scheme="urn:ebu">Julio Cortez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2NXMTO2MMEQTFRKLRRL5LL5HEY.jpg?auth=86cd24a454049154c4b2dccf27e68a5a283314e657090f9c22e483b3c58c6f38&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[France's Ousmane Dembele (7) celebrates with Kylian Mbappe (10) after scoring their third goal during the World Cup Group I soccer match between France and Iraq in Philadelphia, Monday, June 22, 2026. (AP Photo/Derik Hamilton)]]></media:description><media:credit role="author" scheme="urn:ebu">Derik Hamilton</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AIOHM75XHW53HHDCM3A5C662WM.jpg?auth=f423f62ef5211035da91958a4ae6fad86e1cd6b68cc4fad95a5ea60583f95f71&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States' Alex Freeman (16), second left, celebrates after scoring his side's second goal during the World Cup Group D soccer match between the United States and Australia in Seattle, Friday, June 19, 2026. (AP Photo/Manu Fernandez)]]></media:description><media:credit role="author" scheme="urn:ebu">Manu Fernandez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UFNGBE5MVGAMNPHQJ6PPCG4GW4.jpg?auth=e0b299dd1e03fd3860c54aa97b4cf53cf73ef354017c86ce3ecb96d0d25ace3c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Belgium's Kevin De Bruyne, front, tries control the ball past Iran's Hossein Kanani during the World Cup Group G soccer match between Belgium and Iran in Inglewood, Calif., near Los Angeles, Sunday, June 21, 2026. (AP Photo/Andre Penner)]]></media:description><media:credit role="author" scheme="urn:ebu">Andre Penner</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BAJYTQCPSJSH5MCK26F3PC4VVY.jpg?auth=ba879481ee3f318bc2c1a73a8e5f496af5c6e39cc02147b91ee08c4b244afd52&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[South Africa goalkeeper Ronwen Williams (1) is embraced by supporters after the World Cup Group A soccer match between South Africa and South Korea in Guadalupe, near Monterrey, Mexico, Wednesday, June 24, 2026. (AP Photo/Sofia Yaker)]]></media:description><media:credit role="author" scheme="urn:ebu">Sofia Yaker</media:credit></media:content></item><item><title><![CDATA[Helping Venezuela: UN asks for donations for ‘underfunded’ program for kids  ]]></title><link>https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[The United Nations asked the public for financial donations on Thursday for the organization’s already underfunded humanitarian program in Venezuela. ]]></description><pubDate>Thu, 25 Jun 2026 18:05:32 +0000</pubDate><content:encoded><![CDATA[<p>The United Nations<a href="https://www.unicefusa.org/stories/venezuela-earthquakes-children-need-help-now?form=donate" target="_self" rel="" title="https://www.unicefusa.org/stories/venezuela-earthquakes-children-need-help-now?form=donate"> asked the public for financial donations</a> on Thursday for the organization’s already underfunded humanitarian program in Venezuela. </p><p>Even before the two earthquakes hit Venezuela on Wednesday, nearly 8 million people were already in need of aid, <a href="https://www.unocha.org/news/un-relief-chief-calls-collective-effort-after-devastating-venezuela-earthquakes" target="_self" rel="" title="https://www.unocha.org/news/un-relief-chief-calls-collective-effort-after-devastating-venezuela-earthquakes">according</a> to Tom Fletcher, the UN aid chief.</p><p>The earthquakes caused most of the destruction in Caracas, and in the states of La Guaira, Miranda, Aragua, Carabobo, and Falcón, <a href="https://news.un.org/es/story/2026/06/1541604" target="_self" rel="" title="https://news.un.org/es/story/2026/06/1541604">according</a> to the UN, which is working with the <a href="https://www.state.gov/responding-to-venezuela-earthquakes/" target="_self" rel="" title="https://www.state.gov/responding-to-venezuela-earthquakes/">U.S. State Department</a> and <a href="https://www.southcom.mil/News/PressReleases/Article/4526670/statement-on-us-military-support-to-venezuela-earthquake-relief/" target="_self" rel="" title="https://www.southcom.mil/News/PressReleases/Article/4526670/statement-on-us-military-support-to-venezuela-earthquake-relief/">U.S. Southern Command</a>. </p><p>For more information and to donate, <a href="https://www.unicefusa.org/stories/venezuela-earthquakes-children-need-help-now?form=donate" target="_self" rel="" title="https://www.unicefusa.org/stories/venezuela-earthquakes-children-need-help-now?form=donate">visit this UN page</a>. </p><p><b>Related coverage</b></p><ul><li><a href="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/">Here are 4 drop-off Doral locations for donations to help Venezuelans after fatal earthquakes</a></li><li><a href="https://www.local10.com/news/world/2026/06/25/2-powerful-quakes-hit-venezuela-killing-at-least-164-and-injuring-nearly-1000/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/25/2-powerful-quakes-hit-venezuela-killing-at-least-164-and-injuring-nearly-1000/">2 powerful quakes hit Venezuela, killing at least 164 and injuring nearly 1,000</a></li><li><a href="https://www.local10.com/news/2026/06/25/world-leaders-react-with-offers-and-solidarity-after-powerful-quakes-hit-venezuela/" target="_self" rel="" title="https://www.local10.com/news/2026/06/25/world-leaders-react-with-offers-and-solidarity-after-powerful-quakes-hit-venezuela/">World leaders react with offers and solidarity after powerful quakes hit Venezuela</a></li><li><a href="https://www.local10.com/news/world/2026/06/24/back-to-back-powerful-earthquakes-hit-venezuela-causing-widespread-damage/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/24/back-to-back-powerful-earthquakes-hit-venezuela-causing-widespread-damage/">Back-to-back powerful earthquakes hit Venezuela, causing widespread damage</a></li></ul><p><i>This is a developing story. </i></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WS6AGV64ATDS43EEBGDBDDLROI.jpg?auth=ebc47997d545e17134f76a44e0ea17be0b283f41064c9ec07c5de9227ecaf2a8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People camp on a sports court following an earthquake in Caracas, Venezuela, Thursday, June 25, 2026 (AP Photo/Pedro Mattey)]]></media:description><media:credit role="author" scheme="urn:ebu">Pedro Mattey</media:credit></media:content></item><item><title><![CDATA[Turkish journalism groups say independent outlets denied accreditation for a NATO summit in Ankara]]></title><link>https://www.local10.com/news/world/2026/06/25/turkish-journalism-groups-say-independent-outlets-denied-accreditation-for-a-nato-summit-in-ankara/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/25/turkish-journalism-groups-say-independent-outlets-denied-accreditation-for-a-nato-summit-in-ankara/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[ANKARA, Turkey (AP) — Several independent Turkish media outlets were denied accreditation to cover an upcoming NATO summit in Ankara, journalism groups said Thursday, calling the decision an affront to media freedoms.]]></description><pubDate>Thu, 25 Jun 2026 19:06:48 +0000</pubDate><content:encoded><![CDATA[<p>ANKARA, Turkey (AP) — Several independent Turkish media outlets were denied accreditation to cover an upcoming NATO summit in Ankara, journalism groups said Thursday, calling the decision an affront to media freedoms.</p><p>U.S. President Donald Trump is expected to join other leaders from the 32-member alliance for the July 7-8 summit in the Turkish capital, during which allies will, among other issues, debate defense spending and attempt to project unity.</p><p>Turkish journalists from news organizations viewed as opposition‑leaning or independent — including Halk TV, Sozcu TV, Cumhuriyet newspaper, T24 news website and ANKA news agency — have been excluded from covering the summit, the Turkish Journalists' Association and other media solidarity groups said.</p><p>The journalists were neither given a reason for the rejection nor offered the opportunity to appeal the decision, the association said.</p><p>“Preventing certain media outlets from covering events of public importance undermines freedom of information and reporting,” the association said. “International organizations must act in line with the democratic values they claim to uphold.”</p><p>NATO spokeswoman Allison Hart said in a statement posted on X that for summits held outside of its Brussels headquarters, the trans-Atlantic alliance relies on the host country to assess and approve journalists from that country.</p><p>“We are in contact with Turkish authorities on accreditation for the NATO Summit in Ankara. It is very important for NATO that media can attend major events in person,” she said.</p><p>Turkish officials haven't commented on the accreditation issue.</p><p>Turkey is implementing wide‑ranging precautions in the lead‑up to the summit. Earlier this week, security forces detained more than 200 people suspected of links to extremist groups, the Ankara chief prosecutor’s office said.</p><p>But opposition parties and media reports said that a politician, an academic, a journalist and prominent LGBTQ activist, and lawyers were among those detained, calling for their release.</p><p>In a statement on Thursday, Human Rights Watch also criticized the detentions and urged NATO to ensure that basic democratic rights are respected during the summit.</p><p>“The misuse of terrorism laws to conduct mass arrests and silence people in the run-up to a NATO summit flies in the face of the founding values of the alliance,” said Benjamin Ward, the group’s deputy director for Europe and Central Asia. “The authorities should immediately release those detained, and NATO should insist that peaceful expression and assembly must be permitted around the summit.”</p><p>The Turkish government's Communications Directorate insisted on Thursday that those who were detained “were assessed to have been involved in activities connected to various terrorist organizations.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/W3JAWTKEG6NF4ATTLUOBEMRZ7Y.jpg?auth=0b7225af064f50388ed6c2c8df61ceeafc901fe7f251b9e4b767240d7c7010c2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Flags flap in the wind outside NATO headquarters in Brussels, Jan. 19, 2026. (AP Photo/Virginia Mayo, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Virginia Mayo</media:credit></media:content></item><item><title><![CDATA[After Venezuela earthquakes, here are some of the deadliest in Latin America in the last century]]></title><link>https://www.local10.com/news/world/2026/06/25/after-venezuela-earthquakes-here-are-some-of-the-deadliest-in-latin-america-in-the-last-century/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/25/after-venezuela-earthquakes-here-are-some-of-the-deadliest-in-latin-america-in-the-last-century/</guid><dc:creator><![CDATA[The Associated Press, Associated Press]]></dc:creator><description><![CDATA[Rare back-to-back deadly earthquakes hit Venezuela on Wednesday, killing and injuring hundreds. Here are some of the deadliest earthquakes in South and Central America in the past century.]]></description><pubDate>Thu, 25 Jun 2026 19:06:24 +0000</pubDate><content:encoded><![CDATA[<p>Rare back-to-back deadly earthquakes hit Venezuela on Wednesday, killing and injuring hundreds. Here are some of the deadliest earthquakes in South and Central America in the past century.</p><p>September 2017 — Mexico: An 8.1 earthquake and a 7.1 earthquake hit Mexico within about a week, devastating southern and central Mexico, including Mexico City, and killing nearly 500 people.</p><p>April 16, 2016 — Ecuador: A magnitude 7.8 earthquake struck coastal provinces, flattening towns and killing more than 650 people.</p><p>Feb. 27, 2010 — Chile: A magnitude 8.8 earthquake shook central Chile, rattling the capital for about a minute and a half and triggering a tsunami. 523 people were killed.</p><p>Aug. 15, 2007 — Peru: A magnitude 8.0 earthquake struck near the central coast, killing more than 500 people.</p><p>January and February 2001 — El Salvador: A 7.7 earthquake off El Salvador's coast on Jan. 13, 2001, and a 6.6 earthquake a month later — and the ensuing landslides — killed 1,200 people or more.</p><p>Jan. 25, 1999 — Western Colombia: A magnitude 6.0 earthquake devastated the city of Armenia, killing about 1,170 people.</p><p>April 22, 1991 — Costa Rica: A magnitude 7.4 earthquake killed more than 80 people in Costa Rica and Panama. About 30,000 people were cut off from food, water and medical supplies for days.</p><p>Sept. 19, 1985 — Central Mexico: A magnitude 8.1 earthquake killed about 12,000 people, though the true toll remains unknown.</p><p>Feb. 4, 1976 — Western Guatemala: A magnitude 7.5 earthquake killed more than 22,700 people.</p><p>Dec. 23, 1972 — Nicaragua: A magnitude 6.2 earthquake killed more than 6,000 people, with some estimates as high as 9,000.</p><p>May 31, 1970 — Northern Peru: A magnitude 7.9 earthquake killed more than 66,000 people.</p><p>May 22, 1960 — Chile: A magnitude 9.5 earthquake, known as the Valdivia or Great Chilean earthquake, was the largest earthquake ever recorded. It killed more than 1,655 people, many in a tsunami, and left 2 million homeless.</p><p>Aug. 5, 1949 — Ecuador: A magnitude 6.8 earthquake killed about 5,050 people.</p><p>Jan. 24, 1939 — Chile: A magnitude 8.3 earthquake killed about 28,000 people in Chillan, with some estimates closer to 30,000.</p><p>Jan. 31, 1906 — Ecuador: A magnitude 8.8 earthquake struck near Esmeraldas in 1906. Known as the Ecuador-Colombia earthquake, it generated a powerful tsunami that killed about 1,500 people and reached as far north as San Francisco.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/C2DQCRT3UM64CYLAMYEVSNKHLQ.jpg?auth=4e4452f47f105631cb134c5697e9a780fc49d27d735872338b731d977fc127b2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Damaged buildings stand in Catia La Mar, Venezuela, a day after an earthquake and several aftershocks struck the city, Thursday, June 25, 2026. (AP Photo/Jonathan Lanza)]]></media:description><media:credit role="author" scheme="urn:ebu">Jonathan Lanza</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FZGPJXJS5PKIRKKKBVQ4RAG34Y.jpg?auth=0820a99ff29ce03cb1ff9a0eba23bb961953f5aeaec18a47a0661cd9c7e4c637&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People take goods from damaged stores a day after earthquakes and aftershocks struck Catia La Mar, Venezuela, Thursday, June 25, 2026. (AP Photo/Jonathan Lanza)]]></media:description><media:credit role="author" scheme="urn:ebu">Jonathan Lanza</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MW73CL7HOHUTPV4KPZU2SJ45QI.jpg?auth=7b025d4307d7d3c0f5b68df6e5b973d68d6ce341868a8089045eb2730d8ad416&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Residents walk among the rubble of building damaged in earthquakes the previous day in Catia La Mar, Venezuela, Thursday, June 25, 2026. (AP Photo/Pedro Mattey)]]></media:description><media:credit role="author" scheme="urn:ebu">Pedro Mattey</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IHOV755U5G64VUYKT3BHM7RSRY.jpg?auth=5c0696605410a57393bfc0246f12d4bd881265b0b332a5e7f02746b75e89f08e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People sleep in the streets a day after an earthquake and several aftershocks struck Caracas, Venezuela, Thursday, June 25, 2026. (AP Photo/Ariana Cubillos)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariana Cubillos</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RV4EWJ34ZXEAZA44FERKN6DJBA.jpg?auth=dbb990aa941d9bc7ecd5f471ac0660d9b79231afb4e4fb84167ef291af3be674&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rescue worker carry an injured man after an earthquake in Caracas, Venezuela, Wednesday, June 24, 2026. (AP Photo/Ariana Cubillos)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariana Cubillos</media:credit></media:content></item><item><title><![CDATA[The 2 earthquakes that struck Venezuela are known as a 'doublet.' Here's how they happen]]></title><link>https://www.local10.com/news/world/2026/06/25/the-2-earthquakes-that-struck-venezuela-are-known-as-a-doublet-heres-how-they-happen/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/25/the-2-earthquakes-that-struck-venezuela-are-known-as-a-doublet-heres-how-they-happen/</guid><dc:creator><![CDATA[By DÁNICA COTO, Associated Press]]></dc:creator><description><![CDATA[SAN JUAN, Puerto Rico (AP) — The two powerful earthquakes that struck Venezuela’s northern coast, killing more than 180 people, were an event known as a “doublet.”]]></description><pubDate>Thu, 25 Jun 2026 18:59:10 +0000</pubDate><content:encoded><![CDATA[<p>SAN JUAN, Puerto Rico (AP) — The two powerful earthquakes that struck Venezuela’s northern coast, killing more than 180 people, were an event known as a “doublet.”</p><p>Doublet earthquakes happen when a pair of similar-sized quakes hit close in location and time, according to the U.S. Geological Survey. On Wednesday evening, a 7.2 magnitude quake hit first, followed by a magnitude 7.5 just 39 seconds later.</p><p>The deadly one-two punch toppled buildings in Venezuela’s capital, Caracas and beyond. Some 1,500 people were injured and thousands were reported missing. The coastal region of La Guaira, which is north of Caracas, experienced some of the heaviest damage and casualties, officials said.</p><p>How rare are doublets?</p><p>While not as common as a typical earthquake where a main shock is followed by much smaller aftershocks, doublets can happen anywhere in the world, Christine Goulet, director of the USGS earthquake science center in California, told The Associated Press.</p><p>Doublets indicate a complex fault structure, like the one in Venezuela. Known as the Bocono fault, it runs along the backbone of the Venezuelan Andes for about 300 miles (500 kilometers). A previous doublet — of magnitudes 6.2 and 6.3 — struck an area west of Caracas in September 2025, killing at least one person and injuring more than 100 others. Most of the damage was reported in the towns of Zulia and Lara.</p><p>What caused Wednesday's double earthquake?</p><p>Most earthquakes occur along plate boundaries, which is where tectonic plates meet.</p><p>A rupture where the Caribbean and South American tectonic plates meet unleashed the two quakes this week.</p><p>The doublet occurred where the Caribbean plate, located north of Venezuela, moves eastward relative to the South American plate at an average rate of 0.79 inches (2 centimeters) a year.</p><p>“It’s a large displacement,” Goulet noted. “It’s on the order of the San Andreas fault.”</p><p>The movement was a shallow strike-slip faulting, which occurs when two blocks of rock slide past one another horizontally.</p><p>That kind of movement is not more dangerous by default, Goulet said.</p><p>“A more vertical motion can be more damaging,” she said, adding that other factors, including the length of the rupture, determine the amount of damage.</p><p>The boundary between the Caribbean and South American plates is less active than others, said David Naar, associate dean at the University of South Florida’s College of Marine Science.</p><p>How common are earthquakes in Venezuela?</p><p>In the past century, only seven earthquakes of magnitude 6 and higher have hit in the immediate vicinity of the most recent ones, according to USGS.</p><p>These include the 2025 doublet that struck west-northwest of the latest quakes.</p><p>Individual earthquakes of magnitude 6 or higher struck in 2009, 1989 and 1975. The most devastating one hit in July 1967. It was a 6.6 magnitude quake that killed hundreds of people.</p><p>José Vitriago, who lives in Caracas, remembers that one. He was 2 years old.</p><p>“Our house broke,” he recalled in an interview with state-owned TV station Venezolana de Televisión.</p><p>Vitriago said the doublet that hit Wednesday “was horrible, horrible.”</p><p>Overall, five earthquakes of magnitude 7 and higher have occurred in northern Venezuela or near the coast since 1900, according to USGS.</p><p>The most catastrophic earthquake occurred in March 1812 along the Bocono fault system, killing an estimated 30,000 people.</p><p>Will more earthquakes hit Venezuela?</p><p>Scientists cannot predict earthquakes, but aftershocks are common after big ones. The USGS said there’s a 99% chance of at least one magnitude 4 aftershock hitting Venezuela within the next week, and a 24% chance of a magnitude 6 one occurring.</p><p>Unlike other countries, Venezuela does not have an early earthquake warning system, which relies on sensors to detect the first waves of an earthquake.</p><p>“It’s very distressing that there was basically no time to evacuate,” she said. “That’s extremely unfortunate.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/32EVIS2IC6RRF4SV3R7AH4SLCI.jpg?auth=1da26ab73e1b89ce22734d7c3cfceb5460d6b5d27f05d712039ae6682f98fccb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A man walks among the rubble of a building that collapsed in earthquakes the previous day in La Guaira, Venezuela, Thursday, June 25, 2026. (AP Photo/Pedro Mattey)]]></media:description><media:credit role="author" scheme="urn:ebu">Pedro Mattey</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YTK66B5QD2HOWVTONJKF7WJEXE.jpg?auth=5ae9771fa7119bc78ce445a535496ed4f9889cebdd14d6493fe3839bd48aca81&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A firefighter rescues a dog from a building that collapsed after an earthquake in Caracas, Venezuela, Wednesday, June 24, 2026. (AP Photo/Pedro Mattey)]]></media:description><media:credit role="author" scheme="urn:ebu">Pedro Mattey</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MW73CL7HOHUTPV4KPZU2SJ45QI.jpg?auth=7b025d4307d7d3c0f5b68df6e5b973d68d6ce341868a8089045eb2730d8ad416&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Residents walk among the rubble of building damaged in earthquakes the previous day in Catia La Mar, Venezuela, Thursday, June 25, 2026. (AP Photo/Pedro Mattey)]]></media:description><media:credit role="author" scheme="urn:ebu">Pedro Mattey</media:credit></media:content></item><item><title><![CDATA[Apple increases prices for Macs and iPads, blaming a shortage of memory chips]]></title><link>https://www.local10.com/business/2026/06/25/apple-increases-prices-for-macs-and-ipads-blaming-a-shortage-of-memory-chips/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/25/apple-increases-prices-for-macs-and-ipads-blaming-a-shortage-of-memory-chips/</guid><dc:creator><![CDATA[By BARBARA ORTUTAY, Associated Press]]></dc:creator><description><![CDATA[Apple on Thursday announced an increase in prices for Macs and iPads, citing a memory chip shortage brought on by the artificial intelligence boom.]]></description><pubDate>Thu, 25 Jun 2026 18:53:55 +0000</pubDate><content:encoded><![CDATA[<p>Apple on Thursday announced an increase in prices for Macs and iPads, citing a memory chip shortage brought on by the artificial intelligence boom.</p><p>The Cupertino, California-based company called the demand spike an “unprecedented challenge” for the consumer electronics industry.</p><p>“The rapid expansion of AI data centers has created an extraordinary surge in demand for memory and storage. We have never seen a component price increase this much, this quickly,” the company said in a written statement.</p><p>The new, entry-level MacBook Neo will now cost $699, up from $599. The 512 gigabyte MacBook Air now costs $1,299, up from $1,099. The one terabyte MacBook Pro is $1,999, up from $1,699.</p><p>The 128 gigabyte iPad Air is now $749, up from $599, while the 256 gigabyte iPad Pro Wifi is now $1,199, up from $999.</p><p>Analysts expect iPhone prices to rise later this year.</p><p>IDC analyst Nabila Popal said the latest price hikes were higher than she had expected, which suggests the iPhone price hikes may also be higher than expected, perhaps as much as $200 for the iPhone Pro and Pro Max models.</p><p>“I think the days of $50 price increases are over," she said.</p><p>Apple said that while it has shielded customers from the component price surges so far, "we have now reached a point where we need to begin raising prices on a number of products, including today’s increases for iPad and Mac. We know this is not welcome news, and we are working tirelessly to find solutions.”</p><p>Shares of Apple fell $13.29, or 4.5%, to $279.88 on Thursday afternoon.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GQ2N3VFQZ4OIUJLLQLFSDGFZRA.jpg?auth=218f146e2b3e01134935478babc70655ece255d56513485a520846eaa83494ae&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A shopper looks over Apple MacBook laptops on display in a Costco warehouse on June 2, 2026, in Sheridan, Colo. (AP Photo/David Zalubowski, File)]]></media:description><media:credit role="author" scheme="urn:ebu">David Zalubowski</media:credit></media:content></item><item><title><![CDATA[Questions about resume gaps are expected. Here's how job seekers can address them]]></title><link>https://www.local10.com/business/2026/06/25/questions-about-resume-gaps-are-expected-heres-how-job-seekers-can-address-them/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/25/questions-about-resume-gaps-are-expected-heres-how-job-seekers-can-address-them/</guid><dc:creator><![CDATA[By CATHY BUSSEWITZ, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — When Monique De Liberto began looking for a paying job after putting her career on pause to parent full-time, she felt paralyzed by self-doubt.]]></description><pubDate>Thu, 25 Jun 2026 18:27:39 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — When Monique De Liberto began looking for a paying job after putting her career on pause to parent full-time, she felt paralyzed by self-doubt.</p><p>“Who do you think you are trying this after 17 years?" Di Liberto recalled asking herself. "You have no business doing this.”</p><p>The fear and uncertainty she felt is familiar to many people seeking work after an absence from the job market. Whether they lost a position during mass layoffs or needed to leave one to care for an ill loved one, job applicants can expect questions about employment history lapses to surface during screenings and interviews.</p><p>“You have to address it honestly and directly,” said Andy Decker, CEO of Goodwin Recruiting, a candidate recruitment and placement firm. “Make sure that you’ve included anything you did during that time. Did you get certifications? Did you volunteer?”</p><p>Extended periods between jobs have become far more common and are less stigmatized than they were before many people worked from home or took time off during the COVID-19 pandemic to take care of children or relatives, Decker said. Some people note these periods on their resumes as a “career break” or “family responsibility,” he said.</p><p>Here are strategies suggested by a recruiter and workers who have been there for addressing a career gap.</p><p>Highlight transferable life skills</p><p>Employers are more focused on skills or results than a perfect career path, and volunteering your services at a nonprofit organization is a good way to keep those skills fresh, Decker said.</p><p>De Liberto, 57, was a classically trained opera singer before she got married and became a mother. While her husband built a chiropractic practice, she set aside her music career ambitions to raise their children.</p><p>Once she decided to reenter the workforce, De Liberto didn’t have 9-to-5 job experience to feature on her resume. Instead, she reviewed activities beyond family life for skills that would translate into a work environment.</p><p>Serving as PTA president at her children’s school, for example, required managing budgets and presenting project plans to the school board. She also helped with budgeting, software rollouts and hiring for her husband's business.</p><p>Even so, she kept hearing as she applied for administrative support roles that she wasn't qualified. However, one person who interviewed De Liberto was intrigued, saying, “This resume was so different than anything I had ever seen. I needed to see the person who created this."</p><p>Determined not to walk away empty-handed, De Liberto proposed a monthlong trial run as an administrative assistant. Her pitch was: “I recognize that you probably are getting resumes of people who are far more qualified than me, but I would challenge that they are not as tenacious and driven as me. If you give me 30 days, I’ll prove to you that I can learn this job and I can do this job.”</p><p>The company hired her. Over the next decade, she was promoted and recruited away by other employers and worked her way up to head of client services at an artificial intelligence company. De Liberto said she was asked about her employment lull each time she interviewed for a new position.</p><p>“I was fortunate enough to stay home for 17 years and raise amazing humans,” she tells potential employers. "And I worked from the ground up to be where I am today."</p><p>Laura Sandvik, who left a marketing job to care for her mother and later her children, highlighted in her LinkedIn profile the soft skills she gained from her experiences.</p><p>“I have no regrets about those choices. They strengthened my patience, perspective, and sense of responsibility. In returning to formal roles, I have done so intentionally,” she wrote.</p><p>Practice telling a layoff story</p><p>If you lost a job due to restructuring or layoffs, you don't need to volunteer that information on a resume but be honest if an interviewer asks why you left, Decker said.</p><p>“I would simply say, ‘I was one of 270 people caught up in this reduction of force,’ or if you made it through a few rounds of layoffs, say, ‘Over two years we had five rounds of reductions in force, I made it through four, I was caught up in the fifth,’" Decker suggested.</p><p>Practice your response before the interview, and avoid negativity such as blaming the employer. “Own it, acknowledge it and move on,” Decker said.</p><p>Baura Zia, 35, was laid off in 2022 shortly after returning from maternity leave. She was upset initially but says losing her job “was honestly a blessing in disguise" because she spent the next three years raising her two children full-time.</p><p>On her resume, Zia describes those years as a “parenting gap,” and states that she also moved across the country in that time. When she decided to find a part-time job after her son's first birthday, she explained during interviews that the organization she previously worked for didn't let her go over performance issues but because it lost the contract she was working on.</p><p>“Having grace with yourself is really important," Zia said. "It’s not a flaw to have a career gap. If anything, you’ve grown so much from that.”</p><p>During her job hunt, Zia sometimes sent messages to people she found online to ask about their experience working at the company where she'd applied. Many didn’t reply, but some did. She also reached out to contacts from a networking group for women in public relations she she joined years ago.</p><p>“When I was ready to go back to the workplace, it wasn’t as hard as I thought it would be, only because I had my network to tap into,” Zia said.</p><p>Own your accomplishments</p><p>Addressing resume gaps due to major employment barriers such as incarceration can be especially difficult.</p><p>Ryan Cuellar, 29, who was charged with felony possession of stolen property at age 18 and sent to jail a month before he expected to graduate high school, is proud of his perseverance and record of overcoming hurdles.</p><p>“Don’t reflect on your mistake but take pride in what you learn from it and what you are doing about it," Cuellar advised.</p><p>After being incarcerated for a few months, Cuellar returned to high school to repeat his senior year. Then he took a string of odd jobs that didn't require background checks, including acting gigs and working as a machine operator, while also taking college classes.</p><p>After receiving certification as a paralegal, Cuellar said he used the training to petition to have his criminal record sealed. That meant he did not have to disclose his legal history on job applications or worry about getting asked about it following background checks.</p><p>Cuellar chose to tell potential employers about it anyway, even though doing so often hurt his chances of getting hired. He also volunteered at the jail, helping people held there acquire skills to help them succeed after their release. He recently landed his first full-time job, working as a salesperson for a company that provides online tutoring services.</p><p>“It’s part of my story,” Cuellar said of his incarceration. “At the end of the day, I think that you need to know that about me as a person to understand my side and where I come from and my perspective.”</p><p>___</p><p>Share your stories and questions about workplace wellness at cbussewitz@ap.org. Follow AP’s Be Well coverage, focusing on wellness, fitness, diet and mental health at https://apnews.com/hub/be-well</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JFAIDAJAT5K3Y42HETQXTNKSPQ.jpg?auth=9ba83adde1c52e4dc04a4227c39b7a06f1a5b66244544c2b34a86c03fc729eab&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[(AP Illustration / Peter Hamlin)]]></media:description><media:credit role="author" scheme="urn:ebu">AP Illustration /  Peter Hamlin</media:credit></media:content></item><item><title><![CDATA[Broward County Animal Care introduces April, a pup looking for a forever home]]></title><link>https://www.local10.com/pets/2026/06/25/broward-county-animal-care-introduces-april-a-pup-looking-for-a-forever-home/</link><guid isPermaLink="true">https://www.local10.com/pets/2026/06/25/broward-county-animal-care-introduces-april-a-pup-looking-for-a-forever-home/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Broward County Animal Care is hoping to help their furry friend April find her perfect match. ]]></description><pubDate>Thu, 25 Jun 2026 17:59:08 +0000</pubDate><content:encoded><![CDATA[<p>Broward County Animal Care is hoping to help their furry friend April find her perfect match. </p><p><a href="https://www.local10.com/news/local/2026/06/25/cuidado-animal-de-broward-presenta-a-april-una-perrita-que-busca-un-hogar-permanente/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/25/cuidado-animal-de-broward-presenta-a-april-una-perrita-que-busca-un-hogar-permanente/">Leer en español</a></p><p>Shelter officials say the sweet, energetic pup has been waiting months for a new family after arriving at the shelter as a stray.</p><p>They say April loves swimming, playing with other dogs and meeting new people. Staff say she can get stressed in her kennel, but outside the shelter she shows off her loving, playful personality.</p><p>Officials say April is between 2 to 3 years old and is ready to find a forever home.</p><p><a href="https://www.broward.org/Animal/Pages/default.aspx" target="_self" rel="" title="https://www.broward.org/Animal/Pages/default.aspx">Click here</a> if you would like to adopt April or see the other pets who are available for adoption. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

    .l10-neighborhood{
      --blue-dark:#0d2c73;
      --blue:#1f57c4;
      --blue-light:#3370e6;
      --gray-bg:#f2f3f5;
      --gray-border:#d6d8dc;
      --text-dark:#1a1a1a;
      --white:#ffffff;
      font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
      max-width:860px;
      margin:1.5rem auto;
      border-radius:10px;
      overflow:hidden;
      border:1px solid var(--gray-border);
      background:var(--gray-bg);
      box-shadow:0 4px 14px rgba(0,0,0,.12);
      text-align:center;
    }

    .l10-head{
      background:linear-gradient(90deg,var(--blue-dark),var(--blue));
      color:var(--white);
      padding:12px 16px;
      font-weight:800;
      text-transform:uppercase;
      font-size:1rem;
      letter-spacing:.3px;
      display:flex; justify-content:center; align-items:center; gap:8px;
    }

    .l10-body{
      max-width:740px;
      margin:0 auto;
      padding:0 16px 18px;
    }

    .l10-sub{
      margin:12px 0 10px;
      font-size:.95rem;
      color:var(--text-dark);
      font-weight:500;
      text-align:center;
    }

    .l10-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:12px;
    }
    @media (min-width:600px){
      .l10-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .nb-btn{
      display:grid;
      place-items:center;
      text-align:center;
      line-height:1;
      width:100%;
      min-height:48px;
      padding:10px;
      border-radius:8px;
      text-decoration:none;
      font-weight:800;
      text-transform:uppercase;
      font-size:.95rem;
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      color:var(--white);
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      transition:background .15s ease, transform .1s ease, box-shadow .15s ease;
    }
    .nb-btn:hover, .nb-btn:focus-visible{
      background:linear-gradient(180deg,var(--blue),var(--blue-dark));
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.2);
      outline:none;
    }
    .nb-btn:link, .nb-btn:visited{ color:var(--white); }

    .city-dd{
      grid-column:1 / -1;
      justify-self:stretch;
      width:100%;
      margin:0;
      text-align:left;
    }
    .city-dd summary{
      list-style:none;
      cursor:pointer;
      display:flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      width:100%;
      min-height:48px;
      padding:10px 16px;
      font-weight:800;
      text-transform:uppercase;
      letter-spacing:.02em;
      color:var(--white);
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      border:1px solid rgba(0,0,0,.08);
      border-radius:8px;
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      user-select:none;
    }
    .city-dd summary::-webkit-details-marker{ display:none; }
    .city-dd summary .caret{ line-height:1; transition:transform .2s ease; }
    .city-dd[open] summary .caret{ transform:rotate(180deg); }

    .city-menu{
      margin-top:0;
      background:var(--white);
      border:1px solid var(--gray-border);
      border-top:0;
      border-radius:10px;
      border-top-left-radius:0;
      border-top-right-radius:0;
      padding:10px;
      box-shadow:0 6px 16px rgba(0,0,0,.08);
    }
    .city-dd[open] summary{
      border-bottom-left-radius:0;
      border-bottom-right-radius:0;
    }

    .city-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:8px;
    }
    @media (min-width:520px){
      .city-grid{ grid-template-columns:repeat(2,1fr); }
    }
    @media (min-width:800px){
      .city-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .city-link{
      display:block;
      text-decoration:none;
      text-align:center;
      font-weight:700;
      padding:8px 10px;
      border-radius:8px;
      background:#f7f9fc;
      border:1px solid var(--gray-border);
      color:var(--blue);
      transition:background .12s ease, transform .08s ease, box-shadow .12s ease;
    }
    .city-link:hover, .city-link:focus-visible{
      background:#eef3ff;
      outline:none;
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.08);
    }
    .city-link:link, .city-link:visited{ color:var(--blue); }
  </style>

  <div class="l10-head">🏠 News From Your Neighborhood</div>

  <div class="l10-body">
    <div class="l10-sub">Latest headlines from:</div>

    <div class="l10-grid" role="group" aria-label="Counties and cities">
      <a class="nb-btn" href="https://www.local10.com/topic/Miami-Dade_County/" target="_blank" rel="noopener noreferrer">Miami-Dade</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Broward_County/" target="_blank" rel="noopener noreferrer">Broward</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Monroe_County/" target="_blank" rel="noopener noreferrer">Florida Keys</a>

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Cuidado Animal de Broward presenta a April, una perrita que busca un hogar permanente]]></title><link>https://www.local10.com/news/local/2026/06/25/cuidado-animal-de-broward-presenta-a-april-una-perrita-que-busca-un-hogar-permanente/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/25/cuidado-animal-de-broward-presenta-a-april-una-perrita-que-busca-un-hogar-permanente/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Cuidado Animal de Broward espera ayudar a su amiga peluda April a encontrar su pareja perfecta]]></description><pubDate>Thu, 25 Jun 2026 18:09:44 +0000</pubDate><content:encoded><![CDATA[<p>Cuidado Animal de Broward espera ayudar a su amiga peluda April a encontrar su pareja perfecta.</p><p>Funcionarios del refugio dicen que la dulce y enérgica perrita ha estado esperando durante meses por una nueva familia tras llegar al refugio como callejera.</p><p>Dicen que a April le encanta nadar, jugar con otros perros y conocer gente nueva. El personal dice que puede estresarse en su jaula, pero fuera del refugio muestra su personalidad cariñosa y juguetona.</p><p>Los funcionarios dicen que April tiene entre 2 y 3 años y está lista para encontrar un hogar permanente.</p><p><a href="https://www.broward.org/Animal/Pages/default.aspx" target="_blank" rel="noreferrer" title="https://www.broward.org/Animal/Pages/default.aspx">Haga clic aquí</a> si desea adoptar a April o ver otras mascotas disponibles para adopción.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

    .l10-neighborhood{
      --blue-dark:#0d2c73;
      --blue:#1f57c4;
      --blue-light:#3370e6;
      --gray-bg:#f2f3f5;
      --gray-border:#d6d8dc;
      --text-dark:#1a1a1a;
      --white:#ffffff;
      font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
      max-width:860px;
      margin:1.5rem auto;
      border-radius:10px;
      overflow:hidden;
      border:1px solid var(--gray-border);
      background:var(--gray-bg);
      box-shadow:0 4px 14px rgba(0,0,0,.12);
      text-align:center;
    }

    .l10-head{
      background:linear-gradient(90deg,var(--blue-dark),var(--blue));
      color:var(--white);
      padding:12px 16px;
      font-weight:800;
      text-transform:uppercase;
      font-size:1rem;
      letter-spacing:.3px;
      display:flex; justify-content:center; align-items:center; gap:8px;
    }

    .l10-body{
      max-width:740px;
      margin:0 auto;
      padding:0 16px 18px;
    }

    .l10-sub{
      margin:12px 0 10px;
      font-size:.95rem;
      color:var(--text-dark);
      font-weight:500;
      text-align:center;
    }

    .l10-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:12px;
    }
    @media (min-width:600px){
      .l10-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .nb-btn{
      display:grid;
      place-items:center;
      text-align:center;
      line-height:1;
      width:100%;
      min-height:48px;
      padding:10px;
      border-radius:8px;
      text-decoration:none;
      font-weight:800;
      text-transform:uppercase;
      font-size:.95rem;
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      color:var(--white);
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      transition:background .15s ease, transform .1s ease, box-shadow .15s ease;
    }
    .nb-btn:hover, .nb-btn:focus-visible{
      background:linear-gradient(180deg,var(--blue),var(--blue-dark));
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.2);
      outline:none;
    }
    .nb-btn:link, .nb-btn:visited{ color:var(--white); }

    .city-dd{
      grid-column:1 / -1;
      justify-self:stretch;
      width:100%;
      margin:0;
      text-align:left;
    }
    .city-dd summary{
      list-style:none;
      cursor:pointer;
      display:flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      width:100%;
      min-height:48px;
      padding:10px 16px;
      font-weight:800;
      text-transform:uppercase;
      letter-spacing:.02em;
      color:var(--white);
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      border:1px solid rgba(0,0,0,.08);
      border-radius:8px;
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      user-select:none;
    }
    .city-dd summary::-webkit-details-marker{ display:none; }
    .city-dd summary .caret{ line-height:1; transition:transform .2s ease; }
    .city-dd[open] summary .caret{ transform:rotate(180deg); }

    .city-menu{
      margin-top:0;
      background:var(--white);
      border:1px solid var(--gray-border);
      border-top:0;
      border-radius:10px;
      border-top-left-radius:0;
      border-top-right-radius:0;
      padding:10px;
      box-shadow:0 6px 16px rgba(0,0,0,.08);
    }
    .city-dd[open] summary{
      border-bottom-left-radius:0;
      border-bottom-right-radius:0;
    }

    .city-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:8px;
    }
    @media (min-width:520px){
      .city-grid{ grid-template-columns:repeat(2,1fr); }
    }
    @media (min-width:800px){
      .city-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .city-link{
      display:block;
      text-decoration:none;
      text-align:center;
      font-weight:700;
      padding:8px 10px;
      border-radius:8px;
      background:#f7f9fc;
      border:1px solid var(--gray-border);
      color:var(--blue);
      transition:background .12s ease, transform .08s ease, box-shadow .12s ease;
    }
    .city-link:hover, .city-link:focus-visible{
      background:#eef3ff;
      outline:none;
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.08);
    }
    .city-link:link, .city-link:visited{ color:var(--blue); }
  </style>

  <div class="l10-head">🏠 News From Your Neighborhood</div>

  <div class="l10-body">
    <div class="l10-sub">Latest headlines from:</div>

    <div class="l10-grid" role="group" aria-label="Counties and cities">
      <a class="nb-btn" href="https://www.local10.com/topic/Miami-Dade_County/" target="_blank" rel="noopener noreferrer">Miami-Dade</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Broward_County/" target="_blank" rel="noopener noreferrer">Broward</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Monroe_County/" target="_blank" rel="noopener noreferrer">Florida Keys</a>

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Hundreds committed $6.5B in healthcare fraud, including Broward Ferrari fraud suspect: Feds]]></title><link>https://www.local10.com/news/local/2026/06/25/hundreds-committed-65b-in-healthcare-fraud-including-broward-ferrari-fraud-suspect-feds/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/25/hundreds-committed-65b-in-healthcare-fraud-including-broward-ferrari-fraud-suspect-feds/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[A man already accused by the Broward Sheriff’s Office of a $500,000 Ferrari fraud scheme is among 455 people accused by the federal government of committing a total of more than $6.5 billion in healthcare fraud, prosecutors announced on Thursday.]]></description><pubDate>Thu, 25 Jun 2026 17:45:30 +0000</pubDate><content:encoded><![CDATA[<p>A man already accused by the Broward Sheriff’s Office of a $500,000 Ferrari fraud scheme is among 455 people accused by the federal government of committing a total of more than $6.5 billion in healthcare fraud, prosecutors announced on Thursday.</p><p><a href="https://www.local10.com/news/local/2026/06/25/federales-cientos-cometieron-fraude-de-salud-por-65b-usd-incluyendo-sospechoso-de-fraude-ferrari-en-broward/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/25/federales-cientos-cometieron-fraude-de-salud-por-65b-usd-incluyendo-sospechoso-de-fraude-ferrari-en-broward/">Leer en español</a></p><p>Giorgi Kimeridze, 43, of Staten Island, New York, is one of several people with South Florida ties accused in the U.S. Department of Justice’s 2026 National Health Care Fraud Takedown.</p><p>Local 10 News <a href="https://www.local10.com/news/local/2026/04/27/nyc-man-busted-in-broward-taking-500k-ferrari-through-fraud-scheme-deputies-say/" target="_self" rel="" title="https://www.local10.com/news/local/2026/04/27/nyc-man-busted-in-broward-taking-500k-ferrari-through-fraud-scheme-deputies-say/">first reported on Kimeridze</a> in April, when he was arrested by BSO under the name “Kimeridze Giorgi” on a state grand theft charge.</p><p>He was accused of participating in “a rash of schemes” by thieves who “utilize a fraudulent transportation company to acquire luxury vehicle transportation ‘jobs’ by legitimate auto dealerships” ― in that case, a fraud scheme involving a 2024 Ferrari Purosangue that was supposed to go from a dealership in Pompano Beach to a Maserati dealer in Monmouth, New Jersey.</p><p>Now, Kimeridze is accused of “facilitating the operation” of two durable medical equipment companies that fraudulently billed Medicare and other federal health care programs “more than $1 billion for urinary catheters, orthotic braces and wound dressings that beneficiaries did not need and did not receive,” of which, “approximately $4.9 million was paid,” according to a federal criminal complaint and a DOJ news release.</p><p>One of those companies was ABRH Care, authorities said. Another man, Ibrahim Hilmi, 58, of Miami, is also charged in connection with the operation of ABRH Care, authorities said.</p><p>Kimeridze, a native of the former Soviet country of Georgia, was taken into the custody of the Department of Homeland Security after bonding out of jail in April, the complaint states. He’s facing a charge of conspiracy to commit money laundering. The Ferrari case remained open in Broward court as of Thursday afternoon.</p><p>The DOJ also announced charges for several other South Florida residents accused of additional fraud schemes:</p><p>Casilda Muniz Rodriguez, 57, of Hialeah, is accused of “fraudulently bill(ing) Medicare for over $117 million for skin substitutes and wound care products that were never provided.”</p><p>Investigators said Eduardo Javier Ibarra Arrowsmith, 61, of Miami, “impersonated a deceased Miami-Dade neurologist and used that doctor’s credentials — including his name, National Provider Identifier number, and Florida medical license number" as part of “a scheme to fraudulently certify naturalization applicants as disabled in order to exempt them from the English language and civics requirements of the U.S. citizenship naturalization test.”</p><p>Laura Seiler-Anstett, 55, of Coral Springs, is accused of a $58.3 million scheme involving durable medical equipment. Prosecutors said the “fraudulent claims were for orthotic braces that were medically unnecessary, ineligible for reimbursement, and procured through the payment of illegal kickbacks and bribes.”</p><p>Prosecutors said Yilian Cruz, 36, and Inti Cruz, 55, both of Miami Lakes; and Adaimis Perez Arencibia, 39, of Miami, are facing charges related to a mental health care fraud scheme. They said the Cruzes, married co-owners of the Miami clinic De La Cruz Mental Health LLC, conspired with others, including Perez Arencibia, a therapist to pay illegal kickbacks to recruit elderly Medicaid beneficiaries as patients.</p><p>Rene Yartu Couceiro, 57, of Miami, is accused in connection “with a Medicaid and Medicare fraud scheme involving a Miami mental health clinic’s payment of “donations” in the form of cash payments to Medicaid and Medicare beneficiaries for agreeing to receive psychosocial rehabilitation (PSR) and Transcranial Magnetic Stimulation (TMS) therapy that was not all provided as represented," according to the DOJ release.</p><p>Rajiv Shah, 65, of Palm Beach Gardens, and Anthony Tursi, 39, of Boynton Beach, are accused of multi-million-dollar schemes involving fraudulent Medicare billing for durable medical equipment and “medically unnecessary genetic testing,” respectively.</p><p>The DOJ has summaries of these and other cases <a href="https://www.justice.gov/criminal/criminal-fraud/health-care-fraud-unit/2026-national-hcf-case-summaries" target="_self" rel="" title="https://www.justice.gov/criminal/criminal-fraud/health-care-fraud-unit/2026-national-hcf-case-summaries">on its website</a>.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

    .l10-neighborhood{
      --blue-dark:#0d2c73;
      --blue:#1f57c4;
      --blue-light:#3370e6;
      --gray-bg:#f2f3f5;
      --gray-border:#d6d8dc;
      --text-dark:#1a1a1a;
      --white:#ffffff;
      font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
      max-width:860px;
      margin:1.5rem auto;
      border-radius:10px;
      overflow:hidden;
      border:1px solid var(--gray-border);
      background:var(--gray-bg);
      box-shadow:0 4px 14px rgba(0,0,0,.12);
      text-align:center;
    }

    .l10-head{
      background:linear-gradient(90deg,var(--blue-dark),var(--blue));
      color:var(--white);
      padding:12px 16px;
      font-weight:800;
      text-transform:uppercase;
      font-size:1rem;
      letter-spacing:.3px;
      display:flex; justify-content:center; align-items:center; gap:8px;
    }

    .l10-body{
      max-width:740px;
      margin:0 auto;
      padding:0 16px 18px;
    }

    .l10-sub{
      margin:12px 0 10px;
      font-size:.95rem;
      color:var(--text-dark);
      font-weight:500;
      text-align:center;
    }

    .l10-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:12px;
    }
    @media (min-width:600px){
      .l10-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .nb-btn{
      display:grid;
      place-items:center;
      text-align:center;
      line-height:1;
      width:100%;
      min-height:48px;
      padding:10px;
      border-radius:8px;
      text-decoration:none;
      font-weight:800;
      text-transform:uppercase;
      font-size:.95rem;
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      color:var(--white);
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      transition:background .15s ease, transform .1s ease, box-shadow .15s ease;
    }
    .nb-btn:hover, .nb-btn:focus-visible{
      background:linear-gradient(180deg,var(--blue),var(--blue-dark));
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.2);
      outline:none;
    }
    .nb-btn:link, .nb-btn:visited{ color:var(--white); }

    .city-dd{
      grid-column:1 / -1;
      justify-self:stretch;
      width:100%;
      margin:0;
      text-align:left;
    }
    .city-dd summary{
      list-style:none;
      cursor:pointer;
      display:flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      width:100%;
      min-height:48px;
      padding:10px 16px;
      font-weight:800;
      text-transform:uppercase;
      letter-spacing:.02em;
      color:var(--white);
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      border:1px solid rgba(0,0,0,.08);
      border-radius:8px;
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      user-select:none;
    }
    .city-dd summary::-webkit-details-marker{ display:none; }
    .city-dd summary .caret{ line-height:1; transition:transform .2s ease; }
    .city-dd[open] summary .caret{ transform:rotate(180deg); }

    .city-menu{
      margin-top:0;
      background:var(--white);
      border:1px solid var(--gray-border);
      border-top:0;
      border-radius:10px;
      border-top-left-radius:0;
      border-top-right-radius:0;
      padding:10px;
      box-shadow:0 6px 16px rgba(0,0,0,.08);
    }
    .city-dd[open] summary{
      border-bottom-left-radius:0;
      border-bottom-right-radius:0;
    }

    .city-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:8px;
    }
    @media (min-width:520px){
      .city-grid{ grid-template-columns:repeat(2,1fr); }
    }
    @media (min-width:800px){
      .city-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .city-link{
      display:block;
      text-decoration:none;
      text-align:center;
      font-weight:700;
      padding:8px 10px;
      border-radius:8px;
      background:#f7f9fc;
      border:1px solid var(--gray-border);
      color:var(--blue);
      transition:background .12s ease, transform .08s ease, box-shadow .12s ease;
    }
    .city-link:hover, .city-link:focus-visible{
      background:#eef3ff;
      outline:none;
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.08);
    }
    .city-link:link, .city-link:visited{ color:var(--blue); }
  </style>

  <div class="l10-head">🏠 News From Your Neighborhood</div>

  <div class="l10-body">
    <div class="l10-sub">Latest headlines from:</div>

    <div class="l10-grid" role="group" aria-label="Counties and cities">
      <a class="nb-btn" href="https://www.local10.com/topic/Miami-Dade_County/" target="_blank" rel="noopener noreferrer">Miami-Dade</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Broward_County/" target="_blank" rel="noopener noreferrer">Broward</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Monroe_County/" target="_blank" rel="noopener noreferrer">Florida Keys</a>

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/D3IOF43WKFC45EMEQOL5UZVEKM.jpg?auth=abfe4261638c13d3c200496bba994b01be316062e2742a0b21f17f199c86b338&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Federales: Cientos cometieron fraude de salud por $6.5B USD, incluyendo sospechoso de fraude Ferrari en Broward]]></title><link>https://www.local10.com/news/local/2026/06/25/federales-cientos-cometieron-fraude-de-salud-por-65b-usd-incluyendo-sospechoso-de-fraude-ferrari-en-broward/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/25/federales-cientos-cometieron-fraude-de-salud-por-65b-usd-incluyendo-sospechoso-de-fraude-ferrari-en-broward/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Un hombre ya acusado por la Oficina del Sheriff de Broward de un esquema de fraude de Ferrari por $500,000 USD está entre las 455 personas acusadas por el gobierno federal de cometer más de $6.5B USD en fraude de salud, anunciaron los fiscales el jueves.]]></description><pubDate>Thu, 25 Jun 2026 18:06:44 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre ya acusado por la Oficina del Sheriff de Broward de un esquema de fraude de Ferrari por $500,000 USD está entre las 455 personas acusadas por el gobierno federal de cometer más de $6.5B USD en fraude de salud, anunciaron los fiscales el jueves.</p><p>Giorgi Kimeridze, de 43 años, de Staten Island, Nueva York, es una de varias personas con vínculos con el sur de Florida acusadas en la operación nacional contra fraude de atención médica de 2026 del Departamento de Justicia de EE.UU.</p><p>Local 10 News <a href="https://www.local10.com/espanol/2026/04/27/hombre-de-nueva-york-es-atrapado-en-hallandale-beach-cuando-intentaba-robar-un-ferrari-de-500000-con-empresa-de-transporte-falsa/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/27/hombre-de-nueva-york-es-atrapado-en-hallandale-beach-cuando-intentaba-robar-un-ferrari-de-500000-con-empresa-de-transporte-falsa/">informó por primera vez sobre Kimeridze</a> en abril, cuando fue arrestado por BSO bajo el nombre “Kimeridze Giorgi” por un cargo estatal de hurto mayor.</p><p>Fue acusado de participar en “una serie de esquemas” por ladrones que “utilizan una compañía de transporte fraudulenta para obtener ‘trabajos’ de transporte de vehículos de lujo de concesionarios de autos legítimos”, en ese caso, un esquema de fraude que involucraba un Ferrari Purosangue 2024 que debía ir de un concesionario en Pompano Beach a un concesionario Maserati en Monmouth, Nueva Jersey.</p><p>Ahora, Kimeridze está acusado de “facilitar la operación” de dos compañías de equipos médicos duraderos que facturaron fraudulentamente a Medicare y a otros programas federales de atención médica “más de $1B USD por catéteres urinarios, aparatos ortopédicos y vendajes para heridas que los beneficiarios no necesitaban ni recibieron”, de los cuales “aproximadamente $4.9 millones USD fueron pagados”, según una denuncia penal federal y un comunicado del Departamento de Justicia.</p><p>Una de esas compañías era ABRH Care, dijeron las autoridades. Otro hombre, Ibrahim Hilmi, de 58 años, de Miami, también enfrenta cargos en relación con la operación de ABRH Care, dijeron las autoridades.</p><p>Kimeridze, originario del antiguo país soviético de Georgia, fue puesto bajo custodia del Departamento de Seguridad Nacional después de salir bajo fianza de la cárcel en abril, indica la denuncia. Enfrenta un cargo de conspiración para cometer lavado de dinero. El caso del Ferrari permanecía abierto en el tribunal de Broward hasta la tarde del jueves.</p><p>El Departamento de Justicia también anunció cargos contra varios otros residentes del sur de Florida acusados de esquemas adicionales de fraude:</p><p>Casilda Muniz Rodriguez, de 57 años, de Hialeah, es acusada de “facturar fraudulentamente a Medicare más de $117 millones USD por sustitutos de piel y productos para el cuidado de heridas que nunca fueron proporcionados”.</p><p>Los investigadores dijeron que Eduardo Javier Ibarra Arrowsmith, de 61 años, de Miami, “suplantó a un neurólogo fallecido de Miami-Dade y utilizó las credenciales de ese médico — incluyendo su nombre, número de Identificador Nacional de Proveedor y número de licencia médica de Florida” como parte de “un esquema para certificar fraudulentamente a solicitantes de naturalización como discapacitados con el fin de eximirlos de los requisitos de idioma inglés y educación cívica del examen de ciudadanía de EE.UU.”.</p><p>Laura Seiler-Anstett, de 55 años, de Coral Springs, es acusada de un esquema de $58.3 millones USD relacionado con equipos médicos duraderos. Los fiscales dijeron que las “reclamaciones fraudulentas eran por aparatos ortopédicos médicamente innecesarios, no elegibles para reembolso y obtenidos mediante el pago de sobornos y comisiones ilegales”.</p><p>Los fiscales dijeron que Yilian Cruz, de 36 años, e Inti Cruz, de 55, ambos de Miami Lakes, y Adaimis Perez Arencibia, de 39, de Miami, enfrentan cargos relacionados con un esquema de fraude en atención de salud mental. Indicaron que los Cruz, copropietarios de la clínica De La Cruz Mental Health LLC, conspiraron con otros, incluyendo a Perez Arencibia, terapeuta, para pagar sobornos ilegales con el fin de reclutar a beneficiarios ancianos de Medicaid como pacientes.</p><p>Rene Yartu Couceiro, de 57 años, de Miami, es acusado en relación con “un esquema de fraude a Medicaid y Medicare que involucraba el pago de ‘donaciones’ en forma de efectivo a beneficiarios para que aceptaran recibir rehabilitación psicosocial (PSR) y terapia de estimulación magnética transcraneal (TMS) que no fue completamente proporcionada como se representó”, según el comunicado del Departamento de Justicia.</p><p>Rajiv Shah, de 65 años, de Palm Beach Gardens, y Anthony Tursi, de 39, de Boynton Beach, son acusados de esquemas multimillonarios que involucraban facturación fraudulenta a Medicare por equipos médicos duraderos y “pruebas genéticas médicamente innecesarias”, respectivamente.</p><p>El Departamento de Justicia tiene resúmenes de estos y otros casos <a href="https://www.justice.gov/criminal/criminal-fraud/health-care-fraud-unit/2026-national-hcf-case-summaries" target="_blank" rel="noreferrer" title="https://www.justice.gov/criminal/criminal-fraud/health-care-fraud-unit/2026-national-hcf-case-summaries">en su sitio web</a>.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

    .l10-neighborhood{
      --blue-dark:#0d2c73;
      --blue:#1f57c4;
      --blue-light:#3370e6;
      --gray-bg:#f2f3f5;
      --gray-border:#d6d8dc;
      --text-dark:#1a1a1a;
      --white:#ffffff;
      font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
      max-width:860px;
      margin:1.5rem auto;
      border-radius:10px;
      overflow:hidden;
      border:1px solid var(--gray-border);
      background:var(--gray-bg);
      box-shadow:0 4px 14px rgba(0,0,0,.12);
      text-align:center;
    }

    .l10-head{
      background:linear-gradient(90deg,var(--blue-dark),var(--blue));
      color:var(--white);
      padding:12px 16px;
      font-weight:800;
      text-transform:uppercase;
      font-size:1rem;
      letter-spacing:.3px;
      display:flex; justify-content:center; align-items:center; gap:8px;
    }

    .l10-body{
      max-width:740px;
      margin:0 auto;
      padding:0 16px 18px;
    }

    .l10-sub{
      margin:12px 0 10px;
      font-size:.95rem;
      color:var(--text-dark);
      font-weight:500;
      text-align:center;
    }

    .l10-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:12px;
    }
    @media (min-width:600px){
      .l10-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .nb-btn{
      display:grid;
      place-items:center;
      text-align:center;
      line-height:1;
      width:100%;
      min-height:48px;
      padding:10px;
      border-radius:8px;
      text-decoration:none;
      font-weight:800;
      text-transform:uppercase;
      font-size:.95rem;
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      color:var(--white);
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      transition:background .15s ease, transform .1s ease, box-shadow .15s ease;
    }
    .nb-btn:hover, .nb-btn:focus-visible{
      background:linear-gradient(180deg,var(--blue),var(--blue-dark));
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.2);
      outline:none;
    }
    .nb-btn:link, .nb-btn:visited{ color:var(--white); }

    .city-dd{
      grid-column:1 / -1;
      justify-self:stretch;
      width:100%;
      margin:0;
      text-align:left;
    }
    .city-dd summary{
      list-style:none;
      cursor:pointer;
      display:flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      width:100%;
      min-height:48px;
      padding:10px 16px;
      font-weight:800;
      text-transform:uppercase;
      letter-spacing:.02em;
      color:var(--white);
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      border:1px solid rgba(0,0,0,.08);
      border-radius:8px;
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      user-select:none;
    }
    .city-dd summary::-webkit-details-marker{ display:none; }
    .city-dd summary .caret{ line-height:1; transition:transform .2s ease; }
    .city-dd[open] summary .caret{ transform:rotate(180deg); }

    .city-menu{
      margin-top:0;
      background:var(--white);
      border:1px solid var(--gray-border);
      border-top:0;
      border-radius:10px;
      border-top-left-radius:0;
      border-top-right-radius:0;
      padding:10px;
      box-shadow:0 6px 16px rgba(0,0,0,.08);
    }
    .city-dd[open] summary{
      border-bottom-left-radius:0;
      border-bottom-right-radius:0;
    }

    .city-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:8px;
    }
    @media (min-width:520px){
      .city-grid{ grid-template-columns:repeat(2,1fr); }
    }
    @media (min-width:800px){
      .city-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .city-link{
      display:block;
      text-decoration:none;
      text-align:center;
      font-weight:700;
      padding:8px 10px;
      border-radius:8px;
      background:#f7f9fc;
      border:1px solid var(--gray-border);
      color:var(--blue);
      transition:background .12s ease, transform .08s ease, box-shadow .12s ease;
    }
    .city-link:hover, .city-link:focus-visible{
      background:#eef3ff;
      outline:none;
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.08);
    }
    .city-link:link, .city-link:visited{ color:var(--blue); }
  </style>

  <div class="l10-head">🏠 News From Your Neighborhood</div>

  <div class="l10-body">
    <div class="l10-sub">Latest headlines from:</div>

    <div class="l10-grid" role="group" aria-label="Counties and cities">
      <a class="nb-btn" href="https://www.local10.com/topic/Miami-Dade_County/" target="_blank" rel="noopener noreferrer">Miami-Dade</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Broward_County/" target="_blank" rel="noopener noreferrer">Broward</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Monroe_County/" target="_blank" rel="noopener noreferrer">Florida Keys</a>

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/D3IOF43WKFC45EMEQOL5UZVEKM.jpg?auth=abfe4261638c13d3c200496bba994b01be316062e2742a0b21f17f199c86b338&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Rubio hails US-Gulf Arab unity despite that region's persistent concerns about Iran agreement]]></title><link>https://www.local10.com/news/world/2026/06/25/rubio-hails-us-gulf-arab-unity-despite-that-regions-persistent-concerns-about-iran-agreement/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/25/rubio-hails-us-gulf-arab-unity-despite-that-regions-persistent-concerns-about-iran-agreement/</guid><dc:creator><![CDATA[By MATTHEW LEE, Associated Press]]></dc:creator><description><![CDATA[MANAMA, Bahrain (AP) — U.S. Secretary of State Marco Rubio said Thursday that relations between the United States and its Gulf Arab partners are rock solid, despite fears by some of them that they might be left out of discussions aimed at ending the war with Iran.]]></description><pubDate>Thu, 25 Jun 2026 17:52:48 +0000</pubDate><content:encoded><![CDATA[<p>MANAMA, Bahrain (AP) — U.S. Secretary of State Marco Rubio said Thursday that relations between the United States and its Gulf Arab partners are rock solid, despite fears by some of them that they might be left out of discussions aimed at ending the war with Iran.</p><p>Rubio used a three-day, three-nation trip to the United Arab Emirates, Kuwait and Bahrain this week to try to convince all the members of the Gulf Cooperation Council that the Trump administration does indeed have their backs in negotiations to end the war President Donald Trump and Israel launched on Feb. 28.</p><p>That conflict sharply curtailed the region's oil exports and saw several Gulf countries take direct retaliatory Iranian missile and drone hits.</p><p>“They’ve shared with us some very concrete concerns, ideas,” Rubio said in Bahrain, the last stop on the trip. “And when I say concern, the biggest concern is that they really just want to be informed every step along the way as we enter these negotiations at both the technical and political levels.”</p><p>“We want them to be involved and we want the views of all these countries to be reflected,” he said. “We don’t want to and will not be making any decisions or commitments that in any way undermines the prosperity, stability or security of our Gulf partners.”</p><p>While the U.S. and the Gulf council members — Bahrain, Kuwait, Oman, Qatar, Saudi Arabia, and the United Arab Emirates — eventually released a joint statement after the meeting that extolled areas of agreement about the end goals of the Iran agreement, there were small signs of potential discontent.</p><p>The joint statement said the two sides “stressed the need to maintain momentum and unity as negotiations proceed toward a more permanent end to hostilities and the shared objective of preventing Iran from ever developing or otherwise acquiring a nuclear weapon."</p><p>They also expressed opposition to any attempt by Iran to impose tolls, fees, or assert control over the Strait of Hormuz. They welcomed an Omani initiative to create a safe lane to evacuate stranded sailors from the waterway and stressed that any economic benefit Iran might realize “is conditional and reversible, contingent on Iran’s compliance” with the temporary agreement and a final deal.</p><p>The joint statement painted a rosy picture, yet the council secretary, General Jasem Mohamed Albudaiwi, suggested in a statement that doubts remain.</p><p>He said it was emphasized during the meeting that any future understandings or arrangements must incorporate the requirements of the Gulf council countries to safeguard their interests and ensure “their security and stability.” His statement, released by the group, hinted that the Guld council members felt snubbed in the earlier talks.</p><p>“Such arrangements must be based on the principles of international law, respect for state sovereignty, good neighborliness, and non-interference in internal affairs, thereby contributing to the consolidation of regional security and stability,” he said.</p><p>Before Rubio spoke to the group, the meeting host, Bahraini Foreign Minister Abdullatif bin Rashid Al Zayani, said that while the memorandum of understanding is welcome, many questions remain outstanding.</p><p>“While this progress is encouraging, it is critically important that Iran fully adheres to its obligations," including under the memorandum, he said.</p><p>He said that means preventing Iran from getting a nuclear weapon, preserving freedom of navigation, ending all missile and drone attacks, halting support for proxy groups and abandoning attempts to interfere with Iran's neighbors.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/EGJVEAJR6DYHIQ7Z6SUZUQ7O64.jpg?auth=0b985a56399670a1809ee2944bfbd769047811fa7b79ddc2c6e1360f6580ae33&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[U.S. Secretary of State Marco Rubio, left, and Bahrain's King Hamad bin Isa Al Khalifa salute eachother after their meeting as U.S. Ambassador to Bahrain Stephanie Hallett looks on at right, at Al-Sakhir Palace near Zallaq, Bahrain Thursday, June 25, 2026. U.S. Ambassador to Bahrain Stephanie Hallett. (Eric Lee/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Eric Lee</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/W2GM7SL34J5LABHTSM3PZVBVMU.jpg?auth=c2f66caca5990046f297352e9215f1ba3070d6931ed9a09e227309585632dac0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[U.S. Secretary of State Marco Rubio, right, speaks with the U.S. Ambassador to Bahrain Stephanie Hallett before boarding a U.S. Air Force C-17 Globemaster III transport aircraft at Bahrain International Airport after his visit to the Middle East, in Manama, Bahrain Thursday, June 25, 2026. (Eric Lee/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Eric Lee</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BWIOKFL7CSUBM4K3ZXOMP4KVUE.jpg?auth=141629a48c097ece29d60273065e0aa99566bbc0cabef43cbecc899a4762a5e3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[U.S. Secretary of State Marco Rubio waves as he boards a U.S. Air Force C-17 Globemaster III transport aircraft at Bahrain International Airport after his visit to the Middle East, in Manama, Bahrain Thursday, June 25, 2026. (Eric Lee/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Eric Lee</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WG2KA64VU5UNAN2AOJTKWWUZTY.jpg?auth=813d94be0f52b3bad8709efd47e7bc8e54bdac4a8daee8a53a4e19efa65e0ecf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[U.S. Secretary of State Marco Rubio speaks with members of the media before departing for Bahrain International Airport after his visit to the Middle East, in Manama, Bahrain Thursday, June 25, 2026. (Eric Lee/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Eric Lee</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Y3DIE7FGXJ6T6HM256AZ4X4TTQ.jpg?auth=2067f9004bffc88096fe24770b03799802b1712c53d949e5d55d31792f5a15e4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[U.S. Secretary of State Marco Rubio greets crew members as he boards a U.S. Air Force C-17 Globemaster III transport aircraft at Bahrain International Airport after his visit to the Middle East, in Manama, Bahrain Thursday, June 25, 2026. (Eric Lee/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Eric Lee</media:credit></media:content></item><item><title><![CDATA[Miami immigration advocates urge city to end ICE partnership ]]></title><link>https://www.local10.com/news/local/2026/06/25/miami-immigration-advocates-urge-city-to-end-ice-partnership/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/25/miami-immigration-advocates-urge-city-to-end-ice-partnership/</guid><dc:creator><![CDATA[Isabella Martin]]></dc:creator><description><![CDATA[Dozens of advocates, students and community members urged Miami commissioners Thursday to terminate the city’s agreement with U.S. Immigration and Customs Enforcement, saying the partnership has created fear among immigrant residents.]]></description><pubDate>Thu, 25 Jun 2026 17:33:20 +0000</pubDate><content:encoded><![CDATA[<p>Dozens of advocates, students and community members urged Miami commissioners Thursday to terminate the city’s agreement with U.S. Immigration and Customs Enforcement, saying the partnership has created fear among immigrant residents.</p><p>“It’s ridiculous that it’s come to this point. I am happy to be here and stand on what I believe in,” said Kaitlyn Daily of Young Democratic Socialists of America at FIU.</p><p>“We know that they turn any interaction with law enforcement into a potential immigration interaction and it’s a stifling fear,” said a man named William with the American Friends Service Committee.</p><p>The group then waited for their turn to take their message inside during public comment.</p><p>The city’s partnership with ICE has been in place since the Miami City Commission approved the <a href="https://www.ice.gov/doclib/287gMOA/miamiDadeSheriffsOffice_TFM_MOA_02262025.pdf" target="_self" rel="" title="https://www.ice.gov/doclib/287gMOA/miamiDadeSheriffsOffice_TFM_MOA_02262025.pdf">287(g) agreement</a> in June 2025.</p><p>“I’m an immigrant and I’m here to say no more ICE,” Angela Winter said.</p><p>The agreement allows select Miami police officers, after receiving federal training, to carry out certain immigration enforcement duties in coordination with ICE, including questioning, detaining and, in some cases, arresting people suspected of immigration violations.</p><p>Supporters of ending the agreement say it has created fear in immigrant communities, making some people less likely to report crimes or cooperate with police.</p><p>“If the police act as deportation agents it will minimize the trust that the community has in the police,” one man said.</p><p>The issue returned to Miami City Hall after Commissioner Christine King placed it on Thursday’s agenda for discussion.</p><p>For more than an hour, advocates urged city leaders to reconsider the agreement, saying ending it would help restore trust between police and the community.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

    .l10-neighborhood{
      --blue-dark:#0d2c73;
      --blue:#1f57c4;
      --blue-light:#3370e6;
      --gray-bg:#f2f3f5;
      --gray-border:#d6d8dc;
      --text-dark:#1a1a1a;
      --white:#ffffff;
      font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
      max-width:860px;
      margin:1.5rem auto;
      border-radius:10px;
      overflow:hidden;
      border:1px solid var(--gray-border);
      background:var(--gray-bg);
      box-shadow:0 4px 14px rgba(0,0,0,.12);
      text-align:center;
    }

    .l10-head{
      background:linear-gradient(90deg,var(--blue-dark),var(--blue));
      color:var(--white);
      padding:12px 16px;
      font-weight:800;
      text-transform:uppercase;
      font-size:1rem;
      letter-spacing:.3px;
      display:flex; justify-content:center; align-items:center; gap:8px;
    }

    .l10-body{
      max-width:740px;
      margin:0 auto;
      padding:0 16px 18px;
    }

    .l10-sub{
      margin:12px 0 10px;
      font-size:.95rem;
      color:var(--text-dark);
      font-weight:500;
      text-align:center;
    }

    .l10-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:12px;
    }
    @media (min-width:600px){
      .l10-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .nb-btn{
      display:grid;
      place-items:center;
      text-align:center;
      line-height:1;
      width:100%;
      min-height:48px;
      padding:10px;
      border-radius:8px;
      text-decoration:none;
      font-weight:800;
      text-transform:uppercase;
      font-size:.95rem;
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      color:var(--white);
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      transition:background .15s ease, transform .1s ease, box-shadow .15s ease;
    }
    .nb-btn:hover, .nb-btn:focus-visible{
      background:linear-gradient(180deg,var(--blue),var(--blue-dark));
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.2);
      outline:none;
    }
    .nb-btn:link, .nb-btn:visited{ color:var(--white); }

    .city-dd{
      grid-column:1 / -1;
      justify-self:stretch;
      width:100%;
      margin:0;
      text-align:left;
    }
    .city-dd summary{
      list-style:none;
      cursor:pointer;
      display:flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      width:100%;
      min-height:48px;
      padding:10px 16px;
      font-weight:800;
      text-transform:uppercase;
      letter-spacing:.02em;
      color:var(--white);
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      border:1px solid rgba(0,0,0,.08);
      border-radius:8px;
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      user-select:none;
    }
    .city-dd summary::-webkit-details-marker{ display:none; }
    .city-dd summary .caret{ line-height:1; transition:transform .2s ease; }
    .city-dd[open] summary .caret{ transform:rotate(180deg); }

    .city-menu{
      margin-top:0;
      background:var(--white);
      border:1px solid var(--gray-border);
      border-top:0;
      border-radius:10px;
      border-top-left-radius:0;
      border-top-right-radius:0;
      padding:10px;
      box-shadow:0 6px 16px rgba(0,0,0,.08);
    }
    .city-dd[open] summary{
      border-bottom-left-radius:0;
      border-bottom-right-radius:0;
    }

    .city-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:8px;
    }
    @media (min-width:520px){
      .city-grid{ grid-template-columns:repeat(2,1fr); }
    }
    @media (min-width:800px){
      .city-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .city-link{
      display:block;
      text-decoration:none;
      text-align:center;
      font-weight:700;
      padding:8px 10px;
      border-radius:8px;
      background:#f7f9fc;
      border:1px solid var(--gray-border);
      color:var(--blue);
      transition:background .12s ease, transform .08s ease, box-shadow .12s ease;
    }
    .city-link:hover, .city-link:focus-visible{
      background:#eef3ff;
      outline:none;
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.08);
    }
    .city-link:link, .city-link:visited{ color:var(--blue); }
  </style>

  <div class="l10-head">🏠 News From Your Neighborhood</div>

  <div class="l10-body">
    <div class="l10-sub">Latest headlines from:</div>

    <div class="l10-grid" role="group" aria-label="Counties and cities">
      <a class="nb-btn" href="https://www.local10.com/topic/Miami-Dade_County/" target="_blank" rel="noopener noreferrer">Miami-Dade</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Broward_County/" target="_blank" rel="noopener noreferrer">Broward</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Monroe_County/" target="_blank" rel="noopener noreferrer">Florida Keys</a>

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Conservador Abelardo de la Espriella recibe la credencial de presidente electo de Colombia]]></title><link>https://www.local10.com/espanol/2026/06/25/conservador-abelardo-de-la-espriella-recibe-la-credencial-de-presidente-electo-de-colombia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/25/conservador-abelardo-de-la-espriella-recibe-la-credencial-de-presidente-electo-de-colombia/</guid><dc:creator><![CDATA[Por ASTRID SUÁREZ, Associated Press]]></dc:creator><description><![CDATA[BOGOTÁ (AP) — El conservador Abelardo de la Espriella recibió el jueves las credenciales que lo certifican como el presidente electo de Colombia para un mandato de cuatro años, luego de vencer al progresista Iván Cepeda en un reñido balotaje.]]></description><pubDate>Thu, 25 Jun 2026 18:31:39 +0000</pubDate><content:encoded><![CDATA[<p>BOGOTÁ (AP) — El conservador Abelardo de la Espriella recibió el jueves las credenciales que lo certifican como el presidente electo de Colombia para un mandato de cuatro años, luego de vencer al progresista Iván Cepeda en un reñido balotaje.</p><p>“Asumiré el gobierno de un país profundamente quebrantado. La persona a la que he de suceder se encargó de degradar la majestad de la presidencia de la República, debilitar las instituciones y dividir a los colombianos sembrando en el alma de muchos el odio de clases”, dijo De la Espriella al recibir las credenciales por parte del Consejo Nacional Electoral en un centro de eventos en Bogotá.</p><p>De la Espriella, un abogado y empresario sin experiencia en cargos públicos, tomará posesión el 7 de agosto con su vicepresidente electo, José Manuel Restrepo, economista y exministro de Hacienda.</p><p>El CNE declaró el miércoles la elección luego de la finalización del escrutinio en el que De la Espriella ganó con 12.960.166 votos. Mientras que su contendor Iván Cepeda, aliado del presidente Gustavo Petro, obtuvo 12.708.312 votos, en la segunda votación con la diferencia más estrecha en un balotaje de las últimas tres décadas en Colombia.</p><p>De la Espriella sucederá a Petro, el primer presidente de tendencia izquierdista en Colombia, prometiendo dar un giro contundente con una agenda centrada en la mano dura contra los grupos armados ilegales, con quienes no continuará los diálogos de paz adelantados por Petro, mientras que promete construir megacárceles al estilo de las de El Salvador.</p><p>“Los colombianos han votado por un nuevo estilo... y una nueva forma de hacer política y ejercer el gobierno. No los defraudaré”, declaró De la Espriella. “Se trata de un triunfo épico porque fue del pueblo en contra de los partidos, en contra de la politiquería y en contra del establecimiento”, agregó en referencia a que en campaña rechazó el apoyo explícito que le dieron los partidos políticos.</p><p>De la Espriella, apodado “El Tigre”, advirtió a “todos los ilegales” que disponen de un mes para “organizar su sometimiento al Estado de derecho”, sin anunciar beneficios jurídicos por hacerlo, asegurando que en su gobierno “no habrá ofertas generosas ni concesiones inaceptables como las que recibieron del régimen que está llegando a su fin”.</p><p>Colombia lidia con múltiples grupos ilegales que se disputan el narcotráfico y otras rentas como la minería ilegal, pese a que hace una década firmó un acuerdo de paz con la extinta guerrilla Fuerzas Armadas Revolucionarias de Colombia (FARC).</p><p>Apoyado desde la campaña por el presidente estadounidense Donald Trump, De la Espriella ha dicho que revitalizará las relaciones bilaterales con Estados Unidos —principal socio comercial de Colombia—, maltrechas por las tensiones entre Petro y Trump por desacuerdos en la política migratoria, la lucha antinarcóticos y las acciones bélicas de Israel en la Franja de Gaza.</p><p>Petro ha señalado a Trump de ejercer una “intervención directa” e indebida en las elecciones colombianas en favor de De la Espriella, colombo-estadounidense, cuestionando la legitimidad del resultado del balotaje.</p><p>Cepeda hizo reclamaciones en decenas de miles de mesas de votación por presuntas irregularidades en el conteo preliminar y solo reconoció su derrota la víspera cuando estaba por acabar el escrutinio, realizado por jueces y certificado por el CNE.</p><p>“Se verificó con el máximo rigor cada acta, reclamación por reclamación, y todos podemos afirmar con plena tranquilidad que la decisión que hoy se formaliza es la que los colombianos tomaron en libertad”, dijo en el acto protocolar Cristian Quiroz, presidente del CNE.</p><p>El progresista aseguró que harán una oposición “democrática, vigilante y constructiva” con la que defenderán lo construido en el gobierno de Petro en favor del “pueblo”, especialmente el salario mínimo que tuvo el ajuste más alto de los últimos años, así como la reforma al sistema laboral y de pensiones.</p><p>Cepeda ocupará una curul de la oposición en el Senado, mientras que su fórmula vicepresidencial Aida Quilcué lo hará en la Cámara de Representantes.</p><p>De la Espriella anunció el jueves que trabaja una agenda con el canciller de Israel sobre cooperación en la lucha contra armados ilegales, intercambio de capacidades en seguridad y oportunidades comerciales, buscando retomar la relación luego de que Petro rompiera vínculos diplomáticos en el 2024 como protesta por el “genocidio” en la Franja de Gaza.</p><p>Petro rechazó la víspera la eventual reanudación de relaciones: “abrir relaciones con Israel y olvidar el genocidio palestino como se olvida el genocidio colombiano es una invitación a repetirlo”, dijo en X.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TDHQP2V4NT5DAIVJ73NXQLNB2E.jpg?auth=9bdc70dddb54a56be0e5185776576fa11ca558899a45fa0a33e983b82bc48f50&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El presidente electo de Colombia, Abelardo de la Espriella, habla tras recibir sus credenciales del Consejo Nacional Electoral en Bogotá, Colombia, el jueves 25 de junio de 2026. (Foto AP/Iván Valencia)]]></media:description><media:credit role="author" scheme="urn:ebu">Ivan Valencia</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZMJWBW2UPP6AOKLKXYMXFKH4XU.jpg?auth=3405a31b44a7ae20e889be805e72856616283104354ccfa13aa798edbb80e94b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El presidente electo de Colombia, Abelardo de la Espriella (izquierda), y su vicepresidente electo, José Manuel Restrepo, saludan tras recibir sus credenciales en el Consejo Nacional Electoral en Bogotá, Colombia, el jueves 25 de junio de 2026. (Foto AP/Iván Valencia)]]></media:description><media:credit role="author" scheme="urn:ebu">Ivan Valencia</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/57VNFU3L2JITY3ZX6MOYXD66AQ.jpg?auth=ecce3fee3758d5e8650bec7704f6d8ebc55b231f7151b54b08c479a39d6cb2c2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El presidente electo de Colombia, Abelardo de la Espriella, segundo desde la derecha, recibe sus credenciales del presidente del Consejo Nacional Electoral, Cristian Quiroz, en Bogotá, Colombia, el jueves 25 de junio de 2026. (Foto AP/Iván Valencia)]]></media:description><media:credit role="author" scheme="urn:ebu">Ivan Valencia</media:credit></media:content></item><item><title><![CDATA[Mandatarios de todo el mundo reaccionan a fuertes sismos en Venezuela con ofertas y solidaridad]]></title><link>https://www.local10.com/espanol/2026/06/25/mandatarios-de-todo-el-mundo-reaccionan-a-fuertes-sismos-en-venezuela-con-ofertas-y-solidaridad/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/25/mandatarios-de-todo-el-mundo-reaccionan-a-fuertes-sismos-en-venezuela-con-ofertas-y-solidaridad/</guid><dc:creator><![CDATA[Por THE ASSOCIATED PRESS, Associated Press]]></dc:creator><description><![CDATA[Mandatarios de distintas partes del mundo reaccionaron el jueves con mensajes de solidaridad y ofertas de ayuda luego que dos potentes sismos sacudieran Venezuela, dejando al menos 164 muertos, más de 1.000 heridos y a muchas personas atrapadas bajo edificios derrumbados.]]></description><pubDate>Thu, 25 Jun 2026 16:02:29 +0000</pubDate><content:encoded><![CDATA[<p>Mandatarios de distintas partes del mundo reaccionaron el jueves con mensajes de solidaridad y ofertas de ayuda luego que dos potentes sismos sacudieran Venezuela, dejando al menos 164 muertos, más de 1.000 heridos y a muchas personas atrapadas bajo edificios derrumbados.</p><p>Los sismos de magnitud 7,2 y 7,5 del miércoles por la noche se encuentran entre los más fuertes que han azotado Venezuela en más de un siglo y pudieron sentirse en toda la región.</p><p>Las autoridades venezolanas intentaban aprovechar al máximo las horas de luz para acelerar los esfuerzos de rescate de personas que se cree que permanecen atrapadas bajo los escombros.</p><p>Estas son algunas de las reacciones de mandatarios de distintas partes del mundo a los sismos en Venezuela.</p><p>Secretario de Estado estadounidense Marco Rubio</p><p>“El gobierno de Estados Unidos expresa sus más profundas condolencias al pueblo de Venezuela tras los devastadores sismo”, escribió el secretario de Estado Marco Rubio en la plataforma social X.</p><p>“Estados Unidos acompaña al pueblo venezolano en este momento difícil y, por instrucción del presidente Trump, el Departamento de Estado está desplegando de inmediato equipos de búsqueda y rescate, recursos médicos y ayuda humanitaria a Venezuela”, añadió.</p><p>Presidente de Francia, Emmanuel Macron</p><p>El presidente francés Emmanuel Macron recurrió a la plataforma social X para expresar la solidaridad de Francia con el pueblo venezolano y señaló que un equipo de 85 rescatistas franceses especializados en operaciones de búsqueda y despeje “se despliega de inmediato” hacia Venezuela.</p><p>“Francia está lista, junto con sus socios europeos, para brindar asistencia a las poblaciones afectadas en respuesta a las necesidades identificadas por las autoridades venezolanas”, escribió.</p><p>Presidenta de México, Claudia Sheinbaum</p><p>La presidenta de México, Claudia Sheinbaum, informó que un equipo de rescatistas militares, junto con personal médico, partirá hacia Venezuela el jueves. No precisó cuántas personas viajarían.</p><p>“Determinaremos mañana mismo personal adicional que se requiera para poder ayudar siempre a los pueblos que lo necesiten”, indicó la mandataria mexicana.</p><p>Presidente de Brasil, Luiz Inácio Lula da Silva</p><p>El presidente brasileño Luiz Inácio Lula da Silva, expresó la “determinación” de su país de apoyar al gobierno de Venezuela en sus esfuerzos de recuperación.</p><p>Lula señaló en X que había instruido al Ministerio de Relaciones Exteriores de Brasil a evaluar la situación en Venezuela “y a valorar qué medidas de asistencia podría adoptar Brasil”.</p><p>“Reafirmo nuestra determinación de apoyar al gobierno de la presidenta interina Delcy Rodríguez en la recuperación de las zonas afectadas en esta nación hermana, cuyo pueblo ha demostrado una gran resiliencia frente a la adversidad”, escribió.</p><p>Portavoz del Ministerio de Relaciones Exteriores de China, Guo Jiakun</p><p>“China ha tomado nota de los informes relativos a Venezuela. Expresamos nuestras sinceras condolencias al gobierno venezolano y a las personas afectadas”, declaró el jueves el portavoz del Ministerio de Relaciones Exteriores de China, Guo Jiakun, en una conferencia de prensa.</p><p>Añadió que “China está dispuesta a brindar asistencia a Venezuela en la medida de sus posibilidades, de acuerdo con las necesidades de Venezuela”.</p><p>Presidente del Gobierno de España, Pedro Sánchez</p><p>“Todo mi apoyo y el de España al pueblo venezolano tras los devastadores terremotos de esta noche”, escribió en Instagram el presidente del Gobierno de España, Pedro Sánchez. “Nuestros pensamientos están con las víctimas y sus familias”.</p><p>Presidente electo de Colombia, Abelardo de la Espriella</p><p>“Toda mi solidaridad con el hermano pueblo venezolano tras el devastador terremoto”, escribió en X el presidente electo de Colombia, Abelardo de la Espriella. “Colombia los acompaña en esta hora difícil con afecto, respeto y esperanza. Mis oraciones están con las víctimas y sus familias. Dios proveerá”.</p><p>___</p><p>Esta historia fue traducida del inglés por un editor de AP con ayuda de una herramienta de inteligencia artificial generativa.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CD64DH2QKFSMJLNVQCDD5WJBA4.jpg?auth=3bea0929ba628a67cca9c0a1d76323499b925accade222963037def037adfb98&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Un hombre camina entre los escombros de un edificio que colapsó durante los sismos del día anterior en La Guaira, Venezuela, el jueves 25 de junio de 2026. (Foto AP/Pedro Mattey)]]></media:description><media:credit role="author" scheme="urn:ebu">Pedro Mattey</media:credit></media:content></item><item><title><![CDATA[David Clayton-Thomas, powerhouse lead singer of Blood, Sweat & Tears, dies at 84]]></title><link>https://www.local10.com/entertainment/2026/06/25/david-clayton-thomas-powerhouse-lead-singer-of-blood-sweat-tears-dies-at-84/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/25/david-clayton-thomas-powerhouse-lead-singer-of-blood-sweat-tears-dies-at-84/</guid><dc:creator><![CDATA[By HILLEL ITALIE, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — David Clayton-Thomas, the lead singer of Blood, Sweat & Tears, whose husky, high-strung tenor on “Spinning Wheel,” “And When I Die” and other hits helped make the so-called brass rock band among the most popular acts of the late 1960s, has died at age 84.]]></description><pubDate>Thu, 25 Jun 2026 19:00:13 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — David Clayton-Thomas, the lead singer of Blood, Sweat & Tears, whose husky, high-strung tenor on “Spinning Wheel,” “And When I Die” and other hits helped make the so-called brass rock band among the most popular acts of the late 1960s, has died at age 84.</p><p>Spokesperson Eric Alper said that Clayton-Thomas died “peacefully” Wednesday at St. Michael’s Hospital in Toronto. Alper did not cite a specific cause.</p><p>Clayton-Thomas was a onetime street fighter and petty thief from Canada who briefly became a rock superstar, the front man of a nine-member group that sold millions of records and won two Grammys for “Blood, Sweat & Tears,” which beat out the Beatles' “Abbey Road” for best album of 1969. Calling out amid a jazzy parade of horns, keyboards and percussion, Clayton-Thomas’ urgent shout was a signature voice of the era, preaching love on the Motown cover “You’ve Made Me So Very Happy,” a lasting legacy on Laura Nyro’s “And When I Die” and a cool head on his own “Spinning Wheel.” Meanwhile, Blood, Sweat & Tears helped inspire a wave of horn-led bands, among them Chicago, the Electric Flag and Ten Wheel Drive.</p><p>“A lot of the guys (in Blood, Sweat & Tears) would play a Broadway show matinee, then go up to Harlem and play Latin music or R&B and funk at night, or come down to the Village and play pure jazz the next night,” Clayton-Thomas told bestclassicbands.com in 2023. “I was just a blues player: give me three chords and I’ve got a song.”</p><p>At its peak, Blood, Sweat & Tears’ appeal was so broad it helped lead to the band’s downfall.</p><p>Hip enough to perform at the 1969 Woodstock festival, where they were among the highest paid acts, they also were known enough to the establishment to tour Eastern Europe the following year on behalf of the State Department. When Clayton-Thomas and other band members denounced the Communist regimes on the other side of the Cold War, Rolling Stone’s David Felton wrote that “the State Department got its money worth.” Yippies would turn up at a 1970 Blood, Sweat & Tears show at Madison Square Garden, carrying obscene banners outside and dumping manure by the front gate.</p><p>The band had practical reasons for going along with the government: Clayton-Thomas, who had allegedly wielded a gun at his girlfriend, had been denied a green card and faced deportation. But after topping the charts in 1970 with the album “Blood, Sweat & Tears 3,” their appeal soon faded. A burned out Clayton-Thomas left the group in 1972, and neither he nor the remaining musicians ever regained their old stature. Blood, Sweat & Tears would continue recording over the next few years, and even briefly reunited with Clayton-Thomas, who went on to release more than a dozen solo albums and tour on his own for decades.</p><p>Clayton-Thomas was inducted into the Canadian Music Hall of Fame in 1996. “Spinning Wheel,” covered by everyone from James Brown to TV star Barbara Eden, was voted into the Canadian Songwriters Hall of Fame a decade later.</p><p>Clayton-Thomas is survived by his daughters, Ashleigh Clayton-Thomas and Christine Graham.</p><p>Up from the streets</p><p>Born David Henry Thomsett in Surrey, England, and raised near Toronto and Ottawa, he was the son of a Canadian World War II veteran and of a pianist-entertainer who helped inspire her son’s interest in music. Thomsett was lucky to have the chance. He fought violently with his father, was living in the streets by his mid-teens and by age 20 was serving time in a reformatory for vagrancy, assault and other crimes.</p><p>An old guitar, left behind by a fellow inmate, changed his life. He taught himself to play and began spending extensive time in the early 1960s around Toronto’s Yonge Street music “strip,” where peers included the American rockabilly star Ronnie Hawkins, a mentor to Robbie Robertson and other future members of the Band and a guide for Thomsett early in his career.</p><p>Anxious to reinvent himself, he changed his last name to Clayton-Thomas while leading his own groups. In the mid-60s, he released such albums as “Sings Like It Is” and had a hit single with the anti-war rocker “Brainwashed.” He would also befriend a rising star, Joni Mitchell, whose childlike “Circle Game” helped inspire “Spinning Wheel,” and the venerable John Lee Hooker, who would indirectly contribute to Clayton-Thomas’ breakthrough in the U.S.</p><p>America beckons</p><p>Hooker had encouraged Clayton-Thomas to move to New York, where the American bluesman had an engagement at the Cafe Au Go Go in Greenwich Village. When Hooker unexpectedly departed for a tour of Europe, club owner Howard Solomon needed a replacement and recruited Clayton-Thomas.</p><p>“So I played him a couple songs on the guitar,” Clayton-Thomas told bestclassicbands.com. “He said, ‘Do you have a band?’ I said, ‘Sure,’ and went out into Greenwich Village looking for anybody carrying a guitar case or even looking like a musician, and we put together a little band and we opened there that night. We ended up staying there for several months.”</p><p>Around the same time, session man-producer Al Kooper was looking to form a jazz-rock group and was joined by such musicians as guitarist Steve Katz, drummer Bobby Colomby and horn players Randy Brecker and Jerry Weiss. They called themselves Blood, Sweat & Tears, releasing the debut album “Child Is Father to the Man” early in 1968. Although praised by Rolling Stone publisher Jann Wenner as “a fine, exemplary group,” members were torn between those allied with Kooper and those who thought his vocals too weak to attract a substantial audience.</p><p>By the end of the year, Kooper and others had departed, and the band was seeking a new singer. After Judy Collins saw Clayton-Thomas perform, she recommended him to Colomby.</p><p>“I got home and just a couple of days later, Bobby Colomby called me up and said, ‘Hey, Kooper’s gone. We got four guys left out of the nine. And we still got a record contract with Columbia. Do you want to come down and try out for the band?”’ Clayton-Thomas told bestclassicbands.com. ”I said, ‘You’re damn right.’ I knew (bassist) Jim Fielder real well and I knew they were superb musicians. So I was on the next plane. We had a rehearsal that afternoon, an audition, and it was instant magic. We just knew right off the bat.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BVZWEJOOBFJMYEKMKQL6HG5TS4.jpg?auth=eef9f01d484cd0a30c91f6d423029812d48320c84264167c0b2efae2110ed586&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - David Clayton-Thomas of "Blood, Sweat and Tears" performs during one of several tailgate parties prior to the Texas A&M-Utah game on Sept. 2, 2004, in Salt Lake City. (AP Photo/Douglas C. Pizac, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Douglas C. Piza</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3KNIE4ZZGAGCYBNFIMCFYFJ6Z4.jpg?auth=a1053f39847faf3beaaa790ecd9bfcee87d5d178f6c12444dadf3a1743004a8f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Louis Armstrong, left, presents a Grammy Award to David Clayton-Thomas, lead singer of the rock group "Blood, Sweat and Tears", in New York, March 11, 1970. (AP Photo/Dave Pickoff, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Dave Pickoff</media:credit></media:content></item><item><title><![CDATA[Duo uses fake credentials to charge for Miami Stadium access during FIFA World Cup match, deputies report ]]></title><link>https://www.local10.com/news/local/2026/06/25/duo-uses-fake-fifa-world-cup-credentials-to-charge-for-miami-stadium-access-deputies-report/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/25/duo-uses-fake-fifa-world-cup-credentials-to-charge-for-miami-stadium-access-deputies-report/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Despite the layers of security at the Miami Stadium during the FIFA World Cup, deputies reported finding two fraudsters who managed to run a scam during the match between Brazil and Scotland, records show.]]></description><pubDate>Thu, 25 Jun 2026 16:10:11 +0000</pubDate><content:encoded><![CDATA[<p>Despite the layers of security at the Miami Stadium during the <a href="https://www.local10.com/topic/World_Cup/" target="_self" rel="" title="https://www.local10.com/topic/World_Cup/">FIFA World Cup</a>, deputies reported finding two fraudsters who managed to run a scam during the match between <a href="https://www.local10.com/sports/2026/06/24/vinicius-junior-scores-2-goals-as-brazil-beats-scotland-3-0-to-win-its-world-cup-group/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/24/vinicius-junior-scores-2-goals-as-brazil-beats-scotland-3-0-to-win-its-world-cup-group/">Brazil and Scotland</a>, records show.</p><p><a href="https://www.local10.com/news/local/2026/06/25/agentes-acusan-a-duo-de-usar-credenciales-falsas-para-cobrar-acceso-al-estadio-de-miami-durante-partido-de-la-copa-mundial-de-la-fifa/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/25/agentes-acusan-a-duo-de-usar-credenciales-falsas-para-cobrar-acceso-al-estadio-de-miami-durante-partido-de-la-copa-mundial-de-la-fifa/">Leer en español</a></p><p>Kareem Thomas and Stanthony Ballard used “fraudulent credentials” to sneak into the 6 p.m. event in Miami Gardens with more than 65,000 ticket holders on Wednesday, according to deputies. </p><p>Thomas, 38, and Ballard, 43, both from Georgia, also used the fake credentials to charge $1,000 per person for access to the Hardrock Stadium, according to a Miami-Dade Sheriff’s Office deputy’s report. </p><p>Four witnesses who were at the stadium’s Section 135 at 6:35 p.m. on Wednesday told deputies that they had paid Thomas, of Macon, and Ballard, of Atlanta, who showed the fake credentials, according to the report.</p><p>Thomas and Ballard had “previously been ejected” from the stadium and “were also criminally trespassing” and ”interfering with the normal and safe operations of the event," a deputy wrote, according to the report. </p><p>Miami-Dade corrections booked Thomas and Ballard on Wednesday night at the Turner Guilford Knight Correctional Center, according to inmate records. </p><p>Thomas and Ballard each faced two felony charges: Uttering a forged instruments and interference with a sporting event. They also had a bench warrant for business conduct without a license. Their bond was $3,500 each. </p><p><b>Related stories </b></p><ul><li><a href="https://www.local10.com/news/local/2026/06/10/security-guard-accused-of-stealing-fifa-referee-uniform-from-miami-beach-hotel/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/10/security-guard-accused-of-stealing-fifa-referee-uniform-from-miami-beach-hotel/">Security guard accused of stealing FIFA referee uniform from Miami Beach hotel</a></li><li><a href="https://www.local10.com/news/local/2026/06/16/man-accused-of-slashing-giant-inflatable-fifa-ball-in-miami-beach/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/16/man-accused-of-slashing-giant-inflatable-fifa-ball-in-miami-beach/">Man accused of slashing ‘giant inflatable FIFA ball’ in Miami Beach</a></li><li><a href="https://www.local10.com/news/local/2026/06/17/fake-security-guard-donned-badge-ballistic-vest-at-fifa-fan-festival-cops-say/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/17/fake-security-guard-donned-badge-ballistic-vest-at-fifa-fan-festival-cops-say/">Fake security guard donned badge, ballistic vest carrier at FIFA Fan Festival, cops say</a></li></ul>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QZTNGEBP5JEBFLDSU2DDQXHCTU.jpg?auth=0414334c8b2e101b01cb92c29ac4a467cca7e4af48ec9ec9a8e53057b5cb3a84&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Deputies arrested Stanthony Ballard, left, and Kareem Thomas, right, on Wednesday during a FIFA World Cup match at the Miami Stadium, better known as the Hard Rock Stadium in Miami Gardens.]]></media:description></media:content></item><item><title><![CDATA[Agentes: Acusan a dúo de usar credenciales falsas para cobrar acceso al estadio de Miami durante partido de la Copa Mundial de la FIFA]]></title><link>https://www.local10.com/news/local/2026/06/25/agentes-acusan-a-duo-de-usar-credenciales-falsas-para-cobrar-acceso-al-estadio-de-miami-durante-partido-de-la-copa-mundial-de-la-fifa/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/25/agentes-acusan-a-duo-de-usar-credenciales-falsas-para-cobrar-acceso-al-estadio-de-miami-durante-partido-de-la-copa-mundial-de-la-fifa/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[A pesar de las capas de seguridad en el estadio de Miami durante la Copa Mundial de la FIFA, agentes reportaron haber encontrado a dos estafadores que lograron ejecutar un fraude durante el partido entre Brasil y Escocia, según registros.]]></description><pubDate>Thu, 25 Jun 2026 16:51:14 +0000</pubDate><content:encoded><![CDATA[<p>A pesar de las capas de seguridad en el estadio de Miami durante la <a href="https://www.local10.com/topic/World_Cup/" target="_blank" rel="noreferrer" title="https://www.local10.com/topic/World_Cup/">Copa Mundial de la FIFA</a>, agentes reportaron haber encontrado a dos estafadores que lograron ejecutar un fraude durante el partido entre <a href="https://www.local10.com/sports/2026/06/24/vinicius-junior-scores-2-goals-as-brazil-beats-scotland-3-0-to-win-its-world-cup-group/" target="_blank" rel="noreferrer" title="https://www.local10.com/sports/2026/06/24/vinicius-junior-scores-2-goals-as-brazil-beats-scotland-3-0-to-win-its-world-cup-group/">Brasil y Escocia</a>, según registros.</p><p>Kareem Thomas y Stanthony Ballard utilizaron “credenciales fraudulentas” para colarse en el evento de las 6 p.m. en Miami Gardens con más de 65,000 personas con boletos el miércoles, según agentes.</p><p>Thomas, de 38 años, y Ballard, de 43, ambos de Georgia, también usaron las credenciales falsas para cobrar $1,000 USD por persona por acceso al Hard Rock Stadium, según un informe de un agente de la Oficina del Sheriff de Miami-Dade.</p><p>Cuatro testigos que estaban en la sección 135 del estadio a las 6:35 p.m. del miércoles dijeron a los agentes que habían pagado a Thomas, de Macon, y a Ballard, de Atlanta, quienes mostraron las credenciales falsas, según el informe.</p><p>Thomas y Ballard habían “sido previamente expulsados” del estadio y “también estaban entrando ilegalmente” y “interfiriendo con las operaciones normales y seguras del evento”, escribió un agente, según el informe.</p><p>Correcciones de Miami-Dade registró a Thomas y Ballard el miércoles por la noche en el Centro Correccional Turner Guilford Knight, según registros de reclusos.</p><p>Thomas y Ballard enfrentan cada uno dos cargos graves: uso de documentos falsificados e interferencia con un evento deportivo. También tenían una orden judicial por ejercer actividad comercial sin licencia. Su fianza fue fijada en $3,500 USD cada uno.</p><p><b>Historias relacionadas</b></p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

    .l10-neighborhood{
      --blue-dark:#0d2c73;
      --blue:#1f57c4;
      --blue-light:#3370e6;
      --gray-bg:#f2f3f5;
      --gray-border:#d6d8dc;
      --text-dark:#1a1a1a;
      --white:#ffffff;
      font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
      max-width:860px;
      margin:1.5rem auto;
      border-radius:10px;
      overflow:hidden;
      border:1px solid var(--gray-border);
      background:var(--gray-bg);
      box-shadow:0 4px 14px rgba(0,0,0,.12);
      text-align:center;
    }

    .l10-head{
      background:linear-gradient(90deg,var(--blue-dark),var(--blue));
      color:var(--white);
      padding:12px 16px;
      font-weight:800;
      text-transform:uppercase;
      font-size:1rem;
      letter-spacing:.3px;
      display:flex; justify-content:center; align-items:center; gap:8px;
    }

    .l10-body{
      max-width:740px;
      margin:0 auto;
      padding:0 16px 18px;
    }

    .l10-sub{
      margin:12px 0 10px;
      font-size:.95rem;
      color:var(--text-dark);
      font-weight:500;
      text-align:center;
    }

    .l10-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:12px;
    }
    @media (min-width:600px){
      .l10-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .nb-btn{
      display:grid;
      place-items:center;
      text-align:center;
      line-height:1;
      width:100%;
      min-height:48px;
      padding:10px;
      border-radius:8px;
      text-decoration:none;
      font-weight:800;
      text-transform:uppercase;
      font-size:.95rem;
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      color:var(--white);
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      transition:background .15s ease, transform .1s ease, box-shadow .15s ease;
    }
    .nb-btn:hover, .nb-btn:focus-visible{
      background:linear-gradient(180deg,var(--blue),var(--blue-dark));
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.2);
      outline:none;
    }
    .nb-btn:link, .nb-btn:visited{ color:var(--white); }

    .city-dd{
      grid-column:1 / -1;
      justify-self:stretch;
      width:100%;
      margin:0;
      text-align:left;
    }
    .city-dd summary{
      list-style:none;
      cursor:pointer;
      display:flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      width:100%;
      min-height:48px;
      padding:10px 16px;
      font-weight:800;
      text-transform:uppercase;
      letter-spacing:.02em;
      color:var(--white);
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      border:1px solid rgba(0,0,0,.08);
      border-radius:8px;
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      user-select:none;
    }
    .city-dd summary::-webkit-details-marker{ display:none; }
    .city-dd summary .caret{ line-height:1; transition:transform .2s ease; }
    .city-dd[open] summary .caret{ transform:rotate(180deg); }

    .city-menu{
      margin-top:0;
      background:var(--white);
      border:1px solid var(--gray-border);
      border-top:0;
      border-radius:10px;
      border-top-left-radius:0;
      border-top-right-radius:0;
      padding:10px;
      box-shadow:0 6px 16px rgba(0,0,0,.08);
    }
    .city-dd[open] summary{
      border-bottom-left-radius:0;
      border-bottom-right-radius:0;
    }

    .city-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:8px;
    }
    @media (min-width:520px){
      .city-grid{ grid-template-columns:repeat(2,1fr); }
    }
    @media (min-width:800px){
      .city-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .city-link{
      display:block;
      text-decoration:none;
      text-align:center;
      font-weight:700;
      padding:8px 10px;
      border-radius:8px;
      background:#f7f9fc;
      border:1px solid var(--gray-border);
      color:var(--blue);
      transition:background .12s ease, transform .08s ease, box-shadow .12s ease;
    }
    .city-link:hover, .city-link:focus-visible{
      background:#eef3ff;
      outline:none;
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.08);
    }
    .city-link:link, .city-link:visited{ color:var(--blue); }
  </style>

  <div class="l10-head">🏠 News From Your Neighborhood</div>

  <div class="l10-body">
    <div class="l10-sub">Latest headlines from:</div>

    <div class="l10-grid" role="group" aria-label="Counties and cities">
      <a class="nb-btn" href="https://www.local10.com/topic/Miami-Dade_County/" target="_blank" rel="noopener noreferrer">Miami-Dade</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Broward_County/" target="_blank" rel="noopener noreferrer">Broward</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Monroe_County/" target="_blank" rel="noopener noreferrer">Florida Keys</a>

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QZTNGEBP5JEBFLDSU2DDQXHCTU.jpg?auth=0414334c8b2e101b01cb92c29ac4a467cca7e4af48ec9ec9a8e53057b5cb3a84&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Deputies arrested Stanthony Ballard, left, and Kareem Thomas, right, on Wednesday during a FIFA World Cup match at the Miami Stadium, better known as the Hard Rock Stadium in Miami Gardens.]]></media:description></media:content></item><item><title><![CDATA[FHP: Mueren dos mujeres tras choque de Tesla contra camión de plataforma en el suroeste de Miami-Dade]]></title><link>https://www.local10.com/news/local/2026/06/25/fhp-mueren-dos-mujeres-luego-de-que-un-conductor-estrella-un-tesla-contra-camion-de-plataforma-en-homestead/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/25/fhp-mueren-dos-mujeres-luego-de-que-un-conductor-estrella-un-tesla-contra-camion-de-plataforma-en-homestead/</guid><dc:creator><![CDATA[Hannah Yechivi, Amanda Batchelor]]></dc:creator><description><![CDATA[Dos mujeres han muerto tras un choque el jueves por la mañana en Homestead que involucró un Tesla y un camión comercial de plataforma, confirmaron las autoridades.]]></description><pubDate>Thu, 25 Jun 2026 14:06:34 +0000</pubDate><content:encoded><![CDATA[<p>Dos mujeres han muerto tras un choque el jueves por la mañana en Homestead que involucró un sedán Tesla y un camión comercial de plataforma, confirmaron las autoridades.</p><p>Según la Patrulla de Carreteras de Florida, el choque ocurrió alrededor de las 2:30 a.m. en los carriles en dirección norte de South Dixie Highway cerca de Southwest 127th Avenue.</p><p>Los agentes dijeron que el conductor del Tesla gris chocó contra la parte trasera del camión, que formaba parte de una caravana de camiones que circulaban lentamente en el área, a aproximadamente 20 mph.</p><p>Los conductores de los camiones acababan de terminar de trabajar calle arriba antes de que ocurriera el choque, dijeron las autoridades.</p><p>Ambas mujeres, quienes según las autoridades tenían entre finales de los 20 y principios de los 30 años, fueron declaradas muertas en la escena.</p><p>“Esa es la esposa de mi hijo – una de esas muchachas”, dijo Constantine Allwood a Local 10 News. “Siento algo por ella porque es muy joven. Se supone que debía vivir su vida.”</p><p>Los cuerpos de las víctimas fueron retirados del Tesla poco después de las 7 a.m.</p><p>No está claro qué causó que el conductor chocara contra la parte trasera del camión.</p><p>La U.S. 1 fue cerrada entre Southwest 240th Street y 232nd Street después de la colisión.</p><p>La investigación sobre el choque continúa en curso.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

    .l10-neighborhood{
      --blue-dark:#0d2c73;
      --blue:#1f57c4;
      --blue-light:#3370e6;
      --gray-bg:#f2f3f5;
      --gray-border:#d6d8dc;
      --text-dark:#1a1a1a;
      --white:#ffffff;
      font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
      max-width:860px;
      margin:1.5rem auto;
      border-radius:10px;
      overflow:hidden;
      border:1px solid var(--gray-border);
      background:var(--gray-bg);
      box-shadow:0 4px 14px rgba(0,0,0,.12);
      text-align:center;
    }

    .l10-head{
      background:linear-gradient(90deg,var(--blue-dark),var(--blue));
      color:var(--white);
      padding:12px 16px;
      font-weight:800;
      text-transform:uppercase;
      font-size:1rem;
      letter-spacing:.3px;
      display:flex; justify-content:center; align-items:center; gap:8px;
    }

    .l10-body{
      max-width:740px;
      margin:0 auto;
      padding:0 16px 18px;
    }

    .l10-sub{
      margin:12px 0 10px;
      font-size:.95rem;
      color:var(--text-dark);
      font-weight:500;
      text-align:center;
    }

    .l10-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:12px;
    }
    @media (min-width:600px){
      .l10-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .nb-btn{
      display:grid;
      place-items:center;
      text-align:center;
      line-height:1;
      width:100%;
      min-height:48px;
      padding:10px;
      border-radius:8px;
      text-decoration:none;
      font-weight:800;
      text-transform:uppercase;
      font-size:.95rem;
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      color:var(--white);
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      transition:background .15s ease, transform .1s ease, box-shadow .15s ease;
    }
    .nb-btn:hover, .nb-btn:focus-visible{
      background:linear-gradient(180deg,var(--blue),var(--blue-dark));
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.2);
      outline:none;
    }
    .nb-btn:link, .nb-btn:visited{ color:var(--white); }

    .city-dd{
      grid-column:1 / -1;
      justify-self:stretch;
      width:100%;
      margin:0;
      text-align:left;
    }
    .city-dd summary{
      list-style:none;
      cursor:pointer;
      display:flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      width:100%;
      min-height:48px;
      padding:10px 16px;
      font-weight:800;
      text-transform:uppercase;
      letter-spacing:.02em;
      color:var(--white);
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      border:1px solid rgba(0,0,0,.08);
      border-radius:8px;
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      user-select:none;
    }
    .city-dd summary::-webkit-details-marker{ display:none; }
    .city-dd summary .caret{ line-height:1; transition:transform .2s ease; }
    .city-dd[open] summary .caret{ transform:rotate(180deg); }

    .city-menu{
      margin-top:0;
      background:var(--white);
      border:1px solid var(--gray-border);
      border-top:0;
      border-radius:10px;
      border-top-left-radius:0;
      border-top-right-radius:0;
      padding:10px;
      box-shadow:0 6px 16px rgba(0,0,0,.08);
    }
    .city-dd[open] summary{
      border-bottom-left-radius:0;
      border-bottom-right-radius:0;
    }

    .city-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:8px;
    }
    @media (min-width:520px){
      .city-grid{ grid-template-columns:repeat(2,1fr); }
    }
    @media (min-width:800px){
      .city-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .city-link{
      display:block;
      text-decoration:none;
      text-align:center;
      font-weight:700;
      padding:8px 10px;
      border-radius:8px;
      background:#f7f9fc;
      border:1px solid var(--gray-border);
      color:var(--blue);
      transition:background .12s ease, transform .08s ease, box-shadow .12s ease;
    }
    .city-link:hover, .city-link:focus-visible{
      background:#eef3ff;
      outline:none;
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.08);
    }
    .city-link:link, .city-link:visited{ color:var(--blue); }
  </style>

  <div class="l10-head">🏠 News From Your Neighborhood</div>

  <div class="l10-body">
    <div class="l10-sub">Latest headlines from:</div>

    <div class="l10-grid" role="group" aria-label="Counties and cities">
      <a class="nb-btn" href="https://www.local10.com/topic/Miami-Dade_County/" target="_blank" rel="noopener noreferrer">Miami-Dade</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Broward_County/" target="_blank" rel="noopener noreferrer">Broward</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Monroe_County/" target="_blank" rel="noopener noreferrer">Florida Keys</a>

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Fallo de la Corte Suprema sobre TPS para haitianos desata protestas en Miami]]></title><link>https://www.local10.com/news/local/2026/06/25/fallo-de-la-corte-suprema-sobre-tps-para-haitianos-desata-protestas-en-miami/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/25/fallo-de-la-corte-suprema-sobre-tps-para-haitianos-desata-protestas-en-miami/</guid><dc:creator><![CDATA[Christina Vazquez]]></dc:creator><description><![CDATA[Miembros de la comunidad haitiana del sur de Florida reaccionaron con dolor y desafío después de que la Corte Suprema de EE.UU. despejó el camino para que la administración Trump ponga fin al Estatus de Protección Temporal (TPS) para más de 250,000 haitianos.]]></description><pubDate>Thu, 25 Jun 2026 16:43:55 +0000</pubDate><content:encoded><![CDATA[<p>Miembros de la comunidad haitiana del sur de Florida reaccionaron con dolor y desafío después de que la <a href="https://www.local10.com/news/world/2026/06/25/the-supreme-court-lets-the-trump-administration-end-legal-protections-for-haitians-and-syrians/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/world/2026/06/25/the-supreme-court-lets-the-trump-administration-end-legal-protections-for-haitians-and-syrians/">Suprema Corte de EE.UU. despejó el camino para que la administración Trump ponga fin al Estatus de Protección Temporal (TPS)</a> para más de 250,000 haitianos.</p><p>El fallo se produjo mientras miembros de la comunidad se reunían frente al Ayuntamiento de Miami para protestar el acuerdo de la ciudad con el Servicio de Inmigración y Control de Aduanas de EE.UU. (ICE). A medida que la noticia de la decisión 6-3 se difundía entre la multitud, los manifestantes se abrazaban y se consolaban entre sí.</p><p>“Todas estas batallas están entrelazadas”, dijo Paul Christian Namphy, organizador principal y director político del Family Action Network Movement.</p><p>Defensores del TPS argumentan que las condiciones en Haití siguen siendo demasiado peligrosas para deportaciones. El Departamento de Estado de EE.UU. mantiene una advertencia de Nivel 4 de “No viajar” para el país debido a la violencia generalizada y la inestabilidad.</p><p>“Mi gente no puede regresar. Es real. La realidad en Haití es real. Las condiciones inseguras en Haití son reales”, dijo Tessa Petit, directora ejecutiva de la Florida Immigrant Coalition. Petit señaló crisis humanitarias en curso, incluyendo violencia contra niños, falta de escuelas en funcionamiento y acceso limitado a atención médica.</p><p>“No hay bases para terminar el TPS de Haití basándose en las condiciones del país”, dijo Namphy. “Esto es absolutamente absurdo”.</p><p>Los defensores describieron la posibilidad de deportaciones a Haití como una sentencia de muerte, citando la violencia de pandillas y el deterioro de la situación de seguridad del país.</p><p>A pesar de la decisión del tribunal, los organizadores prometieron continuar luchando para proteger a los inmigrantes haitianos.</p><p>“Diría que no vamos a retroceder. Vamos a mantenernos unidos. Vamos a seguir luchando”, dijo Santcha Etienne, de Black Alliance for Just Immigration.</p><p>Petit reiteró esa determinación.</p><p>“La lucha no ha terminado”, dijo.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

    .l10-neighborhood{
      --blue-dark:#0d2c73;
      --blue:#1f57c4;
      --blue-light:#3370e6;
      --gray-bg:#f2f3f5;
      --gray-border:#d6d8dc;
      --text-dark:#1a1a1a;
      --white:#ffffff;
      font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
      max-width:860px;
      margin:1.5rem auto;
      border-radius:10px;
      overflow:hidden;
      border:1px solid var(--gray-border);
      background:var(--gray-bg);
      box-shadow:0 4px 14px rgba(0,0,0,.12);
      text-align:center;
    }

    .l10-head{
      background:linear-gradient(90deg,var(--blue-dark),var(--blue));
      color:var(--white);
      padding:12px 16px;
      font-weight:800;
      text-transform:uppercase;
      font-size:1rem;
      letter-spacing:.3px;
      display:flex; justify-content:center; align-items:center; gap:8px;
    }

    .l10-body{
      max-width:740px;
      margin:0 auto;
      padding:0 16px 18px;
    }

    .l10-sub{
      margin:12px 0 10px;
      font-size:.95rem;
      color:var(--text-dark);
      font-weight:500;
      text-align:center;
    }

    .l10-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:12px;
    }
    @media (min-width:600px){
      .l10-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .nb-btn{
      display:grid;
      place-items:center;
      text-align:center;
      line-height:1;
      width:100%;
      min-height:48px;
      padding:10px;
      border-radius:8px;
      text-decoration:none;
      font-weight:800;
      text-transform:uppercase;
      font-size:.95rem;
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      color:var(--white);
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      transition:background .15s ease, transform .1s ease, box-shadow .15s ease;
    }
    .nb-btn:hover, .nb-btn:focus-visible{
      background:linear-gradient(180deg,var(--blue),var(--blue-dark));
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.2);
      outline:none;
    }
    .nb-btn:link, .nb-btn:visited{ color:var(--white); }

    .city-dd{
      grid-column:1 / -1;
      justify-self:stretch;
      width:100%;
      margin:0;
      text-align:left;
    }
    .city-dd summary{
      list-style:none;
      cursor:pointer;
      display:flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      width:100%;
      min-height:48px;
      padding:10px 16px;
      font-weight:800;
      text-transform:uppercase;
      letter-spacing:.02em;
      color:var(--white);
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      border:1px solid rgba(0,0,0,.08);
      border-radius:8px;
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      user-select:none;
    }
    .city-dd summary::-webkit-details-marker{ display:none; }
    .city-dd summary .caret{ line-height:1; transition:transform .2s ease; }
    .city-dd[open] summary .caret{ transform:rotate(180deg); }

    .city-menu{
      margin-top:0;
      background:var(--white);
      border:1px solid var(--gray-border);
      border-top:0;
      border-radius:10px;
      border-top-left-radius:0;
      border-top-right-radius:0;
      padding:10px;
      box-shadow:0 6px 16px rgba(0,0,0,.08);
    }
    .city-dd[open] summary{
      border-bottom-left-radius:0;
      border-bottom-right-radius:0;
    }

    .city-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:8px;
    }
    @media (min-width:520px){
      .city-grid{ grid-template-columns:repeat(2,1fr); }
    }
    @media (min-width:800px){
      .city-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .city-link{
      display:block;
      text-decoration:none;
      text-align:center;
      font-weight:700;
      padding:8px 10px;
      border-radius:8px;
      background:#f7f9fc;
      border:1px solid var(--gray-border);
      color:var(--blue);
      transition:background .12s ease, transform .08s ease, box-shadow .12s ease;
    }
    .city-link:hover, .city-link:focus-visible{
      background:#eef3ff;
      outline:none;
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.08);
    }
    .city-link:link, .city-link:visited{ color:var(--blue); }
  </style>

  <div class="l10-head">🏠 News From Your Neighborhood</div>

  <div class="l10-body">
    <div class="l10-sub">Latest headlines from:</div>

    <div class="l10-grid" role="group" aria-label="Counties and cities">
      <a class="nb-btn" href="https://www.local10.com/topic/Miami-Dade_County/" target="_blank" rel="noopener noreferrer">Miami-Dade</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Broward_County/" target="_blank" rel="noopener noreferrer">Broward</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Monroe_County/" target="_blank" rel="noopener noreferrer">Florida Keys</a>

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[FHP: 2 women dead after driver crashes Tesla into flatbed truck in southwest Miami-Dade]]></title><link>https://www.local10.com/news/local/2026/06/25/fhp-2-women-dead-after-driver-crashes-tesla-into-large-truck-in-homestead/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/25/fhp-2-women-dead-after-driver-crashes-tesla-into-large-truck-in-homestead/</guid><dc:creator><![CDATA[Hannah Yechivi, Amanda Batchelor]]></dc:creator><description><![CDATA[Two women have died following a crash Thursday morning in southwest Miami-Dade that involved a Tesla sedan and a flatbed commercial truck, authorities confirmed. ]]></description><pubDate>Thu, 25 Jun 2026 11:17:18 +0000</pubDate><content:encoded><![CDATA[<p>Two women have died following a crash Thursday morning in southwest Miami-Dade that involved a Tesla sedan and a flatbed commercial truck, authorities confirmed. </p><p><a href="https://www.local10.com/news/local/2026/06/25/fhp-mueren-dos-mujeres-luego-de-que-un-conductor-estrella-un-tesla-contra-camion-de-plataforma-en-homestead/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/25/fhp-mueren-dos-mujeres-luego-de-que-un-conductor-estrella-un-tesla-contra-camion-de-plataforma-en-homestead/">Leer en español</a></p><p>According to the Florida Highway Patrol, the crash occurred at about 2:30 a.m. in the northbound lanes of South Dixie Highway near Southwest 127<sup>th</sup> Avenue.</p><p>Troopers said the driver of the gray Tesla crashed into the back of the truck, which was part of a caravan of trucks driving slowly in the area, at about 20 mph.</p><p>The truck drivers had just finished working up the street before the crash occurred, authorities said.</p><p>Both women, who authorities said were in their late 20s or early 30s, were pronounced dead at the scene.</p><p>“That’s my son’s wife – one of those girls,” Constantine Allwood told Local 10 News. “I feel a way for her because she’s very young. She’s supposed to live out her life.”</p><p>The victims’ bodies were removed from the Tesla shortly after 7 a.m.</p><p>It’s unclear what caused the driver to crash into the back of the truck. </p><p>U.S. 1 was closed between Southwest 240th Street and 232nd Street after the collision.</p><p>The investigation into the crash remains ongoing.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

    .l10-neighborhood{
      --blue-dark:#0d2c73;
      --blue:#1f57c4;
      --blue-light:#3370e6;
      --gray-bg:#f2f3f5;
      --gray-border:#d6d8dc;
      --text-dark:#1a1a1a;
      --white:#ffffff;
      font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
      max-width:860px;
      margin:1.5rem auto;
      border-radius:10px;
      overflow:hidden;
      border:1px solid var(--gray-border);
      background:var(--gray-bg);
      box-shadow:0 4px 14px rgba(0,0,0,.12);
      text-align:center;
    }

    .l10-head{
      background:linear-gradient(90deg,var(--blue-dark),var(--blue));
      color:var(--white);
      padding:12px 16px;
      font-weight:800;
      text-transform:uppercase;
      font-size:1rem;
      letter-spacing:.3px;
      display:flex; justify-content:center; align-items:center; gap:8px;
    }

    .l10-body{
      max-width:740px;
      margin:0 auto;
      padding:0 16px 18px;
    }

    .l10-sub{
      margin:12px 0 10px;
      font-size:.95rem;
      color:var(--text-dark);
      font-weight:500;
      text-align:center;
    }

    .l10-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:12px;
    }
    @media (min-width:600px){
      .l10-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .nb-btn{
      display:grid;
      place-items:center;
      text-align:center;
      line-height:1;
      width:100%;
      min-height:48px;
      padding:10px;
      border-radius:8px;
      text-decoration:none;
      font-weight:800;
      text-transform:uppercase;
      font-size:.95rem;
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      color:var(--white);
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      transition:background .15s ease, transform .1s ease, box-shadow .15s ease;
    }
    .nb-btn:hover, .nb-btn:focus-visible{
      background:linear-gradient(180deg,var(--blue),var(--blue-dark));
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.2);
      outline:none;
    }
    .nb-btn:link, .nb-btn:visited{ color:var(--white); }

    .city-dd{
      grid-column:1 / -1;
      justify-self:stretch;
      width:100%;
      margin:0;
      text-align:left;
    }
    .city-dd summary{
      list-style:none;
      cursor:pointer;
      display:flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      width:100%;
      min-height:48px;
      padding:10px 16px;
      font-weight:800;
      text-transform:uppercase;
      letter-spacing:.02em;
      color:var(--white);
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      border:1px solid rgba(0,0,0,.08);
      border-radius:8px;
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      user-select:none;
    }
    .city-dd summary::-webkit-details-marker{ display:none; }
    .city-dd summary .caret{ line-height:1; transition:transform .2s ease; }
    .city-dd[open] summary .caret{ transform:rotate(180deg); }

    .city-menu{
      margin-top:0;
      background:var(--white);
      border:1px solid var(--gray-border);
      border-top:0;
      border-radius:10px;
      border-top-left-radius:0;
      border-top-right-radius:0;
      padding:10px;
      box-shadow:0 6px 16px rgba(0,0,0,.08);
    }
    .city-dd[open] summary{
      border-bottom-left-radius:0;
      border-bottom-right-radius:0;
    }

    .city-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:8px;
    }
    @media (min-width:520px){
      .city-grid{ grid-template-columns:repeat(2,1fr); }
    }
    @media (min-width:800px){
      .city-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .city-link{
      display:block;
      text-decoration:none;
      text-align:center;
      font-weight:700;
      padding:8px 10px;
      border-radius:8px;
      background:#f7f9fc;
      border:1px solid var(--gray-border);
      color:var(--blue);
      transition:background .12s ease, transform .08s ease, box-shadow .12s ease;
    }
    .city-link:hover, .city-link:focus-visible{
      background:#eef3ff;
      outline:none;
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.08);
    }
    .city-link:link, .city-link:visited{ color:var(--blue); }
  </style>

  <div class="l10-head">🏠 News From Your Neighborhood</div>

  <div class="l10-body">
    <div class="l10-sub">Latest headlines from:</div>

    <div class="l10-grid" role="group" aria-label="Counties and cities">
      <a class="nb-btn" href="https://www.local10.com/topic/Miami-Dade_County/" target="_blank" rel="noopener noreferrer">Miami-Dade</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Broward_County/" target="_blank" rel="noopener noreferrer">Broward</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Monroe_County/" target="_blank" rel="noopener noreferrer">Florida Keys</a>

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Mango Festival brings peak season celebration to Coral Gables]]></title><link>https://www.local10.com/food/2026/06/25/mango-festival-brings-peak-season-celebration-to-coral-gables/</link><guid isPermaLink="true">https://www.local10.com/food/2026/06/25/mango-festival-brings-peak-season-celebration-to-coral-gables/</guid><dc:creator><![CDATA[Jackie Pascale]]></dc:creator><description><![CDATA[It’s peak mango season in South Florida, and whether you have the privilege of having your own mango tree or a connection to source your own fruit, Fairchild Tropical Botanical Garden is the place to be to celebrate the tropical staple.]]></description><pubDate>Thu, 25 Jun 2026 16:21:29 +0000</pubDate><content:encoded><![CDATA[<p>It’s peak mango season in South Florida, and whether you have the privilege of having your own mango tree or a connection to source your own fruit, <a href="https://fairchildgarden.org/" target="_self" rel="" title="https://fairchildgarden.org/">Fairchild Tropical Botanical Garden</a> is the place to be to celebrate the tropical staple.</p><p>The 32nd annual Mango Festival was held from June 13-June 14 at Fairchild Tropical Botanic Garden, featuring more than 400 mango varieties, live chef demonstrations and tastings, and a marketplace of vendors offering a range of mango-inspired goods. </p><p>Organizers also set up a VIP lounge area, offering shade and relief from the weekend heat.</p><p>This is what these mango trees thrive in — the South Florida climate that helps make the region a hub for mango lovers and growers.</p><p>Organizers say a brunch prepared by James Beard Award-winning chefs and mango cocktails were a part of the lineup on the last day of the festival, rounding out what they called a “Sunday funday” celebration of the fruit.</p><p>Happy mango season!</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

    .l10-neighborhood{
      --blue-dark:#0d2c73;
      --blue:#1f57c4;
      --blue-light:#3370e6;
      --gray-bg:#f2f3f5;
      --gray-border:#d6d8dc;
      --text-dark:#1a1a1a;
      --white:#ffffff;
      font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
      max-width:860px;
      margin:1.5rem auto;
      border-radius:10px;
      overflow:hidden;
      border:1px solid var(--gray-border);
      background:var(--gray-bg);
      box-shadow:0 4px 14px rgba(0,0,0,.12);
      text-align:center;
    }

    .l10-head{
      background:linear-gradient(90deg,var(--blue-dark),var(--blue));
      color:var(--white);
      padding:12px 16px;
      font-weight:800;
      text-transform:uppercase;
      font-size:1rem;
      letter-spacing:.3px;
      display:flex; justify-content:center; align-items:center; gap:8px;
    }

    .l10-body{
      max-width:740px;
      margin:0 auto;
      padding:0 16px 18px;
    }

    .l10-sub{
      margin:12px 0 10px;
      font-size:.95rem;
      color:var(--text-dark);
      font-weight:500;
      text-align:center;
    }

    .l10-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:12px;
    }
    @media (min-width:600px){
      .l10-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .nb-btn{
      display:grid;
      place-items:center;
      text-align:center;
      line-height:1;
      width:100%;
      min-height:48px;
      padding:10px;
      border-radius:8px;
      text-decoration:none;
      font-weight:800;
      text-transform:uppercase;
      font-size:.95rem;
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      color:var(--white);
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      transition:background .15s ease, transform .1s ease, box-shadow .15s ease;
    }
    .nb-btn:hover, .nb-btn:focus-visible{
      background:linear-gradient(180deg,var(--blue),var(--blue-dark));
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.2);
      outline:none;
    }
    .nb-btn:link, .nb-btn:visited{ color:var(--white); }

    .city-dd{
      grid-column:1 / -1;
      justify-self:stretch;
      width:100%;
      margin:0;
      text-align:left;
    }
    .city-dd summary{
      list-style:none;
      cursor:pointer;
      display:flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      width:100%;
      min-height:48px;
      padding:10px 16px;
      font-weight:800;
      text-transform:uppercase;
      letter-spacing:.02em;
      color:var(--white);
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      border:1px solid rgba(0,0,0,.08);
      border-radius:8px;
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      user-select:none;
    }
    .city-dd summary::-webkit-details-marker{ display:none; }
    .city-dd summary .caret{ line-height:1; transition:transform .2s ease; }
    .city-dd[open] summary .caret{ transform:rotate(180deg); }

    .city-menu{
      margin-top:0;
      background:var(--white);
      border:1px solid var(--gray-border);
      border-top:0;
      border-radius:10px;
      border-top-left-radius:0;
      border-top-right-radius:0;
      padding:10px;
      box-shadow:0 6px 16px rgba(0,0,0,.08);
    }
    .city-dd[open] summary{
      border-bottom-left-radius:0;
      border-bottom-right-radius:0;
    }

    .city-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:8px;
    }
    @media (min-width:520px){
      .city-grid{ grid-template-columns:repeat(2,1fr); }
    }
    @media (min-width:800px){
      .city-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .city-link{
      display:block;
      text-decoration:none;
      text-align:center;
      font-weight:700;
      padding:8px 10px;
      border-radius:8px;
      background:#f7f9fc;
      border:1px solid var(--gray-border);
      color:var(--blue);
      transition:background .12s ease, transform .08s ease, box-shadow .12s ease;
    }
    .city-link:hover, .city-link:focus-visible{
      background:#eef3ff;
      outline:none;
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.08);
    }
    .city-link:link, .city-link:visited{ color:var(--blue); }
  </style>

  <div class="l10-head">🏠 News From Your Neighborhood</div>

  <div class="l10-body">
    <div class="l10-sub">Latest headlines from:</div>

    <div class="l10-grid" role="group" aria-label="Counties and cities">
      <a class="nb-btn" href="https://www.local10.com/topic/Miami-Dade_County/" target="_blank" rel="noopener noreferrer">Miami-Dade</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Broward_County/" target="_blank" rel="noopener noreferrer">Broward</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Monroe_County/" target="_blank" rel="noopener noreferrer">Florida Keys</a>

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Reflecting Pool liner was cut with a sharp knife or razor, National Park Service says]]></title><link>https://www.local10.com/news/politics/2026/06/25/reflecting-pool-liner-was-cut-with-a-sharp-knife-or-razor-national-park-service-says/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/25/reflecting-pool-liner-was-cut-with-a-sharp-knife-or-razor-national-park-service-says/</guid><dc:creator><![CDATA[By MATTHEW DALY, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — A liner along the bottom of the Lincoln Memorial Reflecting Pool was cut with a sharp knife or razor this month, causing damage to the foam sealant installed as part of a $16 million rehabilitation project, a top official at the National Park Service says.]]></description><pubDate>Thu, 25 Jun 2026 17:33:08 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — A liner along the bottom of the Lincoln Memorial Reflecting Pool was cut with a sharp knife or razor this month, causing damage to the foam sealant installed as part of a $16 million rehabilitation project, a top official at the National Park Service says.</p><p>The agency reported the June 9 incident to U.S. Park Police, said Frank Lands, deputy director of operations for the park service. Lands made the statement in a court document filed late Wednesday as part of a lawsuit filed by a nonprofit organization to halt the Trump administration's work on the project.</p><p>His statement does not say whether the damage is a suspected case of vandalism or identify anyone who might have been involved.</p><p>The police report indicates damage to the pool, "including a caulk over the foam sealant that was cut with a sharp knife or razor and destruction of delaminating surface material,'' Lands said. About 70 fence post tops also were thrown into the pool, he said.</p><p>The statements were the first time the Republican administration has offered specifics for when and how the Reflecting Pool may have been damaged after work on the project was substantially completed.</p><p>President Donald Trump and other officials have repeatedly blamed, without evidence, unidentified vandals for peeling paint as well as a “350-foot gash” in the liner and other problems. Six people have been arrested, Trump said this week, without providing details.</p><p>Trump pledged to beautify the century-old Reflecting Pool before the nation’s 250th birthday celebrations, draining its water and directing the bottom to be painted a color he called “American flag blue.” But since the site was restored, its water has been plagued by an algae bloom and pieces of the new coating have appeared to be peeling off the bottom.</p><p>His administration faces a self-imposed deadline to complete the renovation before July Fourth. Trump also has said the federal government would release images to substantiate his claim.</p><p>Trump said Wednesday that “sick people” had used razors and box cutters to slice portions of the lining.</p><p>The U.S. Park Police posted surveillance footage Wednesday evening and asked for help “identifying the individual depicted here in connection with a Destruction of Government Property investigation.” The grainy, 30-second video appears to show a person kneeling down, reaching into the reflecting pool and removing something from the water. Police said it was taken Friday afternoon.</p><p>In his statement to the court, Lands said the parks agency plans to begin draining the Reflecting Pool following Independence Day celebrations to conduct repairs, including assessing and repairing any damage to the lining.</p><p>The park service completed more than two months of renovations at the Reflecting Pool in early June. The 2,000-foot-long basin was drained and a tinted. A plastic-like rubber lining was installed to waterproof and protect the concrete pool surface, and the pool was refilled with water, Lands said.</p><p>The Cultural Landscape Foundation, an education and advocacy group that sued in May to halt work on the project, asked a federal judge to block further renovations.</p><p>“It is also not too late to correct course,” the group wrote in a filing Monday. It urged the administration to “engage with experts and the public, and make an informed decision about what is best based on the consultations mandated by the law, instead of once again rushing ahead with half-baked ideas.”</p><p>Congressional Democrats have called for formal investigations into the pool renovations, saying no-bid contracts for work on the project were awarded to vendors with previous relationships to Trump.</p><p>Ohio-based Green Water Solutions was given a $1.7 million contract to install a water-purification system in the Reflecting Pool, while Virginia-based Atlantic Industrial Coatings was awarded $14.7 million to repaint and waterproof the pool’s concrete floor.</p><p>Oregon Sen. Jeff Merkley, the top Democrat on the Senate appropriations panel overseeing the Interior Department's budget, said the pool renovation appears to be a waste of taxpayers’ dollars.</p><p>“After railing about waste, fraud and abuse, Donald Trump spent more than $16 million on a renovation of the Reflecting Pool that’s now peeling and chock full of algae,” Merkley said Thursday. He said this is a "massive waste" of tax dollars and the public deserves "swift answers — and a refund.”</p><p>Merkley is one of about 10 Democratic senators and House members investigating the pool project.</p><p>"Taxpayers deserve a full explanation of how these failures occurred and who will be held accountable for correcting them,'' said another letter, signed by New Mexico Sen. Martin Heinrich and five other senators.</p><p>Heinrich is the top Democrat on the Senate Energy and Natural Resources Committee, which oversees the Interior Department.</p><p>___</p><p>Associated Press writer Michael Kunzelman contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PNVAYCOLJDWGS6YRHBRE7HG2XA.jpg?auth=4abc44433eef6118992be293f2b21c2ac6b58ce61b9b0531db2706e3ce620191&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Lincoln Memorial and the Reflecting Pool are seen from the Washington Monument, Wednesday, June 24, 2026, in Washington. (AP Photo/Rahmat Gul)]]></media:description><media:credit role="author" scheme="urn:ebu">Rahmat Gul</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7MCDHMLKDOZS2TJ4DDLP52YWXA.jpg?auth=ddc12acc5fbfd38e308860ec773e907e28a3e726d43ee5dcf774f24dbfbe9369&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A man with an upside-down U.S. flag is seen near the Reflecting Pool, Wednesday, June 24, 2026, in Washington. (AP Photo/Rahmat Gul)]]></media:description><media:credit role="author" scheme="urn:ebu">Rahmat Gul</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QIP4VFYSZGNCSQ4QUNWDALQD5Y.jpg?auth=3ecaaec46af8d5eac41743a321eb2ba52692c86e9480fd6c2b5950be8db86812&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Lincoln Memorial and the Reflecting Pool are seen, Wednesday, June 24, 2026, in Washington. (AP Photo/Rahmat Gul)]]></media:description><media:credit role="author" scheme="urn:ebu">Rahmat Gul</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RC3MPEBRRNN3I2Q4JNRWQ2HQ6I.jpg?auth=eef034180ddf6c7fb15f59061084356136c71bf210ed079de5a81b339247b7e9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Peeling is seen in the blue coating on the bottom of the Lincoln Memorial Reflecting Pool, Wednesday, June 24, 2026, in Washington. (AP Photo/Rahmat Gul)]]></media:description><media:credit role="author" scheme="urn:ebu">Rahmat Gul</media:credit></media:content></item><item><title><![CDATA[DeSantis anuncia cierre de “Alligator Alcatraz”; alcaldesa busca venta para “conservación permanente”]]></title><link>https://www.local10.com/news/local/2026/06/25/desantis-asistira-a-sitio-de-alligator-alcatraz-para-conferencia-de-prensa/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/25/desantis-asistira-a-sitio-de-alligator-alcatraz-para-conferencia-de-prensa/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[El gobernador de Florida Ron DeSantis tiene previsto ofrecer una conferencia de prensa en el sitio del centro de detención de migrantes “Alligator Alcatraz” el jueves por la mañana.]]></description><pubDate>Thu, 25 Jun 2026 15:18:18 +0000</pubDate><content:encoded><![CDATA[<p>El gobernador de Florida Ron DeSantis tiene previsto ofrecer una conferencia de prensa en el sitio del centro de detención de migrantes “<a href="https://www.local10.com/topic/Alligator_Alcatraz/" target="_blank" rel="noreferrer" title="https://www.local10.com/topic/Alligator_Alcatraz/">Alligator Alcatraz</a>” el jueves por la mañana.</p><p>Esto ocurre poco más de una semana después de que los detenidos fueran <a href="https://www.local10.com/espanol/2026/06/16/trasladan-a-todos-los-detenidos-de-alligator-alcatraz/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/16/trasladan-a-todos-los-detenidos-de-alligator-alcatraz/">trasladados fuera de la instalación del condado Collier</a>, oficialmente el Aeropuerto de Entrenamiento y Transición Dade-Collier, citando preocupaciones por huracanes.</p><p>Un comunicado de la oficina del gobernador indica que la conferencia de prensa del jueves, programada para las 11:15 a.m., contará con la participación del zar de la frontera de la Casa Blanca, Tom Homan, y el director ejecutivo de la Junta Estatal de Control de Inmigración de Florida, Anthony Coker.</p><p>Local 10 News planea transmitir en vivo la conferencia de prensa del gobernador.</p><p>Mientras tanto, la alcaldesa de Miami-Dade, Daniella Levine Cava, anunció que su oficina tiene la intención de vender el aeropuerto propiedad del condado “al Servicio de Parques Nacionales y a otros socios autorizados de restauración de los Everglades para conservación permanente tras la eventual desactivación del centro de detención de inmigrantes que actualmente opera en el sitio”.</p><p>Un comunicado del condado indica que la oficina de Levine Cava “evaluará e identificará el proceso legal apropiado para la venta y transferencia de la propiedad para su incorporación al Plan Integral de Restauración de los Everglades”.</p><p>“Desde el principio, he planteado serias preocupaciones sobre el centro de detención ‘Alligator Alcatraz’ porque las personas han sido retenidas allí en condiciones inhumanas sin un debido proceso significativo, mientras ocupa terrenos junto a uno de los ecosistemas naturales más valiosos del mundo”, dijo Levine Cava en el comunicado. “Una vez que esta instalación sea desactivada, tenemos la oportunidad de proteger permanentemente estas tierras para la restauración de los Everglades y garantizar que permanezcan protegidas para las generaciones futuras. Ese es el legado que debemos dejar”.</p><p>El comunicado señala que la “ubicación remota, la utilidad limitada para la aviación, las importantes obligaciones de mantenimiento y la compatibilidad cada vez más restringida con las tierras de conservación circundantes han reducido su valor estratégico a largo plazo como activo de aviación”.</p><p>El aeropuerto fue construido a finales de la década de 1960 como el Everglades Jetport, con planes de convertirlo en el aeropuerto más grande del mundo y un centro de viajes supersónicos.</p><p>Bajo esos ambiciosos planes, el aeropuerto habría estado conectado con Miami mediante un monorraíl.</p><p>Pero la cancelación del avión supersónico Boeing 2707 planeado y las preocupaciones ambientales relacionadas con la ubicación en los Everglades hicieron que el proyecto nunca se materializara.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

    .l10-neighborhood{
      --blue-dark:#0d2c73;
      --blue:#1f57c4;
      --blue-light:#3370e6;
      --gray-bg:#f2f3f5;
      --gray-border:#d6d8dc;
      --text-dark:#1a1a1a;
      --white:#ffffff;
      font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
      max-width:860px;
      margin:1.5rem auto;
      border-radius:10px;
      overflow:hidden;
      border:1px solid var(--gray-border);
      background:var(--gray-bg);
      box-shadow:0 4px 14px rgba(0,0,0,.12);
      text-align:center;
    }

    .l10-head{
      background:linear-gradient(90deg,var(--blue-dark),var(--blue));
      color:var(--white);
      padding:12px 16px;
      font-weight:800;
      text-transform:uppercase;
      font-size:1rem;
      letter-spacing:.3px;
      display:flex; justify-content:center; align-items:center; gap:8px;
    }

    .l10-body{
      max-width:740px;
      margin:0 auto;
      padding:0 16px 18px;
    }

    .l10-sub{
      margin:12px 0 10px;
      font-size:.95rem;
      color:var(--text-dark);
      font-weight:500;
      text-align:center;
    }

    .l10-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:12px;
    }
    @media (min-width:600px){
      .l10-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .nb-btn{
      display:grid;
      place-items:center;
      text-align:center;
      line-height:1;
      width:100%;
      min-height:48px;
      padding:10px;
      border-radius:8px;
      text-decoration:none;
      font-weight:800;
      text-transform:uppercase;
      font-size:.95rem;
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      color:var(--white);
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      transition:background .15s ease, transform .1s ease, box-shadow .15s ease;
    }
    .nb-btn:hover, .nb-btn:focus-visible{
      background:linear-gradient(180deg,var(--blue),var(--blue-dark));
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.2);
      outline:none;
    }
    .nb-btn:link, .nb-btn:visited{ color:var(--white); }

    .city-dd{
      grid-column:1 / -1;
      justify-self:stretch;
      width:100%;
      margin:0;
      text-align:left;
    }
    .city-dd summary{
      list-style:none;
      cursor:pointer;
      display:flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      width:100%;
      min-height:48px;
      padding:10px 16px;
      font-weight:800;
      text-transform:uppercase;
      letter-spacing:.02em;
      color:var(--white);
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      border:1px solid rgba(0,0,0,.08);
      border-radius:8px;
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      user-select:none;
    }
    .city-dd summary::-webkit-details-marker{ display:none; }
    .city-dd summary .caret{ line-height:1; transition:transform .2s ease; }
    .city-dd[open] summary .caret{ transform:rotate(180deg); }

    .city-menu{
      margin-top:0;
      background:var(--white);
      border:1px solid var(--gray-border);
      border-top:0;
      border-radius:10px;
      border-top-left-radius:0;
      border-top-right-radius:0;
      padding:10px;
      box-shadow:0 6px 16px rgba(0,0,0,.08);
    }
    .city-dd[open] summary{
      border-bottom-left-radius:0;
      border-bottom-right-radius:0;
    }

    .city-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:8px;
    }
    @media (min-width:520px){
      .city-grid{ grid-template-columns:repeat(2,1fr); }
    }
    @media (min-width:800px){
      .city-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .city-link{
      display:block;
      text-decoration:none;
      text-align:center;
      font-weight:700;
      padding:8px 10px;
      border-radius:8px;
      background:#f7f9fc;
      border:1px solid var(--gray-border);
      color:var(--blue);
      transition:background .12s ease, transform .08s ease, box-shadow .12s ease;
    }
    .city-link:hover, .city-link:focus-visible{
      background:#eef3ff;
      outline:none;
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.08);
    }
    .city-link:link, .city-link:visited{ color:var(--blue); }
  </style>

  <div class="l10-head">🏠 News From Your Neighborhood</div>

  <div class="l10-body">
    <div class="l10-sub">Latest headlines from:</div>

    <div class="l10-grid" role="group" aria-label="Counties and cities">
      <a class="nb-btn" href="https://www.local10.com/topic/Miami-Dade_County/" target="_blank" rel="noopener noreferrer">Miami-Dade</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Broward_County/" target="_blank" rel="noopener noreferrer">Broward</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Monroe_County/" target="_blank" rel="noopener noreferrer">Florida Keys</a>

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/I2J7ZIOIVFREAQZ22DRA2XTZNA.jpg?auth=8dd618fb5dc89ccb067fc0a969b313520e1239a4a3a9ec59c67dacdd6d4955f5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Trucks come and go from the "Alligator Alcatraz" immigration detention center in the Florida Everglades, Aug. 28, 2025, in Collier County, Fla. (AP Photo/Rebecca Blackwell, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca Blackwell</media:credit></media:content></item><item><title><![CDATA[Florida's 'Alligator Alcatraz' immigration detention center has closed, governor says]]></title><link>https://www.local10.com/news/florida/2026/06/25/floridas-alligator-alcatraz-immigration-detention-center-has-closed-governor-says/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/06/25/floridas-alligator-alcatraz-immigration-detention-center-has-closed-governor-says/</guid><dc:creator><![CDATA[By JEFFREY COLLINS, Associated Press]]></dc:creator><description><![CDATA[The Florida Everglades immigration detention center known as “Alligator Alcatraz” has served its purpose, Gov. Ron DeSantis said Thursday, closing the makeshift facility heralded by the Trump administration and denounced as inhumane by civil rights groups.]]></description><pubDate>Thu, 25 Jun 2026 19:59:48 +0000</pubDate><content:encoded><![CDATA[<p>The Florida Everglades immigration detention center known as “Alligator Alcatraz” has served its purpose, Gov. Ron DeSantis said Thursday, closing the makeshift facility heralded by the Trump administration and denounced as inhumane by civil rights groups.</p><p>DeSantis said the center, which opened in July 2025, was always meant to be only temporary until more permanent detention centers could be secured and federal officials now have that capacity.</p><p>“We stepped up because there was a gap, but my hope is that they’ll be able to handle that,” the Republican governor said at a news conference at the facility.</p><p>Officials announced a temporary closure of the facility earlier in June and sent all of the detainees to other facilities, saying hurricane season made it unsafe to keep them in the Everglades.</p><p>Immigration advocates said the center's tents were never safe or humane for holding people. Detainees at the facility have talked about their difficulty accessing lawyers and described poor physical conditions, including worms in the food, toilets that didn’t flush, floors flooded with fecal waste, and mosquitoes and other insects everywhere.</p><p>They described large white tents with rows of and rows of bunk beds surrounded by chain-link cages. The air conditioning could shut off abruptly in the sweltering Florida heat. Detainees could go days without showering or getting prescription medicine.</p><p>Advocates for immigrants said the closure of “Alligator Alcatraz” does nothing to stop the harm to people who spend months in custody as their families suffer. The Florida Immigrant Coalition said the only winners were corporations and contractors who profited millions of dollars as Republicans pushed an immigration emergency that does not exist.</p><p>The detention center of tents and trailers was built by DeSantis’ administration in a matter of days. The governor and President Donald Trump said the center was critical to Republican efforts to return people in the country illegally back to their home countries.</p><p>“There is no question this mission has made the state of Florida safer," said DeSantis, noting that 21,000 people were deported through the facility.</p><p>Even with the closure of the facility, Florida continues to play a key role with other detention centers and an increased role in helping with immigration enforcement, White House border czar Tom Homan said at Thursday’s news conference.</p><p>“Gov. DeSantis did a good job, and he’s going to continue doing what he’s doing to help us make this country safe again,” Homan said. “This isn’t the end of relationship. This is a continuation.”</p><p>Lawyers for the immigrants at the facility said their clients suddenly started leaving for other facilities in South Florida, California, Arizona, Louisiana and Texas earlier this month, disappearing for about a week before their attorneys and families were told where they were sent.</p><p>DeSantis said the Everglades airstrip the facility was built around will continue to be used.</p><p>Environmental groups sued over the detention center, saying Florida officials never got the proper permits or did required reviews on its impact.</p><p>The state and federal governments built the site with no oversight and closed it with no input, but they will still be held responsible even with the site is closed, said Paul J. Schwiep, an attorney for Friends of the Everglades and the Center for Biological Diversity.</p><p>"The administration believes it can quietly walk away and leave its mess for others to clean up. The law will not allow them to escape accountability. We will ask the courts to ensure that the environmental damage is fully addressed," Schwiep said in a statement Thursday.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/I2J7ZIOIVFREAQZ22DRA2XTZNA.jpg?auth=8dd618fb5dc89ccb067fc0a969b313520e1239a4a3a9ec59c67dacdd6d4955f5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Trucks come and go from the "Alligator Alcatraz" immigration detention center in the Florida Everglades, Aug. 28, 2025, in Collier County, Fla. (AP Photo/Rebecca Blackwell, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca Blackwell</media:credit></media:content></item><item><title><![CDATA[AP's first journalist killed in action was at the Battle of Little Bighorn 150 years ago]]></title><link>https://www.local10.com/news/2026/06/25/aps-first-journalist-killed-in-action-was-at-the-battle-of-little-bighorn-150-years-ago/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/25/aps-first-journalist-killed-in-action-was-at-the-battle-of-little-bighorn-150-years-ago/</guid><dc:creator><![CDATA[By MEAD GRUVER, Associated Press]]></dc:creator><description><![CDATA[They've died from artillery fire, aircraft crashes, gunfire, disease — even by execution — in conflict zones and elsewhere around the world.]]></description><pubDate>Thu, 25 Jun 2026 16:03:06 +0000</pubDate><content:encoded><![CDATA[<p>They've died from artillery fire, aircraft crashes, gunfire, disease — even by execution — in conflict zones and elsewhere around the world.</p><p>Over the 180-year history of The Associated Press, 38 journalists have fallen on the job while working for the independent not-for-profit news organization.</p><p>Thursday marks the 150th anniversary of the very first: Mark Kellogg, one of five civilians killed alongside Lt. Col. George Armstrong Custer and his men at the Battle of Little Bighorn.</p><p>Kellogg, 43, was embedded with Custer's troops. He was reporting for The Bismarck Tribune and New York Herald — the AP circulated his reports across the country — when Custer underestimated the size of a Sioux village that he attacked.</p><p>Custer and his outnumbered men made a last stand on a hill. There, they were annihilated by Native American defenders. Kellogg's scalped body was found not far away.</p><p>His last published dispatch read in part: “I go with Custer and will be at the death.”</p><p>It was more of an attempt at poetry than prophecy. Still, Kellogg's final words and fate circulated far and wide through his employers and the AP. It gave the obscure, part-time journalist, a widower who worked a variety of jobs to support his two daughters, fame in death.</p><p>He had got to know Custer. He mingled with and interviewed the soldiers at their camps, noted historian Sandy Barnard.</p><p>“While his record as a journalist might be very small compared to modern reporters who go into combat, he certainly was doing exactly what they are doing,” Barnard said.</p><p>The State Historical Society of North Dakota preserves Kellogg’s diary and various belongings, including eyeglasses, tobacco, clothing and a mosquito head net. The fragile diary, now digitized online, documents weather, distances covered, who was riding in front and in back, how many antelope they saw and other day-to-day operations, Deputy State Archivist Lindsay Meidinger said. The diary ends before the battle.</p><p>“It’s a primary source of the historical event that not many other primary sources remain from that time period related to the Seventh Cavalry and Custer,” she said.</p><p>In other ways, Kellogg was much different from modern journalists. He carried a rifle into action, pointed out Barnard, author of a Kellogg biography and other books on the Battle of the Little Bighorn.</p><p>“During the last stages of the campaign, Kellogg was probably more of a soldier than he was a newspaper man,” said Barnard.</p><p>And Kellogg made no attempt to avoid not just bias but racism against Native Americans, whom he called “red devils.”</p><p>Others who have perished while reporting for AP in war zones include:</p><p>— Mariam Dagga, a freelance visual journalist who was killed in an Israeli strike on a hospital in the Gaza Strip last August;</p><p>— Anja Niedringhaus, a photographer shot by a police officer as she sat in her car in Afghanistan in 2014;</p><p>— Myles Tierney, a videojournalist killed while traveling in a convoy that came under fire in Freetown, Sierra Leone, in 1999;</p><p>— Joseph Morton, a war correspondent who was the only U.S. reporter known to have been executed by the Nazis following his capture alongside Slovakian partisans in 1944.</p><p>___</p><p>Associated Press corporate archivist Sarit Hand in New York and Jack Dura in Bismarck, North Dakota, contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TX3VVBPUTPMGND5EJXUWXH7ABI.jpg?auth=9ecc7f81b1667b71584e9e4de304da503fd4ed00199079e43666bb56285ee782&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A commemorative marker with the name of reporter Mark Kellogg, who died in 1876 while covering the Battle of Little Bighorn, is displayed with fellow journalists and others who have fallen on the job of newsgathering for The Associated Press, at its New York headquarters, on Wednesday, June 24, 2026. (AP Photo/Patrick Sison)]]></media:description><media:credit role="author" scheme="urn:ebu">Patrick Sison</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/REWVFPMJDD45IBF7YEAMH4MFHI.jpg?auth=771d80917e0ae5a31b6637eccb2ac8a2fe7b56f856787b2da1a7813b0bc8c9f4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[State Historical Society of North Dakota Deputy State Archivist Lindsay Meidinger holds pages of the diary of Mark Kellogg, a reporter killed during the Battle of the Little Bighorn in 1876, at the North Dakota Heritage Center and State Museum in Bismarck, N.D., Wednesday, June 24, 2026. (AP Photo/Jack Dura]]></media:description><media:credit role="author" scheme="urn:ebu">Jack Dura</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7T7JWYXH57V5KZKD522QN4IKQI.jpg?auth=21c080f67bc3a91f97ef5e60060de7276b3302e12262ae3b507c0c0588bc87ca&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The eyeglasses and case belonging to Mark Kellogg, a reporter killed during the Battle of the Little Bighorn in 1876, are displayed Wednesday, June 24, 2026, at the North Dakota Heritage Center and State Museum in Bismarck, N.D. (AP Photo/Jack Dura)]]></media:description><media:credit role="author" scheme="urn:ebu">Jack Dura</media:credit></media:content></item><item><title><![CDATA[US Senator warns of administration plan to hastily remove over 500 unaccompanied migrant children]]></title><link>https://www.local10.com/news/world/2026/06/25/us-senator-warns-of-administration-plan-to-hastily-remove-over-500-unaccompanied-migrant-children/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/25/us-senator-warns-of-administration-plan-to-hastily-remove-over-500-unaccompanied-migrant-children/</guid><dc:creator><![CDATA[By VALERIE GONZALEZ and REBECCA SANTANA, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — A Democratic U.S. senator warns the Trump administration is getting ready to round up 500 immigrant children in a hasty effort to remove them from the country, bypassing legal protections. It would be their second attempt after a federal court intervened last year in an overnight plan to fly out hundreds of children on Labor Day weekend.]]></description><pubDate>Thu, 25 Jun 2026 18:28:50 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — A Democratic U.S. senator warns the Trump administration is getting ready to round up 500 immigrant children in a hasty effort to remove them from the country, bypassing legal protections. It would be their second attempt after a federal court intervened last year in an overnight plan to fly out hundreds of children on Labor Day weekend.</p><p>Sen. Ron Wyden of Oregon wrote in a letter Wednesday to U.S. Health Secretary Robert F. Kennedy Jr. that he had “credible information” that the Trump administration had a list of more than 500 migrant children it was targeting for a fast-track removal process and that the department was racing to act in days. He warned that the administration was abdicating “core humanitarian and child welfare mandates” and demanded an immediate halt to any plans to remove the children.</p><p>Wyden, who is the ranking member and senior Democrat of the Senate Finance Committee, which has jurisdiction over the Office of Refugee Resettlement, did not detail how he came by his information. His office declined to provide further details. The ORR, which oversees the care of unaccompanied migrant children, falls under the Department of Health and Human Services.</p><p>An HHS spokesperson denied any such plans.</p><p>“The new information I obtained leads me to believe that the Department is laying the groundwork for another lawless deportation effort, this time on a greater scale, across more countries of origin,” Wyden wrote.</p><p>“You have been entrusted with the care and safety of the children placed within the ORR network. Proceeding with this plan knowingly endangers their lives and violates your duty to these vulnerable children.”</p><p>Trump administration made a similar attempt in 2025</p><p>Wyden also issued an early warning last August ahead of what eventually became a chaotic weekend of efforts by the Trump administration to remove Guatemalan children in its care and send them home.</p><p>HHS spokesperson Emily Hilliard said in “there are no plans to target these children,” calling Wyden's claims ”irresponsible fearmongering."</p><p>“The Trump Administration is working to identify the parents or legal guardians of unaccompanied alien children in our care because ensuring every child is placed with a properly vetted sponsor is our top priority,” she said.</p><p>Over the Labor Day weekend, dozens of migrant children either staying in government-supervised shelters or with foster families were taken from their homes and bused to airfields in Texas bound for Guatemala. A federal judge woken up in the middle of the night eventually stopped the planes. Lawyers for the children — many who had fled violence at home to come to the U.S. — later described how traumatic the middle-of-the-night removal effort was for them.</p><p>The administration insisted it was reuniting the Guatemalan children — at the Central American nation’s request — with parents or guardians who sought their return. Lawyers for at least some of the children said that wasn’t true and argued that in any event, authorities still would have to follow a legal process that they did not.</p><p>Some of the children in the plane last year were represented by the American Bar Association’s ProBar project. Lauren Fisher Flores, the legal director, said children that day were seen “crying, praying, vomiting” and some entered into a catatonic state. The effects were long-lasting.</p><p>“One child was hospitalized for several days due to nerves. For months, one young client refused to board buses for medical appointments or court hearings. All the rules and laws that exist to protect these children were unable to prevent them from experiencing something deeply traumatic," Fisher Flores added.</p><p>Congress established legal protections for migrant children</p><p>Migrant children traveling alone are usually entrusted to U.S. government care, and there are various legal protections designed to protect them once they’re in the U.S. and navigating the immigration system.</p><p>The Trafficking Victims Protection Reauthorization Act of 2008 is one of the key pieces of legislation designed to protect them. With some limited exceptions, it requires that children be placed in the “least restrictive setting possible,” which generally means that they can be released to a sponsor such as a relative in the U.S. while their immigration proceedings play out.</p><p>The children can apply for a specially protected status if they can’t return to their home country because of abuse or neglect and they can also apply for asylum.</p><p>The Trump administration has made it increasingly difficult for those children to be released to sponsors though. The administration says that they are doing due diligence to make sure that sponsors are thoroughly vetted and that in the past, children were released into dangerous situations.</p><p>But advocates say that the result has been children lingering for months in government shelters.</p><p>This time, Wyden said the children at risk of being removed come from various countries, potentially including Guatemala, Honduras, El Salvador, and Afghanistan, and have been in U.S. custody — mainly in foster care — for at least 180 days. He said they were described as not having any “viable sponsor" who could come forward and take care of them in the U.S.</p><p>Not having an identified sponsor could mean the child's parents are in their home countries, are deceased or are too afraid to claim their children after ICE started arresting some parents who are not in the country legally during their reunification efforts.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/IJOAH3PAIGVN3BC5CCFJNPQBVY.jpg?auth=0e0323e6bc25e406d1cdf53ba254c9a3b932864679521c5c99f3d2329c962d52&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Planes used for deportation flights sit at the Valley International Airport, Aug. 31, 2025, in Harlingen, Texas. (AP Photo/Michael Gonzalez, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Michael Gonzalez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LOKSSEBA6V5HVXPZNFSJI3NI4Y.jpg?auth=ccb7ed8d419d0aa2705c010a2740063ed23821042795ff1ca06f6eabf579459f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Sen. Ron Wyden, D-Ore., introduces Treasury Secretary Scott Bessent's testimony before the Senate Committee on Finance, June 3, 2026, in Washington. (AP Photo/Allison Robbert, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Allison Robbert</media:credit></media:content></item><item><title><![CDATA[Native Americans commemorate victory at Little Bighorn with horse races, dance and song]]></title><link>https://www.local10.com/news/2026/06/25/native-americans-commemorate-victory-at-little-bighorn-with-horse-races-dance-and-song/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/25/native-americans-commemorate-victory-at-little-bighorn-with-horse-races-dance-and-song/</guid><dc:creator><![CDATA[By MATTHEW BROWN and JACK DURA, Associated Press]]></dc:creator><description><![CDATA[LITTLE BIGHORN BATTLEFIELD NATIONAL MONUMENT, Mont. (AP) — Thursday marks the 150th anniversary of the Battle of Greasy Grass, known to many as the Battle of Little Bighorn. For Native American tribes, it's a time to commemorate one of the most famous and symbolically charged events in American history.]]></description><pubDate>Thu, 25 Jun 2026 16:00:17 +0000</pubDate><content:encoded><![CDATA[<p>LITTLE BIGHORN BATTLEFIELD NATIONAL MONUMENT, Mont. (AP) — Thursday marks the 150th anniversary of the Battle of Greasy Grass, known to many as the Battle of Little Bighorn. For Native American tribes, it's a time to commemorate one of the most famous and symbolically charged events in American history.</p><p>Allied tribes came together on that hot day in June 1876 near the banks of the Little Bighorn River in present-day Montana to hand the U.S. Army a rare defeat as they fought to preserve their way of life in the face of westward expansion. Lt. Col. George Armstrong Custer and more than 200 his troops were killed.</p><p>The quiet wind-swept prairie of rolling hills and grassy ridges is coming alive again this week as the battle will be reenacted. Horse riders from the Cheyenne River Reservation in South Dakota and elsewhere are traveling hundreds of miles to the Crow Agency area in Montana to mark the occasion. A sunrise pipe ceremony was planned Thursday and families are being encouraged to share their oral histories. At the Standing Rock Sioux Reservation in North Dakota, horse races and traditional songs and dances are planned.</p><p>Gathering at the battlefield area in Montana means “we’re still here,” said William Good Bird, a traditional singer from the Spirit Lake Dakota Nation in North Dakota who woke up the camp where hundreds of people were gathered from numerous tribes with a song and drumming.</p><p>“Today I am celebrating the victory of our people, celebrating my life as a human being and my spot on this earth,” he said.</p><p>Native warriors overpowered divided U.S. Army forces</p><p>The discovery of gold in the Black Hills in what is now South Dakota by a Custer expedition just years earlier spurred a military campaign against Great Plains tribes that aimed to push them onto reservations, or what were known then as agencies, said historian Dakota Goodhouse.</p><p>There were bigger, longer battles and other Native victories between March 1876 and June 1877, but Goodhouse said only the Battle of Greasy Grass — named by Native Americans for the slick grass along the river — gained national recognition because the commanding officer was killed.</p><p>At the time, the Lakota were one of the largest and most powerful tribal nations, with strong leaders in Sitting Bull and warriors like Crazy Horse. Native warriors quickly overwhelmed Custer's men as the U.S. forces were spread miles apart over the hilly area.</p><p>News of Custer's defeat stunned Americans, who were celebrating their country's centennial.</p><p>The federal government accelerated efforts to subdue resistance, bringing years of hardship and upheaval for Native Americans. Crazy Horse was killed in 1877, and starvation brought about the surrender of others in 1881.</p><p>Sitting Bull didn’t surrender as history books tell it, said Jon Eagle Sr., a former Standing Rock tribal historic preservation officer from the Hunkpapa band of the Oceti Sakowin.</p><p>“Our people say that he looked at his son Crow Foot and said, ‘My boy, if you live, you can never be a man in this world because you can never own a gun or a pony,’” Eagle said. “I think that he understood that things were going to change for his children, his grandchildren and those not yet born.”</p><p>Sitting Bull was killed with about a dozen other people when Indian agency police attempted to arrest him in 1890.</p><p>Custer is remembered as a polarizing figure</p><p>Biographer T.J. Stiles described Custer as one of the most distinguished combat officers in the Army at the end of the Civil War. But he said the “Boy General” with his long hair and flamboyant battlefield wardrobe often bristled at the chain of command and did not take to the management side of leadership.</p><p>“Custer was someone who whenever he got into the frying pan, he immediately started looking for the fire,” he said.</p><p>In 1873, Custer was assigned to lead the Seventh Cavalry at Fort Abraham Lincoln, near present-day Bismarck, North Dakota. From there, he led military expeditions, including one that confirmed the gold in the Black Hills, a sacred place to the Lakota.</p><p>Seen in the U.S. as a tragic hero and memorialized for his military feats, Custer could also be considered progressive even as the federal government sought to displace Native Americans and stamp out Native languages through boarding schools, Goodhouse said. He learned to speak Arikara and Lakota and became fluent in Plains Indian sign language.</p><p>Still, as many Americans are celebrating the 250 years since the signing of the Declaration of Independence, for many Native Americans it's not a reason to rejoice.</p><p>“It’s just a mark to me of 250 years of injustice to the Native people,” Crow tribal member and reenactment coordinator Jim Real Bird said.</p><p>Eagle agreed: “That’s one of the things that we always tell our people when we come together, is they failed at their attempts to rub us out. We’re still here as ancient people deeply connected to our environment.”</p><p>Commemoration keeps history alive for future generations</p><p>For more than 30 years, reenactments featuring hundreds of warriors have marked the anniversary near the battlefield. The choreography is based on Northern Cheyenne oral history and highlights horsemanship and language preservation.</p><p>“All the other things that are Native American don't mean nothing if you don't know your language,” said Real Bird.</p><p>Thousands of people are expected to camp out over the course of a few days. They will participate in prayer gatherings, relay races, horse rides and parades. The National Park Service also is holding anniversary events at the battlefield national monument.</p><p>At Standing Rock, Eagle said there are races to honor the horse nation that carried their ancestors to victory 150 years ago. The commemoration also includes oskáte, a traditional celebration of oral histories, victory songs and tribal dancing.</p><p>“It's just an opportunity for us to share with the generations coming behind us that they’re descendants of a very powerful nation and ancient people that are still here despite everything that was done to us,” said Eagle, whose great-great-grandfather, Sunka, fought that day. His father, Charging Thunder, also was there.</p><p>Goodhouse recalled stories his grandfather would tell him of their ancestors who were in the Hunkpapa camp when troops attacked. His grandfather’s great-grandfather, Striped Face, was shot but mounted his horse and joined the fight.</p><p>“There’s this kind of energy there that still lives on because we have this direct narrative that was handed down,” he said.</p><p>___</p><p>Dura reported from Bismarck, North Dakota.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ADZ42VXMO6LPCUGXORRV44PXJU.jpg?auth=c89123511c5e6b8e4db5446de2572ce8ed5b64a572fdbf71ca952136a96b9052&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A man walks back to camp during festivities commemorating the 150th anniversary of the Battle of the Little Bighorn, Wednesday, June 24, 2026, in Crow Agency, Mont. (AP Photo/Tailyr Irvine)]]></media:description><media:credit role="author" scheme="urn:ebu">Tailyr Irvine</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FMM4FDMWO6LOFUUZXBNTXORVXY.jpg?auth=a51a35182a2d4f9fc051139a7b4a37e2858dcf218def5da82c1644e3c593980d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Riders wait for the horse ceremony to begin during festivities commemorating the 150th anniversary of the Battle of the Little Bighorn, Wednesday, June 24, 2026, in Crow Agency, Mont. (AP Photo/Tailyr Irvine)]]></media:description><media:credit role="author" scheme="urn:ebu">Tailyr Irvine</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AS44G4Y63URVGQPVHNUJTWJITI.jpg?auth=4dc8920038db8195dca7430f81738917f7a272f0bcf03c2b40defdca8f45eeb2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Sioux Indians, six of whom were present at the battle of Little Big Horn, where General George Custer and his soldiers were gathered for a reunion on Sept. 2, 1948 at Custer state park, in South Dakota's Black Hills. (AP Photo,File)]]></media:description><media:credit role="author" scheme="urn:ebu">Anonymous</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5D3EOVW3HH74UPR4MLOH2R4GOY.jpg?auth=a0f82a6714960817686be22aa4f1c12c914337ea9d90af21511842828a83fb48&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Dawson Richards helps his father set up a tepee during festivities commemorating the 150th anniversary of the Battle of the Little Bighorn, Wednesday, June 24, 2026, in Crow Agency, Mont. (AP Photo/Tailyr Irvine)]]></media:description><media:credit role="author" scheme="urn:ebu">Tailyr Irvine</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Z5V7EDRZR6RJCT63JV7XKHZ5UU.jpg?auth=b8652f78f19da901e4a588d4fc4a65383038b98e1dae30cd58eeb7d3a5ab31b5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Tepees dot the campground during festivities commemorating the 150th anniversary of the Battle of the Little Bighorn, Wednesday, June 24, 2026, in Crow Agency, Mont. (AP Photo/Tailyr Irvine)]]></media:description><media:credit role="author" scheme="urn:ebu">Tailyr Irvine</media:credit></media:content></item><item><title><![CDATA[JPMorgan Chase promotes Petno, Rohrbaugh to copresidents, setting up two more successors for Dimon]]></title><link>https://www.local10.com/business/2026/06/25/jpmorgan-chase-promotes-petno-rohrbaugh-to-copresidents-setting-up-two-more-successors-for-dimon/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/25/jpmorgan-chase-promotes-petno-rohrbaugh-to-copresidents-setting-up-two-more-successors-for-dimon/</guid><dc:creator><![CDATA[By KEN SWEET, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — JPMorgan Chase promoted investment bankers Doug Petno and Troy Rohrbaugh to copresidents of the bank, elevating two additional potential contenders to succeed Jamie Dimon whenever the longtime CEO step downs from running the nation’s largest bank.]]></description><pubDate>Thu, 25 Jun 2026 18:05:33 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — JPMorgan Chase promoted investment bankers Doug Petno and Troy Rohrbaugh to copresidents of the bank, elevating two additional potential contenders to succeed Jamie Dimon whenever the longtime CEO step downs from running the nation’s largest bank.</p><p>The bank also announced Thursday that Marianne Lake, who had held several top positions in the company including chief financial officer and CEO of the consumer banking division, will retire at the end of the year. Lake was long thought to be a potential person to take over the company when Dimon retired.</p><p>The promotion of Petno and Rohrbaugh is a sign that JPMorgan’s board is also looking to its commercial and investment banking ranks as it develops the next generation of leadership, even as Rohrbaugh will now move over to run the bank’s giant consumer business. Petno and Rohrbaugh both ascended JPMorgan’s ranks through the company’s investment bank but worked on different sides of the house: much of Petno’s experience has been working with clients and doing advisory work, including natural resources investment banking, while Rohrbaugh came up through the bank’s trading desks, with a background in foreign-exchange derivatives and options trading.</p><p>“The changes announced today mark an important step in our Board’s thoughtful process around succession planning and development of our top leaders,” Dimon said in a statement.</p><p>There are two other potential successors, both women, who remain on JPMorgan’s operating committee, the group of top management at the bank who report to Dimon. Jennifer Piepszak, 55, is JPMorgan’s chief operating officer, while Mary Erdoes, 58, runs its asset and wealth management division. The bank disclosed Thursday that Piepszak and Erdoes each received $20 million equity-based retention awards, underscoring that the board is trying to preserve a broad bench of senior leaders as it plans for Dimon’s eventual succession.</p><p>But even with those retention bonuses for Piepszak and Erdoes, analysts noted that promotion of Petno and Rohrbaugh is a signal that the board is leaning toward them.</p><p>“Given that Lake has been viewed as a front-runner, her retirement reshapes the succession field for Jamie Dimon’s CEO role, while elevating Petno and Rohrbaugh into president-level roles that have historically served as the springboard for the CEO job,” said analysts at Keefe, Bruyette & Woods in a note to investors after the announcement.</p><p>Further, the retention bonuses mean that the person who takes over for Dimon will have a full slate of senior executives to help them with the transition, analysts said.</p><p>Wall Street loves to speculate who will succeed Dimon, who is 70 years old and has been CEO since 2006. Dimon has had several health scares over his 20 years running the bank, including a throat cancer diagnosis in 2014 and emergency heart surgery in 2020. Still, Dimon has repeatedly said he enjoys being chairman and CEO, and has emphasized that JPMorgan’s board of directors will decide the timing of Dimon’s replacement.</p><p>Whoever replaces Dimon will inherit one of the most prominent roles on Wall Street and, more broadly, in Corporate America. Dimon is among the last of the generation of Wall Street CEOs who steered their firms through the 2008 financial crisis and is widely seen as the banking industry's elder statesman.</p><p>Before joining JPMorgan Chase in 2004, Dimon’s career was rooted more in consumer finance than trading and investment banking. He held leadership roles at American Express, Citigroup and Bank One. JPMorgan Chase acquired Bank One in 2004 in a deal to expand its consumer banking and credit card businesses. Bank One’s credit card division was considered a strategic asset in that deal.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/B5BBVG23PFRFXPVV2MAJWYV7OA.jpg?auth=d4f00f44597dfaf8c6ecda9fc74d6300ac82e1a1e6fdfff948dab8afd847c98c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Jamie Dimon, CEO of JPMorgan Chase, speaks at the America Business Forum, Nov. 6, 2025, in Miami. (AP Photo/Rebecca Blackwell, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca Blackwell</media:credit></media:content></item><item><title><![CDATA[Cubs acquire left-hander David Peterson in a trade with the Mets, AP source says]]></title><link>https://www.local10.com/sports/2026/06/25/cubs-acquire-left-hander-david-peterson-in-a-trade-with-the-mets-ap-source-says/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/25/cubs-acquire-left-hander-david-peterson-in-a-trade-with-the-mets-ap-source-says/</guid><dc:creator><![CDATA[By MIKE FITZPATRICK, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — The Chicago Cubs have patched a hole in their depleted rotation by acquiring struggling left-hander David Peterson in a trade with the New York Mets, according to a person with direct knowledge of the deal.]]></description><pubDate>Thu, 25 Jun 2026 15:47:43 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — The Chicago Cubs have patched a hole in their depleted rotation by acquiring struggling left-hander David Peterson in a trade with the New York Mets, according to a person with direct knowledge of the deal.</p><p>The person spoke to The Associated Press on condition of anonymity Thursday because the move hadn't been announced.</p><p>The Cubs placed Ben Brown and Edward Cabrera on the 15-day injured list on Wednesday, adding to their injury woes in their rotation. Brown has a neck strain, and Cabrera is sidelined with a left hamstring strain.</p><p>Jameson Taillon, Cade Horton and Justin Steele also are on the IL. Matthew Boyd is set to come off the injured list and start in Brown’s spot in Thursday's series finale against the Mets.</p><p>New York received minor league slugger infielder Cole Mathis in the trade. The 22-year-old Mathis, a second-round pick in the 2024 amateur draft, is batting .272 with 10 homers and 39 RBIs in 39 games over two stops this year.</p><p>The 30-year-old Peterson is 3-6 with a 6.09 ERA in eight starts and eight relief appearances this year. He is eligible for free agency after this season.</p><p>___</p><p>AP MLB: https://apnews.com/hub/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/H7VUDIF26QLR7EQZFTNZACROAY.jpg?auth=391206457eb3a4a2dbca0e658901fad5b2b3cbe19e0d7f126b07e2289c95ae36&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Mets relief pitcher David Peterson delivers during the second inning of a baseball game against the Philadelphia Phillies, Sunday, June 21, 2026, in Philadelphia. (AP Photo/Chris Szagola)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris Szagola</media:credit></media:content></item><item><title><![CDATA[FIFA World Cup 2026: Here is the June 25 schedule for Day 15 of group matches]]></title><link>https://www.local10.com/sports/2026/06/25/fifa-world-cup-2026-here-is-the-june-25-schedule-for-day-15-of-group-matches/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/25/fifa-world-cup-2026-here-is-the-june-25-schedule-for-day-15-of-group-matches/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[FIFA World Cup 2026 fans have six games on Thursday as group-stage matches continue.]]></description><pubDate>Thu, 25 Jun 2026 15:02:22 +0000</pubDate><content:encoded><![CDATA[<p>FIFA World Cup 2026 fans have six games on Thursday as group-stage matches continue.</p><p><a href="https://www.local10.com/news/local/2026/06/25/copa-mundial-de-la-fifa-2026-aqui-esta-el-calendario-del-25-de-junio-para-el-dia-15-de-la-fase-de-grupos/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/25/copa-mundial-de-la-fifa-2026-aqui-esta-el-calendario-del-25-de-junio-para-el-dia-15-de-la-fase-de-grupos/">Leer en español</a></p><p>Curaçao vs. Ivory Coast, a <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a> match, is at 4 p.m. </p><p>Ecuador vs. Germany, a <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a> match, is at 4 p.m. </p><p>Tunisia vs. Netherlands, a <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a> match, is at 7 p.m. </p><p>Japan vs. Sweden, a <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a> match, is at 7 p.m. </p><p>Turkey vs. United States, a <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a> match, is at 10 p.m. </p><p>Paraguay vs. Australia, a <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a> match, is at 10 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 3 p.m. to 1 a.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>Related list:</b> <a href="https://www.local10.com/sports/2026/06/20/fifa-world-cup-2026-track-teams-advancing-to-round-of-32/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/20/fifa-world-cup-2026-track-teams-advancing-to-round-of-32/">Track teams advancing to Round of 32</a></p><p><b>TOURNAMENT’S SCHEDULE</b></p><h3><b>Group stage continues</b></h3><p><b>June 26</b>: There are six matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a>, Norway vs. France, game is at 3 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a>, Senegal vs. Iraq, game is at 3 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H</a>, Cape Verde vs. Saudi Arabia, game is at 8 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H</a>, Uruguay vs. Spain, game is at 8 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a>, New Zealand vs. Belgium, game is at 11 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a>, Egypt vs. Iran, game is at 11 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 2 p.m. to 11 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>June 27</b>: There are six matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a>, Panama vs. England, game is at 5 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a>, Croatia vs. Ghana, game is at 5 p.m. The <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a>, Colombia vs. Portugal, game is at 7:30 p.m. The <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a>, Congo vs. Uzbekistan, game is at 7:30 p.m. The<a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/"> Group J</a>, Algeria vs. Austria, game is at 10 p.m. The<a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/"> Group J</a>, Jordan vs. Argentina, game is at 10 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 4 p.m. to 1 a.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>Sunrise watch party</b>: The indoor Amerant Bank Arena is hosting a free watch party <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" target="_self" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">for ticket holders</a> at 7:30 p.m. on June 27. Parking is free. Broward County is offering <a href="https://www.broward.org/BCT/Pages/WorldCup.aspx" target="_self" rel="" title="https://www.broward.org/BCT/Pages/WorldCup.aspx">free Express bus transportation</a> from the arena to the Miami Stadium, also known as Hard Rock, in Miami Gardens, to FIFA World Cup ticket holders.</p><h3><b>Round of 32 begins </b></h3><p><b>June 28</b>: There is a match at 3 p.m. </p><p><b>Miami watch party</b>: The fan festival opens from 1 p.m to 10 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>June 29</b>: There are three matches at 1 p.m., 4:30 p.m., and 9 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from noon to midnight at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>June 30</b>: There are three matches at 1 p.m., 5 p.m., and 9 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens from noon to midnight at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 1</b>: There are three matches at noon, 4 p.m., and 9 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 11 a.m. to 11 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 2</b>: There are three matches at 3 p.m., 7 p.m., and 11 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens from 2 p.m. to 10 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 3</b>: There are three matches at 2 p.m., 6 p.m., and 9:30 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens from 1 p.m to 9 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><h3><b>Round of 16 begins</b></h3><p><b>July 4:</b> There are two matches at 1 p.m. and 5 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens from noon to midnight at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 5</b>: There are two matches at 4 p.m. and 8 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens for the last day from 3 p.m. to 11 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 6</b>: There are two matches at 3 p.m. and 8 p.m. </p><p><b>July 7</b>: There are two matches at Noon and 4 p.m. </p><h3><b>Quarterfinals begin</b></h3><p><b>July 9</b>: There is a quarter-final match at 4 p.m. </p><p><b>July 10</b>: There is a quarter-final match at 3 p.m. </p><p><b>July 11</b>: There are two quarter-final matches at 5 p.m. and 9 p.m.</p><p><b>Sunrise watch party</b>: The indoor Amerant Bank Arena is hosting a free watch party <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" target="_self" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">for ticket holders</a> at 5 p.m. on July 11. Parking is free. </p><h3><b>Semifinals begin</b></h3><p><b>July 14</b>: The fan festival is closed. There is a semi-final match at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 14 at The Bandshell, at 7275 Collins Ave., for the semifinal match.</p><p><b>July 15</b>: There is a semi-final match at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 15 at The Bandshell, at 7275 Collins Ave., for the semifinal match.</p><h3><b>Finals begin</b></h3><p><b>July 18</b>: The third-place play-off match is at 5 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 18 at The Sandbowl, behind The Bandshell, at 7275 Collins Ave., for the 5 p.m. bronze final. </p><p><b>Sunrise ride to stadium</b>: The Amerant Bank Arena has free parking for FIFA World Cup ticket holders who ride Broward County’s <a href="https://www.broward.org/BCT/Pages/WorldCup.aspx" target="_self" rel="" title="https://www.broward.org/BCT/Pages/WorldCup.aspx">free Express bus transportation</a> to the Miami Stadium, also known as Hard Rock, in Miami Gardens. </p><p><b>July 19</b>: The final match is at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 1 p.m. on July 19 at The Sandbowl, behind The Bandshell, at 7275 Collins Ave., for the 3 p.m. final.</p><p><b>Sunrise watch party</b>: The indoor Amerant Bank Arena is hosting a free watch party <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" target="_self" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">for ticket holders</a> for the final on July 19. Parking is free. </p><p><b>Related stories </b></p><ul><li><a href="https://www.local10.com/sports/local/2026/06/11/fifa-world-cup-2026-key-information-for-fans-attending-matches-at-miami-stadium/" target="_self" rel="" title="https://www.local10.com/sports/local/2026/06/11/fifa-world-cup-2026-key-information-for-fans-attending-matches-at-miami-stadium/">Key information for fans attending matches at Miami Stadium </a></li><li><a href="https://www.local10.com/news/local/2026/06/10/security-guard-accused-of-stealing-fifa-referee-uniform-from-miami-beach-hotel/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/10/security-guard-accused-of-stealing-fifa-referee-uniform-from-miami-beach-hotel/">Security guard accused of stealing FIFA referee uniform from Miami Beach hotel</a></li></ul><h3><b>Track the groups</b></h3><ul><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Group A </a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a> </li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H </a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/">Group J</a></li><li><a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a></li></ul>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BYA22YXXUVY5FOU4SQXUIEULCU.jpg?auth=a6a2d9470f078289886f16c607c509631d9f6cf62dd3a8fbea9d387e73b99018&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Colombian singer J Balvin, center on stairs, performs before the start of the World Cup Group A soccer match between Mexico and South Africa in Mexico City, Thursday, June 11, 2026. (AP Photo/Ricardo Mazalan)]]></media:description><media:credit role="author" scheme="urn:ebu">Ricardo Mazalan</media:credit></media:content></item><item><title><![CDATA[Copa Mundial de la FIFA 2026: Aquí está el calendario del 25 de junio para el día 15 de la fase de grupos]]></title><link>https://www.local10.com/news/local/2026/06/25/copa-mundial-de-la-fifa-2026-aqui-esta-el-calendario-del-25-de-junio-para-el-dia-15-de-la-fase-de-grupos/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/25/copa-mundial-de-la-fifa-2026-aqui-esta-el-calendario-del-25-de-junio-para-el-dia-15-de-la-fase-de-grupos/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Los fanáticos de la Copa Mundial de la FIFA 2026 tienen seis partidos el jueves mientras continúan los juegos de la fase de grupos.]]></description><pubDate>Thu, 25 Jun 2026 15:36:17 +0000</pubDate><content:encoded><![CDATA[<p>Los aficionados al Mundial de la FIFA 2026 podrán disfrutar de seis partidos el jueves, ya que continúan los encuentros de la fase de grupos.</p><p>El partido entre Curazao y Costa de Marfil, correspondiente al <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Grupo E</a> , se jugará a las 16:00.</p><p>Ecuador contra Alemania, partido <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">del Grupo E</a> , se juega a las 4 pm.</p><p>El partido Túnez contra Países Bajos, correspondiente al <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Grupo F</a> , se jugará a las 19:00.</p><p>El partido entre Japón y Suecia, correspondiente al <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Grupo F</a> , se jugará a las 19:00.</p><p>El partido entre Turquía y Estados Unidos, correspondiente al <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Grupo D</a> , se jugará a las 22:00.</p><p>Paraguay contra Australia, partido <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">del Grupo D</a> , se juega a las 22:00.</p><p><b>Eventos para ver el partido en Miami</b> : El festival para fans abre de 15:00 a 01:00 en Bayfront Park, en 301 Biscayne Boulevard.</p><p><b>Lista relacionada: </b><a href="https://www.local10.com/sports/2026/06/20/fifa-world-cup-2026-track-teams-advancing-to-round-of-32/" rel="" title="https://www.local10.com/sports/2026/06/20/fifa-world-cup-2026-track-teams-advancing-to-round-of-32/">Equipos de atletismo que avanzan a la ronda de 32</a></p><p><b>CALENDARIO DEL TORNEO</b></p><h3><b>La fase de grupos continúa</b></h3><p><b>26 de junio</b> : Seis partidos: <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Grupo I</a> , Noruega vs. Francia, partido a las 15:00 h. <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Grupo I</a> , Senegal vs. Irak, partido a las 15:00 h. <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Grupo H</a> , Cabo Verde vs. Arabia Saudita, partido a las 20:00 h. <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Grupo H</a> , Uruguay vs. España, partido a las 20:00 h. <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Grupo G</a> , Nueva Zelanda vs. Bélgica, partido a las 23:00 h. <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Grupo G</a> , Egipto vs. Irán, partido a las 23:00 h.</p><p><b>Eventos para ver el partido en Miami</b> : El festival para fans se celebra de 14:00 a 23:00 en Bayfront Park, en 301 Biscayne Boulevard.</p><p><b>27 de junio</b> : Seis partidos: <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Grupo L</a> , Panamá vs. Inglaterra, partido a las 17:00 h. <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Grupo L</a> , Croacia vs. Ghana, partido a las 17:00 h. <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Grupo K</a> , Colombia vs. Portugal, partido a las 19:30 h. <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Grupo K</a> , Congo vs. Uzbekistán, partido a las 19:30 h. <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/">Grupo J</a> , Argelia vs. Austria, partido a las 22:00 h. <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/">Grupo J</a> , Jordania vs. Argentina, partido a las 22:00 h.</p><p><b>Eventos para ver el partido en Miami</b> : El festival para fans se celebra de 16:00 a 01:00 en Bayfront Park, en 301 Biscayne Boulevard.</p><p><b>Fiesta para ver el partido al amanecer</b> : El Amerant Bank Arena, un recinto cubierto, organiza una fiesta gratuita <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">para quienes tengan entrada</a> a las 19:30 h del 27 de junio. El estacionamiento es gratuito. El condado de Broward ofrece <a href="https://www.broward.org/BCT/Pages/WorldCup.aspx" rel="" title="https://www.broward.org/BCT/Pages/WorldCup.aspx">transporte gratuito en autobús exprés</a> desde el estadio hasta el Miami Stadium, también conocido como Hard Rock, en Miami Gardens, para los poseedores de entradas para la Copa Mundial de la FIFA.</p><h3><b>Comienza la ronda de 32.</b></h3><p><b>28 de junio</b> : Hay un partido a las 15:00.</p><p><b>Fiesta para ver el partido en Miami</b> : El festival para fans se celebra de 13:00 a 22:00 en Bayfront Park, en 301 Biscayne Boulevard.</p><p><b>29 de junio</b> : Hay tres partidos a la 1 pm, 4:30 pm y 9 pm.</p><p><b>Fiestas para ver el partido en Miami</b> : El festival para fans abre sus puertas desde el mediodía hasta la medianoche en Bayfront Park, en 301 Biscayne Boulevard.</p><p><b>30 de junio</b> : Hay tres partidos a la 1 pm, a las 5 pm y a las 9 pm.</p><p><b>Fiestas para ver el partido en Miami</b> : El festival para fans abre sus puertas desde el mediodía hasta la medianoche en Bayfront Park, en 301 Biscayne Boulevard.</p><p><b>1 de julio</b> : Hay tres partidos a las 12:00, a las 16:00 y a las 21:00.</p><p><b>Eventos para ver el partido en Miami</b> : El festival para fans abre de 11:00 a 23:00 en Bayfront Park, en 301 Biscayne Boulevard.</p><p><b>2 de julio</b> : Hay tres partidos a las 15:00, 19:00 y 23:00.</p><p><b>Eventos para ver el partido en Miami</b> : El festival para fans se celebra de 14:00 a 22:00 en Bayfront Park, en 301 Biscayne Boulevard.</p><p><b>3 de julio</b> : Hay tres partidos a las 14:00, 18:00 y 21:30.</p><p><b>Eventos para ver el partido en Miami</b> : El festival para fans se celebra de 13:00 a 21:00 en Bayfront Park, en 301 Biscayne Boulevard.</p><h3><b>Comienza la ronda de octavos de final.</b></h3><p><b>4 de julio:</b> Hay dos partidos a la 1 pm y a las 5 pm.</p><p><b>Fiestas para ver el partido en Miami</b> : El festival para fans abre sus puertas desde el mediodía hasta la medianoche en Bayfront Park, en 301 Biscayne Boulevard.</p><p><b>5 de julio</b> : Hay dos partidos a las 16:00 y a las 20:00.</p><p><b>Fiestas para ver el partido en Miami</b> : El festival para fans abre sus puertas el último día de 15:00 a 23:00 en Bayfront Park, en 301 Biscayne Boulevard.</p><p><b>6 de julio</b> : Hay dos partidos a las 15:00 y a las 20:00.</p><p><b>7 de julio</b> : Hay dos partidos a las 12:00 y a las 16:00.</p><h3><b>Comienzan los cuartos de final</b></h3><p><b>9 de julio</b> : Hay un partido de cuartos de final a las 16:00.</p><p><b>10 de julio</b> : Hay un partido de cuartos de final a las 15:00.</p><p><b>11 de julio</b> : Hay dos partidos de cuartos de final a las 17:00 y a las 21:00.</p><p><b>Fiesta para ver el partido al amanecer</b> : El Amerant Bank Arena, un recinto cubierto, organiza una fiesta gratuita <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">para quienes tengan entrada</a> a las 17:00 horas del 11 de julio. El aparcamiento es gratuito.</p><h3><b>Comienzan las semifinales</b></h3><p><b>14 de julio</b> : El festival de aficionados ha finalizado. Hay un partido de semifinales a las 15:00.</p><p><b>Fiesta para ver el partido en Miami Beach:</b> Las puertas se abren a las 3 pm el 14 de julio en The Bandshell, en 7275 Collins Ave., para el partido de semifinales.</p><p><b>15 de julio</b> : Hay un partido de semifinales a las 15:00.</p><p><b>Fiesta para ver el partido en Miami Beach:</b> Las puertas se abren a las 3 pm del 15 de julio en The Bandshell, en 7275 Collins Ave., para el partido de semifinales.</p><h3><b>Comienzan las finales</b></h3><p><b>18 de julio</b> : El partido por el tercer puesto se jugará a las 17:00.</p><p><b>Fiesta para ver la final en Miami Beach:</b> Las puertas se abren a las 3 pm del 18 de julio en The Sandbowl, detrás de The Bandshell, en 7275 Collins Ave., para la final de bronce de las 5 pm.</p><p><b>Viaje al amanecer al estadio</b> : El Amerant Bank Arena ofrece estacionamiento gratuito para los poseedores de entradas para la Copa Mundial de la FIFA que utilicen <a href="https://www.broward.org/BCT/Pages/WorldCup.aspx" rel="" title="https://www.broward.org/BCT/Pages/WorldCup.aspx">el servicio de autobús exprés gratuito</a> del condado de Broward para llegar al Miami Stadium, también conocido como Hard Rock, en Miami Gardens.</p><p><b>19 de julio</b> : El partido final es a las 15:00.</p><p><b>Fiesta para ver la final en Miami Beach:</b> Las puertas se abren a la 1 pm del 19 de julio en The Sandbowl, detrás de The Bandshell, en 7275 Collins Ave., para la final que comienza a las 3 pm.</p><p><b>Fiesta para ver el partido al amanecer</b> : El Amerant Bank Arena, un recinto cubierto, organiza una fiesta gratuita para ver la final el 19 de julio <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">para los poseedores de entradas</a> . El estacionamiento es gratuito.</p><p><b>Historias relacionadas</b></p><ul><li><a href="https://www.local10.com/sports/local/2026/06/11/fifa-world-cup-2026-key-information-for-fans-attending-matches-at-miami-stadium/" target="_self" rel="" title="https://www.local10.com/sports/local/2026/06/11/fifa-world-cup-2026-key-information-for-fans-attending-matches-at-miami-stadium/">Información clave para los aficionados que asistan a los partidos en el Estadio de Miami.</a></li><li><a href="https://www.local10.com/news/local/2026/06/10/security-guard-accused-of-stealing-fifa-referee-uniform-from-miami-beach-hotel/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/10/security-guard-accused-of-stealing-fifa-referee-uniform-from-miami-beach-hotel/">Un guardia de seguridad fue acusado de robar un uniforme de árbitro de la FIFA de un hotel en Miami Beach.</a></li></ul><h3><b>Rastrea los grupos</b></h3><ul><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Grupo A</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Grupo B</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Grupo C</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Grupo D</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Grupo E</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Grupo F</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Grupo G</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Grupo H</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Grupo I</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/">Grupo J</a></li><li><a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Grupo K</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Grupo L</a></li></ul><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

    .l10-neighborhood{
      --blue-dark:#0d2c73;
      --blue:#1f57c4;
      --blue-light:#3370e6;
      --gray-bg:#f2f3f5;
      --gray-border:#d6d8dc;
      --text-dark:#1a1a1a;
      --white:#ffffff;
      font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
      max-width:860px;
      margin:1.5rem auto;
      border-radius:10px;
      overflow:hidden;
      border:1px solid var(--gray-border);
      background:var(--gray-bg);
      box-shadow:0 4px 14px rgba(0,0,0,.12);
      text-align:center;
    }

    .l10-head{
      background:linear-gradient(90deg,var(--blue-dark),var(--blue));
      color:var(--white);
      padding:12px 16px;
      font-weight:800;
      text-transform:uppercase;
      font-size:1rem;
      letter-spacing:.3px;
      display:flex; justify-content:center; align-items:center; gap:8px;
    }

    .l10-body{
      max-width:740px;
      margin:0 auto;
      padding:0 16px 18px;
    }

    .l10-sub{
      margin:12px 0 10px;
      font-size:.95rem;
      color:var(--text-dark);
      font-weight:500;
      text-align:center;
    }

    .l10-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:12px;
    }
    @media (min-width:600px){
      .l10-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .nb-btn{
      display:grid;
      place-items:center;
      text-align:center;
      line-height:1;
      width:100%;
      min-height:48px;
      padding:10px;
      border-radius:8px;
      text-decoration:none;
      font-weight:800;
      text-transform:uppercase;
      font-size:.95rem;
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      color:var(--white);
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      transition:background .15s ease, transform .1s ease, box-shadow .15s ease;
    }
    .nb-btn:hover, .nb-btn:focus-visible{
      background:linear-gradient(180deg,var(--blue),var(--blue-dark));
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.2);
      outline:none;
    }
    .nb-btn:link, .nb-btn:visited{ color:var(--white); }

    .city-dd{
      grid-column:1 / -1;
      justify-self:stretch;
      width:100%;
      margin:0;
      text-align:left;
    }
    .city-dd summary{
      list-style:none;
      cursor:pointer;
      display:flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      width:100%;
      min-height:48px;
      padding:10px 16px;
      font-weight:800;
      text-transform:uppercase;
      letter-spacing:.02em;
      color:var(--white);
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      border:1px solid rgba(0,0,0,.08);
      border-radius:8px;
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      user-select:none;
    }
    .city-dd summary::-webkit-details-marker{ display:none; }
    .city-dd summary .caret{ line-height:1; transition:transform .2s ease; }
    .city-dd[open] summary .caret{ transform:rotate(180deg); }

    .city-menu{
      margin-top:0;
      background:var(--white);
      border:1px solid var(--gray-border);
      border-top:0;
      border-radius:10px;
      border-top-left-radius:0;
      border-top-right-radius:0;
      padding:10px;
      box-shadow:0 6px 16px rgba(0,0,0,.08);
    }
    .city-dd[open] summary{
      border-bottom-left-radius:0;
      border-bottom-right-radius:0;
    }

    .city-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:8px;
    }
    @media (min-width:520px){
      .city-grid{ grid-template-columns:repeat(2,1fr); }
    }
    @media (min-width:800px){
      .city-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .city-link{
      display:block;
      text-decoration:none;
      text-align:center;
      font-weight:700;
      padding:8px 10px;
      border-radius:8px;
      background:#f7f9fc;
      border:1px solid var(--gray-border);
      color:var(--blue);
      transition:background .12s ease, transform .08s ease, box-shadow .12s ease;
    }
    .city-link:hover, .city-link:focus-visible{
      background:#eef3ff;
      outline:none;
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.08);
    }
    .city-link:link, .city-link:visited{ color:var(--blue); }
  </style>

  <div class="l10-head">🏠 News From Your Neighborhood</div>

  <div class="l10-body">
    <div class="l10-sub">Latest headlines from:</div>

    <div class="l10-grid" role="group" aria-label="Counties and cities">
      <a class="nb-btn" href="https://www.local10.com/topic/Miami-Dade_County/" target="_blank" rel="noopener noreferrer">Miami-Dade</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Broward_County/" target="_blank" rel="noopener noreferrer">Broward</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Monroe_County/" target="_blank" rel="noopener noreferrer">Florida Keys</a>

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BYA22YXXUVY5FOU4SQXUIEULCU.jpg?auth=a6a2d9470f078289886f16c607c509631d9f6cf62dd3a8fbea9d387e73b99018&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Colombian singer J Balvin, center on stairs, performs before the start of the World Cup Group A soccer match between Mexico and South Africa in Mexico City, Thursday, June 11, 2026. (AP Photo/Ricardo Mazalan)]]></media:description><media:credit role="author" scheme="urn:ebu">Ricardo Mazalan</media:credit></media:content></item><item><title><![CDATA[Avianca to begin operating from Terminal 4 at FLL]]></title><link>https://www.local10.com/news/local/2026/06/25/avianca-to-begin-operating-from-terminal-4-at-fll/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/25/avianca-to-begin-operating-from-terminal-4-at-fll/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Avianca announced it is relocating its operations at Fort Lauderdale-Hollywood International Airport from Terminal 1 to Terminal 4 as the airline continues to expand its presence in South Florida.]]></description><pubDate>Thu, 25 Jun 2026 15:17:40 +0000</pubDate><content:encoded><![CDATA[<p>Avianca announced it is relocating its operations at Fort Lauderdale-Hollywood International Airport from Terminal 1 to Terminal 4 as the airline continues to expand its presence in South Florida.</p><p><a href="https://www.local10.com/news/local/2026/06/25/avianca-comenzara-a-operar-desde-la-terminal-4-en-fll/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/25/avianca-comenzara-a-operar-desde-la-terminal-4-en-fll/">Leer en español</a></p><p>An Avianca spokesperson said the move will provide the airline with additional space to accommodate increased flight activity at FLL and streamline operations for travelers flying between Fort Lauderdale and destinations across Latin America. </p><p>The airline confirmed in a news release that its first flight departing from Terminal 4 will be a service to Bogotá, Colombia, on Monday. </p><p>Airport officials said the terminal change is expected to improve passenger flow and efficiency, particularly for international travelers, while providing convenient access to U.S. Customs and Border Protection services.</p><p>“Moving to Terminal 4 gives us the space and operational flexibility needed to support our growth at FLL, improve passenger flows and better serve travelers connecting between South Florida, Latin America and the rest of our network,” the airline wrote in a statement. </p><p>The transition is being coordinated with Fort Lauderdale-Hollywood International Airport and the Broward County Aviation Department. </p><p>Avianca said it will also update signage, booking systems and passenger information platforms to reflect the terminal change.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

    .l10-neighborhood{
      --blue-dark:#0d2c73;
      --blue:#1f57c4;
      --blue-light:#3370e6;
      --gray-bg:#f2f3f5;
      --gray-border:#d6d8dc;
      --text-dark:#1a1a1a;
      --white:#ffffff;
      font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
      max-width:860px;
      margin:1.5rem auto;
      border-radius:10px;
      overflow:hidden;
      border:1px solid var(--gray-border);
      background:var(--gray-bg);
      box-shadow:0 4px 14px rgba(0,0,0,.12);
      text-align:center;
    }

    .l10-head{
      background:linear-gradient(90deg,var(--blue-dark),var(--blue));
      color:var(--white);
      padding:12px 16px;
      font-weight:800;
      text-transform:uppercase;
      font-size:1rem;
      letter-spacing:.3px;
      display:flex; justify-content:center; align-items:center; gap:8px;
    }

    .l10-body{
      max-width:740px;
      margin:0 auto;
      padding:0 16px 18px;
    }

    .l10-sub{
      margin:12px 0 10px;
      font-size:.95rem;
      color:var(--text-dark);
      font-weight:500;
      text-align:center;
    }

    .l10-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:12px;
    }
    @media (min-width:600px){
      .l10-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .nb-btn{
      display:grid;
      place-items:center;
      text-align:center;
      line-height:1;
      width:100%;
      min-height:48px;
      padding:10px;
      border-radius:8px;
      text-decoration:none;
      font-weight:800;
      text-transform:uppercase;
      font-size:.95rem;
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      color:var(--white);
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      transition:background .15s ease, transform .1s ease, box-shadow .15s ease;
    }
    .nb-btn:hover, .nb-btn:focus-visible{
      background:linear-gradient(180deg,var(--blue),var(--blue-dark));
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.2);
      outline:none;
    }
    .nb-btn:link, .nb-btn:visited{ color:var(--white); }

    .city-dd{
      grid-column:1 / -1;
      justify-self:stretch;
      width:100%;
      margin:0;
      text-align:left;
    }
    .city-dd summary{
      list-style:none;
      cursor:pointer;
      display:flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      width:100%;
      min-height:48px;
      padding:10px 16px;
      font-weight:800;
      text-transform:uppercase;
      letter-spacing:.02em;
      color:var(--white);
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      border:1px solid rgba(0,0,0,.08);
      border-radius:8px;
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      user-select:none;
    }
    .city-dd summary::-webkit-details-marker{ display:none; }
    .city-dd summary .caret{ line-height:1; transition:transform .2s ease; }
    .city-dd[open] summary .caret{ transform:rotate(180deg); }

    .city-menu{
      margin-top:0;
      background:var(--white);
      border:1px solid var(--gray-border);
      border-top:0;
      border-radius:10px;
      border-top-left-radius:0;
      border-top-right-radius:0;
      padding:10px;
      box-shadow:0 6px 16px rgba(0,0,0,.08);
    }
    .city-dd[open] summary{
      border-bottom-left-radius:0;
      border-bottom-right-radius:0;
    }

    .city-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:8px;
    }
    @media (min-width:520px){
      .city-grid{ grid-template-columns:repeat(2,1fr); }
    }
    @media (min-width:800px){
      .city-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .city-link{
      display:block;
      text-decoration:none;
      text-align:center;
      font-weight:700;
      padding:8px 10px;
      border-radius:8px;
      background:#f7f9fc;
      border:1px solid var(--gray-border);
      color:var(--blue);
      transition:background .12s ease, transform .08s ease, box-shadow .12s ease;
    }
    .city-link:hover, .city-link:focus-visible{
      background:#eef3ff;
      outline:none;
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.08);
    }
    .city-link:link, .city-link:visited{ color:var(--blue); }
  </style>

  <div class="l10-head">🏠 News From Your Neighborhood</div>

  <div class="l10-body">
    <div class="l10-sub">Latest headlines from:</div>

    <div class="l10-grid" role="group" aria-label="Counties and cities">
      <a class="nb-btn" href="https://www.local10.com/topic/Miami-Dade_County/" target="_blank" rel="noopener noreferrer">Miami-Dade</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Broward_County/" target="_blank" rel="noopener noreferrer">Broward</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Monroe_County/" target="_blank" rel="noopener noreferrer">Florida Keys</a>

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ABF36YPHYM6XUMNE3X5YV33TEA.jpg?auth=e6dfbc30c5ad80b92dc77dc93ff636c743b5674991abb9dc0fade8c834abad60&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Avianca comenzará a operar desde la Terminal 4 en FLL]]></title><link>https://www.local10.com/news/local/2026/06/25/avianca-comenzara-a-operar-desde-la-terminal-4-en-fll/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/25/avianca-comenzara-a-operar-desde-la-terminal-4-en-fll/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Avianca anunció que trasladará sus operaciones en el Aeropuerto Internacional Fort Lauderdale-Hollywood de la Terminal 1 a la Terminal 4 mientras la aerolínea continúa expandiendo su presencia en el sur de Florida.]]></description><pubDate>Thu, 25 Jun 2026 15:28:55 +0000</pubDate><content:encoded><![CDATA[<p>Avianca anunció que trasladará sus operaciones en el Aeropuerto Internacional Fort Lauderdale-Hollywood de la Terminal 1 a la Terminal 4 mientras la aerolínea continúa expandiendo su presencia en el sur de Florida.</p><p>Un portavoz de Avianca dijo que el cambio proporcionará a la aerolínea espacio adicional para acomodar el aumento de la actividad de vuelos en FLL y agilizar las operaciones para los viajeros que vuelan entre Fort Lauderdale y destinos en toda América Latina.</p><p>La aerolínea confirmó en un comunicado que su primer vuelo saliendo desde la Terminal 4 será un servicio a Bogotá, Colombia, el lunes.</p><p>Funcionarios del aeropuerto dijeron que se espera que el cambio de terminal mejore el flujo de pasajeros y la eficiencia, particularmente para los viajeros internacionales, al tiempo que proporciona acceso conveniente a los servicios de Aduanas y Protección Fronteriza de EE.UU.</p><p>“Trasladarnos a la Terminal 4 nos da el espacio y la flexibilidad operativa necesarios para apoyar nuestro crecimiento en FLL, mejorar el flujo de pasajeros y servir mejor a los viajeros que conectan entre el sur de Florida, América Latina y el resto de nuestra red”, escribió la aerolínea en un comunicado.</p><p>La transición está siendo coordinada con el Aeropuerto Internacional Fort Lauderdale-Hollywood y el Departamento de Aviación del condado Broward.</p><p>Avianca dijo que también actualizará la señalización, los sistemas de reservas y las plataformas de información para pasajeros para reflejar el cambio de terminal.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

    .l10-neighborhood{
      --blue-dark:#0d2c73;
      --blue:#1f57c4;
      --blue-light:#3370e6;
      --gray-bg:#f2f3f5;
      --gray-border:#d6d8dc;
      --text-dark:#1a1a1a;
      --white:#ffffff;
      font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
      max-width:860px;
      margin:1.5rem auto;
      border-radius:10px;
      overflow:hidden;
      border:1px solid var(--gray-border);
      background:var(--gray-bg);
      box-shadow:0 4px 14px rgba(0,0,0,.12);
      text-align:center;
    }

    .l10-head{
      background:linear-gradient(90deg,var(--blue-dark),var(--blue));
      color:var(--white);
      padding:12px 16px;
      font-weight:800;
      text-transform:uppercase;
      font-size:1rem;
      letter-spacing:.3px;
      display:flex; justify-content:center; align-items:center; gap:8px;
    }

    .l10-body{
      max-width:740px;
      margin:0 auto;
      padding:0 16px 18px;
    }

    .l10-sub{
      margin:12px 0 10px;
      font-size:.95rem;
      color:var(--text-dark);
      font-weight:500;
      text-align:center;
    }

    .l10-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:12px;
    }
    @media (min-width:600px){
      .l10-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .nb-btn{
      display:grid;
      place-items:center;
      text-align:center;
      line-height:1;
      width:100%;
      min-height:48px;
      padding:10px;
      border-radius:8px;
      text-decoration:none;
      font-weight:800;
      text-transform:uppercase;
      font-size:.95rem;
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      color:var(--white);
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      transition:background .15s ease, transform .1s ease, box-shadow .15s ease;
    }
    .nb-btn:hover, .nb-btn:focus-visible{
      background:linear-gradient(180deg,var(--blue),var(--blue-dark));
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.2);
      outline:none;
    }
    .nb-btn:link, .nb-btn:visited{ color:var(--white); }

    .city-dd{
      grid-column:1 / -1;
      justify-self:stretch;
      width:100%;
      margin:0;
      text-align:left;
    }
    .city-dd summary{
      list-style:none;
      cursor:pointer;
      display:flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      width:100%;
      min-height:48px;
      padding:10px 16px;
      font-weight:800;
      text-transform:uppercase;
      letter-spacing:.02em;
      color:var(--white);
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      border:1px solid rgba(0,0,0,.08);
      border-radius:8px;
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      user-select:none;
    }
    .city-dd summary::-webkit-details-marker{ display:none; }
    .city-dd summary .caret{ line-height:1; transition:transform .2s ease; }
    .city-dd[open] summary .caret{ transform:rotate(180deg); }

    .city-menu{
      margin-top:0;
      background:var(--white);
      border:1px solid var(--gray-border);
      border-top:0;
      border-radius:10px;
      border-top-left-radius:0;
      border-top-right-radius:0;
      padding:10px;
      box-shadow:0 6px 16px rgba(0,0,0,.08);
    }
    .city-dd[open] summary{
      border-bottom-left-radius:0;
      border-bottom-right-radius:0;
    }

    .city-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:8px;
    }
    @media (min-width:520px){
      .city-grid{ grid-template-columns:repeat(2,1fr); }
    }
    @media (min-width:800px){
      .city-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .city-link{
      display:block;
      text-decoration:none;
      text-align:center;
      font-weight:700;
      padding:8px 10px;
      border-radius:8px;
      background:#f7f9fc;
      border:1px solid var(--gray-border);
      color:var(--blue);
      transition:background .12s ease, transform .08s ease, box-shadow .12s ease;
    }
    .city-link:hover, .city-link:focus-visible{
      background:#eef3ff;
      outline:none;
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.08);
    }
    .city-link:link, .city-link:visited{ color:var(--blue); }
  </style>

  <div class="l10-head">🏠 News From Your Neighborhood</div>

  <div class="l10-body">
    <div class="l10-sub">Latest headlines from:</div>

    <div class="l10-grid" role="group" aria-label="Counties and cities">
      <a class="nb-btn" href="https://www.local10.com/topic/Miami-Dade_County/" target="_blank" rel="noopener noreferrer">Miami-Dade</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Broward_County/" target="_blank" rel="noopener noreferrer">Broward</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Monroe_County/" target="_blank" rel="noopener noreferrer">Florida Keys</a>

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ABF36YPHYM6XUMNE3X5YV33TEA.jpg?auth=e6dfbc30c5ad80b92dc77dc93ff636c743b5674991abb9dc0fade8c834abad60&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Baggage claim at Fort Lauderdale-Hollywood International Airport.]]></media:description></media:content></item><item><title><![CDATA[Broward couple accused in yearslong insurance fraud scheme]]></title><link>https://www.local10.com/news/local/2026/06/25/broward-couple-accused-in-yearslong-insurance-fraud-scheme/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/25/broward-couple-accused-in-yearslong-insurance-fraud-scheme/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A husband and wife from Broward County were arrested Wednesday in connection with what investigators described as a yearslong insurance fraud scheme.]]></description><pubDate>Thu, 25 Jun 2026 14:57:29 +0000</pubDate><content:encoded><![CDATA[<p>A husband and wife from Broward County were arrested Wednesday in connection with what investigators described as a yearslong insurance fraud scheme.</p><p><a href="https://www.local10.com/news/local/2026/06/25/acusan-a-pareja-de-broward-en-esquema-de-fraude-de-seguros-durante-anos/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/25/acusan-a-pareja-de-broward-en-esquema-de-fraude-de-seguros-durante-anos/">Leer en español</a></p><p>According to a complaint affidavit from the Florida Department of Financial Services’ Criminal Investigations Division obtained by Local 10 News on Thursday, the suspects were identified as 59-year-old Phillip Salvatore Nunzio Jr. and 56-year-old Christine Ann Nunzio, of Hollywood. </p><p>Jail records show both face more than 20 charges, including racketeering, money laundering, insurance fraud and criminal use of personal identification information.</p><p>According to the affidavit, investigators determined that from at least 2017 through 2023, the couple engaged in a “recurring scheme to fraudulently obtain life insurance proceeds by falsifying employment records, insurance enrollment documents, beneficiary designations, and claim forms.”</p><p>The affidavit states that the fraudulent submissions were made primarily through group life insurance policies issued by Mutual of Omaha and Lincoln Financial Group.</p><p>Investigators said Christine Nunzio used business entities under her control, including C&amp;C Construction and Design Group Inc., to create the appearance of legitimate employment relationships in order to enroll non-consenting individuals in group life insurance plans.</p><p>Authorities said Christine Nunzio named either herself or her husband as the beneficiary of the policies and directed claim proceeds into accounts she controlled.</p><p>According to the affidavit, following the death of an individual whose name was redacted, a life insurance claim was submitted and paid in the amount of $100,284.93. Investigators said the funds were deposited into a joint account controlled by the Nunzios.</p><p>Authorities also identified additional life insurance claims totaling $110,000 and $63,700 that were deposited into accounts controlled by the couple and followed by what investigators described as “extensive rapid fund transfers.” </p><p>“A forensic examination of Christina Nunzio’s work laptop revealed life insurance claim forms, payroll spreadsheets, job descriptions, and correspondence directly related to the fraudulent claims,” the affidavit states.</p><p>The affidavit further states that deleted files and email attachments confirmed Christine Nunzio’s active role in preparing and submitting claim documentation.</p><p>Investigators said financial records also demonstrated prior knowledge of financial distress, including loan defaults exceeding $145,000.</p><p>As of Thursday, both Phillip and Christine Nunzio were being held without bond at the Broward County Main Jail.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

    .l10-neighborhood{
      --blue-dark:#0d2c73;
      --blue:#1f57c4;
      --blue-light:#3370e6;
      --gray-bg:#f2f3f5;
      --gray-border:#d6d8dc;
      --text-dark:#1a1a1a;
      --white:#ffffff;
      font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
      max-width:860px;
      margin:1.5rem auto;
      border-radius:10px;
      overflow:hidden;
      border:1px solid var(--gray-border);
      background:var(--gray-bg);
      box-shadow:0 4px 14px rgba(0,0,0,.12);
      text-align:center;
    }

    .l10-head{
      background:linear-gradient(90deg,var(--blue-dark),var(--blue));
      color:var(--white);
      padding:12px 16px;
      font-weight:800;
      text-transform:uppercase;
      font-size:1rem;
      letter-spacing:.3px;
      display:flex; justify-content:center; align-items:center; gap:8px;
    }

    .l10-body{
      max-width:740px;
      margin:0 auto;
      padding:0 16px 18px;
    }

    .l10-sub{
      margin:12px 0 10px;
      font-size:.95rem;
      color:var(--text-dark);
      font-weight:500;
      text-align:center;
    }

    .l10-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:12px;
    }
    @media (min-width:600px){
      .l10-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .nb-btn{
      display:grid;
      place-items:center;
      text-align:center;
      line-height:1;
      width:100%;
      min-height:48px;
      padding:10px;
      border-radius:8px;
      text-decoration:none;
      font-weight:800;
      text-transform:uppercase;
      font-size:.95rem;
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      color:var(--white);
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      transition:background .15s ease, transform .1s ease, box-shadow .15s ease;
    }
    .nb-btn:hover, .nb-btn:focus-visible{
      background:linear-gradient(180deg,var(--blue),var(--blue-dark));
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.2);
      outline:none;
    }
    .nb-btn:link, .nb-btn:visited{ color:var(--white); }

    .city-dd{
      grid-column:1 / -1;
      justify-self:stretch;
      width:100%;
      margin:0;
      text-align:left;
    }
    .city-dd summary{
      list-style:none;
      cursor:pointer;
      display:flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      width:100%;
      min-height:48px;
      padding:10px 16px;
      font-weight:800;
      text-transform:uppercase;
      letter-spacing:.02em;
      color:var(--white);
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      border:1px solid rgba(0,0,0,.08);
      border-radius:8px;
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      user-select:none;
    }
    .city-dd summary::-webkit-details-marker{ display:none; }
    .city-dd summary .caret{ line-height:1; transition:transform .2s ease; }
    .city-dd[open] summary .caret{ transform:rotate(180deg); }

    .city-menu{
      margin-top:0;
      background:var(--white);
      border:1px solid var(--gray-border);
      border-top:0;
      border-radius:10px;
      border-top-left-radius:0;
      border-top-right-radius:0;
      padding:10px;
      box-shadow:0 6px 16px rgba(0,0,0,.08);
    }
    .city-dd[open] summary{
      border-bottom-left-radius:0;
      border-bottom-right-radius:0;
    }

    .city-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:8px;
    }
    @media (min-width:520px){
      .city-grid{ grid-template-columns:repeat(2,1fr); }
    }
    @media (min-width:800px){
      .city-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .city-link{
      display:block;
      text-decoration:none;
      text-align:center;
      font-weight:700;
      padding:8px 10px;
      border-radius:8px;
      background:#f7f9fc;
      border:1px solid var(--gray-border);
      color:var(--blue);
      transition:background .12s ease, transform .08s ease, box-shadow .12s ease;
    }
    .city-link:hover, .city-link:focus-visible{
      background:#eef3ff;
      outline:none;
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.08);
    }
    .city-link:link, .city-link:visited{ color:var(--blue); }
  </style>

  <div class="l10-head">🏠 News From Your Neighborhood</div>

  <div class="l10-body">
    <div class="l10-sub">Latest headlines from:</div>

    <div class="l10-grid" role="group" aria-label="Counties and cities">
      <a class="nb-btn" href="https://www.local10.com/topic/Miami-Dade_County/" target="_blank" rel="noopener noreferrer">Miami-Dade</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Broward_County/" target="_blank" rel="noopener noreferrer">Broward</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Monroe_County/" target="_blank" rel="noopener noreferrer">Florida Keys</a>

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5K3K2KRRD5HGPJNXVHM266EEAQ.jpg?auth=476bfbc10af796d3740ef1ec84696861480d923e25c1be7640f02b9112f4ce99&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Acusan a pareja de Broward en esquema de fraude de seguros durante años]]></title><link>https://www.local10.com/news/local/2026/06/25/acusan-a-pareja-de-broward-en-esquema-de-fraude-de-seguros-durante-anos/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/25/acusan-a-pareja-de-broward-en-esquema-de-fraude-de-seguros-durante-anos/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Un esposo y una esposa del condado Broward fueron arrestados el miércoles en relación con lo que los investigadores describieron como un esquema de fraude de seguros durante años.]]></description><pubDate>Thu, 25 Jun 2026 15:26:03 +0000</pubDate><content:encoded><![CDATA[<p>Unos esposos del condado Broward fueron arrestados el miércoles en relación con lo que los investigadores describieron como un esquema de fraude de seguros durante años.</p><p>Según una declaración jurada de denuncia de la División de Investigaciones Criminales del Departamento de Servicios Financieros de Florida obtenida por Local 10 News el jueves, los sospechosos fueron identificados como Phillip Salvatore Nunzio Jr., de 59 años, y Christine Ann Nunzio, de 56, de Hollywood.</p><p>Los registros de la cárcel muestran que ambos enfrentan más de 20 cargos, incluyendo crimen organizado, lavado de dinero, fraude de seguros y uso criminal de información de identificación personal.</p><p>Según la declaración jurada, los investigadores determinaron que desde al menos 2017 hasta 2023, la pareja participó en un “esquema recurrente para obtener de manera fraudulenta beneficios de seguros de vida mediante la falsificación de registros de empleo, documentos de inscripción de seguros, designaciones de beneficiarios y formularios de reclamación”.</p><p>La declaración jurada indica que las presentaciones fraudulentas se realizaron principalmente a través de pólizas de seguro de vida grupales emitidas por Mutual of Omaha y Lincoln Financial Group.</p><p>Los investigadores dijeron que Christine Nunzio utilizó entidades comerciales bajo su control, incluyendo C&amp;C Construction and Design Group Inc., para crear la apariencia de relaciones laborales legítimas con el fin de inscribir a personas sin su consentimiento en planes de seguro de vida grupales.</p><p>Las autoridades dijeron que Christine Nunzio nombró como beneficiario ya sea a ella misma o a su esposo y dirigió los pagos de las reclamaciones a cuentas bajo su control.</p><p>Según la declaración jurada, tras la muerte de una persona cuyo nombre fue redactado, se presentó y pagó una reclamación de seguro de vida por $100,284.93 USD. Los investigadores dijeron que los fondos fueron depositados en una cuenta conjunta controlada por los Nunzio.</p><p>Las autoridades también identificaron reclamaciones adicionales de seguros de vida por un total de $110,000 USD y $63,700 USD que fueron depositadas en cuentas controladas por la pareja y seguidas de lo que los investigadores describieron como “transferencias rápidas extensas de fondos”.</p><p>“Un examen forense de la computadora portátil de trabajo de Christina Nunzio reveló formularios de reclamación de seguros de vida, hojas de cálculo de nómina, descripciones de trabajo y correspondencia directamente relacionada con las reclamaciones fraudulentas”, indica la declaración jurada.</p><p>La declaración jurada también señala que archivos eliminados y adjuntos de correo electrónico confirmaron el papel activo de Christine Nunzio en la preparación y presentación de la documentación de reclamaciones.</p><p>Los investigadores dijeron que los registros financieros también demostraron conocimiento previo de dificultades financieras, incluyendo incumplimientos de préstamos que superaban los $145,000 USD.</p><p>Hasta el jueves, tanto Phillip como Christine Nunzio permanecían detenidos sin derecho a fianza en la cárcel principal del condado Broward.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

    .l10-neighborhood{
      --blue-dark:#0d2c73;
      --blue:#1f57c4;
      --blue-light:#3370e6;
      --gray-bg:#f2f3f5;
      --gray-border:#d6d8dc;
      --text-dark:#1a1a1a;
      --white:#ffffff;
      font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
      max-width:860px;
      margin:1.5rem auto;
      border-radius:10px;
      overflow:hidden;
      border:1px solid var(--gray-border);
      background:var(--gray-bg);
      box-shadow:0 4px 14px rgba(0,0,0,.12);
      text-align:center;
    }

    .l10-head{
      background:linear-gradient(90deg,var(--blue-dark),var(--blue));
      color:var(--white);
      padding:12px 16px;
      font-weight:800;
      text-transform:uppercase;
      font-size:1rem;
      letter-spacing:.3px;
      display:flex; justify-content:center; align-items:center; gap:8px;
    }

    .l10-body{
      max-width:740px;
      margin:0 auto;
      padding:0 16px 18px;
    }

    .l10-sub{
      margin:12px 0 10px;
      font-size:.95rem;
      color:var(--text-dark);
      font-weight:500;
      text-align:center;
    }

    .l10-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:12px;
    }
    @media (min-width:600px){
      .l10-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .nb-btn{
      display:grid;
      place-items:center;
      text-align:center;
      line-height:1;
      width:100%;
      min-height:48px;
      padding:10px;
      border-radius:8px;
      text-decoration:none;
      font-weight:800;
      text-transform:uppercase;
      font-size:.95rem;
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      color:var(--white);
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      transition:background .15s ease, transform .1s ease, box-shadow .15s ease;
    }
    .nb-btn:hover, .nb-btn:focus-visible{
      background:linear-gradient(180deg,var(--blue),var(--blue-dark));
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.2);
      outline:none;
    }
    .nb-btn:link, .nb-btn:visited{ color:var(--white); }

    .city-dd{
      grid-column:1 / -1;
      justify-self:stretch;
      width:100%;
      margin:0;
      text-align:left;
    }
    .city-dd summary{
      list-style:none;
      cursor:pointer;
      display:flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      width:100%;
      min-height:48px;
      padding:10px 16px;
      font-weight:800;
      text-transform:uppercase;
      letter-spacing:.02em;
      color:var(--white);
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      border:1px solid rgba(0,0,0,.08);
      border-radius:8px;
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      user-select:none;
    }
    .city-dd summary::-webkit-details-marker{ display:none; }
    .city-dd summary .caret{ line-height:1; transition:transform .2s ease; }
    .city-dd[open] summary .caret{ transform:rotate(180deg); }

    .city-menu{
      margin-top:0;
      background:var(--white);
      border:1px solid var(--gray-border);
      border-top:0;
      border-radius:10px;
      border-top-left-radius:0;
      border-top-right-radius:0;
      padding:10px;
      box-shadow:0 6px 16px rgba(0,0,0,.08);
    }
    .city-dd[open] summary{
      border-bottom-left-radius:0;
      border-bottom-right-radius:0;
    }

    .city-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:8px;
    }
    @media (min-width:520px){
      .city-grid{ grid-template-columns:repeat(2,1fr); }
    }
    @media (min-width:800px){
      .city-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .city-link{
      display:block;
      text-decoration:none;
      text-align:center;
      font-weight:700;
      padding:8px 10px;
      border-radius:8px;
      background:#f7f9fc;
      border:1px solid var(--gray-border);
      color:var(--blue);
      transition:background .12s ease, transform .08s ease, box-shadow .12s ease;
    }
    .city-link:hover, .city-link:focus-visible{
      background:#eef3ff;
      outline:none;
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.08);
    }
    .city-link:link, .city-link:visited{ color:var(--blue); }
  </style>

  <div class="l10-head">🏠 News From Your Neighborhood</div>

  <div class="l10-body">
    <div class="l10-sub">Latest headlines from:</div>

    <div class="l10-grid" role="group" aria-label="Counties and cities">
      <a class="nb-btn" href="https://www.local10.com/topic/Miami-Dade_County/" target="_blank" rel="noopener noreferrer">Miami-Dade</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Broward_County/" target="_blank" rel="noopener noreferrer">Broward</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Monroe_County/" target="_blank" rel="noopener noreferrer">Florida Keys</a>

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5K3K2KRRD5HGPJNXVHM266EEAQ.jpg?auth=476bfbc10af796d3740ef1ec84696861480d923e25c1be7640f02b9112f4ce99&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Federal judge halts Trump’s election executive order seeking to create a federal voter list]]></title><link>https://www.local10.com/news/politics/2026/06/25/federal-judge-halts-trumps-election-executive-order-seeking-to-create-a-federal-voter-list/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/25/federal-judge-halts-trumps-election-executive-order-seeking-to-create-a-federal-voter-list/</guid><dc:creator><![CDATA[By MICHAEL CASEY, BILL BARROW and JOHN HANNA, Associated Press]]></dc:creator><description><![CDATA[BOSTON (AP) — A federal judge on Thursday halted President Donald Trump’s executive order that sought to create a federal voter list and limit who can receive a mail ballot.]]></description><pubDate>Thu, 25 Jun 2026 17:17:19 +0000</pubDate><content:encoded><![CDATA[<p>BOSTON (AP) — A federal judge on Thursday halted President Donald Trump’s executive order that sought to create a federal voter list and limit who can receive a mail ballot.</p><p>U.S. District Court Judge Indira Talwani, who was nominated by Democratic President Barack Obama, sided with a coalition of nearly two dozen states that challenged the Republican president's order in granting a summary judgment. Her ruling applies to this year's midterm election cycle.</p><p>Plaintiffs argued in two lawsuits, both filed in federal court in Boston, that Trump’s order should be found unconstitutional because the states and Congress, not the president, have the power to set election rules. The judge agreed, saying in her ruling that the provisions of Trump's order seeking to create a federal list of eligible voters and using the U.S. Postal Service to determine who can receive a mail ballot are “legally void” because they "unconstitutionally violate the separation of powers.”</p><p>It was the second ruling in as many days against executive orders Trump has signed seeking oversight of the nation's elections. A separate ruling Wednesday prohibited an executive order he had signed last year that would have required people to show documents proving their citizenship when registering to vote.</p><p>Order targeted mail voting, administration likely to appeal</p><p>Arizona Attorney General Kris Mayes, whose state was among the plaintiffs, celebrated the court’s decision.</p><p>“Millions of independents, Republicans and Democrats across Arizona have voted by mail for decades,” she said in a statement, noting that nearly 80% of ballots in the state are cast by that method.</p><p>Mayes, a Democrat, singled out military families, voters in the state’s rural expanses and Native Americans who cast ballots from tribal lands.</p><p>“Donald Trump’s executive order targeted all of these voters,” she said. “But today, the courts affirmed what the Constitution makes clear: States run their elections, not the President.”</p><p>The White House stood by Trump's executive order and indicated the administration would appeal the ruling. The order, said spokeswoman Abigail Jackson, “lawfully protects our elections, and we are confident that we will ultimately prevail in its implementation.”</p><p>The administration, in its motions to dismiss the lawsuits challenging the order, argued that the motions were premature and that plaintiffs lacked the legal basis to bring their claim based on the Administrative Procedure Act, which governs how federal agencies develop and issue regulations.</p><p>But in an interim order before Thursday's ruling, Talwani said the motions pertaining to this year’s election cycle were relevant: “In light of the EO’s specific deadlines over the next three months, and the reality that elections will be occurring throughout this period with the November 3, 2026 midterm occurring in just five months, postponing judicial review is impracticable and may inflict significant hardship on Plaintiffs,” she wrote. That order denied the Trump administration's motion to dismiss the challenges.</p><p>Executive order sought to give Postal Service a central role in elections</p><p>Trump’s executive order, the second one aimed at elections during his second term, comes as he continues to raise the specter of widespread voting by noncitizens as a reason to change election rules. But states already have detailed processes aimed at keeping their voter rolls accurate, and voting by noncitizens has been shown to be rare. It also is a felony that can be punishable by deportation.</p><p>Trump issued his second order in March after a bill he supported to overhaul voting stalled in Congress. The order would have had the federal government — through the director of U.S. Citizenship and Immigration Services and the commissioner of the Social Security Administration — create a “state citizenship list” of eligible voters. It then directed the U.S. Postal Service to deliver mail ballots only to those on the list.</p><p>Election officials argued that it was ripe for abuse and could cause chaos.</p><p>The Postal Service has published a proposed rule required by Trump’s executive order in the Federal Register. Among other things, the rule would not apply to primary elections or overseas ballots.</p><p>Postal Service workers have pushed back against the order, saying they are not equipped to determine who is eligible to vote in each state. After Trump issued his order last spring, the National Rural Letter Carriers’ Association said forcing its members into such a role “risks politicizing one of the nation’s most trusted public institutions.”</p><p>Maine Secretary of State Shenna Bellows, a Democrat whose state was among the plaintiffs, said the executive order illustrated how Trump was attempting to “abuse power in previously unthinkable ways” to interfere in elections.</p><p>She said it “strains credulity” to think the U.S. Postal Service could set up a workable system for pre-screening individual voters to determine whether they would be allowed to vote by mail, adding that it would be “a shocking violation of American constitutional rights.”</p><p>The Postal Service did not immediately respond Thursday to requests for comment.</p><p>Trump's second election executive order faces multiple legal challenges</p><p>The lawsuit seeking summary judgment was filed by Democratic attorneys general representing 22 states and the District of Columbia. Also signing on were attorneys representing Democratic Gov. Josh Shapiro of Pennsylvania, which has a Republican attorney general.</p><p>The states also told the court that the move imposes a costly burden on election officials to comply and would spread fear about the possibility of prosecution. Stephen Pezzi, a lawyer for the Trump administration, had argued that no one would be prosecuted for violating the order.</p><p>The other lawsuit filed in Talwani’s court was by the League of Women Voters and other voting rights groups, which have sought a preliminary injunction against the executive order.</p><p>In yet another lawsuit filed against the executive order, a federal judge in Washington, D.C., in May agreed with the Trump administration that it was too early to block the order because it had yet to be implemented. That lawsuit was brought by Democratic and civil rights groups, which have appealed.</p><p>Since his 2020 presidential election loss to Democrat Joe Biden, Trump has groundlessly claimed mail voting is rife with fraud and has launched a federal investigation into that year’s vote, even though repeated audits and investigations, including ones run by Republicans, found it was free of widespread fraud. Trump also has said he wants to “take over” election administration in Democratic areas.</p><p>___</p><p>Barrow reported from Atlanta and Hanna from Topeka, Kansas.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CKTCDJBF4IWFCDIOSPVXTADT4Y.jpg?auth=4131280b25136df3930a4fdba382aa22026ab9e9032db842ce300404d4523b46&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ballots are sorted the day after California's primary election at the LA County Ballot Processing Center Wednesday, June 3, 2026, in City of Industry, Calif. (AP Photo/Jae C. Hong)]]></media:description><media:credit role="author" scheme="urn:ebu">Jae C. Hong</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GGZSMOKOILAMFNMUHOWOPAEEGM.jpg?auth=60b22cd8909d735b3a35a5796aa3bd27da412cc9582ceecbbb16eacf76014cf5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A Utah voter places a ballot in a drop box outside the Salt Lake County Government Center in Salt Lake City, Tuesday, June 23, 2026. (AP Photo/Hannah Schoenbaum)]]></media:description><media:credit role="author" scheme="urn:ebu">Hannah Schoenbaum</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/34REQQOF7VJVVW63HGUR7UIJ7E.jpg?auth=35aef1fb5dfd9f506201f6c707165483427318afe01a7a2054b27ac44e6957dd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Voters mark ballots at a polling location inside Millwood Field House, Tuesday, June 16, 2026, in Oklahoma City. (AP Photo/Nate Billings)]]></media:description><media:credit role="author" scheme="urn:ebu">Nate Billings</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CTOZCY3RKVDKKT3RKGOETI2Q4A.jpg?auth=3828cd69c2d3aa85109a447d9fd5663576dc50f9e6a0f641bd63af842b9c36d1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump speaks at the opening of the Great American State Fair, Wednesday, June 24, 2026, on the National Mall in Washington. (AP Photo/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/73WXBJQ2V6GQJBPFR63LROJUB4.jpg?auth=d982a3a3f2882fdb5f40a21f6f173440b1364eef4553af91dbde8441e86231a1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ballots are sorted the day after California's primary election at the LA County Ballot Processing Center Wednesday, June 3, 2026, in City of Industry, Calif. (AP Photo/Jae C. Hong)]]></media:description><media:credit role="author" scheme="urn:ebu">Jae C. Hong</media:credit></media:content></item><item><title><![CDATA[X Games looks for a reboot featuring familiar names — Scotty James, Eileen Gu — and new teams]]></title><link>https://www.local10.com/sports/2026/06/25/x-games-looks-for-a-reboot-featuring-familiar-names-scotty-james-eileen-gu-and-new-teams/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/25/x-games-looks-for-a-reboot-featuring-familiar-names-scotty-james-eileen-gu-and-new-teams/</guid><dc:creator><![CDATA[By EDDIE PELLS, Associated Press]]></dc:creator><description><![CDATA[The X Games is out to show there are riskier moves in action sports than flying upside down above a halfpipe.]]></description><pubDate>Thu, 25 Jun 2026 15:17:52 +0000</pubDate><content:encoded><![CDATA[<p>The X Games is out to show there are riskier moves in action sports than flying upside down above a halfpipe.</p><p>The name that put action sports on the map, then turned it into big business that eventually landed in the Olympics with its risk-taking, counterculture vibe, will debut its multimillion-dollar reboot with nothing less than the future of one of the sports industry's best-recognized brands at stake.</p><p>Sports like snowboarding, skateboarding and BMX biking that were founded on a spirit of devil-may-care individuality are becoming team enterprises.</p><p>Those same sports that were founded on the idea that it was more about hanging out and doing cool stuff than medals, money and winning are now building franchises that organizers say are selling as part of eight-figure transactions.</p><p>The debut of the new team concept, scheduled to cover both the upcoming summer and winter seasons, is set for Friday in Sacramento, California. Among the headliners are skateboarding's Nyjah Huston, Garrett Reynolds and Chloe Covell.</p><p>Eileen Gu, Chloe Kim, Mark McMorris and Scotty James are among those signed up for the winter portion.</p><p>“I love working on big ideas, and this is a big idea,” said Jeremy Bloom, the Olympic freestyle skier and former NFL receiver who was hired by MSP Sports Capital shortly after they bought a majority stake in the X Games from ESPN in 2022. “But ideas are only worth the word on the page. The execution of ideas is always the hardest part.”</p><p>Did the X Games really need a reboot?</p><p>What was wrong with the X Games? Nothing, really.</p><p>The winter version, traditionally held in Aspen, Colorado, drew 50,000 fans this year and ratings on ESPN and ABC rose 48%.</p><p>But when MSP — which has stakes in F1, and Premier League soccer teams among its investments — bought the property in 2022, it had a bigger vision.</p><p>It wanted to build a season-long race for a title. The way to do that was by creating summer and winter teams that hold drafts. Both seasons will run over three events — for instance, the summer league will go to Tokyo and New Orleans after the debut in Sacramento; the final event takes place late next month.</p><p>Earlier this year, the investment group UNA Sports Group bought the summer and winter teams based in New York for what the X Games said was an eight-figure transaction. Private equity investor Allen Thorpe bought the summer team in Los Angeles and the winter team based in Park City, Utah, the home of the 2034 Olympics. On Thursday, private equity group Summit Ventures and entrepreneur Ali El Ali bought the team based in Sao Paulo, Brazil.</p><p>Thorpe called the new version of the X Games “an entirely new category of sports ownership.”</p><p>Bloom sees owning a franchise not as a revenue stream but rather, a growth opportunity.</p><p>“When you set aside the NFL, which is really the 2,000-pound gorilla, it's not really a world where you're looking for, like, (cash-flow) return or profit-sharing return,” Bloom said. “You're just looking at growth. Growth in a brand, growth in fans, growth of viewership.”</p><p>Sports leagues have potential for growth (WNBA) but also carry risk (LIV)</p><p>A best-case scenario for owners of these X Games teams might be to replicate what happened in the WNBA where, for instance, the Indiana Fever is worth an estimated five times its former value since the arrival of Caitlin Clark.</p><p>F1 teams, thanks to spending caps and a surge in popularity driven by the Netflix series “Drive to Survive,” have also enjoyed a surge in value.</p><p>There are also the lessons learned from LIV Golf.</p><p>The league always hoped its franchises would generate value and was trying to sell minority stakes in the teams, saying they were worth $300 million. The team concept hasn't caught on and the pullout of the Saudi investment fund backing the league is putting the worth of those teams at risk.</p><p>Will fans follow sports beyond X Games, Olympics?</p><p>While golf still resides in the category of a niche sport, its schedule has a familiar cadence and the tug between the PGA Tour and LIV Golf largely was a difference in vision among some players who were rich and others who were richer.</p><p>Action sports has less of that. For every athlete like Huston or Gu — whose sponsorship income dwarfs what they've collected in prize money over the years — there are dozens more who have to scratch out paychecks in sports that have struggled to generate big prize pools.</p><p>“Skateboarding, depending on what your deals are, you can make some money,” said Bob Burnquist, a 14-time X Games skateboard champ who is the general manager of the Sao Paulo team. “But there were several times throughout your career, where I was there for glory and I did it and I knew it. Because if you quantify the risk, it's not really on my side. If I won the event, I'd make ‘X,’ but if I got broken trying to win the event, I'd owe the hospital.”</p><p>One of the lures for the athletes was a guaranteed base salary, the likes of which is basically unheard of in actions sports. Also, travel expenses will be covered and they'll receive a health-care stipend, in addition to a prize-money pool. That's among the reasons some of the biggest names, including Kim, Gu, Huston, James and McMorris signed on.</p><p>Now, the question is whether enough people will buy into the team concept to the point where they're willing to watch an entire season of action sports unfold.</p><p>Bloom — a once-in-a-generation athlete and entrepreneur who made his mark both in individual and team sports — is staking his reputation and that of the X Games that the new idea will work.</p><p>“It's still special to win a world championship and World Cup overall titles and make it to the Olympics, there’s no doubt,” Bloom said. “But I was really drawn to this idea and notion that for the first time ever, action sports athletes could feel that camaraderie.”</p><p>___</p><p>AP Winter Olympics: https://apnews.com/hub/milan-cortina-2026-winter-olympics</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZGLNQXM27CLP5MTRSXMJFGBJRU.jpg?auth=29f19d307133c7f0f375747e17ba232b44fe65f55341c5fdb142e4d10f3bb2e5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Nyjah Huston, of the United States, competes in the men's skateboard street preliminaries at the 2024 Summer Olympics, July 29, 2024, in Paris, France. (AP Photo/Frank Franklin II, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Frank Franklin II</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7GM4M3ZUWUKMKJB6EZVU4PYI4I.jpg?auth=8a149451b1d55ad70d8acc2d75fe214c740231734242182f86bff8ba5d94d8e5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - China's Eileen Gu competes during the women's freestyle skiing halfpipe final at the 2026 Winter Olympics, Feb. 22, 2026, in Livigno, Italy. (AP Photo/Julia Demaree Nikhinson, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OEDNXG3T5EWENPJQ3D7XBZ4HZ4.jpg?auth=30fdafd9fd1feacc18bb1d2c033773907a1d6b9762ab6c3ade6183b3357bd69d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Australia's Chloe Covell competes during the women's finals at the Street Skateboarding Worlds in Rome, Sunday, June 21, 2026. (AP Photo/Alessandra Tarantino)]]></media:description><media:credit role="author" scheme="urn:ebu">Alessandra Tarantino</media:credit></media:content></item><item><title><![CDATA[JPMorgan Chase plans to expand Community Center program, doubling branches in low-income areas]]></title><link>https://www.local10.com/business/2026/06/25/jpmorgan-chase-plans-to-expand-community-center-program-doubling-branches-in-low-income-areas/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/25/jpmorgan-chase-plans-to-expand-community-center-program-doubling-branches-in-low-income-areas/</guid><dc:creator><![CDATA[By KEN SWEET, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — JPMorgan Chase will significantly expand its national “Community Center” program, the bank said Thursday, with plans to double the number of these specialized branches the bank operates particularly in low-income neighborhoods.]]></description><pubDate>Thu, 25 Jun 2026 16:41:30 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — JPMorgan Chase will significantly expand its national “Community Center” program, the bank said Thursday, with plans to double the number of these specialized branches the bank operates particularly in low-income neighborhoods.</p><p>Along with doubling the number of Community Center branches, the bank plans to hire an additional 150 employees, known as community managers, and provide additional programming at these locations.</p><p>The Community Center program focuses on Chase opening branches in low- and moderate-income communities, particularly in areas where residents may be underbanked or unbanked. Chase opened its first Community Center in Harlem in 2019 as an experiment and the program’s success led to 19 locations in operation across the country. Jamie Dimon, the bank’s CEO, has historically attended the grand opening of nearly all the Community Centers, and their openings are typically attended by local government officials and other dignitaries.</p><p>“We are doubling down on our efforts to expand access,” said Diedra Porché, head of Chase's community and business development division.</p><p>These Community Centers are still Chase branches, but they include open areas where financial educators, local nonprofit organizations and other groups can provide financial workshops to neighborhood residents. The programs and workshops are free to the public. The bank says the locally-hired community managers who run the centers are directed not to sell products, and attendees are not required to be Chase customers or interested in Chase products.</p><p>The centers are focused on financial education, ranging from teaching a person how to build a household budget to workshops for small business owners. The bank estimates it has hosted 14,000 of these workshops since the first community center opened, with more than 1 million attendees. Chase has set a goal of increasing the programming to reach 5 million attendees.</p><p>Banks by law are required to provide services to low-income communities under the Community Reinvestment Act. But how banks provide these services can be in several different forms. While Chase does charitable giving through the JPMorgan Chase Foundation, Dimon has said in the past that he believes the bank can have a greater impact in low-income communities by opening branches in those neighborhoods, creating jobs and providing financing in underserved areas.</p><p>“We try to meet people where they are, and then give them the tools and resources they might need to take their next step successfully,” Porché said.</p><p>The program is also generally good business for the bank. While there are no salespeople involved in the actual programming, the opening of a community center branch in an underserved neighborhood tends to result in new accounts being opened and new customers for the bank. Chase has issued reports in the past that show its community centers lead to higher account openings, often far more account openings than what other branches in the area provide.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/AUQWGPATUMZ5KKKJ25RMEZ4EUQ.jpg?auth=8c5c3eb52dc0c79b2c55a6221ce5e294f8806e12b9fa146846be66926f344b82&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Jamie Dimon, CEO and chairman of JPMorgan Chase, center right, talks with an attendee during the community branch opening in the Bronx borough of New York, April 26, 2024. (AP Photo/Andres Kudacki, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Andres Kudacki</media:credit></media:content></item><item><title><![CDATA[Get a load of this: Humans and great apes share similar giggles]]></title><link>https://www.local10.com/tech/2026/06/25/get-a-load-of-this-humans-and-great-apes-share-similar-giggles/</link><guid isPermaLink="true">https://www.local10.com/tech/2026/06/25/get-a-load-of-this-humans-and-great-apes-share-similar-giggles/</guid><dc:creator><![CDATA[By ADITHI RAMAKRISHNAN, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Humans and great apes have been giggling in similar ways since branching off the evolutionary tree, a new study suggests.]]></description><pubDate>Thu, 25 Jun 2026 16:11:37 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Humans and great apes have been giggling in similar ways since branching off the evolutionary tree, a new study suggests.</p><p>How do we know this? Researchers tickled 13 captive apes — including gorillas, orangutans, chimpanzees and bonobos — and recorded the results. The new research reexamined those decades-old recordings and compared them with the newly captured giggles of four young children while they were being tickled and playing at home.</p><p>It turns out that the chuckles of humans and great apes follow similar rhythms, with regular timing between their laughs, a uniting thread that likely reflects their ties to a common ancestor, researchers said.</p><p>“In a way, we are very similar to other great apes because we’ve been laughing in a similar way for 15 million years,” said study author Chiara De Gregorio, a primatologist at the University of Warwick in England.</p><p>Laughter communicates a playful, happy feeling without using words. Many animals can laugh too, but the giggles don’t follow human patterns as closely. When researchers tickle rats, for example, they respond with ultrasonic squeaks.</p><p>Scientists trying to uncover how laughter evolved have picked apart animals’ facial expressions, but less work has been done on how laughs sound. And compared with apes, human laughter has become faster and more complex. For one, our laughs sound different based on context — from a polite chuckle among colleagues to a full-bodied guffaw with close friends.</p><p>“We are like the masters of laughter, I would say,” said De Gregorio, whose findings were published Thursday in the journal Communications Biology.</p><p>These giggles evolved to best suit animals’ different social lives, said Brittany Florkiewicz, who studies animal communication at Lyon College and had no role in the new research. She said the study’s findings make sense, and point to a need for more investigation.</p><p>Florkiewicz said she’d like to hear comparable recordings of other animals with playful facial expressions, like dogs, horses and cats. That could tell us more about how laughter evolved, so we can “understand what makes us uniquely human, but also what is similar between humans and other animals.”</p><p>Studying the origins of laughter may seem corny, but it's one aspect of human communication that can help us understand others — including how we learned to speak. Because sounds don't fossilize, scientists are using the evidence we do have to trace things back, one chuckle at a time.</p><p>___</p><p>The Associated Press Health and Science Department receives support from the Howard Hughes Medical Institute’s Department of Science Education and the Robert Wood Johnson Foundation. The AP is solely responsible for all content.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QBLMLDC4CNIC6QZILYZSKWN2IY.jpg?auth=0b46412abbbcb11ee65c536f4c7cec4962e67e0af05e83e75654fd5f95c02138&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Two chimps walk together at Chimp Haven in Keithville, La., Feb. 19, 2013. (AP Photo/Gerald Herbert, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Gerald Herbert</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SPQ3M4U74F3ZPOLU3WICOPNMOA.jpg?auth=52dea150afce84ebbe882df621e5fdc3928d6ee6e5f0497ab0d9483e60700933&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A chimpanzee (Pan troglodytes) snuggles against his mother in the zoo in Leipzig, central Germany, Aug. 9, 2010. (AP Photo/Jens Meyer, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jens Meyer</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/U6UXDYALUFDZBGTU2ZLG2CVE2E.jpg?auth=5a5194608293dee66bce7749feca6de8596f72548a13410cc401bfdc495170d4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A bonobo holds her baby at the Lola ya Bonobo sanctuary in Kinshasa, Democratic Republic of the Congo, on April 8, 2026. (AP Photo/Samy Ntumba Shambuyi, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Samy Ntumba Shambuyi</media:credit></media:content></item><item><title><![CDATA[FIFA World Cup 2026 Group B: Switzerland advances as winner]]></title><link>https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/</link><guid isPermaLink="true">https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[The four teams in Group B competing to move forward to the quarterfinals of the FIFA World Cup 2026 are Canada (27), Bosnia and Herzegovina (64), Qatar (51), and Switzerland (17).]]></description><pubDate>Fri, 05 Dec 2025 18:34:09 +0000</pubDate><content:encoded><![CDATA[<p>Switzerland (17) was the winner of the FIFA World Cup 2026 Group B. Canada (27) was the runner-up. </p><p>Bosnia and Herzegovina (64) advanced in third place, and Qatar (51) was eliminated from the tournament. </p><p><b>Related story:</b> <a href="https://www.local10.com/sports/2026/06/20/fifa-world-cup-2026-track-teams-advancing-to-round-of-32/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/20/fifa-world-cup-2026-track-teams-advancing-to-round-of-32/">Track teams advancing to Round of 32 </a></p><p><b>Coverage of group-stage matches</b></p><p><b>JUNE 24: </b>DAY 4</p><ul><li>Bosnia and Herzegovina beat Qatar 3-1 </li><li>Switzerland beat Canada 2-1 </li></ul><p><a href="https://www.local10.com/sports/2026/06/18/fifa-world-cup-2026-here-is-the-june-18-schedule-for-day-8-of-group-matches/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/18/fifa-world-cup-2026-here-is-the-june-18-schedule-for-day-8-of-group-matches/"><b>JUNE 18</b></a><b>: </b>DAY 3</p><p><b>Canada gets 3 more points </b></p><figure><img src="https://www.local10.com/resizer/v2/TD3Q7HAXLMQDIKBL4QEFSTLHWA.jpg?auth=cab4f2ea684693f177c37f11a244f1a254856e5611653ed5b91fd9a29c581b2e&smart=true&width=1200&height=900" alt="Canada's Jonathan David (10) celebrates after scoring their second goal during the World Cup Group B soccer match between Canada and Qatar in Vancouver, British Columbia, Thursday, June 18, 2026. (AP Photo/Emma Peterson)" height="900" width="1200"/><figcaption>Canada's Jonathan David (10) celebrates after scoring their second goal during the World Cup Group B soccer match between Canada and Qatar in Vancouver, British Columbia, Thursday, June 18, 2026. (AP Photo/Emma Peterson)</figcaption></figure><ul><li><b>Game analysis:</b> <a href="https://www.local10.com/sports/2026/06/18/jonathan-davids-hat-trick-propels-canada-to-its-first-world-cup-win-6-0-over-qatar/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/18/jonathan-davids-hat-trick-propels-canada-to-its-first-world-cup-win-6-0-over-qatar/">Jonathan David’s hat trick propels Canada to its first World Cup win, 6-0 over Qatar</a></li><li><b>FIFA game video:</b> <a href="https://www.youtube.com/watch?v=5MGm7ngAY3M" target="_self" rel="" title="https://www.youtube.com/watch?v=5MGm7ngAY3M">David scores 1st goal </a></li><li><b>FIFA game video:</b> <a href="https://www.youtube.com/watch?v=ZCc6OvwaJko" target="_self" rel="" title="https://www.youtube.com/watch?v=ZCc6OvwaJko">Nathan Saliba‘s free kick</a></li></ul><p><b>Switzerland gets 3 more points</b></p><figure><img src="https://www.local10.com/resizer/v2/FAXMHPNLDEE5H74PCFXG5ISO5Y.jpg?auth=3919e2a7cd0427a7fc068570a559a21a574f7f1d9bb5a0ef5c48d0b77b29e356&smart=true&width=1200&height=900" alt="Switzerland's Michel Aebischer, left, and Bosnia's Kerim Alajbegovic eye the ball during the World Cup Group B soccer match between Switzerland and Bosnia in Inglewood, Calif., near Los Angeles, Thursday, June 18, 2026. (AP Photo/Mark J. Terrill)" height="900" width="1200"/><figcaption>Switzerland's Michel Aebischer, left, and Bosnia's Kerim Alajbegovic eye the ball during the World Cup Group B soccer match between Switzerland and Bosnia in Inglewood, Calif., near Los Angeles, Thursday, June 18, 2026. (AP Photo/Mark J. Terrill)</figcaption></figure><ul><li><b>Game analysis</b>: <a href="https://www.local10.com/sports/2026/06/18/johan-manzambi-scores-two-as-switzerland-beats-bosnia-herzegovina-4-1-at-the-world-cup/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/18/johan-manzambi-scores-two-as-switzerland-beats-bosnia-herzegovina-4-1-at-the-world-cup/">Switzerland coach uses hydration break to spark late goal barrage in 4-1 World Cup win over Bosnia</a></li><li><b>FIFA game video</b>: <a href="https://www.youtube.com/watch?v=N9cJ-L2id24" target="_self" rel="" title="https://www.youtube.com/watch?v=N9cJ-L2id24">Switzerland’s Johan Manzambi scores </a></li><li><b>FIFA game video</b>: <a href="https://www.youtube.com/watch?v=YMnDgmSRIvI" target="_self" rel="" title="https://www.youtube.com/watch?v=YMnDgmSRIvI">Switzerland’s Rubén Vargas scores</a></li></ul><p><a href="https://www.local10.com/sports/2026/06/12/fifa-world-cup-2026-here-is-the-june-13-schedule-for-day-3-of-group-matches/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/12/fifa-world-cup-2026-here-is-the-june-13-schedule-for-day-3-of-group-matches/"><b>JUNE 13</b></a><b>: DAY 2</b></p><p><b>Qatar and Switzerland each get 1 point</b></p><figure><img src="https://www.local10.com/resizer/v2/NJUMUYJCRGL5PPGUKPSL4FR7ZM.jpg?auth=ff95f062a23796bc5eb86d7f8e24856a830066431beebcbe894ab90d1bd6d607&smart=true&width=1200&height=900" alt="Qatar's Mohamed Manai attempts to get the ball as Switzerland's Manuel Akanji defends during the World Cup Group B soccer match between Qatar and Switzerland in Santa Clara, Calif., near San Francisco, Saturday, June 13, 2026. (AP Photo/Eakin Howard)" height="900" width="1200"/><figcaption>Qatar's Mohamed Manai attempts to get the ball as Switzerland's Manuel Akanji defends during the World Cup Group B soccer match between Qatar and Switzerland in Santa Clara, Calif., near San Francisco, Saturday, June 13, 2026. (AP Photo/Eakin Howard)</figcaption></figure><ul><li><b>Game analysis</b>: <a href="https://www.local10.com/sports/2026/06/13/boualem-khoukhis-goal-on-header-in-stoppage-time-earns-qatar-a-1-1-world-cup-draw-with-switzerland/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/13/boualem-khoukhis-goal-on-header-in-stoppage-time-earns-qatar-a-1-1-world-cup-draw-with-switzerland/">Boualem Khoukhi’s goal on header in stoppage time earns Qatar a 1-1 World Cup draw with Switzerland</a></li><li><b>FIFA game video:</b> <a href="https://www.youtube.com/watch?v=VkFQgoIIli0" target="_self" rel="" title="https://www.youtube.com/watch?v=VkFQgoIIli0">Switzerland’s Breel Embolo scores 17th-minute penalty kick</a></li><li><b>FIFA game video:</b> <a href="https://www.youtube.com/watch?v=aRuSSARxEPM" target="_self" rel="" title="https://www.youtube.com/watch?v=aRuSSARxEPM">Khoukhi’s equalizer </a></li></ul><p><a href="https://www.local10.com/sports/2026/06/12/fifa-world-cup-2026-todays-games/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/12/fifa-world-cup-2026-todays-games/"><b>JUNE 12</b></a><b>: DAY 1</b></p><p><b>Canada and Bosnia each get 1 point</b></p><figure><img src="https://www.local10.com/resizer/v2/S52H2Y7QQVNNSNP2RY2UOFA3OU.jpg?auth=89ba03e12d2feb18bbe5a364f43f00c428c1a958476ec11f9742fe005ce5e39f&smart=true&width=1200&height=900" alt="Canada goalkeeper Maxime Crepeau punches the ball clear as Bosnia's Tarik Muharemovic attempts to head the ball during the World Cup Group B soccer match between Canada and Bosnia in Toronto, Friday, June 12, 2026. (AP Photo/Stephanie Scarbrough)" height="900" width="1200"/><figcaption>Canada goalkeeper Maxime Crepeau punches the ball clear as Bosnia's Tarik Muharemovic attempts to head the ball during the World Cup Group B soccer match between Canada and Bosnia in Toronto, Friday, June 12, 2026. (AP Photo/Stephanie Scarbrough)</figcaption></figure><ul><li><b>FIFA game video</b>: <a href="https://www.youtube.com/watch?v=bSKM39MmRNM" target="_self" rel="" title="https://www.youtube.com/watch?v=bSKM39MmRNM">Canadian Cyle Larin scores goal</a></li><li><b>FIFA game video</b>: <a href="https://www.youtube.com/watch?v=dIOP3aATKFs" target="_self" rel="" title="https://www.youtube.com/watch?v=dIOP3aATKFs">Bosnian Jovo Lukić scores goal</a></li><li><b>FIFA post-match video</b>: <a href="https://www.youtube.com/watch?v=FeSYwpzgtZc" target="_self" rel="" title="https://www.youtube.com/watch?v=FeSYwpzgtZc">Interviews with players in French, English, and Bosnian</a></li><li><a href="https://www.local10.com/sports/2026/06/12/canada-is-ready-to-become-a-soccer-nation-as-it-hosts-world-cup-opener-against-bosnia-herzegovina/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/12/canada-is-ready-to-become-a-soccer-nation-as-it-hosts-world-cup-opener-against-bosnia-herzegovina/">Canada is ready to become a soccer nation as it hosts World Cup opener against Bosnia-Herzegovina</a></li><li><a href="https://www.local10.com/entertainment/2026/06/12/a-bosnian-song-about-disillusionment-with-the-american-dream-becomes-a-world-cup-banger/" target="_self" rel="" title="https://www.local10.com/entertainment/2026/06/12/a-bosnian-song-about-disillusionment-with-the-american-dream-becomes-a-world-cup-banger/">A Bosnian song about disillusionment with the American Dream becomes a World Cup banger</a></li></ul><h3><b>Track the groups</b></h3><ul><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Group A </a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a> </li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H </a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/">Group J</a></li><li><a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a></li></ul>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OWBULFBNZJDOZDYOT5QAUC64SY.jpg?auth=f0c9296f88f497cf4371ee8ef5546c68c66aac25d54b0c00160c7383048ab317&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[FIFA World Cup 2026 Group A: Mexico advances as winner ]]></title><link>https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-a-mexico-and-south-korea-each-get-3-points-after-openers/</link><guid isPermaLink="true">https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-a-mexico-and-south-korea-each-get-3-points-after-openers/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[FIFA announced Mexico’s national team is part of the World Cup’s Group A, and the team’s first matches will be on June 11, June 18, and June 24.   ]]></description><pubDate>Fri, 05 Dec 2025 18:27:58 +0000</pubDate><content:encoded><![CDATA[<p>Mexico (15) was the winner of the FIFA World Cup 2026 Group A. South Africa (61) was the runner-up. </p><p>South Korea (22) and the Czech Republic (41) were eliminated from the tournament. </p><p><b>Related story:</b> <a href="https://www.local10.com/sports/2026/06/20/fifa-world-cup-2026-track-teams-advancing-to-round-of-32/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/20/fifa-world-cup-2026-track-teams-advancing-to-round-of-32/">Track teams advancing to Round of 32 </a></p><p><b>Coverage of the group-stage matches</b></p><p><b>JUNE 24: DAY 3</b></p><figure><img src="https://www.local10.com/resizer/v2/4W6BC3LUHWJQPWZQKQ2T5BHLQQ.jpg?auth=80a5089cf2f1065d76cc6a9c4e9b06fd863e960113aa30e26560b4c74c77d42e&smart=true&width=1200&height=900" alt="Mexico's Alvaro Fidalgo celebrates scoring his side's third goal against Czechia during a World Cup Group A soccer match in Mexico City, Wednesday, June 24, 2026. (AP Photo/Silvia Izquierdo)" height="900" width="1200"/><figcaption>Mexico's Alvaro Fidalgo celebrates scoring his side's third goal against Czechia during a World Cup Group A soccer match in Mexico City, Wednesday, June 24, 2026. (AP Photo/Silvia Izquierdo)</figcaption></figure><ul><li><a href="https://www.local10.com/sports/2026/06/25/mexico-beats-czech-republic-3-0-to-win-all-3-world-cup-group-stage-matches-for-1st-time/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/25/mexico-beats-czech-republic-3-0-to-win-all-3-world-cup-group-stage-matches-for-1st-time/">Mexico beats Czech Republic 3-0 to win all 3 World Cup group-stage matches for 1st time</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/TQ7M3N5M7UY5WU3DNPNQP7UFKE.jpg?auth=1d8c3c96eb76f2f2d2a0e43eae7edef03f5de2924fda113c8f8a51f036ab176c&smart=true&width=1200&height=900" alt="South Africa's Thapelo Maseko (12) celebrates with teammates after scoring his side's first goal during the World Cup Group A soccer match between South Africa and South Korea in Guadalupe, near Monterrey, Mexico, Wednesday, June 24, 2026. (AP Photo/Moises Castillo)" height="900" width="1200"/><figcaption>South Africa's Thapelo Maseko (12) celebrates with teammates after scoring his side's first goal during the World Cup Group A soccer match between South Africa and South Korea in Guadalupe, near Monterrey, Mexico, Wednesday, June 24, 2026. (AP Photo/Moises Castillo)</figcaption></figure><ul><li><a href="https://www.local10.com/sports/2026/06/24/south-africa-reaches-world-cup-knockout-round-for-1st-time-with-1-0-win-over-south-korea/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/24/south-africa-reaches-world-cup-knockout-round-for-1st-time-with-1-0-win-over-south-korea/">South Africa reaches World Cup knockout round for 1st time with 1-0 win over South Korea</a></li></ul><p><b>JUNE 18: DAY 2</b></p><p><b>Mexico gets 3 more points</b></p><figure><img src="https://www.local10.com/resizer/v2/BKCSW72NNUVH3MYCJ6ALLBMUNU.jpg?auth=3de4c0805fe28e0dfeab6ad0f1ca09de5a3acb49edd8298c8f9de52b97521485&smart=true&width=1200&height=900" alt="Mexico goalkeeper Raul Rangel, middle, reaches to stop the ball during the World Cup Group A soccer match between Mexico and South Korea in Zapopan, near Guadalajara, Mexico, Thursday, June 18, 2026. (AP Photo/Silvia Izquierdo)" height="900" width="1200"/><figcaption>Mexico goalkeeper Raul Rangel, middle, reaches to stop the ball during the World Cup Group A soccer match between Mexico and South Korea in Zapopan, near Guadalajara, Mexico, Thursday, June 18, 2026. (AP Photo/Silvia Izquierdo)</figcaption></figure><ul><li><b>Game analysis</b>: <a href="https://www.local10.com/sports/2026/06/19/mexico-becomes-first-country-to-reach-knockout-stage-of-world-cup-beating-south-korea-1-0/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/19/mexico-becomes-first-country-to-reach-knockout-stage-of-world-cup-beating-south-korea-1-0/">Mexico becomes first country to reach knockout stage of World Cup, beating South Korea 1-0</a></li><li><b>FIFA game video</b>: <a href="https://www.youtube.com/watch?v=up5QJyUC5dY" target="_self" rel="" title="https://www.youtube.com/watch?v=up5QJyUC5dY">Mexico’s Luis Romo scores</a></li><li><b>FIFA game video</b>: <a href="https://www.youtube.com/watch?v=VEngukL-g2I" target="_self" rel="" title="https://www.youtube.com/watch?v=VEngukL-g2I">Edson Álvarez’s save</a></li></ul><p><b>South Africa and Czech Republic each get 1 point</b></p><figure><img src="https://www.local10.com/resizer/v2/2YNE2WLYL2D4ISZ6AKJQO7MJI4.jpg?auth=c06f2fc864246c1ae902aedb186f0beb3d811d0fc4943c43feed4c1783f51329&smart=true&width=1200&height=900" alt="South Africa's Khuliso Mudau vies for the ball with Czechia's Jaroslav Zeleny, right, during the World Cup Group A soccer match between Czechia and South Africa in Atlanta, Thursday, June 18, 2026. (AP Photo/Mike Stewart)" height="900" width="1200"/><figcaption>South Africa's Khuliso Mudau vies for the ball with Czechia's Jaroslav Zeleny, right, during the World Cup Group A soccer match between Czechia and South Africa in Atlanta, Thursday, June 18, 2026. (AP Photo/Mike Stewart)</figcaption></figure><ul><li><b>Game analysis</b>: <a href="https://www.local10.com/sports/2026/06/18/south-africa-keeps-its-world-cup-hopes-alive-with-a-1-1-draw-against-the-czech-republic/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/18/south-africa-keeps-its-world-cup-hopes-alive-with-a-1-1-draw-against-the-czech-republic/">South Africa keeps its World Cup hopes alive with a 1-1 draw against the Czech Republic</a></li></ul><p><b>JUNE 11: DAY 1</b> </p><p><b>Mexico’s “El Tri” wins 2-0 against South Africa</b></p><figure><img src="https://www.local10.com/resizer/v2/CX5BLH376EOCWKJ5EE33QMDPLU.jpg?auth=84cbe78e803e2535c77a8a860a6d778ac67a0c46de638a4b0ca6e3d12cc6a7b4&smart=true&width=1200&height=900" alt="Mexico's Raul Jimenez celebrates after scoring his side's second goal during the World Cup Group A soccer match between Mexico and South Africa in Mexico City, Thursday, June 11, 2026. (AP Photo/Natacha Pisarenko)" height="900" width="1200"/><figcaption>Mexico's Raul Jimenez celebrates after scoring his side's second goal during the World Cup Group A soccer match between Mexico and South Africa in Mexico City, Thursday, June 11, 2026. (AP Photo/Natacha Pisarenko)</figcaption></figure><ul><li><a href="https://www.local10.com/sports/2026/06/11/mexico-launches-its-2026-world-cup-campaign-with-a-2-0-win-over-south-africa/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/11/mexico-launches-its-2026-world-cup-campaign-with-a-2-0-win-over-south-africa/">After-game analysis of the opening match</a></li><li><a href="https://www.local10.com/sports/2026/06/11/3-red-cards-mar-opening-world-cup-match-between-mexico-and-south-africa/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/11/3-red-cards-mar-opening-world-cup-match-between-mexico-and-south-africa/">3 red cards mar opening World Cup match between Mexico and South Africa</a></li><li>Get a feel for celebrations <a href="https://www.local10.com/entertainment/2026/06/11/fifa-world-cup-2026-fans-start-passionate-celebrations-at-miamis-wynwood/" target="_self" rel="" title="https://www.local10.com/entertainment/2026/06/11/fifa-world-cup-2026-fans-start-passionate-celebrations-at-miamis-wynwood/">in Wynwood</a> and <a href="https://www.local10.com/entertainment/2026/06/11/fifa-world-cup-2026-miami-beach-events-start-with-carlos-vives-and-dj-cassidy/" target="_self" rel="" title="https://www.local10.com/entertainment/2026/06/11/fifa-world-cup-2026-miami-beach-events-start-with-carlos-vives-and-dj-cassidy/">in South Beach</a></li><li><b>FIFA game video: </b><a href="https://www.youtube.com/watch?v=4gqo2dDE2_0" target="_self" rel="" title="https://www.youtube.com/watch?v=4gqo2dDE2_0">Goal by Julián Quiñones </a></li><li><b>FIFA game video: </b><a href="https://www.youtube.com/watch?v=QIpZ1pad73w" target="_self" rel="" title="https://www.youtube.com/watch?v=QIpZ1pad73w">Goal by Raúl Jiménez</a></li><li><b>FIFA video</b>: <a href="https://www.youtube.com/watch?v=PmevGCkUtM8" target="_self" rel="" title="https://www.youtube.com/watch?v=PmevGCkUtM8">Game highlights </a></li><li><b>FIFA post-match video:</b> <a href="https://www.youtube.com/watch?v=O_z2niE9Kjk" target="_self" rel="" title="https://www.youtube.com/watch?v=O_z2niE9Kjk">Interviews of Mexican players in Spanish and South African players in English</a></li><li><b>FIFA post-match video: </b><a href="https://www.youtube.com/watch?v=YXe8V97XIVw" target="_self" rel="" title="https://www.youtube.com/watch?v=YXe8V97XIVw">Interview of Mexico’s Coach Javier Aguirre&nbsp;in Spanish</a></li></ul><p><b>South Korea wins 2-1 against Czech Republic</b></p><figure><img src="https://www.local10.com/resizer/v2/QUBZFCG42RCTMUAHLWBQOVSEAQ.jpg?auth=e16da8b1ab329985826dbe927917a0479fadf9f97786a570a0b94c4add8761d2&smart=true&width=1200&height=900" alt="South Korea's Hwang In-beom, right, shoots and scores a goal against Czechia goalkeeper Matej Kovar during the World Cup Group A soccer match between South Korea and Czechia in Zapopan, near Guadalajara, Mexico, Thursday, June 11, 2026. (AP Photo/Moises Castillo)" height="900" width="1200"/><figcaption>South Korea's Hwang In-beom, right, shoots and scores a goal against Czechia goalkeeper Matej Kovar during the World Cup Group A soccer match between South Korea and Czechia in Zapopan, near Guadalajara, Mexico, Thursday, June 11, 2026. (AP Photo/Moises Castillo)</figcaption></figure><ul><li><a href="https://www.local10.com/sports/2026/06/12/hwang-in-beom-sparks-south-koreas-2-1-comeback-win-over-the-czech-republic-at-the-world-cup/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/12/hwang-in-beom-sparks-south-koreas-2-1-comeback-win-over-the-czech-republic-at-the-world-cup/">After-game analysis of opening match</a> </li><li><b>FIFA Video</b>: <a href="https://www.youtube.com/watch?v=7fCxMXIxy4g" target="_self" rel="" title="https://www.youtube.com/watch?v=7fCxMXIxy4g">Goal by Oh Hyeon-gyu</a></li><li><b>FIFA Video</b>: <a href="https://www.youtube.com/watch?v=TQiyXa087gc" target="_self" rel="" title="https://www.youtube.com/watch?v=TQiyXa087gc">Goal by Hwang In-beom</a></li></ul><p> </p><h3><b>Track the groups</b></h3><ul><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a> </li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H </a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/">Group J</a></li><li><a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a></li></ul>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZVE3WR54A5AZDJJEWK4X6S5CL4.jpg?auth=b154101f8ee2d699dda664d85f5280a37c76d0a19f2ce2e67ae3f74c61697a3e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FIFA]]></media:description></media:content></item><item><title><![CDATA[FIFA World Cup 2026: Track teams advancing to Round of 32 ]]></title><link>https://www.local10.com/sports/2026/06/20/fifa-world-cup-2026-track-teams-advancing-to-round-of-32/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/20/fifa-world-cup-2026-track-teams-advancing-to-round-of-32/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[As of Saturday night, three out of the 48 teams in the FIFA World Cup 2026 had advanced into the Round of 32: Mexico, the United States, and Germany. ]]></description><pubDate>Sun, 21 Jun 2026 02:43:17 +0000</pubDate><content:encoded><![CDATA[<p>As of Thursday morning, 13 out of the 48 teams in the FIFA World Cup 2026 had advanced into the Round of 32 stage. </p><p>The single direct-knockout matches to advance into the World Cup’s Round of 16 are from June 28 to July 3. Here is the list of the qualifying teams:</p><p>The team’s without a status so far</p><ul><li>France (<a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a>)</li><li>Norway (<a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a>)</li><li>Colombia<b> </b>(<a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a>)</li></ul><p>There will be 12 group winners. There are six so far.</p><ul><li>Mexico (<a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Group A </a>)</li><li>Switzerland (<a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a>)</li><li>Brazil (<a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a>)</li><li>United States (<a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a>)</li><li>Germany (<a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a>)</li><li>Argentina (<a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/">Group J</a>)</li></ul><p>There will be 12 group runner-up teams. There are three so far.</p><ul><li>South Africa (<a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Group A </a>)</li><li>Canada (<a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a>)</li><li>Morocco (<a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a>)</li></ul><p>There will be eight third-place teams. There is one so far. </p><ul><li>Bosnia and Herzegovina (<a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a>)</li></ul><h3><b>Tournament’s schedule </b></h3><p><b>June 28</b>: There is a match at 3 p.m. </p><p><b>Miami watch party</b>: The fan festival opens from 1 p.m to 10 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>June 29</b>: There are three matches at 1 p.m., 4:30 p.m., and 9 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from noon to midnight at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>June 30</b>: There are three matches at 1 p.m., 5 p.m., and 9 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens from noon to midnight at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 1</b>: There are three matches at noon, 4 p.m., and 9 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 11 a.m. to 11 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 2</b>: There are three matches at 3 p.m., 7 p.m., and 11 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens from 2 p.m. to 10 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 3</b>: There are three matches at 2 p.m., 6 p.m., and 9:30 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens from 1 p.m to 9 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><h3><b>Round of 16 begins</b></h3><p><b>July 4:</b> There are two matches at 1 p.m. and 5 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens from noon to midnight at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 5</b>: There are two matches at 4 p.m. and 8 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens for the last day from 3 p.m. to 11 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 6</b>: There are two matches at 3 p.m. and 8 p.m. </p><p><b>July 7</b>: There are two matches at Noon and 4 p.m. </p><h3><b>Quarterfinals begin</b></h3><p><b>July 9</b>: There is a quarter-final match at 4 p.m. </p><p><b>July 10</b>: There is a quarter-final match at 3 p.m. </p><p><b>July 11</b>: There are two quarter-final matches at 5 p.m. and 9 p.m.</p><p><b>Sunrise watch party</b>: The indoor Amerant Bank Arena is hosting a free watch party <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" target="_self" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">for ticket holders</a> at 5 p.m. on July 11. Parking is free. </p><h3><b>Semifinals begin</b></h3><p><b>July 14</b>: The fan festival is closed. There is a semi-final match at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 14 at The Bandshell, at 7275 Collins Ave., for the semifinal match.</p><p><b>July 15</b>: There is a semi-final match at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 15 at The Bandshell, at 7275 Collins Ave., for the semifinal match.</p><h3><b>Finals begin</b></h3><p><b>July 18</b>: The third-place play-off match is at 5 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 18 at The Sandbowl, behind The Bandshell, at 7275 Collins Ave., for the 5 p.m. bronze final. </p><p><b>Sunrise ride to stadium</b>: The Amerant Bank Arena has free parking for FIFA World Cup ticket holders who ride Broward County’s <a href="https://www.broward.org/BCT/Pages/WorldCup.aspx" target="_self" rel="" title="https://www.broward.org/BCT/Pages/WorldCup.aspx">free Express bus transportation</a> to the Miami Stadium, also known as Hard Rock, in Miami Gardens. </p><p><b>July 19</b>: The final match is at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 1 p.m. on July 19 at The Sandbowl, behind The Bandshell, at 7275 Collins Ave., for the 3 p.m. final.</p><p><b>Sunrise watch party</b>: The indoor Amerant Bank Arena is hosting a free watch party <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" target="_self" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">for ticket holders</a> for the final on July 19. Parking is free. </p><h3><b>Track group-stage</b></h3><ul><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Group A </a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a> </li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H </a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/">Group J</a></li><li><a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a></li></ul>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XMZXEK7ORF7FHCO3EG3W5FG7XQ.jpg?auth=b4e97b8a0f6e7b47f934cbb7a18351dbfef33868c1ed08d6749ed0cca696ddd8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Germany's Nadiem Amiri leaps in the air as he celebrates after teammate Germany's Deniz Undav (26) scored their first goal during the World Cup Group E soccer match between Germany and Ivory Coast in Toronto, Saturday, June 20, 2026. (AP Photo/Stephanie Scarbrough)]]></media:description><media:credit role="author" scheme="urn:ebu">Stephanie Scarbrough</media:credit></media:content></item><item><title><![CDATA[Harvey Weinstein's New York rape charge dropped after accuser says she can't endure a fourth trial]]></title><link>https://www.local10.com/entertainment/2026/06/25/harvey-weinsteins-new-york-rape-charge-dropped-after-accuser-says-she-cant-endure-a-fourth-trial/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/25/harvey-weinsteins-new-york-rape-charge-dropped-after-accuser-says-she-cant-endure-a-fourth-trial/</guid><dc:creator><![CDATA[By JENNIFER PELTZ, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Harvey Weinstein won't face a fourth trial on a New York rape charge. Prosecutors dropped the #MeToo-era case on Thursday after his accuser said she could not bear to testify again.]]></description><pubDate>Thu, 25 Jun 2026 21:10:56 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Harvey Weinstein won't face a fourth trial on a New York rape charge. Prosecutors dropped the #MeToo-era case on Thursday after his accuser said she could not bear to testify again.</p><p>The movie mogul still stands convicted of another sexual felony in New York and others in California, and he remains behind bars. But the New York rape charge had remained unresolved after an overturned conviction followed by two hung juries.</p><p>Jessica Mann, a hairstylist and actor, spent days on the witness stand at all three trials, telling jurors that Weinstein raped her in a Manhattan hotel in 2013 and being questioned extensively about the complex relationship she had with him before and afterward. The Oscar-winning producer denied the charge and said everything that happened between him and Mann was consensual.</p><p>In a letter that prosecutor Nicole Blumberg quoted in court Thursday, Mann said she could “no longer endure going through this,” adding that the 8-year-old case has “put me through more harm than good.”</p><p>Blumberg told the court that prosecutors believe Mann and hail her “bravery, strength, courage and inspiration” to other survivors, but given her feelings about proceeding, “dismissal is appropriate.” With that, Judge Curtis Farber formally dismissed the case.</p><p>Weinstein left court with a neutral expression, returning to jail to await a September sentencing on a New York sexual assault conviction involving a different woman. Prosecutors are seeking a 20-year prison term.</p><p>Once Weinstein finishes whatever punishment he gets in New York, he's due to serve 16 years in California, where he was convicted of raping a third woman, who's an Italian actor. He is appealing both convictions.</p><p>Weinstein's lawyers said he was relieved by the dismissal of the case surrounding Mann's allegation.</p><p>“These charges should never have been brought to begin with,” lawyer Jacob Kaplan said outside court. “He is innocent.”</p><p>Mann has testified that she had a consensual, on-and-off relationship with Weinstein, who was married at the time.</p><p>But she told jurors she repeatedly tried to leave and said no to any sexual activity as he cornered her in a hotel room on March 18, 2013. They had planned to meet in the lobby for breakfast, but he had spontaneously taken a room.</p><p>She said he persevered, demanding that she undress and grabbing her arms, until she was afraid to keep protesting.</p><p>The latest trial, this spring, took a visible toll on Mann, 40. During five days of testimony, she was questioned for the first time about a diarylike, soul-baring note she wrote two days after the alleged rape, which the note did not mention. At one point during her testimony, Mann said she was struggling to focus, prompting court to wrap up early for the day.</p><p>In her letter to the court Thursday, she said she had suffered a concussion shortly before her testimony, had headaches and other symptoms on the stand and ultimately “disassociated.” It was a humiliating addition to an already crushing experience, she wrote.</p><p>“I have been fragmented, silenced, defamed and traumatized. I’ve paid the price of my reputation,” Mann wrote. Slamming the court, the media and Weinstein, she said her experience showed that "pursuing justice is better left a pipe dream.”</p><p>Weinstein was one of the movie industry’s most powerful figures, a producer of such tastemakers and hits as “Shakespeare in Love,” “Pulp Fiction” and “Chocolat.”</p><p>Then a series of sexual misconduct allegations against him became public in 2017, fueling the #MeToo campaign for accountability and eventually leading to criminal charges in New York and Los Angeles.</p><p>He denied all of them and was acquitted of some, even as he was convicted of others.</p><p>During a series of trials, Weinstein was convicted in 2020 of raping Mann. Then an appeals court overturned that verdict for reasons unrelated to her testimony. Jury deliberations broke down at a 2025 retrial, and jurors deadlocked again at this year's retrial.</p><p>The rape charge in this case was a low-level felony punishable by up to four years in prison — less time than Weinstein, 74, already has served.</p><p>Weinstein didn’t testify at any of the trials, though he complained during and after the 2025 New York retrial that it was unfair; the judge disagreed.</p><p>His lawyers have maintained that all his accusers had completely consensual sexual liaisons with a movie studio boss who could help them go places in show business. Weinstein himself has said he “acted wrongly, but I never assaulted anyone.”</p><p>The Associated Press does not identify people who say they have been sexually assaulted, unless they choose to be named, as Mann has done.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ITFPBLWBPA5GXCC5RNUDEWRH6Q.jpg?auth=74d6092a3cbaecf79b1f16f4f9f9c669b5234e376548aea946b0ee3772a52a14&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Harvey Weinstein appears in Manhattan Supreme Court Thursday, June 25, 2026 in New York. (Steven Hirsch/New York Post via AP, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Steven Hirsch</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3IJAMDD2R7ZS66HZVQR4XZHZBQ.jpg?auth=0e93e227da49a7943385809d7c0cfc62d3692f3ebfc46d548680f4b181e7aae7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Harvey Weinstein appears in Manhattan Supreme Court Thursday, June 25, 2026 in New York. (Adam Gray/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Adam Gray</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZSCSK5HGP3EIUY7QIQVWDSXMVU.jpg?auth=cee24720166a22f98ea029ad2e2f265eb7868c317bd16a6a192642e6ffed9f5b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Harvey Weinstein appears in Manhattan Supreme Court Thursday, June 25, 2026 in New York. (Steven Hirsch/New York Post via AP, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Steven Hirsch</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PJKWQHHBNM3IVAVX4G23CK2ZHQ.jpg?auth=f19d54a38df4816e86869f023e7a0a76aeebe2a4c67c881153d4ae861e5279e6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Harvey Weinstein appears in Manhattan Supreme Court Thursday, June 25, 2026 in New York. (Adam Gray/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Adam Gray</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/L2YFWYXRVFO7EKBFRCEXGZCKVA.jpg?auth=372d563b84ac9c7bc94b37c5c28bea9381f405bb95af8c895f03315e1c845028&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Harvey Weinstein appears in Manhattan Supreme Court Thursday, June 25, 2026 in New York. (Steven Hirsch/New York Post via AP, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Steven Hirsch</media:credit></media:content></item><item><title><![CDATA[Más de 65,000 fanáticos de la Copa Mundial de la FIFA celebran el amor por el fútbol en estadio de Miami]]></title><link>https://www.local10.com/news/local/2026/06/24/aficionados-de-brasil-y-escocia-celebran-juntos-en-la-zona-para-aficionados-del-miami-stadium-durante-la-copa-mundial-de-la-fifa/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/24/aficionados-de-brasil-y-escocia-celebran-juntos-en-la-zona-para-aficionados-del-miami-stadium-durante-la-copa-mundial-de-la-fifa/</guid><dc:creator><![CDATA[Will Manso, Andrea Torres]]></dc:creator><description><![CDATA[Tras una odisea desde el Reino Unido y Boston hasta el sur de Florida, optimistas aficionados escoceses se encontraban en el Miami Stadium la mañana del miércoles, más de siete horas antes del partido contra Brasil.]]></description><pubDate>Wed, 24 Jun 2026 21:54:45 +0000</pubDate><content:encoded><![CDATA[<p>Los aficionados brasileños y escoceses celebraron juntos el miércoles por la tarde en la zona de aficionados de la Copa Mundial de la FIFA del Estadio de Miami.</p><p>La samba no ahogó las gaitas, ya que el Ejército Tartán y sus faldas escocesas de lana invadieron el Hard Rock Stadium en Miami Gardens.</p><p>Las puertas del estadio se abrieron a las 3 de la tarde. <a href="https://www.local10.com/sports/2026/06/24/fifa-world-cup-fans-from-brazil-and-scotland-start-to-arrive-at-miami-stadium-ahead-of-group-c-match/" rel="" title="https://www.local10.com/sports/2026/06/24/fifa-world-cup-fans-from-brazil-and-scotland-start-to-arrive-at-miami-stadium-ahead-of-group-c-match/">Los aficionados habían llegado temprano</a> para pasar por un control de seguridad, varias colas, largas caminatas, un viaje en autobús y la revisión de las entradas.</p><p>La demanda de entradas fue alta. Los precios de reventa iniciales oscilaron entre 1600 y 1855 dólares. Posteriormente, el precio promedio de las entradas se situó entre 3500 y 5445 dólares. Los asientos premium alcanzaron los 25 800 dólares.</p><p><b>Noticia relacionada</b> : <a href="https://www.local10.com/sports/2026/06/24/a-black-jaguar-oracle-in-rio-de-janeiro-sniffs-brazil-to-beat-scotland-in-group-c-challenge/" rel="" title="https://www.local10.com/sports/2026/06/24/a-black-jaguar-oracle-in-rio-de-janeiro-sniffs-brazil-to-beat-scotland-in-group-c-challenge/">Un oráculo jaguar negro en Río de Janeiro presiente que Brasil vencerá a Escocia en el desafío del Grupo C.</a></p><p>Tras los partidos del Grupo C que comenzarán a las 18:00, los dos equipos con más puntos avanzarán a la siguiente fase del torneo: <a href="https://www.local10.com/sports/2026/06/20/fifa-world-cup-2026-track-teams-advancing-to-round-of-32/" rel="" title="https://www.local10.com/sports/2026/06/20/fifa-world-cup-2026-track-teams-advancing-to-round-of-32/">los dieciseisavos de final</a> .</p><p>Brasil llega con cuatro puntos y Escocia con tres. Independientemente del ganador del miércoles por la noche en Miami, ambos podrían clasificarse. Haití disputará su último partido del Mundial contra Marruecos en Atlanta, Georgia.</p><p><b>Eventos para ver el partido en Miami</b> : El festival para fans se celebra de 14:00 a 21:00 en Bayfront Park, en 301 Biscayne Boulevard.</p><p><b>Fiesta para ver el partido en Miami Beach:</b> Las puertas se abren a las 4 pm del 24 de junio en The Bandshell, en 7275 Collins Ave., para el partido entre Escocia y Brasil que comienza a las 6 pm.</p><p><b>Noticia relacionada</b> : <a href="https://www.local10.com/news/weird-news/2026/06/24/ronaldinho-says-let-the-magic-begin-after-signing-with-italian-serie-c-club-ravenna-at-age-46/" rel="" title="https://www.local10.com/news/weird-news/2026/06/24/ronaldinho-says-let-the-magic-begin-after-signing-with-italian-serie-c-club-ravenna-at-age-46/">Ronaldinho dice “que empiece la magia” tras fichar por el Ravenna, club italiano de la Serie C, a los 46 años.</a></p><h3><b>Progreso del Grupo C</b></h3><p><b>19 DE JUNIO:</b> DÍA 2</p><p><b>Brasil consigue 3 puntos</b></p><figure><img src="https://www.local10.com/resizer/v2/3E7YOCVKZOJA2WBOQWXCHXJXMY.jpg?auth=5d0b21a0b79428ad0268c22d64d68a9754e2a9161aca1dbdd764162d895a41d3&smart=true&width=1200&height=900" alt="Brazil's Vinicius Junior (7) scores the third goal for his team against Haiti goalkeeper Johny Placide (1) during the World Cup Group C soccer match between Brazil and Haiti in Philadelphia, Friday, June 19, 2026. (AP Photo/Derik Hamilton)" height="900" width="1200"/><figcaption>Brazil's Vinicius Junior (7) scores the third goal for his team against Haiti goalkeeper Johny Placide (1) during the World Cup Group C soccer match between Brazil and Haiti in Philadelphia, Friday, June 19, 2026. (AP Photo/Derik Hamilton)</figcaption></figure><ul><li><b>Análisis del partido</b>&nbsp;:&nbsp;<a href="https://www.local10.com/sports/2026/06/20/matheus-cunha-scores-2-goals-as-brazil-eliminates-haiti-from-world-cup-with-3-0-win/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/20/matheus-cunha-scores-2-goals-as-brazil-eliminates-haiti-from-world-cup-with-3-0-win/">Matheus Cunha anota 2 goles y Brasil elimina a Haití del Mundial con una victoria por 3-0.</a></li></ul><p><b>Marruecos consigue 3 puntos.</b></p><ul><li><b>Cobertura previa al partido</b>&nbsp;:&nbsp;<a href="https://www.local10.com/sports/2026/06/19/boston-scotland-world-cup-fans-brought-together-in-soccer-kinship-celebration-and-love-of-beer/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/19/boston-scotland-world-cup-fans-brought-together-in-soccer-kinship-celebration-and-love-of-beer/">Los aficionados escoceses han llegado a Boston para la Copa del Mundo y los bares están teniendo dificultades para dar abasto.</a></li></ul><p><a href="https://www.local10.com/sports/2026/06/12/fifa-world-cup-2026-here-is-the-june-13-schedule-for-day-3-of-group-matches/" rel="" title="https://www.local10.com/sports/2026/06/12/fifa-world-cup-2026-here-is-the-june-13-schedule-for-day-3-of-group-matches/"><b>13 DE JUNIO:</b></a><b> DÍA 1</b></p><p><b>Brasil y Marruecos obtienen 1 punto cada uno.</b></p><figure><img src="https://www.local10.com/resizer/v2/4RPQCEJKMCMZ352DVESTYRO3T4.jpg?auth=8366dacf1e73eec19711304b9f1bd05ce31f019bdc497b4891645aebb6426715&smart=true&width=1200&height=900" alt="Morocco goalkeeper Yassine Bounou (1) punches the ball away from Brazil's Gabriel Magalhaes (3) as Morocco's Ayyoub Bouaddi (6), Chadi Riad (18) and Issa Diop get in on the play during the World Cup Group C soccer match in East Rutherford, N.J., near New York, Saturday, June 13, 2026. (AP Photo/Matt Slocum)" height="900" width="1200"/><figcaption>Morocco goalkeeper Yassine Bounou (1) punches the ball away from Brazil's Gabriel Magalhaes (3) as Morocco's Ayyoub Bouaddi (6), Chadi Riad (18) and Issa Diop get in on the play during the World Cup Group C soccer match in East Rutherford, N.J., near New York, Saturday, June 13, 2026. (AP Photo/Matt Slocum)</figcaption></figure><ul><li><b>Análisis del partido:&nbsp;</b><a href="https://www.local10.com/sports/2026/06/13/brazil-rallies-for-1-1-draw-against-morocco-in-its-world-cup-opener-behind-vinicius-juniors-goal/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/13/brazil-rallies-for-1-1-draw-against-morocco-in-its-world-cup-opener-behind-vinicius-juniors-goal/">Brasil remonta para lograr un empate 1-1 contra Marruecos en su debut en el Mundial gracias al gol de Vinícius Júnior.</a></li><li><b>Vídeo del partido de la FIFA</b>&nbsp;:&nbsp;<a href="https://www.youtube.com/watch?v=i3Xe1ALvfgQ" target="_self" rel="" title="https://www.youtube.com/watch?v=i3Xe1ALvfgQ">Ismael Saibari de Marruecos anota.</a></li><li><b>Vídeo del juego FIFA</b>&nbsp;:&nbsp;<a href="https://www.youtube.com/watch?v=zKPmHQwyOtU" target="_self" rel="" title="https://www.youtube.com/watch?v=zKPmHQwyOtU">¡Un especial de Vinicius Jr.!</a></li></ul><p><b>Escocia consigue 3 puntos tras jugar contra Haití.</b></p><figure><img src="https://www.local10.com/resizer/v2/E3BUB4HUC52T7HJZHFHHGRE6Z4.jpg?auth=aee87d45e5fc3b073e759f0064ba85d7b86fd23d1fe6565bb7a3df4f5868fa4d&smart=true&width=1200&height=900" alt="Haiti's Jean-Ricner Bellegarde (10) battles for the ball with Scotland's John McGinn (7) during the World Cup Group C soccer match between Haiti and Scotland in Foxborough, Mass., near Boston, Saturday, June 13, 2026. (AP Photo/Mark Stockwell)" height="900" width="1200"/><figcaption>Haiti's Jean-Ricner Bellegarde (10) battles for the ball with Scotland's John McGinn (7) during the World Cup Group C soccer match between Haiti and Scotland in Foxborough, Mass., near Boston, Saturday, June 13, 2026. (AP Photo/Mark Stockwell)</figcaption></figure><ul><li><b>Análisis del partido</b>&nbsp;:&nbsp;<a href="https://www.local10.com/sports/2026/06/13/scotland-marks-28-year-world-cup-absence-with-1-0-victory-over-haiti-in-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/13/scotland-marks-28-year-world-cup-absence-with-1-0-victory-over-haiti-in-group-c/">Escocia celebra su 28.º aniversario de ausencia en la Copa del Mundo con una victoria por 1-0 sobre Haití en el Grupo C.</a></li><li><b>Vídeo del partido de FIFA</b>&nbsp;:&nbsp;<a href="https://www.youtube.com/watch?v=kg3_vkhWVf4" target="_self" rel="" title="https://www.youtube.com/watch?v=kg3_vkhWVf4">John McGinn de Escocia anota.</a></li><li><b>Historia previa al partido</b>&nbsp;:&nbsp;<a href="https://www.local10.com/sports/local/2025/12/05/haitis-long-awaited-world-cup-return-comes-with-formidable-group-c-challenge/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/haitis-long-awaited-world-cup-return-comes-with-formidable-group-c-challenge/">El tan esperado regreso de Haití a la Copa del Mundo conlleva un desafío formidable.</a></li></ul><h3><b>Calendario del torneo</b></h3><p><b>25 de junio</b> : Seis partidos: <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Grupo E</a> , Curazao vs. Costa de Marfil, partido a las 16:00 h. <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Grupo E</a> , Ecuador vs. Alemania, partido a las 16:00 h. <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Grupo F</a> , Túnez vs. Países Bajos, partido a las 19:00 h. <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Grupo F</a> , Japón vs. Suecia, partido a las 19:00 h. <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Grupo D</a> , Turquía vs. Estados Unidos, partido a las 22:00 h. <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Grupo D</a> , Paraguay vs. Australia, partido a las 22:00 h.</p><p><b>Eventos para ver el partido en Miami</b> : El festival para fans abre de 15:00 a 01:00 en Bayfront Park, en 301 Biscayne Boulevard.</p><p><b>26 de junio</b> : Hay seis partidos: <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Grupo I</a> , Noruega vs. Francia, partido a las 15:00 h. <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Grupo I</a> , Senegal vs. Irak, partido a las 15:00 h. <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Grupo H</a> , Cabo Verde vs. Arabia Saudita, partido a las 20:00 h. <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Grupo H</a> , Uruguay vs. España, partido a las 20:00 h. <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Grupo G</a> , Nueva Zelanda vs. Bélgica, partido a las 23:00 h. <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Grupo G</a> , Egipto vs. Irán, partido a las 23:00 h.</p><p><b>Eventos para ver el partido en Miami</b> : El festival para fans se celebra de 14:00 a 23:00 en Bayfront Park, en 301 Biscayne Boulevard.</p><p><b>27 de junio</b> : Seis partidos: <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Grupo L</a> , Panamá vs. Inglaterra, partido a las 17:00 h. <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Grupo L</a> , Croacia vs. Ghana, partido a las 17:00 h. <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Grupo K</a> , Colombia vs. Portugal, partido a las 19:30 h. <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Grupo K</a> , Congo vs. Uzbekistán, partido a las 19:30 h. <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/">Grupo J</a> , Argelia vs. Austria, partido a las 22:00 h. <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/">Grupo J</a> , Jordania vs. Argentina, partido a las 22:00 h.</p><p><b>Eventos para ver el partido en Miami</b> : El festival para fans se celebra de 16:00 a 01:00 en Bayfront Park, en 301 Biscayne Boulevard.</p><p><b>Fiesta para ver el partido al amanecer</b> : El Amerant Bank Arena, un recinto cubierto, organiza una fiesta gratuita <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">para quienes tengan entrada</a> a las 19:30 h del 27 de junio. El estacionamiento es gratuito. El condado de Broward ofrece <a href="https://www.broward.org/BCT/Pages/WorldCup.aspx" rel="" title="https://www.broward.org/BCT/Pages/WorldCup.aspx">transporte gratuito en autobús exprés</a> desde el estadio hasta el Miami Stadium, también conocido como Hard Rock, en Miami Gardens, para los poseedores de entradas para la Copa Mundial de la FIFA.</p><h3><b>Comienza la ronda de 32.</b></h3><p><b>28 de junio</b> : Hay un partido a las 15:00.</p><p><b>Fiesta para ver el partido en Miami</b> : El festival para fans se celebra de 13:00 a 22:00 en Bayfront Park, en 301 Biscayne Boulevard.</p><p><b>29 de junio</b> : Hay tres partidos a la 1 pm, 4:30 pm y 9 pm.</p><p><b>Fiestas para ver el partido en Miami</b> : El festival para fans abre sus puertas desde el mediodía hasta la medianoche en Bayfront Park, en 301 Biscayne Boulevard.</p><p><b>30 de junio</b> : Hay tres partidos a la 1 pm, a las 5 pm y a las 9 pm.</p><p><b>Fiestas para ver el partido en Miami</b> : El festival para fans abre sus puertas desde el mediodía hasta la medianoche en Bayfront Park, en 301 Biscayne Boulevard.</p><p><b>1 de julio</b> : Hay tres partidos a las 12:00, a las 16:00 y a las 21:00.</p><p><b>Eventos para ver el partido en Miami</b> : El festival para fans abre de 11:00 a 23:00 en Bayfront Park, en 301 Biscayne Boulevard.</p><p><b>2 de julio</b> : Hay tres partidos a las 15:00, 19:00 y 23:00.</p><p><b>Eventos para ver el partido en Miami</b> : El festival para fans se celebra de 14:00 a 22:00 en Bayfront Park, en 301 Biscayne Boulevard.</p><p><b>3 de julio</b> : Hay tres partidos a las 14:00, 18:00 y 21:30.</p><p><b>Eventos para ver el partido en Miami</b> : El festival para fans se celebra de 13:00 a 21:00 en Bayfront Park, en 301 Biscayne Boulevard.</p><h3><b>Comienza la ronda de octavos de final.</b></h3><p><b>4 de julio:</b> Hay dos partidos a la 1 pm y a las 5 pm.</p><p><b>Fiestas para ver el partido en Miami</b> : El festival para fans abre sus puertas desde el mediodía hasta la medianoche en Bayfront Park, en 301 Biscayne Boulevard.</p><p><b>5 de julio</b> : Hay dos partidos a las 16:00 y a las 20:00.</p><p><b>Fiestas para ver el partido en Miami</b> : El festival para fans abre sus puertas el último día de 15:00 a 23:00 en Bayfront Park, en 301 Biscayne Boulevard.</p><p><b>6 de julio</b> : Hay dos partidos a las 15:00 y a las 20:00.</p><p><b>7 de julio</b> : Hay dos partidos a las 12:00 y a las 16:00.</p><h3><b>Comienzan los cuartos de final</b></h3><p><b>9 de julio</b> : Hay un partido de cuartos de final a las 16:00.</p><p><b>10 de julio</b> : Hay un partido de cuartos de final a las 15:00.</p><p><b>11 de julio</b> : Hay dos partidos de cuartos de final a las 17:00 y a las 21:00.</p><p><b>Fiesta para ver el partido al amanecer</b> : El Amerant Bank Arena, un recinto cubierto, organiza una fiesta gratuita <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">para quienes tengan entrada</a> a las 17:00 horas del 11 de julio. El aparcamiento es gratuito.</p><h3><b>Comienzan las semifinales</b></h3><p><b>14 de julio</b> : El festival de aficionados ha finalizado. Hay un partido de semifinales a las 15:00.</p><p><b>Fiesta para ver el partido en Miami Beach:</b> Las puertas se abren a las 3 pm el 14 de julio en The Bandshell, en 7275 Collins Ave., para el partido de semifinales.</p><p><b>15 de julio</b> : Hay un partido de semifinales a las 15:00.</p><p><b>Fiesta para ver el partido en Miami Beach:</b> Las puertas se abren a las 3 pm del 15 de julio en The Bandshell, en 7275 Collins Ave., para el partido de semifinales.</p><h3><b>Comienzan las finales</b></h3><p><b>18 de julio</b> : El partido por el tercer puesto se jugará a las 17:00.</p><p><b>Fiesta para ver la final en Miami Beach:</b> Las puertas se abren a las 3 pm del 18 de julio en The Sandbowl, detrás de The Bandshell, en 7275 Collins Ave., para la final de bronce de las 5 pm.</p><p><b>Viaje al amanecer al estadio</b> : El Amerant Bank Arena ofrece estacionamiento gratuito para los poseedores de entradas para la Copa Mundial de la FIFA que utilicen <a href="https://www.broward.org/BCT/Pages/WorldCup.aspx" rel="" title="https://www.broward.org/BCT/Pages/WorldCup.aspx">el servicio de autobús exprés gratuito</a> del condado de Broward para llegar al Miami Stadium, también conocido como Hard Rock, en Miami Gardens.</p><p><b>19 de julio</b> : El partido final es a las 15:00.</p><p><b>Fiesta para ver la final en Miami Beach:</b> Las puertas se abren a la 1 pm del 19 de julio en The Sandbowl, detrás de The Bandshell, en 7275 Collins Ave., para la final que comienza a las 3 pm.</p><p><b>Fiesta para ver el partido al amanecer</b> : El Amerant Bank Arena, un recinto cubierto, organiza una fiesta gratuita para ver la final el 19 de julio <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">para los poseedores de entradas</a> . El estacionamiento es gratuito.</p><p><b>Historias relacionadas</b></p><ul><li><a href="https://www.local10.com/sports/local/2026/06/11/fifa-world-cup-2026-key-information-for-fans-attending-matches-at-miami-stadium/" target="_self" rel="" title="https://www.local10.com/sports/local/2026/06/11/fifa-world-cup-2026-key-information-for-fans-attending-matches-at-miami-stadium/">Información clave para los aficionados que asistan a los partidos en el Estadio de Miami.</a></li><li><a href="https://www.local10.com/news/local/2026/06/10/security-guard-accused-of-stealing-fifa-referee-uniform-from-miami-beach-hotel/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/10/security-guard-accused-of-stealing-fifa-referee-uniform-from-miami-beach-hotel/">Un guardia de seguridad fue acusado de robar un uniforme de árbitro de la FIFA de un hotel en Miami Beach.</a></li></ul><h3><b>Rastrea los grupos</b></h3><ul><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Grupo A</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Grupo B</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Grupo C</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Grupo D</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Grupo E</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Grupo F</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Grupo G</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Grupo H</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Grupo I</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/">Grupo J</a></li><li><a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Grupo K</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Grupo L</a></li></ul><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

    .l10-neighborhood{
      --blue-dark:#0d2c73;
      --blue:#1f57c4;
      --blue-light:#3370e6;
      --gray-bg:#f2f3f5;
      --gray-border:#d6d8dc;
      --text-dark:#1a1a1a;
      --white:#ffffff;
      font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
      max-width:860px;
      margin:1.5rem auto;
      border-radius:10px;
      overflow:hidden;
      border:1px solid var(--gray-border);
      background:var(--gray-bg);
      box-shadow:0 4px 14px rgba(0,0,0,.12);
      text-align:center;
    }

    .l10-head{
      background:linear-gradient(90deg,var(--blue-dark),var(--blue));
      color:var(--white);
      padding:12px 16px;
      font-weight:800;
      text-transform:uppercase;
      font-size:1rem;
      letter-spacing:.3px;
      display:flex; justify-content:center; align-items:center; gap:8px;
    }

    .l10-body{
      max-width:740px;
      margin:0 auto;
      padding:0 16px 18px;
    }

    .l10-sub{
      margin:12px 0 10px;
      font-size:.95rem;
      color:var(--text-dark);
      font-weight:500;
      text-align:center;
    }

    .l10-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:12px;
    }
    @media (min-width:600px){
      .l10-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .nb-btn{
      display:grid;
      place-items:center;
      text-align:center;
      line-height:1;
      width:100%;
      min-height:48px;
      padding:10px;
      border-radius:8px;
      text-decoration:none;
      font-weight:800;
      text-transform:uppercase;
      font-size:.95rem;
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      color:var(--white);
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      transition:background .15s ease, transform .1s ease, box-shadow .15s ease;
    }
    .nb-btn:hover, .nb-btn:focus-visible{
      background:linear-gradient(180deg,var(--blue),var(--blue-dark));
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.2);
      outline:none;
    }
    .nb-btn:link, .nb-btn:visited{ color:var(--white); }

    .city-dd{
      grid-column:1 / -1;
      justify-self:stretch;
      width:100%;
      margin:0;
      text-align:left;
    }
    .city-dd summary{
      list-style:none;
      cursor:pointer;
      display:flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      width:100%;
      min-height:48px;
      padding:10px 16px;
      font-weight:800;
      text-transform:uppercase;
      letter-spacing:.02em;
      color:var(--white);
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      border:1px solid rgba(0,0,0,.08);
      border-radius:8px;
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      user-select:none;
    }
    .city-dd summary::-webkit-details-marker{ display:none; }
    .city-dd summary .caret{ line-height:1; transition:transform .2s ease; }
    .city-dd[open] summary .caret{ transform:rotate(180deg); }

    .city-menu{
      margin-top:0;
      background:var(--white);
      border:1px solid var(--gray-border);
      border-top:0;
      border-radius:10px;
      border-top-left-radius:0;
      border-top-right-radius:0;
      padding:10px;
      box-shadow:0 6px 16px rgba(0,0,0,.08);
    }
    .city-dd[open] summary{
      border-bottom-left-radius:0;
      border-bottom-right-radius:0;
    }

    .city-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:8px;
    }
    @media (min-width:520px){
      .city-grid{ grid-template-columns:repeat(2,1fr); }
    }
    @media (min-width:800px){
      .city-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .city-link{
      display:block;
      text-decoration:none;
      text-align:center;
      font-weight:700;
      padding:8px 10px;
      border-radius:8px;
      background:#f7f9fc;
      border:1px solid var(--gray-border);
      color:var(--blue);
      transition:background .12s ease, transform .08s ease, box-shadow .12s ease;
    }
    .city-link:hover, .city-link:focus-visible{
      background:#eef3ff;
      outline:none;
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.08);
    }
    .city-link:link, .city-link:visited{ color:var(--blue); }
  </style>

  <div class="l10-head">🏠 News From Your Neighborhood</div>

  <div class="l10-body">
    <div class="l10-sub">Latest headlines from:</div>

    <div class="l10-grid" role="group" aria-label="Counties and cities">
      <a class="nb-btn" href="https://www.local10.com/topic/Miami-Dade_County/" target="_blank" rel="noopener noreferrer">Miami-Dade</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Broward_County/" target="_blank" rel="noopener noreferrer">Broward</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Monroe_County/" target="_blank" rel="noopener noreferrer">Florida Keys</a>

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[World leaders react with offers and solidarity after powerful quakes hit Venezuela]]></title><link>https://www.local10.com/news/2026/06/25/world-leaders-react-with-offers-and-solidarity-after-powerful-quakes-hit-venezuela/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/25/world-leaders-react-with-offers-and-solidarity-after-powerful-quakes-hit-venezuela/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[World leaders reacted Thursday with messages of solidarity and offers of assistance after two powerful earthquakes shook Venezuela, killing at least 164 people, injuring more than 1,000 and trapping many beneath collapsed buildings.]]></description><pubDate>Thu, 25 Jun 2026 15:29:44 +0000</pubDate><content:encoded><![CDATA[<p>World leaders reacted Thursday with messages of solidarity and offers of assistance after two powerful earthquakes shook Venezuela, killing at least 164 people, injuring more than 1,000 and trapping many beneath collapsed buildings.</p><p>Wednesday evening’s 7.2- and 7.5-magnitude earthquakes were among the strongest to strike Venezuela in more than a century and could be felt throughout the region.</p><p>Venezuelan officials were trying to make the most of the daylight hours to speed up efforts to rescue people believed to remain trapped under the rubble.</p><p>Here are some of the reactions from world leaders to the earthquakes in Venezuela.</p><p>US State Secretary Marco Rubio</p><p>“The United States extends our deepest condolences to the people of Venezuela following the devastating earthquakes,” U.S. Secretary of State Marco Rubio said on the social platform X.</p><p>“America stands with the Venezuelan people during this difficult time and at the direction of President Trump, the State Department is immediately deploying search and rescue teams, medical resources, and humanitarian assistance to Venezuela.”</p><p>French President Emmanuel Macron</p><p>French President Emmanuel Macron took to social platform X to express France's solidarity with the Venezuelan people and said that a team of 85 French rescue workers specializing in search and clearance operations is “being deployed immediately” to Venezuela.</p><p>“France stands ready, alongside its European partners, to provide assistance to the affected populations in response to the needs identified by the Venezuelan authorities,” he wrote.</p><p>Mexico's President Claudia Sheinbaum</p><p>Mexican President Claudia Sheinbaum said that a team of military rescue workers, along with medical personnel, will depart for Venezuela on Thursday. She did not say how many people would be traveling.</p><p>“We will determine tomorrow exactly what additional personnel are needed to continue helping the communities that need it,” the Mexican president said.</p><p>Brazil's President Luiz Inácio Lula da Silva</p><p>President Luiz Inácio Lula da Silva of Brazil expressed his country's “determination" to support the government of Venezuela in its recovery efforts.</p><p>Lula said on X that he had instructed Brazil's Ministry of Foreign Affairs to assess the situation in Venezuela “and to evaluate what assistance measures Brazil might adopt.”</p><p>"I reaffirm our determination to support the government of Acting President Delcy Rodríguez in the recovery of affected areas in this sister nation, whose people have demonstrated great resilience in the face of adversity," he wrote.</p><p>China's Foreign Ministry spokesperson Guo Jiakun</p><p>“China has taken note of the reports concerning Venezuela. We extend our sincere condolences to the Venezuelan government and the affected people,” Chinese Foreign Ministry spokesperson Guo Jiakun said Thursday in a news conference.</p><p>He added that “China is willing to provide assistance to Venezuela to the best of its ability, according to Venezuela's needs."</p><p>Spanish Prime Minister Pedro Sánchez</p><p>“All the support from me and Spain to the Venezuelan people after the devastating earthquakes of last night," Spanish Prime Minister Pedro Sánchez wrote on Instagram. “Our thoughts are with the victims and their families.”</p><p>Colombia’s President-elect Abelardo de la Espriella</p><p>“I stand in full solidarity with the brotherly people of Venezuela following the devastating earthquake. Colombia stands with you during this difficult time with affection, respect, and hope. My prayers are with the victims and their families. God will provide,” Colombian President-elect Abelardo de la Espriella wrote on X.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/32EVIS2IC6RRF4SV3R7AH4SLCI.jpg?auth=1da26ab73e1b89ce22734d7c3cfceb5460d6b5d27f05d712039ae6682f98fccb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A man walks among the rubble of a building that collapsed in earthquakes the previous day in La Guaira, Venezuela, Thursday, June 25, 2026. (AP Photo/Pedro Mattey)]]></media:description><media:credit role="author" scheme="urn:ebu">Pedro Mattey</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RV4EWJ34ZXEAZA44FERKN6DJBA.jpg?auth=dbb990aa941d9bc7ecd5f471ac0660d9b79231afb4e4fb84167ef291af3be674&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rescue worker carry an injured man after an earthquake in Caracas, Venezuela, Wednesday, June 24, 2026. (AP Photo/Ariana Cubillos)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariana Cubillos</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Z57OF32I7BWNMM6CP6ZKNG57HE.jpg?auth=2760756a6253bbab4a2a77156f9c93f84ca87f8cec83b7ca1ebb7500d2bd2b31&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Collapsed buildings stand a day after earthquakes struck La Guaira, Venezuela, Thursday, June 25, 2026. (AP Photo/Juan Pablo Arraez)]]></media:description><media:credit role="author" scheme="urn:ebu">Juan Pablo Arraez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/U3NXANYTE55K733VNQ5BPIB3LQ.jpg?auth=9d16b40cbe8d8111973ec20c569d25291850159e39a3622e8cf7b4c6831b704b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Men walk among rubble after an earthquake in Caracas, Venezuela, Wednesday, June 24, 2026. (AP Photo/Pedro Mattey)]]></media:description><media:credit role="author" scheme="urn:ebu">Pedro Mattey</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FMRJE2CQ6OY4A5RZGKL53VBKZM.jpg?auth=b1fe5718a75bd346c9e5f8f34ebdd6748b2f7cc1892ffd99c8ee23936afcfff7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A man tries to make a call after an earthquake in Caracas, Venezuela, Wednesday, June 24, 2026. (AP Photo/Pedro Mattey)]]></media:description><media:credit role="author" scheme="urn:ebu">Pedro Mattey</media:credit></media:content></item><item><title><![CDATA[Sentencian a cadena perpetua a dos hombres condenados por el asesinato de bombero de Coral Springs]]></title><link>https://www.local10.com/news/local/2026/06/24/sentencian-a-cadena-perpetua-a-dos-hombres-condenados-por-el-asesinato-de-bombero-de-coral-springs/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/24/sentencian-a-cadena-perpetua-a-dos-hombres-condenados-por-el-asesinato-de-bombero-de-coral-springs/</guid><dc:creator><![CDATA[Amanda Batchelor, Jeff  Derderian ]]></dc:creator><description><![CDATA[Los dos hombres condenados por matar al bombero de Coral Springs Christopher Randazzo fueron sentenciados a cadena perpetua el miércoles.]]></description><pubDate>Wed, 24 Jun 2026 16:39:25 +0000</pubDate><content:encoded><![CDATA[<p>Los dos hombres condenados por matar al bombero de Coral Springs Christopher Randazzo fueron sentenciados a cadena perpetua el miércoles.</p><p>Torrey Holston y Jose Romero fueron declarados culpables en mayo por la muerte del hombre de 39 años.</p><p>En octubre de 2019, el cuerpo de Randazzo fue encontrado cerca del Southern Seas Resort en Lauderdale-by-the-Sea. Su iPhone, sus zapatillas, su billetera y sus llaves fueron robados después de que recibió un disparo en la parte posterior de la cabeza.</p><p>Aunque ambos hombres fueron declarados culpables de asesinato, no fueron declarados culpables de poseer un arma ni de disparar un arma de fuego.</p><figure><img src="https://www.local10.com/resizer/v2/X7VJBZ6PVJFIXG53LACTPYMMPI.jpg?auth=0d9bf5a7f5d8848bf5b53686f3b5a1c3b9949c2231696a0dc96a232897f16f25&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>“Creo que el jurado fue claro y unánime sobre la participación de ambos. Quizás no pudo determinar más allá de una duda razonable quién fue el verdadero autor del disparo”, dijo el juez Michael A. Usan.</p><p>El abogado de Romero, Jim Lewis, dijo a Local 10 en mayo que se está considerando una apelación y afirmó que juzgar a ambos hombres juntos fue un “perjuicio”.</p><p>“Siempre habíamos pedido ser juzgados por separado. Nunca se alegó que Jose Romero llevara un arma en este incidente. Sí se alegó del coacusado, por lo que hasta cierto punto pagamos el precio”, dijo Lewis.</p><p>Los fiscales no estaban solicitando la pena de muerte en el caso, pero ambos hombres enfrentaban sentencias obligatorias de cadena perpetua.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

    .l10-neighborhood{
      --blue-dark:#0d2c73;
      --blue:#1f57c4;
      --blue-light:#3370e6;
      --gray-bg:#f2f3f5;
      --gray-border:#d6d8dc;
      --text-dark:#1a1a1a;
      --white:#ffffff;
      font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
      max-width:860px;
      margin:1.5rem auto;
      border-radius:10px;
      overflow:hidden;
      border:1px solid var(--gray-border);
      background:var(--gray-bg);
      box-shadow:0 4px 14px rgba(0,0,0,.12);
      text-align:center;
    }

    .l10-head{
      background:linear-gradient(90deg,var(--blue-dark),var(--blue));
      color:var(--white);
      padding:12px 16px;
      font-weight:800;
      text-transform:uppercase;
      font-size:1rem;
      letter-spacing:.3px;
      display:flex; justify-content:center; align-items:center; gap:8px;
    }

    .l10-body{
      max-width:740px;
      margin:0 auto;
      padding:0 16px 18px;
    }

    .l10-sub{
      margin:12px 0 10px;
      font-size:.95rem;
      color:var(--text-dark);
      font-weight:500;
      text-align:center;
    }

    .l10-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:12px;
    }
    @media (min-width:600px){
      .l10-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .nb-btn{
      display:grid;
      place-items:center;
      text-align:center;
      line-height:1;
      width:100%;
      min-height:48px;
      padding:10px;
      border-radius:8px;
      text-decoration:none;
      font-weight:800;
      text-transform:uppercase;
      font-size:.95rem;
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      color:var(--white);
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      transition:background .15s ease, transform .1s ease, box-shadow .15s ease;
    }
    .nb-btn:hover, .nb-btn:focus-visible{
      background:linear-gradient(180deg,var(--blue),var(--blue-dark));
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.2);
      outline:none;
    }
    .nb-btn:link, .nb-btn:visited{ color:var(--white); }

    .city-dd{
      grid-column:1 / -1;
      justify-self:stretch;
      width:100%;
      margin:0;
      text-align:left;
    }
    .city-dd summary{
      list-style:none;
      cursor:pointer;
      display:flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      width:100%;
      min-height:48px;
      padding:10px 16px;
      font-weight:800;
      text-transform:uppercase;
      letter-spacing:.02em;
      color:var(--white);
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      border:1px solid rgba(0,0,0,.08);
      border-radius:8px;
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      user-select:none;
    }
    .city-dd summary::-webkit-details-marker{ display:none; }
    .city-dd summary .caret{ line-height:1; transition:transform .2s ease; }
    .city-dd[open] summary .caret{ transform:rotate(180deg); }

    .city-menu{
      margin-top:0;
      background:var(--white);
      border:1px solid var(--gray-border);
      border-top:0;
      border-radius:10px;
      border-top-left-radius:0;
      border-top-right-radius:0;
      padding:10px;
      box-shadow:0 6px 16px rgba(0,0,0,.08);
    }
    .city-dd[open] summary{
      border-bottom-left-radius:0;
      border-bottom-right-radius:0;
    }

    .city-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:8px;
    }
    @media (min-width:520px){
      .city-grid{ grid-template-columns:repeat(2,1fr); }
    }
    @media (min-width:800px){
      .city-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .city-link{
      display:block;
      text-decoration:none;
      text-align:center;
      font-weight:700;
      padding:8px 10px;
      border-radius:8px;
      background:#f7f9fc;
      border:1px solid var(--gray-border);
      color:var(--blue);
      transition:background .12s ease, transform .08s ease, box-shadow .12s ease;
    }
    .city-link:hover, .city-link:focus-visible{
      background:#eef3ff;
      outline:none;
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.08);
    }
    .city-link:link, .city-link:visited{ color:var(--blue); }
  </style>

  <div class="l10-head">🏠 News From Your Neighborhood</div>

  <div class="l10-body">
    <div class="l10-sub">Latest headlines from:</div>

    <div class="l10-grid" role="group" aria-label="Counties and cities">
      <a class="nb-btn" href="https://www.local10.com/topic/Miami-Dade_County/" target="_blank" rel="noopener noreferrer">Miami-Dade</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Broward_County/" target="_blank" rel="noopener noreferrer">Broward</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Monroe_County/" target="_blank" rel="noopener noreferrer">Florida Keys</a>

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Haitian pride: Lenny Joseph and Wilson Isidor make FIFA World Cup history ]]></title><link>https://www.local10.com/news/world/2026/06/24/haitian-pride-lenny-joseph-and-wilson-isidor-make-fifa-world-cup-history/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/24/haitian-pride-lenny-joseph-and-wilson-isidor-make-fifa-world-cup-history/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[When Haiti qualified for the 2026 FIFA World Cup after a 2-0 victory against Nicaragua on Nov. 18, 2025, the Caribbean nation had not qualified in 52 years.]]></description><pubDate>Thu, 25 Jun 2026 01:00:55 +0000</pubDate><content:encoded><![CDATA[<p>When Haiti qualified for the 2026 FIFA World Cup after a 2-0 victory against Nicaragua on Nov. 18, 2025, the Caribbean nation had not qualified in 52 years.</p><p><a href="https://www.local10.com/news/local/2026/06/25/orgullo-haitiano-lenny-joseph-y-wilson-isidor-hacen-historia-en-la-copa-mundial-de-la-fifa/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/25/orgullo-haitiano-lenny-joseph-y-wilson-isidor-hacen-historia-en-la-copa-mundial-de-la-fifa/">Leer en español</a></p><p>Haitians, who have been struggling with gang violence, had a reason to celebrate. Coach <a href="https://youtube.com/watch?v=EZykAkkFItc&amp;list=PLRtffQSBKqO0&amp;index=21&amp;pp=iAQB" target="_self" rel="" title="https://youtube.com/watch?v=EZykAkkFItc&amp;list=PLRtffQSBKqO0&amp;index=21&amp;pp=iAQB">Sébastien Migné</a>, a former player, made it happen. </p><p>In South Florida, Haitian Americans had a rallying cry, “Grenadye, alaso!” for “Warriors, advance!” Lenny Joseph and Wilson Isidor listened. </p><p>On Wednesday, during the 10th minute of a definitive match against Morocco, Joseph, 25, became Haiti’s first FIFA World Cup 2026 scorer.</p><p>Haiti had not scored a FIFA World Cup goal since the legendary Italian goalkeeper Dino Zoff couldn’t stop Emmanuel Sanon from scoring <a href="https://www.fifa.com/en/tournaments/mens/worldcup/articles/haiti-italy-1974" target="_self" rel="" title="https://www.fifa.com/en/tournaments/mens/worldcup/articles/haiti-italy-1974">in 1974</a> in Munich. </p><p>At the Mercedes-Benz Stadium in Atlanta, Morocco goalkeeper Yassine Bounou also could not stop Joseph’s swift back-heeled flick at the near post.</p><figure><img src="https://www.local10.com/resizer/v2/DDTM7GLH3FH6BBY5XJCBV4BCAM.jpg?auth=bedc22f7ab93dc20d41c6ea2696aea298976766e7ea29ce8687c6c418a80010a&smart=true&width=1200&height=900" alt="Morocco's defense and goalie Yassine Bounou try and fail to stop a goal by Haiti's Wilson Isidor on Wednesday at the Mercedes-Benz Stadium in Atlanta, Ga. 
Photo by Mike Stewart/The Associated Press" height="900" width="1200"/><figcaption>Morocco's defense and goalie Yassine Bounou try and fail to stop a goal by Haiti's Wilson Isidor on Wednesday at the Mercedes-Benz Stadium in Atlanta, Ga. 
Photo by Mike Stewart/The Associated Press</figcaption></figure><p>Isidor, 25, made FIFA World Cup history with a goal from outside the box at the 43rd minute. The forward’s powerful shot flew into the top corner. </p><p>Jean-Kévin Duverne, a defender, delivered the two assists: A low cross pass to Joseph and a short pass to Isidor just outside the penalty area. </p><p>Morocco won 4-2, and Brazil won 3-0 against Scotland <a href="https://www.local10.com/sports/2026/06/24/brazilian-and-scottish-celebrate-together-at-miami-stadiums-fifa-world-cup-fan-zone/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/24/brazilian-and-scottish-celebrate-together-at-miami-stadiums-fifa-world-cup-fan-zone/">in Miami Gardens</a>. Both advanced in<a href="https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-c-brazil-and-morocco-each-get-1-point-scotland-gets-3-points/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-c-brazil-and-morocco-each-get-1-point-scotland-gets-3-points/"> Group C</a> to the tournament’s <a href="https://www.local10.com/sports/2026/06/20/fifa-world-cup-2026-track-teams-advancing-to-round-of-32/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/20/fifa-world-cup-2026-track-teams-advancing-to-round-of-32/">Round of 32</a>. </p><p>Although the road was over for Haiti after the <a href="https://www.local10.com/sports/2026/06/20/matheus-cunha-scores-2-goals-as-brazil-eliminates-haiti-from-world-cup-with-3-0-win/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/20/matheus-cunha-scores-2-goals-as-brazil-eliminates-haiti-from-world-cup-with-3-0-win/">June 19 match against Brazil</a>, the stadium in Atlanta was full of Haitian fans. The team had also gained new fans from other countries. </p><p>In Colombia, the owner and employees of <a href="https://saeta.us/collections/women-soccer-uniforms?srsltid=AfmBOorCV8S4vE0TTWgjVyhtgJfJRtarSnX50J5HihPVn6j3mT-V5yBx" target="_self" rel="" title="https://saeta.us/collections/women-soccer-uniforms?srsltid=AfmBOorCV8S4vE0TTWgjVyhtgJfJRtarSnX50J5HihPVn6j3mT-V5yBx">Saeta</a>, a company that sponsored the Haitian players’ jerseys, were grateful. They had never displayed their brand at a FIFA World Cup before. </p><p><b>THE RISING STARS</b></p><p>Joseph and Isidor, who were both born in France, are both of Haitian descent. </p><p>Joseph was born in Paris. His father, Djimon Joseph, is of Haitian descent, and his mother is from Congo. He plays for the Hungarian club of Ferencváros. </p><p>Isidor was born in Rennes. His father is also from Haiti, and his mother is French. He plays for the English Premier League’s Sunderland A.F.C.</p><p>Duverne, who is of Haitian descent, was also born in Paris. He plays as a right-back for Belgian Pro League club Gent while on loan from French club Nantes.</p><p><b>More on the FIFA World Cup</b></p><ul><li>FIFA video: <a href="https://www.youtube.com/watch?v=fLUn24TJbXE&amp;list=PLRHgErkOxrOY&amp;index=16" target="_self" rel="" title="https://www.youtube.com/watch?v=fLUn24TJbXE&amp;list=PLRHgErkOxrOY&amp;index=16">Haiti goalkeeper Johny Placide</a></li><li>FIFA video: <a href="https://www.youtube.com/watch?v=h7GqAR9gDOc&amp;list=PLHKNQ5WZNeSI&amp;index=20" target="_self" rel="" title="https://www.youtube.com/watch?v=h7GqAR9gDOc&amp;list=PLHKNQ5WZNeSI&amp;index=20">Haiti trains before match with Morocco</a></li><li>FIFA video: <a href="https://www.youtube.com/watch?v=degi0zOUr_Y&amp;list=PLOKG1WmvypGc&amp;index=7" target="_self" rel="" title="https://www.youtube.com/watch?v=degi0zOUr_Y&amp;list=PLOKG1WmvypGc&amp;index=7">Match preview: Haiti vs. Morocco</a></li><li>FIFA video: <a href="https://www.youtube.com/watch?v=TE_I9hgJ5PA&amp;list=PLHKNQ5WZNeSI&amp;index=52" target="_self" rel="" title="https://www.youtube.com/watch?v=TE_I9hgJ5PA&amp;list=PLHKNQ5WZNeSI&amp;index=52">Haiti trains before match with Brazil</a></li><li><a href="https://www.local10.com/sports/2026/06/24/vinicius-junior-scores-2-goals-as-brazil-beats-scotland-3-0-to-reach-world-cup-knockout-stage/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/24/vinicius-junior-scores-2-goals-as-brazil-beats-scotland-3-0-to-reach-world-cup-knockout-stage/">How Brazil advanced to Round of 32 after 3-0 victory against Scotland</a></li><li><a href="https://www.local10.com/sports/2026/06/24/brazilian-and-scottish-celebrate-together-at-miami-stadiums-fifa-world-cup-fan-zone/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/24/brazilian-and-scottish-celebrate-together-at-miami-stadiums-fifa-world-cup-fan-zone/">Over 65,000 Brazilian and Scottish FIFA World Cup fans celebrate love of soccer at Miami Stadium</a></li><li><a href="https://www.local10.com/sports/2026/06/24/about-30000-fifa-world-cup-fans-join-big-miami-bayfront-park-watch-party/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/24/about-30000-fifa-world-cup-fans-join-big-miami-bayfront-park-watch-party/">About 30,000 FIFA World Cup fans join big Miami Bayfront Park watch party</a></li><li><a href="https://www.local10.com/sports/2026/06/24/fifa-world-cup-fans-from-brazil-and-scotland-start-to-arrive-at-miami-stadium-ahead-of-group-c-match/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/24/fifa-world-cup-fans-from-brazil-and-scotland-start-to-arrive-at-miami-stadium-ahead-of-group-c-match/">Dedicated World Cup fans arrive early to the Miami Stadium</a> </li><li><b>One and Only Exclusive</b>: <a href="https://www.local10.com/news/local/2026/06/24/feds-give-exclusive-behind-the-scenes-look-at-miami-stadium-security-during-fifa-world-cup/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/24/feds-give-exclusive-behind-the-scenes-look-at-miami-stadium-security-during-fifa-world-cup/">Feds allow behind-the-scenes look at Miami Stadium security during FIFA World Cup</a></li></ul>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7OUB5ZVP7FB6BBT645SOFSIPDA.jpg?auth=3f15872c92768bc4a2a70a8b22dabea4b62d50be4642d075cf1cb4463e65730f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Lenny Joseph, left, celebrates scoring a goal against Morocco on Wednesday at the Mercedes-Benz Stadium in Atlanta, Ga. Photo by Erik S. Lesser/The Associated Press]]></media:description></media:content></item><item><title><![CDATA[Orgullo haitiano: Lenny Joseph y Wilson Isidor hacen historia en la Copa Mundial de la FIFA]]></title><link>https://www.local10.com/news/local/2026/06/25/orgullo-haitiano-lenny-joseph-y-wilson-isidor-hacen-historia-en-la-copa-mundial-de-la-fifa/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/25/orgullo-haitiano-lenny-joseph-y-wilson-isidor-hacen-historia-en-la-copa-mundial-de-la-fifa/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Cuando Haití se clasificó para la Copa Mundial de la FIFA 2026 tras una victoria 2-0 contra Nicaragua el 18 de noviembre de 2025, la nación caribeña no se había clasificado en 52 años.]]></description><pubDate>Thu, 25 Jun 2026 14:28:10 +0000</pubDate><content:encoded><![CDATA[<p>Cuando Haití se clasificó para la Copa Mundial de la FIFA 2026 tras una victoria por 2-0 contra Nicaragua el 18 de noviembre de 2025, la nación caribeña no se había clasificado en 52 años.</p><p>Los haitianos, que han estado lidiando con la violencia de las pandillas, tenían un motivo para celebrar. El entrenador <a href="https://youtube.com/watch?v=EZykAkkFItc&amp;list=PLRtffQSBKqO0&amp;index=21&amp;pp=iAQB" rel="" title="https://youtube.com/watch?v=EZykAkkFItc&amp;list=PLRtffQSBKqO0&amp;index=21&amp;pp=iAQB">Sébastien Migné</a> , un exjugador, lo hizo posible.</p><p>En el sur de Florida, los haitianos-estadounidenses tenían un grito de guerra, “Grenadye, alaso!”, que significa “¡Guerreros, avancen!”. Lenny Joseph y Wilson Isidor escucharon.</p><p>El miércoles, en el minuto 10 de un partido decisivo contra Marruecos, Joseph, de 25 años, se convirtió en el primer goleador de Haití en la Copa Mundial de la FIFA 2026.</p><p>Haití no había marcado un gol en una Copa Mundial de la FIFA desde que el legendario portero italiano Dino Zoff no pudo evitar que Emmanuel Sanón anotara <a href="https://www.fifa.com/en/tournaments/mens/worldcup/articles/haiti-italy-1974" rel="" title="https://www.fifa.com/en/tournaments/mens/worldcup/articles/haiti-italy-1974">en 1974</a> en Múnich.</p><p>En el Mercedes-Benz Stadium de Atlanta, el portero marroquí Yassine Bounou tampoco pudo detener el rápido taconazo de Joseph en el primer palo.</p><figure><img src="https://www.local10.com/resizer/v2/DDTM7GLH3FH6BBY5XJCBV4BCAM.jpg?auth=bedc22f7ab93dc20d41c6ea2696aea298976766e7ea29ce8687c6c418a80010a&smart=true&width=1200&height=900" alt="Morocco's defense and goalie Yassine Bounou try and fail to stop a goal by Haiti's Wilson Isidor on Wednesday at the Mercedes-Benz Stadium in Atlanta, Ga. 
Photo by Mike Stewart/The Associated Press" height="900" width="1200"/><figcaption>Morocco's defense and goalie Yassine Bounou try and fail to stop a goal by Haiti's Wilson Isidor on Wednesday at the Mercedes-Benz Stadium in Atlanta, Ga. 
Photo by Mike Stewart/The Associated Press</figcaption></figure><p>Isidor, de 25 años, hizo historia en la Copa Mundial de la FIFA con un gol desde fuera del área en el minuto 43. El potente disparo del delantero se coló por la escuadra.</p><p>Jean-Kévin Duverne, defensa, dio las dos asistencias: un pase raso cruzado a Joseph y un pase corto a Isidor justo fuera del área de penalti.</p><p>Marruecos ganó 4-2 y Brasil venció 3-0 a Escocia <a href="https://www.local10.com/sports/2026/06/24/brazilian-and-scottish-celebrate-together-at-miami-stadiums-fifa-world-cup-fan-zone/" rel="" title="https://www.local10.com/sports/2026/06/24/brazilian-and-scottish-celebrate-together-at-miami-stadiums-fifa-world-cup-fan-zone/">en Miami Gardens</a> . Ambos avanzaron en <a href="https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-c-brazil-and-morocco-each-get-1-point-scotland-gets-3-points/" rel="" title="https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-c-brazil-and-morocco-each-get-1-point-scotland-gets-3-points/">el Grupo C a los </a><a href="https://www.local10.com/sports/2026/06/20/fifa-world-cup-2026-track-teams-advancing-to-round-of-32/" rel="" title="https://www.local10.com/sports/2026/06/20/fifa-world-cup-2026-track-teams-advancing-to-round-of-32/">dieciseisavos de final</a> del torneo .</p><p>Aunque la trayectoria de Haití había terminado tras el <a href="https://www.local10.com/sports/2026/06/20/matheus-cunha-scores-2-goals-as-brazil-eliminates-haiti-from-world-cup-with-3-0-win/" rel="" title="https://www.local10.com/sports/2026/06/20/matheus-cunha-scores-2-goals-as-brazil-eliminates-haiti-from-world-cup-with-3-0-win/">partido del 19 de junio contra Brasil</a> , el estadio de Atlanta estaba repleto de aficionados haitianos. El equipo también había ganado nuevos seguidores de otros países.</p><p>En Colombia, el propietario y los empleados de <a href="https://saeta.us/collections/women-soccer-uniforms?srsltid=AfmBOorCV8S4vE0TTWgjVyhtgJfJRtarSnX50J5HihPVn6j3mT-V5yBx" rel="" title="https://saeta.us/collections/women-soccer-uniforms?srsltid=AfmBOorCV8S4vE0TTWgjVyhtgJfJRtarSnX50J5HihPVn6j3mT-V5yBx">Saeta</a> , empresa que patrocinaba las camisetas de los jugadores haitianos, se mostraron agradecidos. Nunca antes habían exhibido su marca en una Copa Mundial de la FIFA.</p><p><b>LAS ESTRELLAS ASCENDENTES</b></p><p>Joseph e Isidor, ambos nacidos en Francia, son de ascendencia haitiana.</p><p>Joseph nació en París. Su padre, Djimon Joseph, es de ascendencia haitiana, y su madre es del Congo. Juega en el club húngaro Ferencváros.</p><p>Isidor nació en Rennes. Su padre también es de Haití y su madre es francesa. Juega en el Sunderland AFC de la Premier League inglesa.</p><p>Duverne, de ascendencia haitiana, también nació en París. Juega como lateral derecho en el Gent, club de la Primera División belga, mientras está cedido por el Nantes francés.</p><p><b>Más información sobre la Copa Mundial de la FIFA</b></p><ul><li>Vídeo de la FIFA:&nbsp;<a href="https://www.youtube.com/watch?v=fLUn24TJbXE&amp;list=PLRHgErkOxrOY&amp;index=16" target="_self" rel="" title="https://www.youtube.com/watch?v=fLUn24TJbXE&amp;list=PLRHgErkOxrOY&amp;index=16">El portero de Haití, Johny Placide</a></li><li>Vídeo de la FIFA:&nbsp;<a href="https://www.youtube.com/watch?v=h7GqAR9gDOc&amp;list=PLHKNQ5WZNeSI&amp;index=20" target="_self" rel="" title="https://www.youtube.com/watch?v=h7GqAR9gDOc&amp;list=PLHKNQ5WZNeSI&amp;index=20">Haití entrena antes del partido contra Marruecos.</a></li><li>Vídeo de la FIFA:&nbsp;<a href="https://www.youtube.com/watch?v=degi0zOUr_Y&amp;list=PLOKG1WmvypGc&amp;index=7" target="_self" rel="" title="https://www.youtube.com/watch?v=degi0zOUr_Y&amp;list=PLOKG1WmvypGc&amp;index=7">Previa del partido: Haití vs. Marruecos</a></li><li>Vídeo de la FIFA:&nbsp;<a href="https://www.youtube.com/watch?v=TE_I9hgJ5PA&amp;list=PLHKNQ5WZNeSI&amp;index=52" target="_self" rel="" title="https://www.youtube.com/watch?v=TE_I9hgJ5PA&amp;list=PLHKNQ5WZNeSI&amp;index=52">Haití entrena antes del partido contra Brasil.</a></li><li><a href="https://www.local10.com/sports/2026/06/24/vinicius-junior-scores-2-goals-as-brazil-beats-scotland-3-0-to-reach-world-cup-knockout-stage/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/24/vinicius-junior-scores-2-goals-as-brazil-beats-scotland-3-0-to-reach-world-cup-knockout-stage/">Cómo Brasil avanzó a los dieciseisavos de final tras su victoria por 3-0 contra Escocia.</a></li><li><a href="https://www.local10.com/sports/2026/06/24/brazilian-and-scottish-celebrate-together-at-miami-stadiums-fifa-world-cup-fan-zone/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/24/brazilian-and-scottish-celebrate-together-at-miami-stadiums-fifa-world-cup-fan-zone/">Más de 65.000 aficionados brasileños y escoceses de la Copa Mundial de la FIFA celebran su pasión por el fútbol en el Estadio de Miami.</a></li><li><a href="https://www.local10.com/sports/2026/06/24/about-30000-fifa-world-cup-fans-join-big-miami-bayfront-park-watch-party/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/24/about-30000-fifa-world-cup-fans-join-big-miami-bayfront-park-watch-party/">Cerca de 30.000 aficionados al Mundial de la FIFA se unieron a la gran fiesta para ver el partido en Miami Bayfront Park.</a></li><li><a href="https://www.local10.com/sports/2026/06/24/fifa-world-cup-fans-from-brazil-and-scotland-start-to-arrive-at-miami-stadium-ahead-of-group-c-match/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/24/fifa-world-cup-fans-from-brazil-and-scotland-start-to-arrive-at-miami-stadium-ahead-of-group-c-match/">Los aficionados más fieles al Mundial llegan temprano al estadio de Miami.</a></li><li><b>Exclusiva única</b>&nbsp;:&nbsp;<a href="https://www.local10.com/news/local/2026/06/24/feds-give-exclusive-behind-the-scenes-look-at-miami-stadium-security-during-fifa-world-cup/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/24/feds-give-exclusive-behind-the-scenes-look-at-miami-stadium-security-during-fifa-world-cup/">Las autoridades federales permiten un vistazo entre bastidores a la seguridad del estadio de Miami durante la Copa Mundial de la FIFA.</a></li></ul><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

    .l10-neighborhood{
      --blue-dark:#0d2c73;
      --blue:#1f57c4;
      --blue-light:#3370e6;
      --gray-bg:#f2f3f5;
      --gray-border:#d6d8dc;
      --text-dark:#1a1a1a;
      --white:#ffffff;
      font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
      max-width:860px;
      margin:1.5rem auto;
      border-radius:10px;
      overflow:hidden;
      border:1px solid var(--gray-border);
      background:var(--gray-bg);
      box-shadow:0 4px 14px rgba(0,0,0,.12);
      text-align:center;
    }

    .l10-head{
      background:linear-gradient(90deg,var(--blue-dark),var(--blue));
      color:var(--white);
      padding:12px 16px;
      font-weight:800;
      text-transform:uppercase;
      font-size:1rem;
      letter-spacing:.3px;
      display:flex; justify-content:center; align-items:center; gap:8px;
    }

    .l10-body{
      max-width:740px;
      margin:0 auto;
      padding:0 16px 18px;
    }

    .l10-sub{
      margin:12px 0 10px;
      font-size:.95rem;
      color:var(--text-dark);
      font-weight:500;
      text-align:center;
    }

    .l10-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:12px;
    }
    @media (min-width:600px){
      .l10-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .nb-btn{
      display:grid;
      place-items:center;
      text-align:center;
      line-height:1;
      width:100%;
      min-height:48px;
      padding:10px;
      border-radius:8px;
      text-decoration:none;
      font-weight:800;
      text-transform:uppercase;
      font-size:.95rem;
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      color:var(--white);
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      transition:background .15s ease, transform .1s ease, box-shadow .15s ease;
    }
    .nb-btn:hover, .nb-btn:focus-visible{
      background:linear-gradient(180deg,var(--blue),var(--blue-dark));
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.2);
      outline:none;
    }
    .nb-btn:link, .nb-btn:visited{ color:var(--white); }

    .city-dd{
      grid-column:1 / -1;
      justify-self:stretch;
      width:100%;
      margin:0;
      text-align:left;
    }
    .city-dd summary{
      list-style:none;
      cursor:pointer;
      display:flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      width:100%;
      min-height:48px;
      padding:10px 16px;
      font-weight:800;
      text-transform:uppercase;
      letter-spacing:.02em;
      color:var(--white);
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      border:1px solid rgba(0,0,0,.08);
      border-radius:8px;
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      user-select:none;
    }
    .city-dd summary::-webkit-details-marker{ display:none; }
    .city-dd summary .caret{ line-height:1; transition:transform .2s ease; }
    .city-dd[open] summary .caret{ transform:rotate(180deg); }

    .city-menu{
      margin-top:0;
      background:var(--white);
      border:1px solid var(--gray-border);
      border-top:0;
      border-radius:10px;
      border-top-left-radius:0;
      border-top-right-radius:0;
      padding:10px;
      box-shadow:0 6px 16px rgba(0,0,0,.08);
    }
    .city-dd[open] summary{
      border-bottom-left-radius:0;
      border-bottom-right-radius:0;
    }

    .city-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:8px;
    }
    @media (min-width:520px){
      .city-grid{ grid-template-columns:repeat(2,1fr); }
    }
    @media (min-width:800px){
      .city-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .city-link{
      display:block;
      text-decoration:none;
      text-align:center;
      font-weight:700;
      padding:8px 10px;
      border-radius:8px;
      background:#f7f9fc;
      border:1px solid var(--gray-border);
      color:var(--blue);
      transition:background .12s ease, transform .08s ease, box-shadow .12s ease;
    }
    .city-link:hover, .city-link:focus-visible{
      background:#eef3ff;
      outline:none;
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.08);
    }
    .city-link:link, .city-link:visited{ color:var(--blue); }
  </style>

  <div class="l10-head">🏠 News From Your Neighborhood</div>

  <div class="l10-body">
    <div class="l10-sub">Latest headlines from:</div>

    <div class="l10-grid" role="group" aria-label="Counties and cities">
      <a class="nb-btn" href="https://www.local10.com/topic/Miami-Dade_County/" target="_blank" rel="noopener noreferrer">Miami-Dade</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Broward_County/" target="_blank" rel="noopener noreferrer">Broward</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Monroe_County/" target="_blank" rel="noopener noreferrer">Florida Keys</a>

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7OUB5ZVP7FB6BBT645SOFSIPDA.jpg?auth=3f15872c92768bc4a2a70a8b22dabea4b62d50be4642d075cf1cb4463e65730f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Lenny Joseph, left, celebrates scoring a goal against Morocco on Wednesday at the Mercedes-Benz Stadium in Atlanta, Ga. Photo by Erik S. Lesser/The Associated Press]]></media:description></media:content></item><item><title><![CDATA[Former FedEx Freight employees accused of stealing scores of Apple products, Medley police say ]]></title><link>https://www.local10.com/news/local/2026/06/25/former-fedex-freight-employees-accused-of-stealing-scores-of-apple-products-medley-police-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/25/former-fedex-freight-employees-accused-of-stealing-scores-of-apple-products-medley-police-say/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Two former FedEx Freight employees are facing charges after being accused of stealing tens of thousands of dollars’ worth of Apple products in Miami-Dade County, authorities confirmed.]]></description><pubDate>Thu, 25 Jun 2026 12:05:52 +0000</pubDate><content:encoded><![CDATA[<p>Two former FedEx Freight employees are facing charges after being accused of stealing tens of thousands of dollars’ worth of Apple products in Miami-Dade County, authorities confirmed.</p><p><a href="https://www.local10.com/news/local/2026/06/25/acusan-a-ex-empleados-de-fedex-freight-de-robar-decenas-de-productos-apple-dice-la-policia-de-medley/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/25/acusan-a-ex-empleados-de-fedex-freight-de-robar-decenas-de-productos-apple-dice-la-policia-de-medley/">Leer en español</a></p><p>According to an arrest report from the Medley Police Department, Michael Turro-Cabrera, 43, of Pembroke Pines, was arrested Tuesday on charges of grand theft of cargo under $50,000 and organized fraud.</p><p>His co-defendant, Yasmany Aguiar-Gonzalez, 39, remains at large.</p><p>According to police, the Apple products were stolen on Nov. 28 and Nov. 29, 2025, while the items were supposed to be in the care of Turro-Cabrera, who at the time was a driver for FedEx Freight.</p><p>Police said FedEx Freight formally reported the thefts on Dec. 18, 2025, after Apple confirmed shortages totaling $22,507.28 on Nov. 28 and $8,658.20 on Nov. 29.</p><p>FedEx Freight confirmed that Turro-Cabrera was fired on Dec. 18, 2025, for “policy violations,” including unexplained extended stops and “timeclock manipulation” that was discovered during an internal review, the arrest report stated.</p><p>According to the report, surveillance video from Nov. 28 shows Turro-Cabrera making an unauthorized stop in a Pinecrest alleyway in his assigned FedEx Freight truck before a gray Dodge pickup truck arrived and backed up directly to the rear of the truck “in a manner consistent with a back-to-back cargo transfer.”</p><p>Police said the video “strongly suggests” that items were moved from the FedEx Freight trailer into the pickup truck before a white male drove away in the pickup truck.</p><p>According to the report, a phone records check revealed that Turro-Cabrera placed a call to Aguiar-Gonzalez at the exact time he arrived in the Pinecrest alleyway.</p><p>Police said FedEx Freight personnel reviewed the footage and identified the driver of the pickup truck as Aguiar-Gonzalez, who they said was a former driver of theirs who had also been terminated after working for the company for eight years.</p><p>“FedEx Freight does not tolerate illegal activity within our network,” a company spokesperson told Local 10 News in a statement after Turro-Cabrera’s arrest. “The security of our customers’ shipments is a top priority, and we fully cooperate with law enforcement on investigations. This individual is no longer employed by the company.”</p><p>Anyone with information about Aguiar-Gonzalez’s whereabouts is asked to call Miami-Dade Crime Stoppers at 305-471-8477.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

    .l10-neighborhood{
      --blue-dark:#0d2c73;
      --blue:#1f57c4;
      --blue-light:#3370e6;
      --gray-bg:#f2f3f5;
      --gray-border:#d6d8dc;
      --text-dark:#1a1a1a;
      --white:#ffffff;
      font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
      max-width:860px;
      margin:1.5rem auto;
      border-radius:10px;
      overflow:hidden;
      border:1px solid var(--gray-border);
      background:var(--gray-bg);
      box-shadow:0 4px 14px rgba(0,0,0,.12);
      text-align:center;
    }

    .l10-head{
      background:linear-gradient(90deg,var(--blue-dark),var(--blue));
      color:var(--white);
      padding:12px 16px;
      font-weight:800;
      text-transform:uppercase;
      font-size:1rem;
      letter-spacing:.3px;
      display:flex; justify-content:center; align-items:center; gap:8px;
    }

    .l10-body{
      max-width:740px;
      margin:0 auto;
      padding:0 16px 18px;
    }

    .l10-sub{
      margin:12px 0 10px;
      font-size:.95rem;
      color:var(--text-dark);
      font-weight:500;
      text-align:center;
    }

    .l10-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:12px;
    }
    @media (min-width:600px){
      .l10-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .nb-btn{
      display:grid;
      place-items:center;
      text-align:center;
      line-height:1;
      width:100%;
      min-height:48px;
      padding:10px;
      border-radius:8px;
      text-decoration:none;
      font-weight:800;
      text-transform:uppercase;
      font-size:.95rem;
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      color:var(--white);
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      transition:background .15s ease, transform .1s ease, box-shadow .15s ease;
    }
    .nb-btn:hover, .nb-btn:focus-visible{
      background:linear-gradient(180deg,var(--blue),var(--blue-dark));
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.2);
      outline:none;
    }
    .nb-btn:link, .nb-btn:visited{ color:var(--white); }

    .city-dd{
      grid-column:1 / -1;
      justify-self:stretch;
      width:100%;
      margin:0;
      text-align:left;
    }
    .city-dd summary{
      list-style:none;
      cursor:pointer;
      display:flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      width:100%;
      min-height:48px;
      padding:10px 16px;
      font-weight:800;
      text-transform:uppercase;
      letter-spacing:.02em;
      color:var(--white);
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      border:1px solid rgba(0,0,0,.08);
      border-radius:8px;
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      user-select:none;
    }
    .city-dd summary::-webkit-details-marker{ display:none; }
    .city-dd summary .caret{ line-height:1; transition:transform .2s ease; }
    .city-dd[open] summary .caret{ transform:rotate(180deg); }

    .city-menu{
      margin-top:0;
      background:var(--white);
      border:1px solid var(--gray-border);
      border-top:0;
      border-radius:10px;
      border-top-left-radius:0;
      border-top-right-radius:0;
      padding:10px;
      box-shadow:0 6px 16px rgba(0,0,0,.08);
    }
    .city-dd[open] summary{
      border-bottom-left-radius:0;
      border-bottom-right-radius:0;
    }

    .city-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:8px;
    }
    @media (min-width:520px){
      .city-grid{ grid-template-columns:repeat(2,1fr); }
    }
    @media (min-width:800px){
      .city-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .city-link{
      display:block;
      text-decoration:none;
      text-align:center;
      font-weight:700;
      padding:8px 10px;
      border-radius:8px;
      background:#f7f9fc;
      border:1px solid var(--gray-border);
      color:var(--blue);
      transition:background .12s ease, transform .08s ease, box-shadow .12s ease;
    }
    .city-link:hover, .city-link:focus-visible{
      background:#eef3ff;
      outline:none;
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.08);
    }
    .city-link:link, .city-link:visited{ color:var(--blue); }
  </style>

  <div class="l10-head">🏠 News From Your Neighborhood</div>

  <div class="l10-body">
    <div class="l10-sub">Latest headlines from:</div>

    <div class="l10-grid" role="group" aria-label="Counties and cities">
      <a class="nb-btn" href="https://www.local10.com/topic/Miami-Dade_County/" target="_blank" rel="noopener noreferrer">Miami-Dade</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Broward_County/" target="_blank" rel="noopener noreferrer">Broward</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Monroe_County/" target="_blank" rel="noopener noreferrer">Florida Keys</a>

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5JW7AWAFQZCGTNN4UZUBBZNVEM.jpg?auth=1882edf69349be40f8f6a0d11ffc7a15ba555affccd0986795f2ddeb100a1005&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Acusan a ex empleados de FedEx Freight de robar decenas de productos Apple, dice la policía de Medley]]></title><link>https://www.local10.com/news/local/2026/06/25/acusan-a-ex-empleados-de-fedex-freight-de-robar-decenas-de-productos-apple-dice-la-policia-de-medley/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/25/acusan-a-ex-empleados-de-fedex-freight-de-robar-decenas-de-productos-apple-dice-la-policia-de-medley/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Dos ex empleados de FedEx Freight enfrentan cargos tras ser acusados de robar decenas de miles de dólares en productos Apple en el condado Miami-Dade, confirmaron las autoridades.]]></description><pubDate>Thu, 25 Jun 2026 14:22:36 +0000</pubDate><content:encoded><![CDATA[<p>Dos ex empleados de FedEx Freight enfrentan cargos tras ser acusados de robar decenas de miles de dólares en productos Apple en el condado Miami-Dade, confirmaron las autoridades.</p><p>Según un informe de arresto del Departamento de Policía de Medley, Michael Turro-Cabrera, de 43 años y residente de Pembroke Pines, fue arrestado el martes por cargos de hurto mayor de carga menor a $50,000 USD y fraude organizado.</p><p>Su coacusado, Yasmany Aguiar-Gonzalez, de 39 años, permanece prófugo.</p><p>Según la policía, los productos Apple fueron robados el 28 y 29 de noviembre de 2025, mientras los artículos debían estar bajo el cuidado de Turro-Cabrera, quien en ese momento era conductor de FedEx Freight.</p><p>La policía dijo que FedEx Freight reportó formalmente los robos el 18 de diciembre de 2025, después de que Apple confirmó faltantes por un total de $22,507.28 y $8,658.20 el 29 de noviembre.</p><p>FedEx Freight confirmó que Turro-Cabrera fue despedido el 18 de diciembre de 2025 por “violaciones de política”, incluyendo paradas prolongadas sin explicación y “manipulación del reloj laboral” que fue descubierta durante una revisión interna, indica el informe de arresto.</p><p>Según el informe, un video de vigilancia del 28 de noviembre muestra a Turro-Cabrera realizando una parada no autorizada en un callejón de Pinecrest con su camión asignado de FedEx Freight antes de que una camioneta pickup Dodge gris llegara y retrocediera directamente hasta la parte trasera del camión “de una manera consistente con una transferencia de carga de parte trasera a parte trasera”.</p><p>La policía dijo que el video “sugiere fuertemente” que los artículos fueron movidos desde el remolque de FedEx Freight hacia la camioneta pickup antes de que un hombre blanco se marchara conduciendo la pickup.</p><p>Según el informe, un análisis de registros telefónicos reveló que Turro-Cabrera realizó una llamada a Aguiar-Gonzalez exactamente en el momento en que llegó al callejón de Pinecrest.</p><p>La policía dijo que el personal de FedEx Freight revisó las imágenes e identificó al conductor de la pickup como Aguiar-Gonzalez, quien, según indicaron, era un ex conductor de la compañía que también fue despedido tras trabajar para la empresa durante ocho años.</p><p>“FedEx Freight no tolera actividad ilegal dentro de nuestra red”, dijo un portavoz de la compañía a Local 10 News en un comunicado tras el arresto de Turro-Cabrera. “La seguridad de los envíos de nuestros clientes es una prioridad principal, y cooperamos plenamente con las autoridades en las investigaciones. Este individuo ya no trabaja para la compañía”.</p><p>Cualquier persona con información sobre el paradero de Aguiar-Gonzalez debe llamar a Miami-Dade Crime Stoppers al 305-471-8477.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

    .l10-neighborhood{
      --blue-dark:#0d2c73;
      --blue:#1f57c4;
      --blue-light:#3370e6;
      --gray-bg:#f2f3f5;
      --gray-border:#d6d8dc;
      --text-dark:#1a1a1a;
      --white:#ffffff;
      font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
      max-width:860px;
      margin:1.5rem auto;
      border-radius:10px;
      overflow:hidden;
      border:1px solid var(--gray-border);
      background:var(--gray-bg);
      box-shadow:0 4px 14px rgba(0,0,0,.12);
      text-align:center;
    }

    .l10-head{
      background:linear-gradient(90deg,var(--blue-dark),var(--blue));
      color:var(--white);
      padding:12px 16px;
      font-weight:800;
      text-transform:uppercase;
      font-size:1rem;
      letter-spacing:.3px;
      display:flex; justify-content:center; align-items:center; gap:8px;
    }

    .l10-body{
      max-width:740px;
      margin:0 auto;
      padding:0 16px 18px;
    }

    .l10-sub{
      margin:12px 0 10px;
      font-size:.95rem;
      color:var(--text-dark);
      font-weight:500;
      text-align:center;
    }

    .l10-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:12px;
    }
    @media (min-width:600px){
      .l10-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .nb-btn{
      display:grid;
      place-items:center;
      text-align:center;
      line-height:1;
      width:100%;
      min-height:48px;
      padding:10px;
      border-radius:8px;
      text-decoration:none;
      font-weight:800;
      text-transform:uppercase;
      font-size:.95rem;
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      color:var(--white);
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      transition:background .15s ease, transform .1s ease, box-shadow .15s ease;
    }
    .nb-btn:hover, .nb-btn:focus-visible{
      background:linear-gradient(180deg,var(--blue),var(--blue-dark));
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.2);
      outline:none;
    }
    .nb-btn:link, .nb-btn:visited{ color:var(--white); }

    .city-dd{
      grid-column:1 / -1;
      justify-self:stretch;
      width:100%;
      margin:0;
      text-align:left;
    }
    .city-dd summary{
      list-style:none;
      cursor:pointer;
      display:flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      width:100%;
      min-height:48px;
      padding:10px 16px;
      font-weight:800;
      text-transform:uppercase;
      letter-spacing:.02em;
      color:var(--white);
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      border:1px solid rgba(0,0,0,.08);
      border-radius:8px;
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      user-select:none;
    }
    .city-dd summary::-webkit-details-marker{ display:none; }
    .city-dd summary .caret{ line-height:1; transition:transform .2s ease; }
    .city-dd[open] summary .caret{ transform:rotate(180deg); }

    .city-menu{
      margin-top:0;
      background:var(--white);
      border:1px solid var(--gray-border);
      border-top:0;
      border-radius:10px;
      border-top-left-radius:0;
      border-top-right-radius:0;
      padding:10px;
      box-shadow:0 6px 16px rgba(0,0,0,.08);
    }
    .city-dd[open] summary{
      border-bottom-left-radius:0;
      border-bottom-right-radius:0;
    }

    .city-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:8px;
    }
    @media (min-width:520px){
      .city-grid{ grid-template-columns:repeat(2,1fr); }
    }
    @media (min-width:800px){
      .city-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .city-link{
      display:block;
      text-decoration:none;
      text-align:center;
      font-weight:700;
      padding:8px 10px;
      border-radius:8px;
      background:#f7f9fc;
      border:1px solid var(--gray-border);
      color:var(--blue);
      transition:background .12s ease, transform .08s ease, box-shadow .12s ease;
    }
    .city-link:hover, .city-link:focus-visible{
      background:#eef3ff;
      outline:none;
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.08);
    }
    .city-link:link, .city-link:visited{ color:var(--blue); }
  </style>

  <div class="l10-head">🏠 News From Your Neighborhood</div>

  <div class="l10-body">
    <div class="l10-sub">Latest headlines from:</div>

    <div class="l10-grid" role="group" aria-label="Counties and cities">
      <a class="nb-btn" href="https://www.local10.com/topic/Miami-Dade_County/" target="_blank" rel="noopener noreferrer">Miami-Dade</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Broward_County/" target="_blank" rel="noopener noreferrer">Broward</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Monroe_County/" target="_blank" rel="noopener noreferrer">Florida Keys</a>

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5JW7AWAFQZCGTNN4UZUBBZNVEM.jpg?auth=1882edf69349be40f8f6a0d11ffc7a15ba555affccd0986795f2ddeb100a1005&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Policía: Muere ciclista tras ser atropellado por un auto en Fort Lauderdale; conductor huye de la escena]]></title><link>https://www.local10.com/news/local/2026/06/25/policia-muere-ciclista-tras-ser-atropellado-por-un-auto-en-fort-lauderdale-conductor-huye-de-la-escena/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/25/policia-muere-ciclista-tras-ser-atropellado-por-un-auto-en-fort-lauderdale-conductor-huye-de-la-escena/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Una mujer que montaba en su bicicleta el jueves por la mañana en Fort Lauderdale ha muerto tras ser atropellada por un vehículo, dijeron las autoridades.]]></description><pubDate>Thu, 25 Jun 2026 14:10:01 +0000</pubDate><content:encoded><![CDATA[<p>Una mujer que montaba en su bicicleta el jueves por la mañana en Fort Lauderdale ha muerto tras ser atropellada por un vehículo, dijeron las autoridades.</p><p>Según la policía de Fort Lauderdale, el choque con fuga fue reportado alrededor de las 6:40 a.m. en la cuadra 2000 de Southeast 17th Street.</p><p>La policía dijo que la ciclista fue atropellada por un vehículo de color oscuro en los carriles en dirección este antes de que el conductor huyera de la escena.</p><p>La víctima fue trasladada al Broward Health Medical Center, donde murió, confirmaron las autoridades.</p><p>Investigadores de Homicidios de Tráfico se encuentran actualmente en la escena y los carriles en dirección este de Southeast 17th Street estarán cerrados durante la investigación, dijo la policía.</p><p>Cualquier persona con información sobre el choque o la identidad del conductor debe llamar a la policía de Fort Lauderdale o a Broward Crime Stoppers al 954-493-8477. Los llamantes pueden permanecer anónimos.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

    .l10-neighborhood{
      --blue-dark:#0d2c73;
      --blue:#1f57c4;
      --blue-light:#3370e6;
      --gray-bg:#f2f3f5;
      --gray-border:#d6d8dc;
      --text-dark:#1a1a1a;
      --white:#ffffff;
      font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
      max-width:860px;
      margin:1.5rem auto;
      border-radius:10px;
      overflow:hidden;
      border:1px solid var(--gray-border);
      background:var(--gray-bg);
      box-shadow:0 4px 14px rgba(0,0,0,.12);
      text-align:center;
    }

    .l10-head{
      background:linear-gradient(90deg,var(--blue-dark),var(--blue));
      color:var(--white);
      padding:12px 16px;
      font-weight:800;
      text-transform:uppercase;
      font-size:1rem;
      letter-spacing:.3px;
      display:flex; justify-content:center; align-items:center; gap:8px;
    }

    .l10-body{
      max-width:740px;
      margin:0 auto;
      padding:0 16px 18px;
    }

    .l10-sub{
      margin:12px 0 10px;
      font-size:.95rem;
      color:var(--text-dark);
      font-weight:500;
      text-align:center;
    }

    .l10-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:12px;
    }
    @media (min-width:600px){
      .l10-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .nb-btn{
      display:grid;
      place-items:center;
      text-align:center;
      line-height:1;
      width:100%;
      min-height:48px;
      padding:10px;
      border-radius:8px;
      text-decoration:none;
      font-weight:800;
      text-transform:uppercase;
      font-size:.95rem;
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      color:var(--white);
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      transition:background .15s ease, transform .1s ease, box-shadow .15s ease;
    }
    .nb-btn:hover, .nb-btn:focus-visible{
      background:linear-gradient(180deg,var(--blue),var(--blue-dark));
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.2);
      outline:none;
    }
    .nb-btn:link, .nb-btn:visited{ color:var(--white); }

    .city-dd{
      grid-column:1 / -1;
      justify-self:stretch;
      width:100%;
      margin:0;
      text-align:left;
    }
    .city-dd summary{
      list-style:none;
      cursor:pointer;
      display:flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      width:100%;
      min-height:48px;
      padding:10px 16px;
      font-weight:800;
      text-transform:uppercase;
      letter-spacing:.02em;
      color:var(--white);
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      border:1px solid rgba(0,0,0,.08);
      border-radius:8px;
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      user-select:none;
    }
    .city-dd summary::-webkit-details-marker{ display:none; }
    .city-dd summary .caret{ line-height:1; transition:transform .2s ease; }
    .city-dd[open] summary .caret{ transform:rotate(180deg); }

    .city-menu{
      margin-top:0;
      background:var(--white);
      border:1px solid var(--gray-border);
      border-top:0;
      border-radius:10px;
      border-top-left-radius:0;
      border-top-right-radius:0;
      padding:10px;
      box-shadow:0 6px 16px rgba(0,0,0,.08);
    }
    .city-dd[open] summary{
      border-bottom-left-radius:0;
      border-bottom-right-radius:0;
    }

    .city-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:8px;
    }
    @media (min-width:520px){
      .city-grid{ grid-template-columns:repeat(2,1fr); }
    }
    @media (min-width:800px){
      .city-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .city-link{
      display:block;
      text-decoration:none;
      text-align:center;
      font-weight:700;
      padding:8px 10px;
      border-radius:8px;
      background:#f7f9fc;
      border:1px solid var(--gray-border);
      color:var(--blue);
      transition:background .12s ease, transform .08s ease, box-shadow .12s ease;
    }
    .city-link:hover, .city-link:focus-visible{
      background:#eef3ff;
      outline:none;
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.08);
    }
    .city-link:link, .city-link:visited{ color:var(--blue); }
  </style>

  <div class="l10-head">🏠 News From Your Neighborhood</div>

  <div class="l10-body">
    <div class="l10-sub">Latest headlines from:</div>

    <div class="l10-grid" role="group" aria-label="Counties and cities">
      <a class="nb-btn" href="https://www.local10.com/topic/Miami-Dade_County/" target="_blank" rel="noopener noreferrer">Miami-Dade</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Broward_County/" target="_blank" rel="noopener noreferrer">Broward</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Monroe_County/" target="_blank" rel="noopener noreferrer">Florida Keys</a>

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2YZGFUUFAFEP5DD2MYYLUHLJMA.jpeg?auth=04e9f3dc88b1a565e94e34c7572ed06994341879cb1695a775ce47065d79a57b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Supreme Court clears way for Trump administration to revive restrictive policy for asylum seekers]]></title><link>https://www.local10.com/news/world/2026/06/25/supreme-court-clears-way-for-trump-administration-to-revive-restrictive-policy-for-asylum-seekers/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/25/supreme-court-clears-way-for-trump-administration-to-revive-restrictive-policy-for-asylum-seekers/</guid><dc:creator><![CDATA[By LINDSAY WHITEHURST, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The Supreme Court cleared the way Thursday for the Trump administration to potentially revive an immigration policy once used to turn back migrants seeking asylum at the U.S.-Mexico border.]]></description><pubDate>Thu, 25 Jun 2026 19:32:03 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The Supreme Court cleared the way Thursday for the Trump administration to potentially revive an immigration policy once used to turn back migrants seeking asylum at the U.S.-Mexico border.</p><p>The justices, in a 6-3 decision, overturned a lower court order blocking the practice that limited the number of people who could apply for asylum each day, first under the Obama administration and then expanded during President Donald Trump’s first term.</p><p>Advocates said the tactic created a humanitarian crisis as thousands of people settled in unsafe makeshift shelters to await their turn. The Trump administration said it was necessary to deal with an increase of asylum seekers at the border.</p><p>The policy is not in place now, though authorities have imposed other restrictions on asylum seekers. The Department of Homeland Security did not say if it plans to revive it, but applauded the ruling. “This decision opens up an important tool to continue securing our southern border,” said James Percival, the agency's general counsel.</p><p>The administration argued that metering is a critical tool that’s been used by presidents of both parties and should stay available. Federal attorneys say people turned away at the border could come back later, though lines were thousands of people long when the policy was in place before.</p><p>The case is one of several immigration suits the court is considering this term, including Trump’s push to restrict birthright citizenship. The high court also allowed his administration to end deportation for migrants fleeing instability and armed conflict on Thursday.</p><p>Under federal law, migrants who arrive in the U.S. must be able to apply for asylum and be screened for fear of persecution in their home countries.</p><p>The Justice Department argued that people stopped by authorities haven’t arrived in the country, so immigration agents don’t have to let them apply.</p><p>The court's conservative majority agreed. “A guest does not arrive in a house when he knocks on the front door,” Justice Samuel Alito wrote.</p><p>But attorneys for people seeking asylum say the law has long meant anyone arriving at a port of entry should be screened, and blocking arrivals disregards the nation’s ideals.</p><p>Justice Sonia Sotomayor dissented from the bench, saying that the majority’s opinion “regrettably and tragically extinguishes the light of the torch of the Statue of Liberty.”</p><p>The decision could also give people a “perverse incentive” to enter the country illegally if they can't count on being able to legally apply for asylum at a port of entry, she said, a concern that Alito's opinion said was overblown.</p><p>In an unusual exchange, Alito voiced a response after she finished speaking. He expressed surprise that she had read her dissent out loud and defended his opinion by pointing out that the policy had been used during two presidential administrations. “I won’t add anything more to that,” Alito said.</p><p>Metering was first used under President Barack Obama when large numbers of Haitians appeared at the main crossing to San Diego from Tijuana, Mexico. It was expanded to all border crossings from Mexico during Trump’s first term in the White House.</p><p>It ended in 2020 when the government introduced greater restrictions during the coronavirus pandemic, and President Joe Biden formally rescinded it in 2021.</p><p>The same year, a California-based federal judge found that metering violated the asylum seekers' rights and the law requiring screening. A divided appeals court panel affirmed the ruling but nearly half of judges on the full San Francisco-based court voted to rehear it, a strong signal that might have caught the attention of the Supreme Court.</p><p>Attorneys with the group Democracy Forward first brought the case, and condemned Thursday's ruling. “We are disappointed in the Court’s decision and call on all Americans to demand that our government protect the families the Court today decided to keep in harm’s way,” said President and CEO Skye Perryman.</p><p>They represented the group Al Otro Lado, whose executive director said the decision would mean a “hardening of borders to keep out the most vulnerable" that is "sure to result in many more lives lost.”</p><p>U.S. law allows people seeking refuge to apply for asylum once they are on American soil, regardless of whether they came legally. To qualify for asylum, they must show a fear of persecution in their homeland for specific reasons, like race, religion, nationality, membership in a particular social group or political opinion.</p><p>People who are eventually granted asylum can’t be deported. They can legally work, bring in immediate family, apply for legal residency and seek citizenship.</p><p>___</p><p>Associated Press writers Fatima Hussein and Rebecca Santana contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VQXH35GZRXMX3WNHTL37ZZ6POA.jpg?auth=7107fb731b68e65bedd4f868283ab80a279e29ccc3dc4fca9722e8f730df3bc3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A group of migrants wait to be processed between two border walls separating Mexico and the United States after crossing illegally before dawn, Jan. 21, 2025, in San Diego. (AP Photo/Gregory Bull, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Gregory Bull</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CEQH3FOOY2RH4SGG3OZITBP6QY.jpg?auth=701c373aad55b60d60b530e41f366206549ba4ddb681abb1348313f7cce0c842&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The U.S. Supreme Court is photographed, June 8, 2026, in Washington. (AP Photo/Mariam Zuhaib, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mariam Zuhaib</media:credit></media:content></item><item><title><![CDATA[Watching for home brews to start July]]></title><link>https://www.local10.com/weather/hurricane/2026/06/25/watching-for-home-brews-to-start-july/</link><guid isPermaLink="true">https://www.local10.com/weather/hurricane/2026/06/25/watching-for-home-brews-to-start-july/</guid><dc:creator><![CDATA[Michael Lowry]]></dc:creator><description><![CDATA[As June transitions to July next week, we’ll be keeping an eye off the shores of the southeast U.S. for an elongated area of low pressure tied to a stalled frontal zone that could spawn an area to watch by the middle to latter part of next week.]]></description><pubDate>Thu, 25 Jun 2026 12:38:04 +0000</pubDate><content:encoded><![CDATA[<p>As June transitions to July next week, we’ll be keeping an eye off the shores of the southeast U.S. for an elongated area of low pressure tied to a stalled frontal zone that could spawn an area to watch by the middle to latter part of next week.</p><p><a href="https://www.local10.com/news/local/2026/06/25/vigilan-posibles-sistemas-en-desarrollo-al-iniciar-julio/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/25/vigilan-posibles-sistemas-en-desarrollo-al-iniciar-julio/">Leer en español</a></p><figure><img src="https://www.local10.com/resizer/v2/BKDUGWNAYBCHDGZBXFTGNAEN6A.png?auth=8f5f75fe1641cbb39b215548b266d004a6da4a168e2e8051a8a21dc491c0ffdb&smart=true&width=1200&height=900" alt="Forecast low-level spin for next Wednesday morning (July 1st) from the overnight run of the European forecast model showing a dying frontal zone and areas of embedded spin. Forecast models are indicating low odds for now that one of these areas could organize later next week. Credit: TropicalTidbits.com." height="900" width="1200"/><figcaption>Forecast low-level spin for next Wednesday morning (July 1st) from the overnight run of the European forecast model showing a dying frontal zone and areas of embedded spin. Forecast models are indicating low odds for now that one of these areas could organize later next week. Credit: TropicalTidbits.com.</figcaption></figure><p>For now, our computer models aren’t particularly bullish on tropical development odds, with Google’s DeepMind’s newest 1,000-member ensemble system showing only about a 10 percent chance of development from off the southeast U.S. to the northern Gulf for the latter part of next week.</p><figure><img src="https://www.local10.com/resizer/v2/YE36WWH2L5F2VEEL5476JRAD5Y.png?auth=afc2d2793f93fac762f5f83118003689e0d5b29beb720adbc1882824533d17a3&smart=true&width=1200&height=900" alt="Cumulative tropical development odds through Monday, July 5th, from Google DeepMind’s 1,000-member machine learning-based ensemble system. For now, the modeling system shows only about a 10 percent chance of development along an old frontal zone from off the southeastern U.S. to the northern Gulf. Credit: Deelan Jariwala." height="900" width="1200"/><figcaption>Cumulative tropical development odds through Monday, July 5th, from Google DeepMind’s 1,000-member machine learning-based ensemble system. For now, the modeling system shows only about a 10 percent chance of development along an old frontal zone from off the southeastern U.S. to the northern Gulf. Credit: Deelan Jariwala.</figcaption></figure><p>Though the odds are low, it’s worth monitoring the trends, as waters are especially warm in the subtropical Atlantic east of Florida – at record to near-record warmth for the time of year – and wind shear will be less of a deterrent than in the main tropical belt where the subtropical jet will be slicing and dicing through would-be storms.</p><figure><img src="https://www.local10.com/resizer/v2/BRXJFQNXOZA2NKJ4JL2564J3ME.png?auth=bccb65d15742bb3783e877340a769a91c7f9baf30ee57b67cd645a8ef2a6800f&smart=true&width=1200&height=900" alt="Water temperatures relative to historical records. Areas shaded in red are at near-record warmth for the time of year, with hatched areas at record values for the time of year. Credit: cyclonicwx.com." height="900" width="1200"/><figcaption>Water temperatures relative to historical records. Areas shaded in red are at near-record warmth for the time of year, with hatched areas at record values for the time of year. Credit: cyclonicwx.com.</figcaption></figure><p>Additionally, if anything were to develop, it would be closer to land and likely steered back in the direction of the U.S. for the July 4<sup>th</sup> holiday weekend.</p><p>For now, it’s not anything to worry about, but something we’ll want to check back on in the coming days and into next week.</p><p>Otherwise, as we’ve discussed in newsletters this week, the Atlantic will stay closed for business, with no development expected through the end of the month.</p><figure><img src="https://www.local10.com/resizer/v2/O7PK45NV25H6XCSQNRAZFTI4YU.PNG?auth=8e15254b0c9f78a5277d3de48689510350843fd3bc9122c68fce09bbd39d7a38&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p><!-- Local 10 Hurricane Resources (compact, aligned, no overlap) -->
<div class="l10-hurribox" role="complementary" aria-label="Local 10 Hurricane Resources">
  <style>
    /* Prevent width calc overflow across the component */
    .l10-hurribox, .l10-hurribox * { box-sizing: border-box; }

    .l10-hurribox {
      --bg-deep: #0a2540;
      --bg-sky: #0e5a8a;
      --accent-red: #e6402f;
      --accent-blue: #2e63b6;
      --steel: #cfd6dd;
      --text: #f5f7fa;
      --text-dim: #e0e6ee;
      --shadow: 0 10px 30px rgba(0,0,0,.35);
      font-family: system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, sans-serif;
      max-width: 860px;
      margin: 1.25rem auto;
      border-radius: 14px;
      color: var(--text);
      position: relative;
      overflow: hidden;
      box-shadow: var(--shadow);
      background:
        radial-gradient(1200px 600px at 50% -10%, rgba(84,199,255,.18), rgba(84,199,255,0) 55%),
        linear-gradient(180deg, var(--bg-sky) 0%, var(--bg-deep) 60%);
    }

    .l10-inner { position:relative; z-index:1; padding: 18px 18px 72px; }

    /* Header */
    .l10-header {
      display:flex; align-items:center; gap:14px;
      background: linear-gradient(90deg, #101820, #14283d 60%, rgba(16,24,32,0));
      border: 1px solid rgba(255,255,255,.08);
      padding:14px 16px; border-radius:10px;
    }
    .l10-flag { flex:0 0 auto; width:44px; height:32px; filter: drop-shadow(0 3px 4px rgba(0,0,0,.4)); }
    .l10-title { line-height:1.2; font-weight:800; font-size: 1.2rem; color:#fff; }
    .l10-title .top { font-size: .95rem; color: var(--steel); opacity:.95; display:block; }

    /* Grid: fixed breakpoints (1 -> 2 -> 4 columns) to avoid squeeze/overlap */
    .l10-grid{
      display:grid; gap:14px; margin-top:18px;
      grid-template-columns: 1fr;
      align-items: stretch;
    }
    @media (min-width:600px){
      .l10-grid{ grid-template-columns: repeat(2, minmax(0,1fr)); }
    }
    @media (min-width:900px){
      .l10-grid{ grid-template-columns: repeat(4, minmax(0,1fr)); }
    }

    /* Buttons / cards: compact + equal height */
    .l10-btn {
      display:flex; flex-direction:column;
      justify-content:flex-start;
      height:100%;
      min-height:120px;             /* smaller card height */
      padding:16px 14px;            /* tighter padding */
      border-radius:12px; text-decoration:none;
      font-size: 1rem;
      border:1px solid rgba(255,255,255,.1);
      background:
        linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02)),
        radial-gradient(220px 120px at 110% -20%, rgba(84,199,255,.35), transparent 50%),
        linear-gradient(180deg, #14345c, #0d2745 60%, #0b213a 100%);
      color:#fff;
      box-shadow: var(--shadow);
      transition: transform .12s ease, box-shadow .12s ease, border-color .12s ease;
      word-break: break-word;       /* wrap long bits safely */
      min-width: 0;
    }
    /* even more compact on very small screens */
    @media (max-width:400px){
      .l10-btn{ min-height:110px; padding:14px 12px; }
    }

    .l10-btn:hover, .l10-btn:focus-visible {
      transform: translateY(-1px);
      box-shadow: 0 12px 24px rgba(0,0,0,.42);
      border-color: rgba(255,255,255,.22);
      outline: none;
    }

    /* Keep text white after visit */
    .l10-btn:link, .l10-btn:visited { color: #fff; }
    .l10-btn .l10-label, .l10-btn .l10-kicker, .l10-btn .l10-pill { color: inherit; }

    .l10-kicker {
      font-size:.78rem; letter-spacing:.1em; text-transform:uppercase;
      color: var(--text-dim);
      display:flex; align-items:center; gap:6px;
    }
    .l10-kicker svg { width:16px; height:16px; flex:0 0 auto; }
    .l10-label { font-size: 1.02rem; font-weight:800; line-height:1.2; margin-top:4px; }

    /* Bottom-anchored pill so rows align */
    .l10-pill {
      margin-top:auto;
      padding:5px 10px; border-radius:999px;
      background: linear-gradient(90deg, var(--accent-blue), #5c87e2);
      color:#fff; font-weight:700; font-size:.74rem;
    }

    /* Wave */
    .l10-wave { position:absolute; left:0; right:0; bottom:-1px; height:68px; z-index:0; pointer-events:none; }
    .l10-wave svg { width:100%; height:100%; display:block; }
  </style>

  <div class="l10-inner">
    <!-- Header with hurricane warning flag -->
    <div class="l10-header">
      <svg class="l10-flag" viewBox="0 0 96 72" aria-hidden="true">
        <rect x="2" y="2" width="6" height="68" rx="3" fill="#9aa7b1"/>
        <rect x="12" y="6" width="38" height="26" fill="#e6402f"/>
        <rect x="24" y="14" width="14" height="10" fill="#111"/>
        <rect x="12" y="40" width="38" height="26" fill="#e6402f"/>
        <rect x="24" y="48" width="14" height="10" fill="#111"/>
      </svg>
      <div class="l10-title">
        <span class="top">Local 10</span>
        Hurricane Resources
      </div>
    </div>

    <!-- Buttons -->
    <div class="l10-grid">
      <a class="l10-btn" href="https://www.local10.com/hurricane/" target="_blank" rel="noopener noreferrer">
        <span class="l10-kicker">
          <svg viewBox="0 0 24 24" fill="#cfe7ff"><path d="M12 3a9 9 0 1 0 9 9c0-.5-.4-.9-.9-.9s-.9.4-.9.9a7.2 7.2 0 1 1-7.2-7.2c.5 0 .9-.4.9-.9S12.5 3 12 3z"/></svg>
          Section
        </span>
        <span class="l10-label">Hurricane Section</span>
        <span class="l10-pill">Latest coverage</span>
      </a>

      <a class="l10-btn" href="https://www.local10.com/topic/Talking_Tropics/" target="_blank" rel="noopener noreferrer">
        <span class="l10-kicker">
          <svg viewBox="0 0 24 24" fill="#cfe7ff"><path d="M3 5h18v10a3 3 0 0 1-3 3H10l-5 3v-3H6a3 3 0 0 1-3-3V5z"/></svg>
          Analysis
        </span>
        <span class="l10-label">Talking Tropics</span>
        <span class="l10-pill">Daily updates</span>
      </a>

      <a class="l10-btn" href="https://www.local10.com/weather/hurricane/2026/05/20/local-10s-2026-hurricane-survival-guide/" target="_blank" rel="noopener noreferrer">
        <span class="l10-kicker">
          <svg viewBox="0 0 24 24" fill="#cfe7ff"><path d="M4 4h11a3 3 0 0 1 3 3v13H7a3 3 0 0 1-3-3V4z"/><path d="M18 7h2v13h-2z" fill="#9fd0ff"/></svg>
          Guide
        </span>
        <span class="l10-label">2026 Survival Guide</span>
        <span class="l10-pill">Prep & checklists</span>
      </a>

      <a class="l10-btn" href="https://www.local10.com/weather/hurricane/2026/05/31/local-10-hurricane-special-it-only-takes-one/" target="_blank" rel="noopener noreferrer">
        <span class="l10-kicker">
          <svg viewBox="0 0 24 24" fill="#cfe7ff"><circle cx="12" cy="12" r="10"/><polygon points="10,8 17,12 10,16" fill="#0b2b4a"/></svg>
          Special
        </span>
        <span class="l10-label">'It Only Takes One'</span>
        <span class="l10-pill">Watch & learn</span>
      </a>
    </div>
  </div>

  <!-- Decorative wave -->
  <div class="l10-wave" aria-hidden="true">
    <svg viewBox="0 0 1200 120" preserveAspectRatio="none">
      <defs>
        <linearGradient id="l10-ocean" x1="0" x2="0" y1="0" y2="1">
          <stop offset="0" stop-color="#3b78c2" stop-opacity=".85"/>
          <stop offset="1" stop-color="#0b2747" stop-opacity=".95"/>
        </linearGradient>
      </defs>
      <path d="M0,40 C150,90 350,-10 600,40 C850,90 1050,10 1200,40 L1200,120 L0,120 Z" fill="url(#l10-ocean)">
        <animate attributeName="d" dur="9s" repeatCount="indefinite"
          values="
          M0,40 C150,90 350,-10 600,40 C850,90 1050,10 1200,40 L1200,120 L0,120 Z;
          M0,35 C150,80 350,0 600,35 C850,80 1050,0 1200,35 L1200,120 L0,120 Z;
          M0,40 C150,90 350,-10 600,40 C850,90 1050,10 1200,40 L1200,120 L0,120 Z"/>
      </path>
    </svg>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SPPIHXUMORHARCBBR7GAGX6GHE.PNG?auth=d84add6d8587babd181a631992fd21bf2bbc0269860ac1a5c8494924281c6903&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[Vigilan posibles sistemas en desarrollo al iniciar julio]]></title><link>https://www.local10.com/news/local/2026/06/25/vigilan-posibles-sistemas-en-desarrollo-al-iniciar-julio/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/25/vigilan-posibles-sistemas-en-desarrollo-al-iniciar-julio/</guid><dc:creator><![CDATA[Michael Lowry]]></dc:creator><description></description><pubDate>Thu, 25 Jun 2026 14:16:26 +0000</pubDate><content:encoded><![CDATA[<p>A medida que junio dé paso a julio la próxima semana, estaremos atentos a las costas del sureste de Estados Unidos en busca de una zona alargada de baja presión vinculada a un frente estacionario que podría generar un área que vigilar a mediados o finales de la próxima semana.</p><figure><img src="https://www.local10.com/resizer/v2/BKDUGWNAYBCHDGZBXFTGNAEN6A.png?auth=8f5f75fe1641cbb39b215548b266d004a6da4a168e2e8051a8a21dc491c0ffdb&smart=true&width=1200&height=900" alt="Forecast low-level spin for next Wednesday morning (July 1st) from the overnight run of the European forecast model showing a dying frontal zone and areas of embedded spin. Forecast models are indicating low odds for now that one of these areas could organize later next week. Credit: TropicalTidbits.com." height="900" width="1200"/><figcaption>Forecast low-level spin for next Wednesday morning (July 1st) from the overnight run of the European forecast model showing a dying frontal zone and areas of embedded spin. Forecast models are indicating low odds for now that one of these areas could organize later next week. Credit: TropicalTidbits.com.</figcaption></figure><p>Por ahora, nuestros modelos informáticos no son particularmente optimistas sobre las probabilidades de desarrollo tropical, ya que el sistema de conjunto más reciente de DeepMind de Google, compuesto por 1000 miembros, muestra solo alrededor de un 10 por ciento de probabilidad de desarrollo desde la costa sureste de EE. UU. hasta el norte del Golfo para la última parte de la próxima semana.</p><figure><img src="https://www.local10.com/resizer/v2/YE36WWH2L5F2VEEL5476JRAD5Y.png?auth=afc2d2793f93fac762f5f83118003689e0d5b29beb720adbc1882824533d17a3&smart=true&width=1200&height=900" alt="Cumulative tropical development odds through Monday, July 5th, from Google DeepMind’s 1,000-member machine learning-based ensemble system. For now, the modeling system shows only about a 10 percent chance of development along an old frontal zone from off the southeastern U.S. to the northern Gulf. Credit: Deelan Jariwala." height="900" width="1200"/><figcaption>Cumulative tropical development odds through Monday, July 5th, from Google DeepMind’s 1,000-member machine learning-based ensemble system. For now, the modeling system shows only about a 10 percent chance of development along an old frontal zone from off the southeastern U.S. to the northern Gulf. Credit: Deelan Jariwala.</figcaption></figure><p>Aunque las probabilidades son bajas, vale la pena monitorear las tendencias, ya que las aguas están especialmente cálidas en el Atlántico subtropical al este de Florida (con temperaturas récord o casi récord para esta época del año) y la cizalladura del viento será un factor disuasorio menor que en el cinturón tropical principal, donde la corriente en chorro subtropical estará cortando y desgarrando las posibles tormentas.</p><figure><img src="https://www.local10.com/resizer/v2/BRXJFQNXOZA2NKJ4JL2564J3ME.png?auth=bccb65d15742bb3783e877340a769a91c7f9baf30ee57b67cd645a8ef2a6800f&smart=true&width=1200&height=900" alt="Water temperatures relative to historical records. Areas shaded in red are at near-record warmth for the time of year, with hatched areas at record values for the time of year. Credit: cyclonicwx.com." height="900" width="1200"/><figcaption>Water temperatures relative to historical records. Areas shaded in red are at near-record warmth for the time of year, with hatched areas at record values for the time of year. Credit: cyclonicwx.com.</figcaption></figure><p>Además, si se desarrollara algún proyecto, estaría más cerca de tierra firme y probablemente se dirigiría de nuevo hacia Estados Unidos para el fin de semana festivo del 4 de <sup>julio</sup> .</p><p>Por ahora, no hay nada de qué preocuparse, pero es algo que revisaremos en los próximos días y la semana que viene.</p><p>De lo contrario, como ya hemos comentado en los boletines informativos de esta semana, el Atlantic permanecerá cerrado al público y no se prevén novedades hasta finales de mes.</p><figure><img src="https://www.local10.com/resizer/v2/O7PK45NV25H6XCSQNRAZFTI4YU.PNG?auth=8e15254b0c9f78a5277d3de48689510350843fd3bc9122c68fce09bbd39d7a38&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

    .l10-neighborhood{
      --blue-dark:#0d2c73;
      --blue:#1f57c4;
      --blue-light:#3370e6;
      --gray-bg:#f2f3f5;
      --gray-border:#d6d8dc;
      --text-dark:#1a1a1a;
      --white:#ffffff;
      font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
      max-width:860px;
      margin:1.5rem auto;
      border-radius:10px;
      overflow:hidden;
      border:1px solid var(--gray-border);
      background:var(--gray-bg);
      box-shadow:0 4px 14px rgba(0,0,0,.12);
      text-align:center;
    }

    .l10-head{
      background:linear-gradient(90deg,var(--blue-dark),var(--blue));
      color:var(--white);
      padding:12px 16px;
      font-weight:800;
      text-transform:uppercase;
      font-size:1rem;
      letter-spacing:.3px;
      display:flex; justify-content:center; align-items:center; gap:8px;
    }

    .l10-body{
      max-width:740px;
      margin:0 auto;
      padding:0 16px 18px;
    }

    .l10-sub{
      margin:12px 0 10px;
      font-size:.95rem;
      color:var(--text-dark);
      font-weight:500;
      text-align:center;
    }

    .l10-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:12px;
    }
    @media (min-width:600px){
      .l10-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .nb-btn{
      display:grid;
      place-items:center;
      text-align:center;
      line-height:1;
      width:100%;
      min-height:48px;
      padding:10px;
      border-radius:8px;
      text-decoration:none;
      font-weight:800;
      text-transform:uppercase;
      font-size:.95rem;
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      color:var(--white);
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      transition:background .15s ease, transform .1s ease, box-shadow .15s ease;
    }
    .nb-btn:hover, .nb-btn:focus-visible{
      background:linear-gradient(180deg,var(--blue),var(--blue-dark));
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.2);
      outline:none;
    }
    .nb-btn:link, .nb-btn:visited{ color:var(--white); }

    .city-dd{
      grid-column:1 / -1;
      justify-self:stretch;
      width:100%;
      margin:0;
      text-align:left;
    }
    .city-dd summary{
      list-style:none;
      cursor:pointer;
      display:flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      width:100%;
      min-height:48px;
      padding:10px 16px;
      font-weight:800;
      text-transform:uppercase;
      letter-spacing:.02em;
      color:var(--white);
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      border:1px solid rgba(0,0,0,.08);
      border-radius:8px;
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      user-select:none;
    }
    .city-dd summary::-webkit-details-marker{ display:none; }
    .city-dd summary .caret{ line-height:1; transition:transform .2s ease; }
    .city-dd[open] summary .caret{ transform:rotate(180deg); }

    .city-menu{
      margin-top:0;
      background:var(--white);
      border:1px solid var(--gray-border);
      border-top:0;
      border-radius:10px;
      border-top-left-radius:0;
      border-top-right-radius:0;
      padding:10px;
      box-shadow:0 6px 16px rgba(0,0,0,.08);
    }
    .city-dd[open] summary{
      border-bottom-left-radius:0;
      border-bottom-right-radius:0;
    }

    .city-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:8px;
    }
    @media (min-width:520px){
      .city-grid{ grid-template-columns:repeat(2,1fr); }
    }
    @media (min-width:800px){
      .city-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .city-link{
      display:block;
      text-decoration:none;
      text-align:center;
      font-weight:700;
      padding:8px 10px;
      border-radius:8px;
      background:#f7f9fc;
      border:1px solid var(--gray-border);
      color:var(--blue);
      transition:background .12s ease, transform .08s ease, box-shadow .12s ease;
    }
    .city-link:hover, .city-link:focus-visible{
      background:#eef3ff;
      outline:none;
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.08);
    }
    .city-link:link, .city-link:visited{ color:var(--blue); }
  </style>

  <div class="l10-head">🏠 News From Your Neighborhood</div>

  <div class="l10-body">
    <div class="l10-sub">Latest headlines from:</div>

    <div class="l10-grid" role="group" aria-label="Counties and cities">
      <a class="nb-btn" href="https://www.local10.com/topic/Miami-Dade_County/" target="_blank" rel="noopener noreferrer">Miami-Dade</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Broward_County/" target="_blank" rel="noopener noreferrer">Broward</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Monroe_County/" target="_blank" rel="noopener noreferrer">Florida Keys</a>

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SPPIHXUMORHARCBBR7GAGX6GHE.PNG?auth=d84add6d8587babd181a631992fd21bf2bbc0269860ac1a5c8494924281c6903&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[FIFA World Cup 2026 Group C:  Brazil and Morocco advance to Round of 32]]></title><link>https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-c-brazil-and-morocco-each-get-1-point-scotland-gets-3-points/</link><guid isPermaLink="true">https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-c-brazil-and-morocco-each-get-1-point-scotland-gets-3-points/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[The four teams in Group C competing to advance to the FIFA World Cup 2026 Round of 32 are Brazil (5), Morocco (11), Haiti (84), and Scotland (36).]]></description><pubDate>Fri, 05 Dec 2025 18:34:42 +0000</pubDate><content:encoded><![CDATA[<p>The four teams in Group C that competed to advance to the FIFA World Cup 2026 Round of 32 were Brazil (5), Morocco (11), Haiti (84), and Scotland (36).</p><p><b>JUNE 24: </b>DAY 3</p><figure><img src="https://www.local10.com/resizer/v2/BSPXDIKJXMY7HMMA5NTKWY6I44.jpg?auth=329aa3f8a73dc1619c63636bcd01d4937c163ed2c5dc2f1f390bfdbc5b74bfce&smart=true&width=1200&height=900" alt="Brazil's Vinicius Junior (7) celebrates after scoring his side's second goal during the World Cup Group C soccer match between Scotland and Brazil in Miami Gardens, Fla., Wednesday, June 24, 2026. (AP Photo/Rebecca Blackwell)" height="900" width="1200"/><figcaption>Brazil's Vinicius Junior (7) celebrates after scoring his side's second goal during the World Cup Group C soccer match between Scotland and Brazil in Miami Gardens, Fla., Wednesday, June 24, 2026. (AP Photo/Rebecca Blackwell)</figcaption></figure><p>Brazil advanced with a 3-0 victory over Scotland at the Miami Stadium, and Morocco advanced with a 4-2 victory over Haiti. </p><ul><li><a href="https://www.local10.com/sports/2026/06/24/vinicius-junior-scores-2-goals-as-brazil-beats-scotland-3-0-to-reach-world-cup-knockout-stage/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/24/vinicius-junior-scores-2-goals-as-brazil-beats-scotland-3-0-to-reach-world-cup-knockout-stage/">Vinícius Júnior scores 2 goals as Brazil beats Scotland 3-0 to reach World Cup knockout stage</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/7OUB5ZVP7FB6BBT645SOFSIPDA.jpg?auth=3f15872c92768bc4a2a70a8b22dabea4b62d50be4642d075cf1cb4463e65730f&smart=true&width=1200&height=900" alt="Lenny Joseph, left, celebrates scoring a goal against Morocco on Wednesday at the Mercedes-Benz Stadium in Atlanta, Ga. Photo by Erik S. Lesser/The Associated Press" height="900" width="1200"/><figcaption>Lenny Joseph, left, celebrates scoring a goal against Morocco on Wednesday at the Mercedes-Benz Stadium in Atlanta, Ga. Photo by Erik S. Lesser/The Associated Press</figcaption></figure><ul><li><a href="https://www.local10.com/news/world/2026/06/24/haitian-pride-lenny-joseph-and-wilson-isidor-make-fifa-world-cup-history/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/24/haitian-pride-lenny-joseph-and-wilson-isidor-make-fifa-world-cup-history/">Haitian pride: Lenny Joseph and Wilson Isidor make FIFA World Cup history</a></li></ul><p><b>JUNE 19: </b>DAY 2</p><p><b>Brazil gets 3 points </b></p><figure><img src="https://www.local10.com/resizer/v2/3E7YOCVKZOJA2WBOQWXCHXJXMY.jpg?auth=5d0b21a0b79428ad0268c22d64d68a9754e2a9161aca1dbdd764162d895a41d3&smart=true&width=1200&height=900" alt="Brazil's Vinicius Junior (7) scores the third goal for his team against Haiti goalkeeper Johny Placide (1) during the World Cup Group C soccer match between Brazil and Haiti in Philadelphia, Friday, June 19, 2026. (AP Photo/Derik Hamilton)" height="900" width="1200"/><figcaption>Brazil's Vinicius Junior (7) scores the third goal for his team against Haiti goalkeeper Johny Placide (1) during the World Cup Group C soccer match between Brazil and Haiti in Philadelphia, Friday, June 19, 2026. (AP Photo/Derik Hamilton)</figcaption></figure><ul><li><b>Game analysis</b>: <a href="https://www.local10.com/sports/2026/06/20/matheus-cunha-scores-2-goals-as-brazil-eliminates-haiti-from-world-cup-with-3-0-win/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/20/matheus-cunha-scores-2-goals-as-brazil-eliminates-haiti-from-world-cup-with-3-0-win/">Matheus Cunha scores 2 goals as Brazil eliminates Haiti from World Cup with 3-0 win</a></li></ul><p><b>Morocco gets 3 points</b></p><ul><li><b>Pre-game coverage</b>: <a href="https://www.local10.com/sports/2026/06/19/boston-scotland-world-cup-fans-brought-together-in-soccer-kinship-celebration-and-love-of-beer/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/19/boston-scotland-world-cup-fans-brought-together-in-soccer-kinship-celebration-and-love-of-beer/">Scotland fans have descended on Boston for the World Cup, and bars are struggling to keep up</a></li></ul><p><a href="https://www.local10.com/sports/2026/06/12/fifa-world-cup-2026-here-is-the-june-13-schedule-for-day-3-of-group-matches/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/12/fifa-world-cup-2026-here-is-the-june-13-schedule-for-day-3-of-group-matches/"><b>JUNE 13:</b></a><b> DAY 1</b></p><p><b>Brazil and Morocco each get 1 point </b> </p><figure><img src="https://www.local10.com/resizer/v2/4RPQCEJKMCMZ352DVESTYRO3T4.jpg?auth=8366dacf1e73eec19711304b9f1bd05ce31f019bdc497b4891645aebb6426715&smart=true&width=1200&height=900" alt="Morocco goalkeeper Yassine Bounou (1) punches the ball away from Brazil's Gabriel Magalhaes (3) as Morocco's Ayyoub Bouaddi (6), Chadi Riad (18) and Issa Diop get in on the play during the World Cup Group C soccer match in East Rutherford, N.J., near New York, Saturday, June 13, 2026. (AP Photo/Matt Slocum)" height="900" width="1200"/><figcaption>Morocco goalkeeper Yassine Bounou (1) punches the ball away from Brazil's Gabriel Magalhaes (3) as Morocco's Ayyoub Bouaddi (6), Chadi Riad (18) and Issa Diop get in on the play during the World Cup Group C soccer match in East Rutherford, N.J., near New York, Saturday, June 13, 2026. (AP Photo/Matt Slocum)</figcaption></figure><ul><li><b>Game analysis: </b><a href="https://www.local10.com/sports/2026/06/13/brazil-rallies-for-1-1-draw-against-morocco-in-its-world-cup-opener-behind-vinicius-juniors-goal/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/13/brazil-rallies-for-1-1-draw-against-morocco-in-its-world-cup-opener-behind-vinicius-juniors-goal/">Brazil rallies for 1-1 draw against Morocco in its World Cup opener behind Vinícius Júnior’s goal</a></li><li><b>FIFA game video</b>: <a href="https://www.youtube.com/watch?v=i3Xe1ALvfgQ" target="_self" rel="" title="https://www.youtube.com/watch?v=i3Xe1ALvfgQ">Morocco’s Ismael Saibari scores</a></li><li><b>FIFA game video</b>: <a href="https://www.youtube.com/watch?v=zKPmHQwyOtU" target="_self" rel="" title="https://www.youtube.com/watch?v=zKPmHQwyOtU">A Vinicius Jr. special!</a></li></ul><p><b>Scotland gets 3 points after playing against Haiti</b></p><figure><img src="https://www.local10.com/resizer/v2/E3BUB4HUC52T7HJZHFHHGRE6Z4.jpg?auth=aee87d45e5fc3b073e759f0064ba85d7b86fd23d1fe6565bb7a3df4f5868fa4d&smart=true&width=1200&height=900" alt="Haiti's Jean-Ricner Bellegarde (10) battles for the ball with Scotland's John McGinn (7) during the World Cup Group C soccer match between Haiti and Scotland in Foxborough, Mass., near Boston, Saturday, June 13, 2026. (AP Photo/Mark Stockwell)" height="900" width="1200"/><figcaption>Haiti's Jean-Ricner Bellegarde (10) battles for the ball with Scotland's John McGinn (7) during the World Cup Group C soccer match between Haiti and Scotland in Foxborough, Mass., near Boston, Saturday, June 13, 2026. (AP Photo/Mark Stockwell)</figcaption></figure><ul><li><b>Game analysis</b>: <a href="https://www.local10.com/sports/2026/06/13/scotland-marks-28-year-world-cup-absence-with-1-0-victory-over-haiti-in-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/13/scotland-marks-28-year-world-cup-absence-with-1-0-victory-over-haiti-in-group-c/">Scotland marks 28-year World Cup absence with 1-0 victory over Haiti in Group C</a></li><li><b>FIFA game video</b>: <a href="https://www.youtube.com/watch?v=kg3_vkhWVf4" target="_self" rel="" title="https://www.youtube.com/watch?v=kg3_vkhWVf4">Scotland’s John McGinn scores</a></li><li><b>Pre-game story</b>: <a href="https://www.local10.com/sports/local/2025/12/05/haitis-long-awaited-world-cup-return-comes-with-formidable-group-c-challenge/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/haitis-long-awaited-world-cup-return-comes-with-formidable-group-c-challenge/">Haiti’s long-awaited World Cup return comes with formidable challenge</a></li></ul><h3><b>Track the groups</b></h3><ul><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Group A </a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a> </li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H </a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/">Group J</a></li><li><a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a></li></ul>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RHF5YUSH3FFTROAUQN5I7R673Q.jpg?auth=ab439208bfece0ba60640dddbf88928df391cdfc4616be289fc54e4ad7fe96e6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Supreme Court strikes down Hawaii law requiring permission to carry guns in stores and hotels]]></title><link>https://www.local10.com/business/2026/06/25/supreme-court-strikes-down-hawaii-law-requiring-permission-to-carry-guns-in-stores-and-hotels/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/25/supreme-court-strikes-down-hawaii-law-requiring-permission-to-carry-guns-in-stores-and-hotels/</guid><dc:creator><![CDATA[By LINDSAY WHITEHURST, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The Supreme Court struck down a Hawaii law requiring people to get permission to carry guns into stores and hotels on Thursday, in its latest opinion backing Second Amendment rights.]]></description><pubDate>Thu, 25 Jun 2026 19:17:21 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The Supreme Court struck down a Hawaii law requiring people to get permission to carry guns into stores and hotels on Thursday, in its latest opinion backing Second Amendment rights.</p><p>The high court's 6-3 decision means people can carry guns onto privately owned property like shopping malls and gas stations, unless the owners specifically say guns are banned at their establishments. It comes shortly after the court found that marijuana users can't be completely banned from owning firearms.</p><p>It's a win for President Donald Trump's Republican administration, which argued the law violates the Second Amendment. The measure was sometimes referred to as a “vampire rule" because it required people with guns to get permission to enter, according to vampire lore, bloodsuckers need an invitation to enter a home.</p><p>Hawaii argued that the 2023 measure ensured private owners could decide whether they wanted firearms on their property. The state passed the law as thousands more people got legal permission to carry guns in the wake of a 2022 Supreme Court ruling that found the Second Amendment gives most people the right to have guns in public.</p><p>About four other states have enacted similar laws, though presumptive restrictions for guns on private property open to the public have also been blocked elsewhere.</p><p>Hawaii also restricts guns in places like parks, beaches and restaurants that serve alcohol, but those rules weren't before the court. They are being challenged in lower courts, however.</p><p>The suit before the Supreme Court was filed by a gun rights group, the Hawaii Firearms Coalition, and three people from Maui. A judge originally blocked the measure, but an appeals court allowed it to be enforced. Trump's Republican administration backed the Supreme Court appeal.</p><p>The Second Amendment Foundation applauded the ruling. “This law was nothing more than a thinly veiled attempt to disarm peaceable citizens, and we’re grateful the Supreme Court saw through the ruse," said Alan Gottlieb, its founder and executive vice president.</p><p>The Hawaii Department of the Attorney General said they are disappointed, but will “continue to pursue common-sense regulation of firearms, consistent with the Second Amendment, for the safety of our people.”</p><p>The gun-control group Everytown Law pointed out that business owners can still post signs forbidding firearms on their properties. “The Supreme Court may have changed the default rule, but it cannot take away a private property owner’s authority over their own land," said Janet Carter, managing director of Second Amendment Litigation.</p><p>The two Second Amendment decisions this term are the latest in a series of gun cases that have come before the Supreme Court in the wake of its 2022 ruling, which led to a flood of challenges to firearm restrictions across the country. The justices have since struck down a ban on bump stocks, gun accessories that enable rapid firing, but upheld a federal gun law intended to protect domestic violence victims as well as strict regulations on firearms known as ghost guns, which are nearly impossible to trace.</p><p>___</p><p>Follow the AP's coverage of the U.S. Supreme Court at https://apnews.com/hub/us-supreme-court.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JA2JJ67NKNYVVKWGRW3YA4SGGQ.jpg?auth=b10c85b9a8f2e568dfe5d8057460cdce28134f8c1810ed34d5e7a5e293c1b949&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - People walk past the Waikiki Gun Club, Thursday, June, 23, 2022 in Honolulu. (AP Photo/Marco Garcia)]]></media:description><media:credit role="author" scheme="urn:ebu">Marco Garcia</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/J6EOEMF34EYVXP2T4FRA4MKAV4.jpg?auth=c2c758098daf3697143d53af5dacb6225ab20b5e2f3ef085a32bdd14dc0729d3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The Supreme Court is seen in Washington, May 18, 2026. (AP Photo/J. Scott Applewhite, File)]]></media:description><media:credit role="author" scheme="urn:ebu">J. Scott Applewhite</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/F5RAM3QZMDGBJCYCWQVK2G2VDI.jpg?auth=3d1346d172360b3b516c676c2c9536b470f439ccb11d904a2857a63359307d37&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - People walk past a gun club in Honolulu, June, 23, 2022. (AP Photo/Marco Garcia, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Marco Garcia</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YIA7XHPFHKXHKXSUVHO5CZWFSQ.jpg?auth=fb1ad512198ec261fe0622e3757f113e3cb0ce2f1638587f6b77a6b8ea7cdfa9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - People are seen on the beach and in the water in front of the Kahala Hotel & Resort in Honolulu, Nov. 15, 2020. (AP Photo/Jennifer Sinco Kelleher, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jennifer Sinco Kelleher</media:credit></media:content></item><item><title><![CDATA[South Africa reaches World Cup knockout round for 1st time with 1-0 win over South Korea]]></title><link>https://www.local10.com/sports/2026/06/24/south-africa-reaches-world-cup-knockout-round-for-1st-time-with-1-0-win-over-south-korea/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/24/south-africa-reaches-world-cup-knockout-round-for-1st-time-with-1-0-win-over-south-korea/</guid><dc:creator><![CDATA[By MAYA KOLUDER-RAMIREZ, Associated Press]]></dc:creator><description><![CDATA[GUADALUPE, Mexico (AP) — South Africa advanced to the knockout phase of the World Cup for the first time with a 1-0 victory over South Korea on Wednesday night.]]></description><pubDate>Thu, 25 Jun 2026 05:05:36 +0000</pubDate><content:encoded><![CDATA[<p>GUADALUPE, Mexico (AP) — South Africa advanced to the knockout phase of the World Cup for the first time with a 1-0 victory over South Korea on Wednesday night.</p><p>Thapelo Maseko scored in the 63rd minute off a precise cross from Tshepang Moremi and South Africa finished in second place in Group A behind Mexico, which won all three of its group-stage games.</p><p>South Africa will take on Canada, the second-place finisher in Group B, in a knockout game Sunday at Inglewood, California.</p><p>Maseko had five total shots in the match and leads South Africa with eight shots in the tournament.</p><p>When Maseko was asked what he would tell his younger self about his accomplishment, the Mamelodi Sundowns forward said: “The one thing I would say is ‘keep dreaming.’”</p><p>South Africa had opened its World Cup with a 2-0 loss to Mexico before using a late goal to earn a 1-1 draw with Czech Republic. It entered its final group-stage needing to defeat South Korea in order to advance. Bafana Bafana had failed to advance from the group stage in 1998, 2002 and as host in 2010.</p><p>South Africa head coach Hugo Broos described the faith he had in his team despite the difficult start to the tournament.</p><p>“The mentality in this group is amazing,” Broos said. “Everybody is working for everybody. We are not afraid of other teams.”</p><p>Sphephelo Sithole, who received a red card in the opening game against Mexico, also earned a start and helped South Africa keep a clean sheet.</p><p>“In the first two, three days, it wasn’t easy,” Sithole said. “I needed to pick myself up. I’m very proud of myself because I did.”</p><p>Maseko, who plays for South African club Mamelodi Sundowns, missed two big chances early in the match before scoring the winner.</p><p>The 22-year-old received the ball from a cross on the right side of the box — cut inside — and struck the ball low with his left foot through a defender’s legs and into the bottom corner.</p><p>South Africa’s bench players ran across the sideline to celebrate with Maseko for his first World Cup goal.</p><p>When the final whistle was blown, the bench stormed the field and the players embraced each other.</p><p>“(The final whistle) for me was a rush of emotions not only because we won the game, but also because it will probably be one of the last games of my career,” the 74-year-old Broos said. “When you can end a career in this way, I think every coach dreams of it.”</p><p>South Korea head coach Hong Myung-bo raised some eyebrows when he decided not to start Son Heung-min, and instead bring him in as a substitute. He said that he preferred to bring Son onto the field when the South African defenders were lower on energy.</p><p>“If I knew the result beforehand, I probably would have made some different choices.” Hong said. “On the world stage like this, the responsibility is ultimately down to the head coach.”</p><p>South Korea opened this World Cup with a 2-1 come-from-behind win over Czech Republic and lost to Mexico 1-0 in its second game. The Taegeuk Warriors could still advance in the tournament, pending the results of other games this week.</p><p>South Korea became the first Asian team to reach the knockout round in 2002, when it finished fourth overall. The Taegeuk Warriors also advanced out of the group stage in 2010 and 2022, both times reaching the round of 16.</p><p>___</p><p>Maya Koluder-Ramirez is a student in the University of Georgia’s Carmical Sports Media Institute.</p><p>___</p><p>AP World Cup: https://apnews.com/hub/fifa-world-cup</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GS6K2BM3IUFT6UNF77LK6LCNUQ.jpg?auth=4601f4281597d68f880eb59deb769d4d423ec08daf68f87b9e64ae04b18915d0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[South Africa's Thapelo Maseko (12) scores the opening goal during the World Cup Group A soccer match between South Africa and South Korea in Guadalupe, near Monterrey, Mexico, Wednesday, June 24, 2026. (AP Photo/Matias Delacroix)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XVJJRY66TJ7BBQ5HGAECEO6YRQ.jpg?auth=39bb5bd754c6c88cd6f01e8ebf523c532b6293a65ac2e8781be8926d24aa1ebf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[South Africa's Thapelo Maseko (12) celebrates after scoring his team's first goal during the World Cup Group A soccer match between South Africa and South Korea in Guadalupe, near Monterrey, Mexico, Wednesday, June 24, 2026. (AP Photo/Dolores Ochoa)]]></media:description><media:credit role="author" scheme="urn:ebu">Dolores Ochoa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TQ7M3N5M7UY5WU3DNPNQP7UFKE.jpg?auth=1d8c3c96eb76f2f2d2a0e43eae7edef03f5de2924fda113c8f8a51f036ab176c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[South Africa's Thapelo Maseko (12) celebrates with teammates after scoring his side's first goal during the World Cup Group A soccer match between South Africa and South Korea in Guadalupe, near Monterrey, Mexico, Wednesday, June 24, 2026. (AP Photo/Moises Castillo)]]></media:description><media:credit role="author" scheme="urn:ebu">Moises Castillo</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RUX5RHKH3MJIZLLU32EF2STW2A.jpg?auth=1c44c8df305c4c20da5e485d4ee1dd4bafea0a0ed71daddb4238097eca82219a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[South Korea's Son Heung-min (7) controls the ball against South Africa's Thapelo Maseko (12) during the World Cup Group A soccer match between South Africa and South Korea in Guadalupe, near Monterrey, Mexico, Wednesday, June 24, 2026. (AP Photo/Matias Delacroix)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content></item><item><title><![CDATA[Mexico beats Czech Republic 3-0 to win all 3 World Cup group-stage matches for 1st time]]></title><link>https://www.local10.com/sports/2026/06/25/mexico-beats-czech-republic-3-0-to-win-all-3-world-cup-group-stage-matches-for-1st-time/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/25/mexico-beats-czech-republic-3-0-to-win-all-3-world-cup-group-stage-matches-for-1st-time/</guid><dc:creator><![CDATA[By CARLOS RODRIGUEZ, Associated Press]]></dc:creator><description><![CDATA[MEXICO CITY (AP) — Javier Aguirre has been saying for a while now that the key to the Mexican team’s success at the World Cup is that they are a family. This family, it seems, is on a historic journey.]]></description><pubDate>Thu, 25 Jun 2026 07:53:13 +0000</pubDate><content:encoded><![CDATA[<p>MEXICO CITY (AP) — Javier Aguirre has been saying for a while now that the key to the Mexican team’s success at the World Cup is that they are a family. This family, it seems, is on a historic journey.</p><p>Mateo Chávez and Julián Quiñones scored in a six-minute span early in the second half, and Mexico beat the Czech Republic 3-0 on Wednesday to complete wins in all three of its World Cup group-stage matches for the first time.</p><p>The 22-year-old Chávez, in his first World Cup, opened the scoring in the 55th minute and Quiñones scored his second goal of the tournament in the 61st. Alvaro Fidalgo added a goal in stoppage time.</p><p>“It was something very beautiful, and I’ll take it with me to the grave,” Chávez said of his goal. “I imagined it many times; I dreamed of this.”</p><p>Mexico’s previous best group-stage performance was two wins and one draw, done in 1986 and 2002 and both featuring Javier Aguirre, the first as a midfielder and the second as El Tri’s coach. Aguirre is back as coach this year, his third stint leading the national team.</p><p>After topping Group A, Mexico will play again at Estadio Azteca on Tuesday in a round-of-32 match against an opponent to be determined.</p><p>“Now comes the knockout stage; statistics and data don’t matter. We’re achieving things, but what lies ahead is what counts,” Aguirre said. “Neither the players nor I dwell on what we’ve just done; we’re thinking about what’s next.”</p><p>Mexico is undefeated at nine World Cup matches at the massive stadium, which was packed with 80,824 fans on Wednesday. El Tri has only two losses at Azteca, most recently in World Cup qualifying against Honduras on Sept. 6, 2013.</p><p>The match Wednesday included nods to Mexico’s past and future. Gilberto Mora, at 17, became the youngest Mexico player to start in a World Cup. And 40-year-old goalkeeper Guillermo “Memo” Ochoa entered in the 77th minute, joining Argentina’s Lionel Messi and Portugal’s Cristiano Ronaldo as the only players to appear in six World Cups.</p><p>Mora said “it’s like a dream come true after everything I’ve worked for.”</p><p>“Now we have tough opponents ahead,” he added. “We’re going to keep working to stay on this path. We want to keep advancing because the Mexican national team can become champion.”</p><p>Mexico’s triumph was marred, however, by the return of a homophobic chant by fans that has previously led to fines and other sanctions against its soccer federation. The chant, a one-word slur, was heard near the end of the first half when Czech goalkeeper Matej Kovar took a goal kick.</p><p>The Czech Republic was eliminated, finishing with one point in three games.</p><p>Mexico is unbeaten in 11 games dating to a friendly loss against Panama last November. And Aguirre has made the most of his roster, using 25 of 26 players in the tournament. Chávez was one of five starters Wednesday who didn’t start in the previous win over South Korea.</p><p>“Twenty-five of the 26 have played — that is no small detail — nor is it a small detail that everyone celebrates the goals,” Aguirre said.</p><p>Ochoa makes history in his likely farewell</p><p>Ochoa, who wears No. 13, played the last 13 minutes in regulation, plus stoppage time, in what’s likely to be his last appearance for Mexico. He turns 41 on July 13 and plans to retire from international competition after the World Cup.</p><p>“Life — football — had this farewell in store for me, to cap it all off perfectly. For my part, I’ve left it all out there; I gave everything,” Ochoa said. “I leave with nothing left because I poured it all into my teams and the national squad.”</p><p>He was a substitute in the 2006 and 2010 tournaments and started for Mexico in 2014, 2018 and 2022.</p><p>“I felt Memo had to play (but) for how long? I never knew until I said, ‘This is the moment,’” Aguirre said. “These are coaching decisions, but it was a night for Mexico to honor its legend, Memo.”</p><p>Raúl Rangel is the starter this year, stepping in for the injured Luis Ángel Malagón, who helped Mexico win the CONCACAF Nations League and Gold Cup last year. Malagón’s injury opened the door for Ochoa’s return.</p><p>Ochoa became the oldest Mexican to play in the World Cup. The previous record holder was Cuauhtémoc Blanco, who was 37 when he played in South Africa in 2014.</p><p>After the match, the veteran goalkeeper kissed the goal post before kneeling down and was hugged by the rest of the squad.</p><p>“Regarding Memo’s appearance, we don’t know if he’s going to say goodbye or not, but it was a nice tribute for his six World Cups,” added Aguirre. “He is a legend — he is Mexican.” ___</p><p>AP World Cup: https://apnews.com/hub/fifa-world-cup</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/372NCMSMZ74HD57SHKR4LCKTOQ.jpg?auth=4f78cdbfecb3b52fe58a450b0baaae4c5c95e0d521ea09d10c8474bff505c754&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mexico's Julian Quinones celebrates scoring his side's second goal against Czechia during a World Cup Group A soccer match in Mexico City, Wednesday, June 24, 2026. (AP Photo/Silvia Izquierdo)]]></media:description><media:credit role="author" scheme="urn:ebu">Silvia Izquierdo</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BH4SYRFJGCNZOFWMPPPVTSLKKY.jpg?auth=52a877e94baa4fb88b86835aa65106d1449552b92ffe7cffc7d8367ef1a117d1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mexico goalkeeper Guillermo Ochoa, top, celebrates with teammates following the World Cup Group A soccer match between Czechia and Mexico in Mexico City, Wednesday, June 24, 2026. (AP Photo/Fernando Llano)]]></media:description><media:credit role="author" scheme="urn:ebu">Fernando Llano</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/S6RM5MK3JXYY2VSAMQAGRWXYSU.jpg?auth=515606bf6f8e0e5e4ff33d6ea2cb0c7febdd320d89a286399a2538ea34bb1c15&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mexico's Mateo Chavez celebrates scoring the opening goal during a World Cup Group A soccer match between Mexico and Czechia in Mexico City, Wednesday, June 24, 2026. (AP Photo/Silvia Izquierdo)]]></media:description><media:credit role="author" scheme="urn:ebu">Silvia Izquierdo</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4W6BC3LUHWJQPWZQKQ2T5BHLQQ.jpg?auth=80a5089cf2f1065d76cc6a9c4e9b06fd863e960113aa30e26560b4c74c77d42e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mexico's Alvaro Fidalgo celebrates scoring his side's third goal against Czechia during a World Cup Group A soccer match in Mexico City, Wednesday, June 24, 2026. (AP Photo/Silvia Izquierdo)]]></media:description><media:credit role="author" scheme="urn:ebu">Silvia Izquierdo</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5ZDEOAXXJGDFDK7UDVPHSUH6ZI.jpg?auth=edc2115216952512db703f339c3db1081186f1906e540f74be349a1997dd1ec1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mexico's Mateo Chavez (20) shoots and scores their opening goal against Czechia goalkeeper Matej Kovar (1) during the World Cup Group A soccer match between Czechia and Mexico in Mexico City, Wednesday, June 24, 2026. (AP Photo/Eduardo Verdugo)]]></media:description><media:credit role="author" scheme="urn:ebu">Eduardo Verdugo</media:credit></media:content></item><item><title><![CDATA[Supreme Court ruling blocks thousands of lawsuits against the maker of Roundup weedkiller]]></title><link>https://www.local10.com/business/2026/06/25/supreme-court-ruling-blocks-thousands-of-lawsuits-against-the-maker-of-roundup-weedkiller/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/25/supreme-court-ruling-blocks-thousands-of-lawsuits-against-the-maker-of-roundup-weedkiller/</guid><dc:creator><![CDATA[By LINDSAY WHITEHURST and DAVID A. LIEB, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The Supreme Court sided with the maker of Roundup weedkiller Thursday in a ruling expected to block thousands of lawsuits alleging it failed to warn people the product could cause cancer.]]></description><pubDate>Thu, 25 Jun 2026 20:19:45 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The Supreme Court sided with the maker of Roundup weedkiller Thursday in a ruling expected to block thousands of lawsuits alleging it failed to warn people the product could cause cancer.</p><p>The case came before the justices after a tidal wave of litigation that included some multibillion-dollar verdicts against Bayer, a German agrochemical manufacturer that acquired Roundup’s original producer, Monsanto, in 2018.</p><p>The decision is a victory for President Donald Trump's administration, which argued in support of Bayer. But it provoked outrage from allies in the “ Make America Healthy Again” movement who want to rein in pesticide use.</p><p>The high court, in a 7-2 ruling, held that Roundup cannot be sued in state courts for failure to warn because federal regulators have found a cancer link unlikely and do not require a warning label. Federal law also bars states from imposing additional or different labeling requirements, the opinion from Justice Brett Kavanaugh states.</p><p>Justice Ketanji Brown Jackson, joined by Neil Gorsuch, dissented, saying that Monsanto could have added a warning without violating federal law.</p><p>Though focused on Roundup, the ruling could affect similar health claims against other pesticide products.</p><p>“This decision is good for American farmers who help feed the world,“ Bayer CEO Bill Anderson said. ”It provides the regulatory clarity necessary for innovators like us to develop the agricultural tools that guarantee an affordable food supply.”</p><p>Though Bayer said the ruling should result in the dismissal of failure-to-warn lawsuits, the company said it plans to proceed with a proposed $7.25 billion class-action settlement intended to resolve many of the remaining claims.</p><p>The ruling was denounced by environmental groups and lawyers representing people who believe they were harmed by Roundup.</p><p>“This Supreme Court ruling wrongly slams the courthouse door on Americans sickened by pesticides," said attorney Christopher Seeger, who is a claimant’s representative in the settlement. But he said a settlement still would allow some people to receive compensation.</p><p>The decision “is a tragic setback for public and environmental health,” said Jay Feldman, executive director of Beyond Pesticides, a health and environmental group.</p><p>A sickened gardener had won $1 million</p><p>The case before the Supreme Court was filed by Missouri resident John Durnell. He developed a cancer called non-Hodgkin’s lymphoma after more than 20 years of serving as the neighborhood association’s “spray guy,” using Roundup on parks in his historic St. Louis community.</p><p>A jury agreed that the company failed to warn him about possible cancer dangers and awarded him $1.25 million. But Durnell never received the money as his case was appealed. Durnell, 75, said Thursday that his cancer is in remission, and he will be fine without the money.</p><p>But “there are thousands of cases that are like mine that will not see court now," Durnell said. "So that is the biggest disappointment for me.”</p><p>There is still fierce debate about whether Roundup’s key ingredient, glyphosate, causes cancer. The World Health Organization’s International Agency for Research on Cancer classified the chemical as “probably carcinogenic” in 2015. The Environmental Protection Agency has determined that it’s not likely to cause cancer in humans when used as directed.</p><p>The agency approved a label without a cancer warning, and Bayer argued that it was required to follow those federal standards. The Supreme Court agreed, ruling that separate warning requirements cannot be compelled by state laws and courts. The ruling still leaves room for other lawsuits alleging problems with the product’s design, and Durnell said he is considering bringing a new case on different grounds.</p><p>Bayer has pledged billions for settlements</p><p>Bayer disputes the cancer claims but previously set aside $16 billion to settle cases, and earlier this year proposed a $7.25 billion class-action settlement. A federal judge recently ruled that the proposed settlement will be heard in a Missouri state court, where many of the lawsuits have been filed.</p><p>At the same time, Bayer has tried to persuade states to pass laws shielding it from liability in failure-to-warn lawsuits. North Dakota was the first to do so, followed by Georgia and Kentucky.</p><p>About 200,000 Roundup-related claims have been made against Bayer, mostly from home users. It has stopped using glyphosate in Roundup sold in the U.S. residential lawn and garden market.</p><p>The company had said it might have to consider pulling glyphosate from U.S. agricultural markets if it keeps getting sued. Agricultural industry groups have said Roundup is important for a strong food supply.</p><p>"Today's decision protects our access to the tools that let us care for our soil, protect our crops, and keep food affordable for your family and mine,” said Blake Hurst, a corn and soybean farmer who is a former president of the Missouri Farm Bureau.</p><p>The court ruling runs counter to the MAHA movement</p><p>Pesticides have created a rift between the administration and members of Health Secretary Robert F. Kennedy’s MAHA movement, who were frustrated by an executive order aimed at boosting glyphosate’s production.</p><p>Kennedy has said repeatedly that glyphosate causes cancer, even as he says he recognizes the executive order was necessary for food supply and national security reasons.</p><p>After the high court's decision on Thursday, prominent MAHA activist Kelly Ryerson, known to her supporters as “Glyphosate Girl,” called the Trump administration's participation in the case “unforgivable.”</p><p>Some health advocates contend the EPA's approval of glyphosate-based weedkillers was based on limited information and that lawsuits in state courts have turned up additional evidence against it.</p><p>“The fact that EPA approved a pesticide label does not mean a product is safe, and it should not become a shield for companies that fail to warn about cancer risks, neurological harm, and other serious dangers,” said Patti Goldman, senior attorney at Earthjustice, an environmental legal organization.</p><p>___</p><p>Lieb reported from Jefferson City, Missouri.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LWLRTTLYJS5YNM3653EDGE7E2E.jpg?auth=399498890165bae1345e8566af4eaaa281e9e67b5cba644e4543f8285e09b46b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Containers of Roundup are displayed on a store shelf in San Francisco on Feb. 24, 2019. (AP Photo/Haven Daley, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Haven Daley</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BKVSMOIJKCXRGUKLYOIUQYX7VQ.jpg?auth=b51e08fd8bafe4cfa59adeb8f9534471116c64461dee1bb20aa0e89bd3883395&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The Bayer AG corporate logo is displayed on a building of the German drug and chemicals company in Berlin, May 23, 2016. (AP Photo/Markus Schreiber, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Markus Schreiber</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NQ4NNQURBMR5NHVVD3P3VHZBP4.jpg?auth=fa2e7999a520f86b64a09e4643b5ff37ad25f2b248c600475b5dd146105712cf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The U.S. Supreme Court is seen, June 11, 2026, in Washington. (AP Photo/Mariam Zuhaib, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mariam Zuhaib</media:credit></media:content></item></channel></rss>