<?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 00:43:19 +0000</lastBuildDate><language>en</language><ttl>1</ttl><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><item><title><![CDATA[2 men convicted in Coral Springs firefighter’s murder sentenced to life in prison ]]></title><link>https://www.local10.com/news/local/2026/06/24/2-men-convicted-in-coral-springs-firefighters-murder-sentenced-to-life-in-prison/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/24/2-men-convicted-in-coral-springs-firefighters-murder-sentenced-to-life-in-prison/</guid><dc:creator><![CDATA[Amanda Batchelor, Jeff  Derderian ]]></dc:creator><description><![CDATA[The two men convicted of killing Coral Springs firefighter Christopher Randazzo were sentenced to life in prison on Wednesday. ]]></description><pubDate>Wed, 24 Jun 2026 16:35:11 +0000</pubDate><content:encoded><![CDATA[<p>The two men <a href="https://www.local10.com/news/local/2026/05/22/coral-springs-firefighter-murder-brings-family-closure-as-two-men-found-guilty-in-2019-killing/" target="_self" rel="" title="https://www.local10.com/news/local/2026/05/22/coral-springs-firefighter-murder-brings-family-closure-as-two-men-found-guilty-in-2019-killing/">convicted of killing Coral Springs firefighter Christopher Randazzo </a>were sentenced to life in prison on Wednesday. </p><p><a href="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/" target="_blank" rel="noreferrer" title="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/">Leer en español</a></p><p>Torrey Holston and Jose Romero were convicted in May of killing the 39-year-old.</p><p>In October 2019, Randazzo’s body was found near the Southern Seas Resort in Lauderdale-by-the-Sea. His iPhone, sneakers, wallet and keys were taken after he was shot in the back of the head.</p><p>Although both men were found guilty of murder, they were not found guilty of possessing a gun or discharging a firearm.</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>“I think the jury was clear and unanimous on the involvement of both. It perhaps couldn’t find beyond a reasonable doubt who is the actual (gunman),” Judge Michael A. Usan said.</p><p>John Whalen was the fire chief in Coral Springs when Randazzo was hired. </p><p>He told Local 10 News the weight of losing Randazzo never faded, and he’s constantly thinking of the pain that his family feels. </p><p>“Chris was an amazing individual,” said Whalen. “He was larger than life. He would bear hug you.”</p><p>Romero’s attorney, Jim Lewis, told Local 10 in May that an appeal is being considered and said trying both men together was a “detriment.”</p><p>“We had always asked to be separate. Jose Romero was never alleged to carry a gun in this incident. The co-defendant was, so to some extent, we paid the price,” Lewis said.</p><p>Prosecutors were not seeking the death penalty in the case, but both men faced mandatory life sentences.</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[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><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[Indiana man charged after being accused of stalking WNBA player Sophie Cunningham]]></title><link>https://www.local10.com/sports/2026/06/24/indiana-man-charged-after-being-accused-of-stalking-wnba-player-sophie-cunningham/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/24/indiana-man-charged-after-being-accused-of-stalking-wnba-player-sophie-cunningham/</guid><dc:creator><![CDATA[JOSH KELETY, Associated Press]]></dc:creator><description><![CDATA[An Indiana man was charged Wednesday on accusations he stalked WNBA player Sophie Cunningham and sent her threatening and explicit messages on social media.]]></description><pubDate>Thu, 25 Jun 2026 00:26:01 +0000</pubDate><content:encoded><![CDATA[<p>An Indiana man was charged Wednesday on accusations he stalked WNBA player Sophie Cunningham and sent her threatening and explicit messages on social media.</p><p>Kevin Singh, 48, faces felony charges for stalking and intimidation, as well as a misdemeanor harassment charge. He was arrested Tuesday, according to the Marion County Prosecutor’s Office.</p><p>Cunningham, a player with the Indiana Fever, told investigators she had been staying at home more and having nightmares because of Singh’s continued messages, according to the affidavit. She was first made aware of Singh’s alleged online conduct in February, she said.</p><p>Singh's online behavior escalated that month and his conduct “became increasingly threatening after he was contacted by team security," the Marion County Prosecutor’s Office said in a news release.</p><p>According to an affidavit, Singh allegedly sent numerous messages — including explicit messages — on the social media platform X in April. One of the messages featured the text, “You're literally down the street from me!” After Cunnigham's team sent Singh a cease-and-desist letter on April 30, Singh sent more messages on X, making explicit and threatening comments, according to the affidavit.</p><p>In September 2025, Singh hand-delivered a package addressed to “Sophie” at Indiana Fever’s home stadium containing a a letter and a Guns N' Roses T-shirt sprayed with men's cologne, according the affidavit.</p><p>“The internet has made it easier than ever to target, harass and intimidate others. Threats of violence, whether face-to-face or behind a keyboard, will be taken seriously,” Marion County Prosecutor Ryan Mears said in a statement. “Coming forward is never easy, regardless of a person’s position or public profile. The victim is setting an example by speaking out."</p><p>A phone call to a number listed for Singh wasn't answered. It wasn't clear if he had an attorney yet.</p><p>Singh is currently on probation in Hendricks County, Indiana, after he pleaded guilty in July 2025 to two felony counts of invasion of privacy, the Marion County Prosecutor's Office said.</p><p>The incident comes after Cunningham's teammate, WNBA star Caitlin Clark, was the victim of stalking and harassing by a different man from Texas who was sentenced last year to 2 1/2 years in prison.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/P3UFFJWHOTY2RADQFACNB4OHYM.jpg?auth=560a459dada70102f6628c074f809c396bcf7096856b310934896cba6853c84b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Indiana Fever guard Sophie Cunningham (8) plays against the Dallas Wings in the second half of a WNBA basketball game in Indianapolis, Aug. 12, 2025. (AP Photo/Michael Conroy, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Michael Conroy</media:credit></media:content></item><item><title><![CDATA[Back-to-back powerful earthquakes slam Venezuela, collapsing buildings in the capital of Caracas]]></title><link>https://www.local10.com/news/world/2026/06/24/back-to-back-powerful-earthquakes-slam-venezuela-collapsing-buildings-in-the-capital-of-caracas/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/24/back-to-back-powerful-earthquakes-slam-venezuela-collapsing-buildings-in-the-capital-of-caracas/</guid><dc:creator><![CDATA[By REGINA GARCIA CANO and JUAN PABLO ARRAEZ, Associated Press]]></dc:creator><description><![CDATA[CARACAS, Venezuela (AP) — Back-to-back powerful earthquakes slammed Venezuela on Wednesday evening, collapsing buildings in the capital of Caracas.]]></description><pubDate>Wed, 24 Jun 2026 23:57:53 +0000</pubDate><content:encoded><![CDATA[<p>CARACAS, Venezuela (AP) — Back-to-back powerful earthquakes slammed Venezuela on Wednesday evening, collapsing buildings in the capital of Caracas.</p><p>The U.S. Geological Survey said the first earthquake had a magnitude of 7.1 and its epicenter was west of the community of Morón, located along the country’s Caribbean coast, about 168 kilometers (104 miles) west of Caracas. The quake had a depth of 13 kilometers (8 miles).</p><p>The USGS reported an even larger 7.5-magnitude earthquake just a minute later. The second quake had a depth of 10 kilometers and its epicenter was 16 kilometers (10 miles) southwest of Morón.</p><p>The quakes are among the strongest to strike Venezuela in more than a century.</p><p>The U.S. Pacific Tsunami Warning Center issued a tsunami alert for Virgin Islands. Authorities in the Dominican Republic also issued one for the island. Another alert for Puerto Rico was quickly lifted.</p><p>People evacuated swaying buildings in Caracas and remained outside, many visibly shocked as they saw entire walls that had collapsed, making furniture visible from the street. Dust columns could also be seen in two neighborhoods of the capital, where restaurants and other businesses are typically busy.</p><p>Interior Minister Diosdado Cabello said the quake could be felt in several states. The Altamira neighborhood in Caracas had “alarming situations” with collapsed homes and buildings, he said, suggesting people were injured in the earthquake and asking motorists to give way to ambulances and other emergency vehicles.</p><p>“We understand that some people may be desperate, but we are acting according to protocols to activate aid and rescue efforts to help those who need it most,” Cabello said on state television. “Be very careful with children and the elderly; call each other and check that no one has been harmed.”</p><p>He also urged people to remain outside as aftershocks could further damage some structures.</p><p>“The building really shook from side to side. Unreal. The force was incredibly strong,” Caracas resident Roberto Damas said. “We were walking and it was tossing us around. Everything in the apartment fell. Well, thank God we were able to get out.”</p><p>___</p><p>Garcia Cano reported from Bogota, Colombia.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ECASU2I526TISBUMWHEUW2ZKDM.jpg?auth=84dbdc55f061a66b91fae3cf85eccc5fad63057380d11fcedbd5fc75e8b57921&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People walk amid debris 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/JIX2MTQYPLJRJDOT6GWE373Q6M.jpg?auth=5e206e61ac82548ff6c0f5c74a93aa9811d65d972c0b486c89023952922f1d9c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People stay outside their homes 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/WPTWQRVPNXPQ2R7JV2KMYBXHYE.jpg?auth=fe9e87089838937a7f715962f0c69c90d845359475899c288397cdd8b22e9ac1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rescue workers search for survivors at a collapsed building 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[Powerful 6.9-magnitude earthquake strikes off northern Japan. No tsunami warning]]></title><link>https://www.local10.com/news/world/2026/06/24/powerful-69-magnitude-earthquake-strikes-off-northern-japan-no-tsunami-warning/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/24/powerful-69-magnitude-earthquake-strikes-off-northern-japan-no-tsunami-warning/</guid><dc:creator><![CDATA[Associated Press, Associated Press]]></dc:creator><description><![CDATA[TOKYO (AP) — A powerful earthquake struck off Japan’s northern coast on Thursday, but the country’s meteorological agency said there was no danger of a tsunami.]]></description><pubDate>Thu, 25 Jun 2026 00:23:30 +0000</pubDate><content:encoded><![CDATA[<p>TOKYO (AP) — A powerful earthquake struck off Japan’s northern coast on Thursday, but the country’s meteorological agency said there was no danger of a tsunami.</p><p>The quake had a preliminary magnitude of 6.9 and occurred off the eastern coast of Iwate, the Japan Meteorological Agency said. The quake had a depth of about 50 kilometers (30 miles), it said. The U.S. Geological Survey also reported a magnitude of 6.9.</p><p>The rattling occurred in the area where strong earthquakes have repeatedly been reported in recent months, including one that triggered a weeklong mega-quake caution advisory in December.</p><p>The quake, which struck Japan’s northeastern region during Thursday’s morning rush hour, also mildly shook Tokyo. There were no immediate reports of injuries or damages, according to top government spokesperson Minoru Kihara.</p><p>Footage on Japan’s NHK public television quoted its journalists from a number of strongly-hit towns, including Sendai and Morioka, saying they felt the shaking for a couple of minutes but have not seen any damages. Footage showed people commuting as usual.</p><p>Nuclear power plants and facilities, including Fukushima Daiichi, which was damaged by the 2011 massive quake and tsunami, and a spent fuel reprocessing plant in Aomori, have not reported any abnormalities from Thursday’s shakings, Kihara said.</p><p>Japan, which sits on the structure known as the Pacific Ring of Fire, is one of the world’s most earthquake-prone areas.</p>]]></content:encoded></item><item><title><![CDATA[Sedano’s hosting soccer celebration, giving away pair of World Cup tickets]]></title><link>https://www.local10.com/news/local/2026/06/24/sedanos-hosting-soccer-celebration-giving-away-pair-of-world-cup-tickets/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/24/sedanos-hosting-soccer-celebration-giving-away-pair-of-world-cup-tickets/</guid><description><![CDATA[Soccer fans in South Florida have a chance to win tickets to a World Cup match. ]]></description><pubDate>Thu, 25 Jun 2026 00:21:02 +0000</pubDate><content:encoded><![CDATA[<p>Soccer fans in South Florida have a chance to win tickets to a World Cup match. </p><p>The event, which will be a family-friendly community celebration, will take place on Saturday from 11 a.m. to 2 p.m. at the Sedano’s supermarket located at 14524 SW Eighth St. in Miami. </p><p>There will be soccer-themed games, a live radio broadcast, food samples, non-alcoholic drink tastings and lots more. </p><p>In addition, attendees will have the chance to two tickets to a World Cup match taking place in Miami. </p><p>Other prizes will include soccer jerseys, Sedano’s gift cards and food baskets and other branded items. </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/XC4KGPSE6ZGQ5GMVNN2P3PYQKU.JPG?auth=e674c3772360dfe5675b19a5941a6742242735a9ca158f28549511f4350522aa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Soccer Football - FIFA World Cup 2026 - Group C - Scotland v Brazil - Miami Stadium, Miami Gardens, Florida, U.S. - June 24, 2026 General view inside the stadium as the teams line up with young mascots before the match REUTERS/Marco Bello]]></media:description><media:credit role="author" scheme="urn:ebu">Marco Bello</media:credit></media:content></item><item><title><![CDATA[Feds give exclusive behind-the-scenes look at Miami Stadium security during FIFA World Cup  ]]></title><link>https://www.local10.com/news/local/2026/06/24/feds-give-exclusive-behind-the-scenes-look-at-miami-stadium-security-during-fifa-world-cup/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/24/feds-give-exclusive-behind-the-scenes-look-at-miami-stadium-security-during-fifa-world-cup/</guid><dc:creator><![CDATA[Janine Stanwood]]></dc:creator><description><![CDATA[While FIFA World Cup fans were having fun, U.S. Customs and Border Protection used technology to protect the country’s border at the stadium. 
]]></description><pubDate>Wed, 24 Jun 2026 23:31:39 +0000</pubDate><content:encoded><![CDATA[<p>While FIFA World Cup fans were having fun, U.S. Customs and Border Protection used technology to protect the country’s border at the stadium. </p><p>U.S. CBP gave Local 10 News a behind-the-scenes look at their quiet efforts to screen the cargo delivered to the Hard Rock Stadium in Miami Gardens. </p><p>“Food deliveries, merchandise, staging equipment, anything that is going to get offloaded, that needs to be screened by us,” U.S. CBP Officer Alexander Hernandez said at the stadium. </p><p>The U.S. CBP team at the stadium property used a “<a href="https://www.cbp.gov/sites/default/files/documents/nii_factsheet_2.pdf" target="_self" rel="" title="https://www.cbp.gov/sites/default/files/documents/nii_factsheet_2.pdf">non-intrusive inspection,” or NII</a>, portal to scan cargo trucks with X-ray and gamma-ray, without physically having to search and unpack. </p><p>Miami-Dade Sheriff’s Office deputies use deputized dogs, or K-9s, trained to detect explosives as an extra layer of security. </p><p>Security is tight, and the perimeter around the stadium is wide. Federal, state, and local law enforcement are working together. They learned from the chaos that erupted at the stadium during a Copa America match between Argentina and Colombia on July 14, 2024.</p><p><b>More coverage</b></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/">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></ul>]]></content:encoded></item><item><title><![CDATA[About 30,000 FIFA World Cup fans join big Miami Bayfront Park watch party ]]></title><link>https://www.local10.com/sports/2026/06/24/about-30000-fifa-world-cup-fans-join-big-miami-bayfront-park-watch-party/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/24/about-30000-fifa-world-cup-fans-join-big-miami-bayfront-park-watch-party/</guid><dc:creator><![CDATA[Aaron Maybin, Andrea Torres]]></dc:creator><description><![CDATA[After an odyssey from the United Kingdom and Boston to South Florida, hopeful Scottish fans were at the Miami Stadium on Wednesday morning, more than seven hours before the match against Brazil. ]]></description><pubDate>Wed, 24 Jun 2026 23:59:54 +0000</pubDate><content:encoded><![CDATA[<p>About 30,000 FIFA World Cup fans invaded Bayfront Park to witness soccer history before big screens on Wednesday in downtown Miami. </p><p>For two weeks, teams from 48 countries have been taking turns daily. The FIFA Fan Festival has encouraged passionate patriotic displays. </p><p><b>Related story</b>: <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 FIFA World Cup fans celebrate love of soccer at Miami Stadium</a></p><p>The tournament’s first phase involves matches within four-team groups. A match’s victory means a team advances with 3 points. </p><p>The <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> teams — Brazil, Haiti, Scotland, and Morocco — were all playing their last group-stage matches at 6 p.m. in Miami and Atlanta. </p><p>Only two advanced to the tournament’s second phase: <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/">The Round of 32</a>, which already included the U.S., Mexico, Argentina, and Colombia. </p><p><b>Related story</b>: <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> </p><p>Brazilians arrived with four points to play against Scotland, which had three points, at the Miami Stadium. Brazil advanced with three more points after beating Scotland 3-0. </p><p>Morocco arrived with four points and advanced with three more points after beating Haiti 4-2 in Atlanta, Georgia. </p><p><b>Related story:</b> <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></p><p><b>Miami Beach watch party: </b>Doors open at 4 p.m. on June 24 at The Bandshell, at 7275 Collins Ave., for the 6 p.m. Scotland vs. Brazil match.</p><p><b>Related story</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/" target="_self" 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 says ‘let the magic begin’ after signing with Italian Serie C club Ravenna at age 46</a></p><h3><b>Group C progress</b></h3><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>Tournament’s schedule </b> </h3><p><b>June 25</b>: There are six matches: The <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>, Curaçao vs. Ivory Coast, game is at 4 p.m. The <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>, Ecuador vs. Germany, game is at 4 p.m. The <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>, Tunisia vs. Netherlands, game is at 7 p.m. The <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>, Japan vs. Sweden, game is at 7 p.m. The <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>, Turkey vs. U.S., game is at 10 p.m. The <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>, Paraguay vs. Australia, game 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>June 26</b>: There are six matcuphes: 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></item><item><title><![CDATA[Over 65,000 FIFA World Cup fans celebrate love of soccer at Miami Stadium]]></title><link>https://www.local10.com/sports/2026/06/24/brazilian-and-scottish-celebrate-together-at-miami-stadiums-fifa-world-cup-fan-zone/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/24/brazilian-and-scottish-celebrate-together-at-miami-stadiums-fifa-world-cup-fan-zone/</guid><dc:creator><![CDATA[Will Manso, Andrea Torres]]></dc:creator><description><![CDATA[Brazilian and Scottish fans celebrated their love of soccer on Wednesday at the Miami Stadium, even though only Brazil advanced to the FIFA World Cup’s Round of 32. ]]></description><pubDate>Wed, 24 Jun 2026 20:49:16 +0000</pubDate><content:encoded><![CDATA[<p>Brazilian and Scottish fans celebrated their love of soccer on Wednesday at the Miami Stadium, even though only Brazil advanced to the FIFA World Cup’s Round of 32. </p><p><a href="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/" target="_blank" rel="noreferrer" title="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/">Leer en español</a></p><p>Samba didn’t silence the Tartan Army’s bagpipes, and the canary yellow jerseys didn’t drown the wool kilts. Nothing killed the joy. Not the expenses, the flights, the security screenings, the lines, nor the ticket checks.</p><p><b>Related story:</b> <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></p><p>The demand for tickets was high. Entry-level resale prices ranged from $1,600 to $1,855. Tickets later averaged between $3,500 and $5,445. Premium seats reached $25,800. </p><p>Before the gates opened at 3 p.m. at the Hard Rock Stadium in Miami Gardens, fans who said they felt lucky to be there had made friendships, shared pictures, stories, and plenty of drinks. </p><p><b>Related story</b>: <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 fans arrive early</a> </p><p><b>Related story</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/" target="_self" 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/">A black jaguar oracle in Rio de Janeiro sniffs Brazil to beat Scotland in Group C challenge</a></p><p>After the 6 p.m. Group C matches ended about two hours later, only the two teams in the group with the most points advanced to the tournament’s next stage: <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/">The Round of 32</a>. </p><p>Brazilians arrived with four points to play against Scotland, which had three points. After a 3-0 victory, Brazil advanced with three more points as the group’s winner. </p><p>Morocco arrived with four points and advanced with three more points after beating Haiti 4-2 in Atlanta, Georgia. </p><p><b>Related story:</b> <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></p><p><b>Miami watch parties</b>: The fan festival opens from 2 p.m. to 9 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>Miami Beach watch party: </b>Doors open at 4 p.m. on June 24 at The Bandshell, at 7275 Collins Ave., for the 6 p.m. Scotland vs. Brazil match.</p><p><b>Related story</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/" target="_self" 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 says ‘let the magic begin’ after signing with Italian Serie C club Ravenna at age 46</a></p><h3><b>Group C progress</b></h3><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>Tournament’s schedule </b> </h3><p><b>June 25</b>: There are six matches: The <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>, Curaçao vs. Ivory Coast, game is at 4 p.m. The <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>, Ecuador vs. Germany, game is at 4 p.m. The <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>, Tunisia vs. Netherlands, game is at 7 p.m. The <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>, Japan vs. Sweden, game is at 7 p.m. The <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>, Turkey vs. U.S., game is at 10 p.m. The <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>, Paraguay vs. Australia, game 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>June 26</b>: There are six matcuphes: 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></item><item><title><![CDATA[Vinícius Júnior scores 2 goals as Brazil beats Scotland 3-0 to win its World Cup group]]></title><link>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/</link><guid isPermaLink="true">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/</guid><dc:creator><![CDATA[By ALANIS THAMES, Associated Press]]></dc:creator><description><![CDATA[MIAMI GARDENS, Fla. (AP) — Vinícius Júnior scored two goals, Matheus Cunha also scored and five-time World Cup champion Brazil beat Scotland 3-0 on Wednesday, advancing to the knockout stage as the Group C winner.]]></description><pubDate>Thu, 25 Jun 2026 00:23:43 +0000</pubDate><content:encoded><![CDATA[<p>MIAMI GARDENS, Fla. (AP) — Vinícius Júnior scored two goals, Matheus Cunha also scored and five-time World Cup champion Brazil beat Scotland 3-0 on Wednesday, advancing to the knockout stage as the Group C winner.</p><p>Vinícius — who has a goal in all three of Brazil's group matches — scored in the seventh minute and again just before halftime, tying Norway's Erling Haaland and Kylian Mbappé with of France with four goals, one behind Lionel Messi of Argentina.</p><p>Brazil reached the knockout rounds for the 15th consecutive World Cup. Morocco finished second in the group and also advanced, rallying to beat Haiti 4-2.</p><p>Neymar entered as a substitute in the 76th, making his debut after a right calf injury sidelined him for Brazil's first two matches. The majority-Brazilian crowd at Hard Rock Stadium began chanting his name midway through the second half as he got off the bench and began doing warmup sprints on the sideline — and fans roared as he trotted onto the pitch.</p><p>Neymar is Brazil’s career scoring leader with 79 goals in 130 international appearances. The 34-year-old forward appeared in each of the past three World Cups for Brazil, scoring eight goals.</p><p>Scotland is playing in its first World Cup since 1998 and has become one of the more interesting teams of the tournament. Its dedicated fans, known as the Tartan Army, brought a party atmosphere to the Boston and Miami areas ahead of their team's matches.</p><p>Scotland hasn't advanced past the group stage in nine tries.</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/BSPXDIKJXMY7HMMA5NTKWY6I44.jpg?auth=329aa3f8a73dc1619c63636bcd01d4937c163ed2c5dc2f1f390bfdbc5b74bfce&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[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)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca Blackwell</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BUIDQHWAFLPI7WJEC2Y6T66MIA.jpg?auth=d0dd18b196d870528bcf1d45ecec96a949aa38de602785dcbda0f5e18f12c4e7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Brazil's Matheus Cunha (9) celebrates with Lucas Paqueta (20) after scoring their third goal during the World Cup Group C soccer match between Scotland and Brazil in Miami Gardens, Fla., Wednesday, June 24, 2026. (AP Photo/Lynne Sladky)]]></media:description><media:credit role="author" scheme="urn:ebu">Lynne Sladky</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UWXMABA2645HJCKPSHHO4OWNNM.jpg?auth=95787161500f17a6944c6e238acdc4101ba2a38e88ecc11e690dbc003e338c1a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Brazil's Matheus Cunha (9) scores a goal on Scotland goalkeeper Angus Gunn (1) during the World Cup Group C soccer match in Miami Gardens, Fla., Wednesday, June 24, 2026. (AP Photo/Marta Lavandier)]]></media:description><media:credit role="author" scheme="urn:ebu">Marta Lavandier</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/24326NY6UVAB7Y5FOGZBQ5KTFE.jpg?auth=55d4d0601976668694e92f352d0f87917d62e81f3bb911adfcc2e43ffd5cb1cb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Brazil's Vinicius Junior (7) scores his team'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)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca Blackwell</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZA24J6ALXIXHR6IN2WHBNBP2IU.jpg?auth=a305f1191b8c4b9f23feff4775304acdc06d9400bdddada422251c4e4c72cffc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Brazil's Matheus Cunha (9) heads the ball during the World Cup Group C soccer match against Scotland in Miami Gardens, Fla., Wednesday, June 24, 2026. (AP Photo/Marta Lavandier)]]></media:description><media:credit role="author" scheme="urn:ebu">Marta Lavandier</media:credit></media:content></item><item><title><![CDATA[Nelly Korda is 2 for 2 in major titles this season. The Women's PGA at Hazeltine National is next]]></title><link>https://www.local10.com/sports/2026/06/24/nelly-korda-is-2-for-2-in-major-titles-this-season-the-womens-pga-at-hazeltine-national-is-next/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/24/nelly-korda-is-2-for-2-in-major-titles-this-season-the-womens-pga-at-hazeltine-national-is-next/</guid><dc:creator><![CDATA[By DAVE CAMPBELL, Associated Press]]></dc:creator><description><![CDATA[CHASKA, Minn. (AP) — The latest stop for Nelly Korda in this especially busy summer is the Women's PGA Championship in Minnesota, where the top-ranked player in the world will try this week to hoist a third straight major trophy.]]></description><pubDate>Wed, 24 Jun 2026 23:56:00 +0000</pubDate><content:encoded><![CDATA[<p>CHASKA, Minn. (AP) — The latest stop for Nelly Korda in this especially busy summer is the Women's PGA Championship in Minnesota, where the top-ranked player in the world will try this week to hoist a third straight major trophy.</p><p>From winning the U.S. Women's Open in California to playing in a pair at the Dow Championship in Michigan to brand-building for the sport in New York, the 27-year-old Korda has had little time for retreat.</p><p>If this is the price of stardom, well, she's willing to lean into it.</p><p>“I feel like in everything that you do in life — if you’re in the finance world, if you’re doing this — the more you put yourself into that position the more comfortable you get,” Korda said on Wednesday at Hazeltine National Golf Club. “I think the biggest change that I told myself I’m going to make is I’m just going to be authentic and be who I am. Either that comes across great or it doesn’t, but I just want to be genuine.”</p><p>Korda, whose prize money has passed $5.3 million this year, has won four of the nine tournaments she has entered with only one finish outside of the top 10. She leads the Vare Trophy race for the lowest scoring average on the LPGA by an average of 1.15 strokes over Hyo Joo Kim.</p><p>The only women to win the first three majors of a season are Inbee Park in 2013 and Babe Zaharias in 1950, when there were only three on the schedule. Now the final two majors are in Europe: the Evian Championship in France from July 9-12 and the Women’s British Open in England from July 30-Aug. 2.</p><p>With the Chevron Championship win in April already on her scorecard, Korda pulled out a one-stroke victory over Charley Hull and Gaby Lopez at the U.S. Women's Open this month. Fulfilling her commitment to playing with partner Olivia Cowan at the Dow Championship the following week required some self-discipline.</p><p>“I was very tired. Honestly, I couldn't go to sleep, and every single morning I woke up I didn't want to wake up,” Korda said. “I'm still a little tired from it.”</p><p>Then she was whisked away to New York for a whirlwind media tour on behalf of the LPGA, before heading home last week to recharge and refresh.</p><p>“It’s fun to be on a different stage in front of different people doing something that helps the game of golf and kind of puts us on a broader stage,” Korda said.</p><p>From a cameo on the "Today' show to a visit to the New York Stock Exchange to an appearance at Times Square, Korda relished last week the opportunity to show the lighthearted and self-described “dorky” side of her personality to more mainstream audiences.</p><p>“These are the types of things we need our athletes to do in order to have transcendent stars that cut through sports and find their way into culture,” LPGA Tour Commissioner Craig Kessler said. “She did it. She’s doing it.”</p><p>The major that was last held at Hazeltine on the suburban prairie southwest of Minneapolis in 2019, has a $13 million purse this year that's the largest in the history of women's golf.</p><p>“To see the evolution of where the women’s game was to what it is now, it is quite incredible,” Korda said. “You see that across every sport. You see that in tennis, right now in basketball, too. It is amazing to see the investment in women’s sports, and we are just really grateful for our partners continuously raising the bar.”</p><p>Hannah Green returns to Hazeltine in reflection on her 2019 win</p><p>Hannah Green, who's currently eighth in the world ranking, got her first tour victory at age 22 with a wire-to-wire win at the Women's PGA Championship when it last visited Hazeltine. That remains her only major title.</p><p>“There is definitely shots that I remember. I also remember some of the bad shots as well, which is sometimes not a great thing,” Green said. “But it’s nice to kind of relive those moments in the practice round. I do hit a lot further than I used to do back then.”</p><p>___</p><p>AP golf: https://apnews.com/hub/golf</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OJNGOQKEOAYXUYUWCPLJW5SB3E.jpg?auth=40e0bc4f0f53ec0631d57bdb4fa215933da0db5181b473a0d996d664d1d14910&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Nelly Korda waits on the putting green during a practice round prior to the Women's PGA Championship golf tournament, Wednesday, June 24, 2026, in Chaska. (AP Photo/Chris Carlson)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris Carlson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YKTBE2E2N4UOAFYXYDFULHZI7I.jpg?auth=2db506c2bb9417da26a2a5f6afdad08d45b99125123c0487b7fb001cc6ae1163&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Nelly Korda watches her tee shot during a practice round prior to the Women's PGA Championship golf tournament, Wednesday, June 24, 2026, in Chaska. (AP Photo/Chris Carlson)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris Carlson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IC2BE7VQGYOR2Q6S2MBSMHDOVA.jpg?auth=38b989050a3ed17ceb6dcb3666078482ca46a7df2a095ac4682bfb7d9d2fa7d5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Nelly Korda holds the trophy after winning the U.S. Women's Open golf tournament Sunday, June 7, 2026, in the Pacific Palisades area of Los Angeles. (AP Photo/Ashley Landis)]]></media:description><media:credit role="author" scheme="urn:ebu">Ashley Landis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GSHCI6TTQDY2RFBDETYAJRCBCQ.jpg?auth=71e1ea3e73b7a60c611c490006c3ae21b4c948a113edbaaf404f14428bc9aa2f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sung Hyun Park, of South Korea, hits from the 17th tee during a practice round prior to the Women's PGA Championship golf tournament, Wednesday, June 24, 2026, in Chaska. (AP Photo/Matt York)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt York</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HQG5R7QV3U6GTXKL2BA65TUOR4.jpg?auth=5f90adaf87eb155e39c7ed7811f6b15239025e30274840e80f7dc2a1ea06f728&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Julia Lopez Ramirez, of Spain, hits from the 18th fairway during a practice round prior to the Women's PGA Championship golf tournament, Wednesday, June 24, 2026, in Chaska. (AP Photo/Matt York)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt York</media:credit></media:content></item><item><title><![CDATA[Merlín the duck takes a trip to the stadium, but FIFA rules keep him out of Mexico match]]></title><link>https://www.local10.com/entertainment/2026/06/24/merlin-the-duck-takes-a-trip-to-the-stadium-but-fifa-rules-keep-him-out-of-mexico-match/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/24/merlin-the-duck-takes-a-trip-to-the-stadium-but-fifa-rules-keep-him-out-of-mexico-match/</guid><dc:creator><![CDATA[By NAYARA BATSCHKE, Associated Press]]></dc:creator><description><![CDATA[MEXICO CITY (AP) — One of the biggest folk heroes of this World Cup, Merlín the duck arrived outside Mexico City's stadium on Wednesday to great fanfare — but was ultimately told he could not remain for Mexico's match against the Czech Republic.]]></description><pubDate>Wed, 24 Jun 2026 23:41:57 +0000</pubDate><content:encoded><![CDATA[<p>MEXICO CITY (AP) — One of the biggest folk heroes of this World Cup, Merlín the duck arrived outside Mexico City's stadium on Wednesday to great fanfare — but was ultimately told he could not remain for Mexico's match against the Czech Republic.</p><p>After winning hearts across social media, supporters had launched an effort urging organizers to allow the beloved bird to attend the match alongside his family. In less than two weeks, Merlín went from waddling through the streets of Mexico City during Mexico's opening victory to visiting the presidential palace. But on Wednesday, his proverbial flight was cut short.</p><p>Merlín was granted access to the Azteca Stadium grounds to film a segment with Televisa, one of Latin America’s largest television networks. Under strict security protocols, Merlín traveled comfortably inside a transport crate, accompanied by owner Carla Gómez and her son Cristian, as curious fans gathered to catch a glimpse of the tournament’s most unexpected star. However, he could not remain for the match, as FIFA regulations prohibit animals from entering venues in order to safeguard their well-being.</p><p>A FIFA tournament spokesperson confirmed Merlín was permitted to enter the perimeter but not the stadium, and did not offer further comment.</p><p>“These last few days have been crazy, we’ll never stop being grateful for what we’ve experienced,” Gómez told The Associated Press. “Everyone is truly amazed by Merlín.”</p><p>Since his first appearance, Merlín has grown into a social media phenomenon and an international celebrity. Wearing a green Mexico jersey and proudly accompanying his family as they sell drinks throughout the city, the 2-year-old duck has become a familiar sight in the capital. Along the way, he has participated in interviews, visited television studios, mingled with supporters at the fan fest in Mexico City’s Zócalo, and even paid a visit to Netflix.</p><p>“He’s become our unofficial mascot for Mexico and the World Cup,” said Daniel Krauze, a fan outside the stadium who sported a duck hat. “I feel proud to wear Merlín the duck.”</p><p>Merlín has also found himself at the center of a trademark dispute, when at least two applications before Gómez's sought the rights to his name for exclusive commercial use. The registration was ultimately granted to Gómez.</p><p>Now, following hundreds of requests from fans, the family will finally be able to watch Mexico's national team live. Gómez described the occasion as a “very powerful emotion.”</p><p>And although the duck darling will not be cheering from the stands, she is convinced that Mexico’s most famous feathered supporter will still be bringing luck to El Tri: “Merlín is a lucky charm, and I know that, with him, the Mexican national team will win again today.”</p><p>___</p><p>AP World Cup coverage: https://apnews.com/hub/fifa-world-cup</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5SS2IPBRTDYQUUJ4YXLZVMKV2M.jpg?auth=fccf9818b3998b90b1604663322d5a520f72bd3d0e2b372990ebc46c70eb3e45&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Christian Gomez interacts with his duck Merlin, dressed in a Mexican national soccer team jersey, as they attend the daily press conference by Mexican President Claudia Sheinbaum at the National Palace in Mexico City, Monday, June 22, 2026. (AP Photo/Marco Ugarte)]]></media:description><media:credit role="author" scheme="urn:ebu">Marco Ugarte</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TRK35PFATOUPRLUGHBIFNFBLC4.jpg?auth=5a55c72df396741cb6dcd219fd60d243db11cfe174a54d835bc86719fa9b314a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Merlin the duck, dressed in a Mexican national soccer team jersey, attends the daily press conference by Mexican President Claudia Sheinbaum, left, along with his caretakers Carla Gomez and her sons Carlos and at the National Palace in Mexico City, Monday, June 22, 2026. (AP Photo/Marco Ugarte)]]></media:description><media:credit role="author" scheme="urn:ebu">Marco Ugarte</media:credit></media:content></item><item><title><![CDATA[Court filing reveals President Trump spoke to Live Nation CEO before antitrust case was settled]]></title><link>https://www.local10.com/business/2026/06/24/court-filing-reveals-president-trump-spoke-to-live-nation-ceo-before-antitrust-case-was-settled/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/24/court-filing-reveals-president-trump-spoke-to-live-nation-ceo-before-antitrust-case-was-settled/</guid><dc:creator><![CDATA[By LARRY NEUMEISTER, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — President Donald Trump spoke personally with the chief executive of Live Nation in the weeks before the Justice Department abruptly settled its longstanding antitrust lawsuit against the entertainment giant and its Ticketmaster subsidiary, the company revealed in a court filing.]]></description><pubDate>Wed, 24 Jun 2026 23:09:09 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — President Donald Trump spoke personally with the chief executive of Live Nation in the weeks before the Justice Department abruptly settled its longstanding antitrust lawsuit against the entertainment giant and its Ticketmaster subsidiary, the company revealed in a court filing.</p><p>Lawyers for Live Nation told the court on Monday that Trump and the company’s CEO, Michael Rapino, spoke about the antitrust lawsuit in February, but didn’t discuss “substantive terms” of any potential settlement.</p><p>They also said that White House lawyers were involved in some of the numerous in-person meetings, videoconferences, telephone calls and written communications between the company and the Justice Department in February and March.</p><p>Just days into the March trial, the Justice Department announced a settlement that most states refused to join, saying it did not go far enough to curb the company’s dominance over concert venues and ticketing for live events though Ticketmaster.</p><p>The trial continued, and a jury concluded several weeks later that the company was a monopoly that cost concertgoers and sports fans.</p><p>The White House declined to comment on Live Nation's disclosure, referring questions to the Justice Department, which didn't immediately respond to messages seeking comment.</p><p>The revelation comes as the Justice Department has faced criticism that its independence has been threatened by substantial oversight or interference from the White House and the president.</p><p>The Justice Department and dozens of states originally teamed up to bring the antitrust lawsuit against Live Nation.</p><p>Among other things, the jury in New York found Ticketmaster’s anticompetitive practices led to people in 22 states paying an extra $1.72 per ticket, which the judge could order the companies to pay back.</p><p>State attorneys general who sued Live Nation said the verdict could potentially lead to lower ticket prices for music fans.</p><p>The federal government's settlement deal included a cap on service fees at some amphitheaters, plus some new ticket-selling options for promoters and venues — potentially allowing, but not requiring, them to open doors to Ticketmaster competitors such as SeatGeek or AXS.</p><p>In April, Live Nation said in a statement that the verdict “is not the last word on this matter.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RA5J7ZWRZVF6IK7ANSUBV3VFQA.jpg?auth=72c335602b2a06d1513d52da746ca17c0e60b47090d79da665c81d84232fd5b9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE- Michael Rapino, President and CEO of Live Nation Entertainment, speaks during a news conference in Seattle on June 7, 2017. (AP Photo/Ted S. Warren, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ted S. Warren</media:credit></media:content></item><item><title><![CDATA[World Cup what to know: US faces decisions for final group-stage game against winless Turkey]]></title><link>https://www.local10.com/news/2026/06/24/world-cup-what-to-know-us-faces-decisions-for-final-group-stage-game-against-winless-turkey/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/24/world-cup-what-to-know-us-faces-decisions-for-final-group-stage-game-against-winless-turkey/</guid><dc:creator><![CDATA[By JOHN MARSHALL, Associated Press]]></dc:creator><description><![CDATA[The United States returns to the pitch for its final World Cup group-stage game with some decisions to make.]]></description><pubDate>Wed, 24 Jun 2026 23:02:53 +0000</pubDate><content:encoded><![CDATA[<p>The United States returns to the pitch for its final World Cup group-stage game with some decisions to make.</p><p>The Americans have already won Group D to lock up a spot in the knockout stage and will face winless Turkey in Inglewood, California, on Thursday.</p><p>Christian Pulisic returned to training after missing a 2-0 win over Australia, but coach Mauricio Pochettino has to decide how much to use his star player in a game that's meaningless in the standings and the knockout stage right around the corner.</p><p>There are similar decisions to make with Tyler Adams, Folarin Balogun, Chris Richards and Antonee Robinson. They're all on yellow cards and would miss the first knockout round game if they picked up a second against Turkey.</p><p>The U.S. has won consecutive World Cup matches for the first time since 1930. Its six goals in the first two matches are one short of the team record for a World Cup.</p><p>Turkey has yet to score a goal in its first World Cup in 24 years and is already eliminated.</p><p>Thursday will be the second day with six matches, including Germany looking to win its third straight game, Ivory Coast aiming to make the knockout stage for the first time and Ecuador needing a win to escape the group stage.</p><p>What to watch on June 25</p><p>— Curacao vs. Ivory Coast , 4 p.m. EDT in Philadelphia (FS1/Telemundo/Peacock)</p><p>— Ecuador vs. Germany, 4 p.m. EDT in East Rutherford, New Jersey (Fox/Telemundo/Peacock)</p><p>— Japan vs. Sweden, 7 p.m. EDT in Arlington, Texas (Fox/Telemundo/Peacock)</p><p>— Tunisia vs. The Netherlands, 7 p.m. EDT in Kansas City, Missouri (FS1/Telemundo/Peacock)</p><p>— Paraguay vs. Australia, 10 p.m. EDT in Santa Clara, California (FS1/Telemundo/Peacock)</p><p>— Turkey vs. United States, 10 p.m. EDT in Inglewood, California (Fox/Telemundo/Peacock)</p><p>Ecuador faces must-win against Germany</p><p>Ecuador arrived the World Cup on a 19-game winning streak.</p><p>They could face an early exit if they can't find a way to beat Germany in East Rutherford, New Jersey.</p><p>Ecuador opened the World Cup with a 1-0 loss to Ivory Coast on Amad Diallo's goal in the 90th minute and played to a scoreless draw against Curacao, the smallest nation in the World Cup.</p><p>That leaves Ecuador trailing both Germany and Ivory Coast in Group E with one point and needing to beat the Germans, who have already clinched the group but will be without defender Nico Schlotterbeck for the rest of the World Cup because of an ankle injury.</p><p>Ivory Coast on the cusp of knockout stage</p><p>Ivory Coast has a chance to make history in its fourth World Cup.</p><p>With a win already under their belt, the Elephants can clinch a spot in the knockout round for the first time with a win over Curacao in Philadelphia.</p><p>Ivory Coast pulled off a 1-0 win over Ecuador and had a halftime lead over Germany before losing 2-1. Ivory Coast's previous best chance to reach the knockout stage came in Brazil in 2014 when they opened with a win over Japan before losing the next two games.</p><p>Curacao still has an outside shot of reaching the knockout round, needing a win and some goal-differential help from Ecuador. Curacao has a goal differential of minus-6, thanks to an opening 7-1 loss to Germany.</p><p>Group F winner still up in the air</p><p>The Netherlands and Japan will be playing for the top spot in Group F on Thursday night — the Dutch play Tunisia, the Japanese face Sweden — but both teams have said they want no updates on each other as their games are progressing.</p><p>“You have to focus on making sure you win the match,” said Netherlands coach Ronald Koeman, whose team has a record World Cup unbeaten streak of 14 matches excluding penalty shootouts. “We would love to be first in the group and of course the result will have an impact on that, but that’s not the most important thing. Playing this game is the most important thing.”</p><p>The Netherlands and Japan both have four points and a plus-four goal differential. Sweden is at three points with its 5-1 loss to Dutch.</p><p>To finish first in the group, Sweden has to win and have the Netherlands do no better than a draw.</p><p>“It’s literally my first rodeo in terms of a World Cup so it’s going to be new to me,” Sweden coach Graham Potter said. “But yeah, it’s best for us to try to get the positive results and focus on that.”</p><p>Paraguay, Australia play for second in Group D</p><p>There’s plenty at stake in the final Group D match between Australia and Paraguay.</p><p>The Australians will clinch second place in the group and a spot in the knockout round with either a win or draw. Paraguay clinches second place with a win and is almost assured advancement as a third-place with a draw. The situation will me more tenuous with a loss for either team with goal differential likely deciding the fate.</p><p>The game is a bit of a full-circle moment for Socceroos coach Tony Popovic, who played his final international game as a player against Paraguay in a friendly 20 years ago when he scored his eighth international goal.</p><p>“I didn’t score many so I have to remind you of that,” Popovic said. “It was a special way to end my international career. To think that all these years later I’ll be the head coach and we’re up against Paraguay is special. That was a great day and hopefully tomorrow will a special day for Australia against Paraguay once more.”</p><p>Australia will be without defender Jacob Italiano and forward Mat Leckie, who are dealing with injuries.</p><p>Paraguay will be without midfielder Miguel Almiron, who is suspended after getting a red card for covering his mouth during a confrontation against Turkey. Mauricio will start in his place, coach Gustavo Alfaro said.</p><p>More World Cup news</p><p>— Switzerland wraps up first place in Group B at the World Cup with a 2-1 victory over Canada</p><p>— Bosnia-Herzegovina boosts chances of advancing at World Cup with 3-1 win over Qatar</p><p>— Qatar’s Assim Madibo banned for 5 games after breaking the leg of Canada’s Ismaël Koné at World Cup</p><p>— Neymar arrives with Brazil as lineups for World Cup match against Scotland await</p><p>— Cape Verde goalkeeper Vozinha seeks new club after World Cup stardom, doesn’t rule out Brazil move</p><p>— Day 14 of the World Cup, in photos</p><p>Stats of the day</p><p>Switzerland has qualified for the knockout phase for the seventh consecutive time in major tournament football (World Cups and UEFA Euros).</p><p>___</p><p>AP sports writers Dave Skretta, Josh Dubow and Stephen Hawkins contributed to this story.</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/HDX6CWIAUNRQ2CXJ7E7RI7WZRA.jpg?auth=467cc1f34784e5aa6c3f96eac9e04b9be5160312adf9dd3595bca9ee312ffd19&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States' Christian Pulisic attends a training session ahead of a FIFA World Cup match against Turkey in Irvine, Calif., Tuesday, June 23, 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/WVBE2FYFNO56VHTA4MLLZMB44Q.jpg?auth=a09de8e7ada0177c7e57b5b07dc6cb99ef7b3d40b74f6d167a93e64d04d10cdb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ivory Coast's Ibrahim Sangare carries teammate Amad Diallo after defeating Ecuador in a World Cup Group E soccer match in Philadelphia, Sunday, June 14, 2026. (AP Photo/Matt Slocum)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Slocum</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/56TWE26JPTKNVA3VFIHUTRGX3E.jpg?auth=5163c4742819c09a86c86223fbea462c55dbe985adddcd69dfa241d72d92a02a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Curaçao's Leandro Bacuna and teammates celebrate after a draw against Ecuador during a World Cup Group E soccer match in Kansas City, Mo., Saturday, June 20, 2026. (AP Photo/Ed Zurga)]]></media:description><media:credit role="author" scheme="urn:ebu">Ed Zurga</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5DONNU52DXUG7CFYRL4T6XUUO4.jpg?auth=3245d0ea539438941e85cdb7335d557dfa71c19d770c4db7d9df165af609aac3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Bosnia's Ermin Mahmic (26) scores his side's third goal during the World Cup Group B soccer match between Bosnia and Qatar in Seattle Wednesday, June 24, 2026. (AP Photo/Manu Fernandez)]]></media:description><media:credit role="author" scheme="urn:ebu">Manu Fernandez</media:credit></media:content></item><item><title><![CDATA[Trump’s closed-door meeting with Republican senators turns into shouting match ]]></title><link>https://www.local10.com/news/local/2026/06/24/trumps-closed-door-meeting-with-republican-senators-turns-into-loser-shouting-match/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/24/trumps-closed-door-meeting-with-republican-senators-turns-into-loser-shouting-match/</guid><dc:creator><![CDATA[Ross Ketschke, Andrea Torres]]></dc:creator><description><![CDATA[During a closed-door meeting on Wednesday with Republican senators, President Donald Trump got into a shouting match with Sen. Bill Cassidy.]]></description><pubDate>Wed, 24 Jun 2026 21:52:57 +0000</pubDate><content:encoded><![CDATA[<p>During a closed-door meeting on Wednesday with Republican senators, President Donald Trump got into a shouting match with Sen. Bill Cassidy.</p><p>Lawmakers who were at the meeting <a href="https://www.wsj.com/politics/policy/trump-abruptly-cancels-signing-ceremony-for-bipartisan-housing-bill-c94f5ff1?mod=hp_lead_pos1" target="_self" rel="" title="https://www.wsj.com/politics/policy/trump-abruptly-cancels-signing-ceremony-for-bipartisan-housing-bill-c94f5ff1?mod=hp_lead_pos1">told The Wall Street Journal </a>that Trump called the Republican from Louisiana a “Loser” and also targeted Sens. Lisa Murkowski and Rand Paul over their support of the <a href="https://democrats-foreignaffairs.house.gov/2026/6/meeks-statement-on-senate-passage-of-his-iran-war-powers-resolution" target="_self" rel="" title="https://democrats-foreignaffairs.house.gov/2026/6/meeks-statement-on-senate-passage-of-his-iran-war-powers-resolution">Iran War Powers Resolution</a>. </p><p>A lawmaker who witnessed it described the severity of the shouting match as a “7 out of 10,” and their behavior as “two boys on recess that are yelling at each other over a foul,”<a href="https://www.foxnews.com/politics/he-named-names-trumps-senate-meeting-explodes-into-shouting-match-over-iran" target="_self" rel="" title="https://www.foxnews.com/politics/he-named-names-trumps-senate-meeting-explodes-into-shouting-match-over-iran">according to Fox News</a>. Trump also described Cassidy as a “lunatic,” <a href="https://www.cnn.com/2026/06/24/politics/live-news/trump-capitol-hill-republicans?t=1782339370035" target="_self" rel="" title="https://www.cnn.com/2026/06/24/politics/live-news/trump-capitol-hill-republicans?t=1782339370035">according to CNN</a>. </p><p>Trump “was wondering why people would vote for the War Powers Act. I asked him if that would be a rhetorical question, a real question. He said, ‘Real!’ And so, as we begin to speak, the president didn’t want to hear my question, interrupted me,” <a href="https://www.local10.com/news/politics/2026/06/24/trumps-showdown-with-republican-sen-cassidy-inside-the-blow-up-on-capitol-hill/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/06/24/trumps-showdown-with-republican-sen-cassidy-inside-the-blow-up-on-capitol-hill/">Cassidy told reporters.</a> “I didn’t care to be interrupted. I felt like I was trying to get answers for the American people, and I’m not going to be bullied when I’m trying to get answers for the American people, and so it escalated.”</p><p>Trump reiterated threats that he was not going to sign the <a href="https://www.congress.gov/bill/119th-congress/house-bill/6644" target="_self" rel="" title="https://www.congress.gov/bill/119th-congress/house-bill/6644">21st Century ROAD to Housing Act</a>, if lawmakers didn’t pass the Safeguard American Voter Eligibility Act, or <a href="https://www.congress.gov/bill/119th-congress/house-bill/22" target="_self" rel="" title="https://www.congress.gov/bill/119th-congress/house-bill/22">SAVE America Act</a>.</p><p>“If he chooses to hold up his own agenda because he wants action on the Save Act, that’s, I guess, his call. It is not helpful to him. It’s not helpful to the country, and it’s not moving the needle. If you don’t have the votes, sir, you don’t have the votes,” Murkowski told CNN. </p><p>The bipartisan bill to make homeownership more affordable targets corporate landlords by restricting large institutional investors from buying single-family homes to rent out.</p><p>“We at times have differences of opinion,” said U.S. Senate Majority Leader John Thune about his relationship with Trump.</p><p>Sen. Jon Husted, a Republican appointed by Ohio Gov. Mike DeWine to fill JD Vance’s vacancy, doesn’t think Trump is going to veto it.</p><p>“I am confident the president is going to sign the bill,” Husted said. </p><p>Democrats say Trump doesn’t care about affordable housing. </p><p>“He just cares about his priorities, and his priority right now is to make it harder for the American people to participate in our democracy,” said Sen. Mark Kelly, D-Arizona. </p><p>The Save America Act proposes more regulations on federal elections ahead of the midterms in November, and it also includes a provision that puts limits on transgender athletes. </p><p>With Sen. Rick Scott standing by his side, Trump described the meeting as “great” and said he is “very proud of the party” and added that negotiations with Iran were going “very well.”</p><p>“I don’t like a few people, but that’s okay,” Trump said. “I think you know who they are.”</p><p><i>Torres contributed to this report from Miami. </i></p>]]></content:encoded></item><item><title><![CDATA[Mauricio Pochettino says rebuilding US team is tougher than he imagined, but he's making progress]]></title><link>https://www.local10.com/sports/2026/06/24/mauricio-pochettino-says-rebuilding-us-team-is-tougher-than-he-imagined-but-hes-making-progress/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/24/mauricio-pochettino-says-rebuilding-us-team-is-tougher-than-he-imagined-but-hes-making-progress/</guid><dc:creator><![CDATA[By GREG BEACHAM, Associated Press]]></dc:creator><description><![CDATA[DANA POINT, Calif. (AP) — Mauricio Pochettino's office during the World Cup has a terracotta-tiled terrace with a spectacular view of an iconic Orange County beach and a vast stretch of the Pacific. Surfers are constantly bobbing at the popular break below the clifftop hotel in which the coach and his U.S. team have spent the past few weeks.]]></description><pubDate>Wed, 24 Jun 2026 22:42:44 +0000</pubDate><content:encoded><![CDATA[<p>DANA POINT, Calif. (AP) — Mauricio Pochettino's office during the World Cup has a terracotta-tiled terrace with a spectacular view of an iconic Orange County beach and a vast stretch of the Pacific. Surfers are constantly bobbing at the popular break below the clifftop hotel in which the coach and his U.S. team have spent the past few weeks.</p><p>“It’s a little bit boring, no?” Pochettino said with a bemused grin. "They’re waiting for the perfect wave, and it never arrives.”</p><p>Pochettino is not a man who understands why anybody would want to wait. He would rather make the wave.</p><p>His energy and hunger propelled him out of Argentina to a successful playing career in Europe, followed by a swift transition to management at top clubs in England, France and Spain. He has spent his adult life in high-stakes situations, learning to thrive in the constant urgency demanded at soccer's highest levels.</p><p>So when this lifelong high-energy striver took over the U.S. team nearly two years ago, he expected to find a roster and a country that shared his desperate hunger for success leading up to their home World Cup.</p><p>Pochettino and his coaching team were stunned to learn otherwise.</p><p>“We were so naive when we signed our contract,” Pochettino said Tuesday night during a media roundtable in his office. “I think what we find after we sign, we misjudged the situation. It was worse than we really believed.”</p><p>Pochettino had never coached a national team before he took over the U.S. While he understood the obstacles inherent in a job featuring limited contact with his players, he didn't anticipate the scope of the rebuild that would be necessary in a program that had enjoyed only erratic success on the international stage.</p><p>The Americans had recently been eliminated from the 2024 Copa America in the group stage despite playing on home turf, leading to coach Gregg Berhalter's firing. Pochettino says he inherited a program saturated by complacency that didn't match his urgency.</p><p>“When we arrived here, we received a big punch, and we were knocked out for a while," Pochettino said. "Because we were so excited about that. It’s so close, the World Cup. Everyone is going to want to be involved and want to come to the national team, and it was the opposite.”</p><p>But after Pochettino understood the full scope of the job he had taken, he went to work on creating the culture he needed to see. He identified the players who would be most important to the Americans' success, and he sold them on giving their all to the project that is finally bearing fruit at this World Cup.</p><p>Pochettino's team has opened the tournament with back-to-back victories over Paraguay and Australia by a combined 6-1 score. That's a historic achievement for the U.S., which had never started 2-0 and has won only one knockout-stage match in its entire World Cup history.</p><p>The U.S. concludes group play Thursday night against Turkey in Southern California before hosting a round of 32 match in Northern California next week. The tactical savvy they've shown under Pochettino, along with a theoretically manageable draw, clearly indicate the Americans have a golden opportunity to make their most impressive World Cup finish since reaching the semifinals at the inaugural tournament in 1930.</p><p>But it took hard work over the past 20 months to make it happen, Pochettino says. The U.S. lost twice in the CONCACAF Nations League in March 2025, but Pochettino saw progress on building the culture and style necessary for the Americans to thrive on a bigger stage.</p><p>He persevered in his plans after the U.S. didn't win the Gold Cup without Christian Pulisic in the summer of 2025, and he agrees with his players who have cited the fall of 2025 as a turning point for the American squad.</p><p>That stretch included a famously pugnacious friendly with Australia in which Pochettino challenged his players at halftime to raise their level of competitiveness. It also included a team talk last November in which he first used the phrase that has become one of the team's slogans: “Why not us?”</p><p>“And then they were ..." Pochettino says while making a shocked face. "'Why not us?' It was like a motto for us to say, ‘We can. If we believe we can, we can do. If we work hard, we can do. If we change our mindset, we can do.’”</p><p>“Why not us?” is emblazoned on the back wall of Pochettino's office, along with numerous additional quotes and sayings hand-written on the wall by the coach: “Heart turns effort into belief, and when everything hurts, heart keeps us fighting together," and “When people believe in each other, impossible dreams become possible.”</p><p>Pochettino's American chapter has changed him in small ways. He has been surprised by both ends of the American palate, from Chick-Fil-A to Whole Foods grocery stores, and he has developed an appreciation for country and soul music — everyone from Lainey Wilson and Ella Langley to Teddy Swims.</p><p>The soccer world doesn't expect Pochettino to stay with the U.S. team forever, and he has already been linked with European club jobs leading up to this tournament. Pochettino says his coaching team hasn't ruled out staying with the U.S. past the World Cup, but those discussions will wait until they see just how far this team can go.</p><p>“It’s difficult to describe or know your future,” Pochettino said. “But when you are here, I think it’s difficult now to see yourself living in another place, because for sure, we will miss it if one day we don’t stay here in this country."</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/NUOSWEWW4PYAGOQOJ6SIFM5RKI.jpg?auth=f265b693d6497ae4728036d8a12beda2b88008d4eeb0c70f8bea0cc0df4e7ce7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States head coach Mauricio Pochettino reacts after the World Cup Group D soccer match between the United States and Australia in Seattle, Friday, June 19, 2026. (AP Photo/Ted S. Warren)]]></media:description><media:credit role="author" scheme="urn:ebu">Ted S. Warren</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/36PCCQCPXXQE7INE7KVLDK6LD4.jpg?auth=5ea6123f4d560e2ed24b2355759531a4c45fd358593b16ecfaedebfd89a068b3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States head coach Mauricio Pochettino smiles during a press conference ahead of his FIFA World Cup match against Paraguay at SoFi Stadium in Inglewood, Calif., Thursday, June 11, 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/EAIJZXWDP3S6SOZ5QN2HIUQI54.jpg?auth=7b48376f96bb8906025d2850bdf5d1270a3a4da548eda22a3962ff57c9bbdc5b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States head coach Mauricio Pochettino speaks to reporters after the national team's first practice at its World Cup soccer tournament training base in Irvine, Calif., Monday, June 8, 2026. (AP Photo/Greg Beacham)]]></media:description><media:credit role="author" scheme="urn:ebu">Greg Beacham</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KG2SMOZZZVB2ZQFL3ZO5VSPOOE.jpg?auth=5d2630898ee46b07c130b27d9a0e484bc241521758491f0044c4501cc4280fc9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States's head coach Mauricio Pochettino reacts during the World Cup Group D soccer match against Paraguay in Inglewood, Calif., near Los Angeles, Friday, June 12, 2026. (AP Photo/Andre Penner)]]></media:description><media:credit role="author" scheme="urn:ebu">Andre Penner</media:credit></media:content></item><item><title><![CDATA[Dos fuertes terremotos sacuden Venezuela, provocando el derrumbe de edificios y viviendas en Caracas]]></title><link>https://www.local10.com/espanol/2026/06/24/dos-fuertes-terremotos-sacuden-venezuela-provocando-el-derrumbe-de-edificios-y-viviendas-en-caracas/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/24/dos-fuertes-terremotos-sacuden-venezuela-provocando-el-derrumbe-de-edificios-y-viviendas-en-caracas/</guid><dc:creator><![CDATA[Por The Associated Press, Associated Press]]></dc:creator><description><![CDATA[CARACAS (AP) — Dos fuertes terremotos sacudieron Venezuela el miércoles provocando el colapso de edificios y viviendas en Caracas, la capital del país sudamericano. Las autoridades no proporcionaron información inmediata sobre personas heridas.]]></description><pubDate>Thu, 25 Jun 2026 00:02:43 +0000</pubDate><content:encoded><![CDATA[<p>CARACAS (AP) — Dos fuertes terremotos sacudieron Venezuela el miércoles provocando el colapso de edificios y viviendas en Caracas, la capital del país sudamericano. Las autoridades no proporcionaron información inmediata sobre personas heridas.</p><p>El Servicio Geológico de Estados Unidos indicó que los terremotos tuvieron una magnitud de 7,1 y 7,5 y se produjeron con un minuto de diferencia.</p><p>Indicó que el epicentro del primero se situó al oeste de la localidad de Morón, situada en la costa caribeña del país, a unos 168 kilómetros al oeste de Caracas. El terremoto tuvo una profundidad de 13 kilómetros.</p><p>Unos minutos más tarde, el Servicio Geológico de Estados Unidos informó de un terremoto aún más fuerte que tuvo una profundidad de 10 kilómetros y su epicentro se situó a 16 kilómetros al suroeste de Morón.</p><p>Los residentes de la capital salieron de los edificios que se zarandeaban y permanecieron en el exterior, muchos visiblemente conmocionados al ver muros enteros derrumbados, dejando los muebles a la vista desde la calle. También se observaron columnas de polvo en dos barrios normalmente concurridos de la capital.</p><p>El ministro del Interior, Diosdado Cabello, informó que el sismo se sintió en varios estados y agregó que en el barrio de Altamira, en Caracas, se registraron situaciones “alarmantes” con viviendas y edificios derrumbados. Instó a la población a permanecer al aire libre, ya que las réplicas podrían causar daños adicionales a algunas estructuras.</p><p>Estos terremotos se encuentran entre los más fuertes que han sacudido Venezuela en más de un siglo. El temblor de San Narciso en 1900 tuvo una magnitud 7,6 y el terremoto de Sucre de 2018 una magnitud de 7,3.</p><p>El Centro de Alerta de Tsunamis del Pacífico de Estados Unidos emitió una alerta de tsunami para las Islas Vírgenes. Las autoridades de la República Dominicana también lo hicieron para la isla.</p><p>Los temblores se sintieron en la vecina Colombia, especialmente en la región Caribe y en el nororiente del país, sin que se reportasen daños ni víctimas. La Dirección General Marítima colombiana aclaró en un comunicado que no hay alerta de tsunami para la costa Caribe de Colombia.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UFG2SD4JKLZ5CXH5WAW54T6DLY.jpg?auth=f38407d04bf9f30fc490de8a49b1fd2f0b1617671342e541226fc10e2315e147&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Varias personas permanecen fuera de sus casas tras un terremoto en Caracas, Venezuela, el miércoles 24 de junio de 2026. (Foto AP/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/BAHHGG4RRBKGP34AJVDQWFI6AI.jpg?auth=6262f8a81c14423209916029f527eaa393787de35f431886fce2a169aa81107b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Personas caminan entre los escombros tras un terremoto en Caracas, Venezuela, el miércoles 24 de junio de 2026. (Foto AP/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/BMXGVHK7XFSIZUGI3K7LQ2326M.jpg?auth=449d0d53c5ffabf7b3981c87d035c6b5eabffef6854fbbf8f62a445d6a9600ec&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Equipos de rescate buscan sobrevivientes entre los escombros de un edificio derrumbado tras un terremoto en Caracas, Venezuela, el miércoles 24 de junio de 2026. (Foto AP/Ariana Cubillos)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariana Cubillos</media:credit></media:content></item><item><title><![CDATA[June 24: Hot, hazy, humid]]></title><link>https://www.local10.com/weather/2026/06/24/june-24-hot-hazy-humid/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/06/24/june-24-hot-hazy-humid/</guid><dc:creator><![CDATA[Betty Davis]]></dc:creator><description><![CDATA[Lingering showers and storms over parts of South Florida will fade as Wednesday evening unfolds.]]></description><pubDate>Wed, 24 Jun 2026 22:39:03 +0000</pubDate><content:encoded><![CDATA[<p>Lingering showers and storms over parts of South Florida will fade as Wednesday evening unfolds. Miami-Dade and Broward counties can expect partly cloudy skies and haze through the overnight with temperatures forecast to drop to near 80°F.</p><p>Thursday will feature a sun/cloud mix, plus haze as a hint of Saharan dust hangs in the air. There could be a few showers along the east coast during the morning. Afternoon storms that develop will tend to favor inland areas of South Florida. Indeed, it will be another hot, humid day. Temperatures will make a run for the low 90s-- factor in the humidity and it will feel like the triple digits.</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[Boy on scooter collides with school bus in northwest Miami-Dade, deputies say]]></title><link>https://www.local10.com/news/local/2026/06/24/child-on-scooter-hit-by-bus-in-northwest-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/24/child-on-scooter-hit-by-bus-in-northwest-miami-dade/</guid><dc:creator><![CDATA[Amanda Batchelor, Jackie Pascale, Roy Ramos]]></dc:creator><description><![CDATA[A boy who was riding a scooter collided with a school bus Wednesday morning in northwest Miami-Dade, first responders confirmed to Local 10 News.]]></description><pubDate>Wed, 24 Jun 2026 13:11:24 +0000</pubDate><content:encoded><![CDATA[<p>A boy who was riding a scooter collided with a school bus Wednesday morning in northwest Miami-Dade, first responders confirmed to Local 10 News.</p><p><a href="https://www.local10.com/news/local/2026/06/24/nino-en-scooter-choca-contra-autobus-escolar-en-el-noroeste-de-miami-dade-dicen-agentes/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/24/nino-en-scooter-choca-contra-autobus-escolar-en-el-noroeste-de-miami-dade-dicen-agentes/">Leer en español</a></p><p>The crash was reported just before 7:30 a.m. in the area of Northwest 122<sup>nd</sup> Street and 27<sup>th</sup> Avenue, near a school bus transportation center.</p><p>Surveillance video obtained by Local 10 News shows the bus driver preparing to turn onto 27th Avenue.</p><p>The scooter rider and bus driver both stop. But just as the child on the scooter kicked off, the bus rolled forward, colliding with the scooter. </p><p>Detective Samantha Choon, with the Miami-Dade Sheriff’s Office, said the scooter struck the side of the school bus.</p><p>The boy was seen limping off the roadway as good Samaritan Nelson Ortiz exited the bus to check on him. </p><p>“I went across the street, and I see the scooter and the kid lying down by the tree,” Ortiz told Local 10’s Roy Ramos. “I went over there and I asked the kid if he was alright, and he said, ‘Yeah, you need to call somebody.’”</p><p>Miami-Dade Fire Rescue officials told Local 10 that they transported the child to a trauma center after the crash. </p><p>“He had a little bruises and rub marks on his face and stuff like that, but I heard that the truck ran over his foot,” said Ortiz. </p><p>As the child continues to recover from those injuries, investigators are working to determine who had the right of way at the time of Wednesday’s collision.</p><p>According to Miami-Dade County Public Schools, no students were onboard the bus at the time. </p><p>A nearby business owner told Local 10 that this isn’t the first time an accident has occurred in front of the transportation center, as a scooter was struck by a bus just a couple months ago. </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[Trump's showdown with Republican Sen. Cassidy: Inside the blow-up on Capitol Hill]]></title><link>https://www.local10.com/news/politics/2026/06/24/trumps-showdown-with-republican-sen-cassidy-inside-the-blow-up-on-capitol-hill/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/24/trumps-showdown-with-republican-sen-cassidy-inside-the-blow-up-on-capitol-hill/</guid><dc:creator><![CDATA[By STEVEN SLOAN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — “Would you really like to know?” Sen. Bill Cassidy asked President Donald Trump.]]></description><pubDate>Wed, 24 Jun 2026 23:23:11 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — “Would you really like to know?” Sen. Bill Cassidy asked President Donald Trump.</p><p>Just hours after refusing to sign a bipartisan housing bill that Republicans hoped would boost their election-year prospects, the president was attending a private lunch Wednesday with the Senate GOP. Trump wondered aloud how anyone could have voted for a war powers resolution a day earlier that seeks to block further U.S. military action against Iran.</p><p>Cassidy, one of the four Republicans who backed the measure, was ready with an answer.</p><p>“I stood and said, ‘You have not told the American people what's going on,'” Cassidy, a Louisiana Republican, recounted to reporters afterward. “This is supposed to last four weeks. It's lasted four months. Our original objectives have not been achieved.”</p><p>Things deteriorated from there.</p><p>When Cassidy told Trump he would continue voting for war powers resolutions until there's a congressional briefing on developments in Iran, the senator recalled that Trump “did not particularly care for my comments” and “raised his voice.”</p><p>Trump repeatedly told Cassidy to sit down, according to a person familiar with the situation who spoke on condition of anonymity to describe a private meeting. At one point, the president called the senator a “lunatic," the person said.</p><p>Cassidy acknowledged losing his temper, which he said was “not appropriate.”</p><p>“But I again matched his tone and volume," Cassidy said, before recalling that he eventually sat down. “And so I sat down and tried to de-escalate. I guess my point is, though, that the American people need to know more than we're being told.”</p><p>A remarkable exchange between a GOP senator and Trump</p><p>The back-and-forth was a remarkable exchange between a two-term Republican senator and a president from his own party. It's a departure from the posture many congressional Republicans have adopted during Trump's second term as they mostly avoid criticizing him in public while expressing frustration in private.</p><p>But the comments reflected the growing unease among congressional Republicans about the durability of their thin majorities on Capitol Hill in this year's elections, particularly in the turmoil of the Iran war. And it reflected the long-festering enmity between Trump and Cassidy that came to a head this year.</p><p>Trump effectively ended Cassidy's political career by backing a Republican rival in Louisiana's Republican primary. Cassidy last month became the first incumbent senator in 14 years to lose a primary, driven largely by his vote to convict Trump in the impeachment trial for his role in the Jan. 6, 2021, attack on the U.S. Capitol.</p><p>Cassidy said Trump brought up his election defeat as they argued. He described the president's comments as part of “whatever comes to mind as to demean another person.”</p><p>Before his losing the primary, Cassidy spent much of his time trying to make amends, largely supporting the president's policies and nominees. He has taken a tougher stance since losing his primary, freed from having to face Republican voters who remain loyal to Trump.</p><p>“It does not appear, although I don’t know for sure, that the course of (the Iran war) is going the way that we were told,” Cassidy said. “And so I make no apologies for standing up to the president, if you will, trying to demand that more information be shared with the Senate, and more information be shared with the American people.”</p><p>Republicans try to play down the episode</p><p>Cassidy's colleagues didn't offer robust support, with Trump in the room, though Cassidy said they didn't have much of a chance.</p><p>“The president just kind of talked and talked and talked and talked and talked,” Cassidy said.</p><p>The White House didn’t respond to a request for comment on Cassidy’s characterization of the meeting and some Republicans tried to play down the clash.</p><p>“Y'all act like no one ever yelled at each other,” Sen. Roger Marshall, R-Kansas, told reporters.</p><p>Sen. Tommy Tuberville, an Alabama Republican and former college football coach, described the encounter as “halftime talk” in the aftermath of the senator's defeat.</p><p>“Probably needed to be said, end of the day,” he said. “I think they got a lot of — both of them — got a lot off their chests.”</p><p>Others noted dryly that the meeting had been advertised as a chance for Trump and the Republicans to get on the same page.</p><p>“That was quite a unity message,” said Sen. John Cornyn, the Texas Republican who lost his primary to a Trump-backed challenger just weeks after Cassidy.</p><p>Asked if he was being sarcastic, Cornyn stepped into an elevator and let the doors close.</p><p>___</p><p>Associated Press writer Lisa Mascaro in Washington contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KMCAJWXU5UTAA2N3QRPZL3FAGQ.jpg?auth=4c47ef642f277e461178495216288fd0e8c79c0704bd54ed351b232261901054&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sen. Bill Cassidy, R-La., leaves a closed-door meeting with President Donald Trump and Republican senators at the Capitol in Washington, Wednesday, June 24, 2026. (AP Photo/J. Scott Applewhite)]]></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/QHWDCALKGPN3AACSVVW54QTSBI.jpg?auth=089313dc6a6f982e903986f22e21e08278b4447f88128591c706a21ac7c69b25&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump walks with Senate Majority Leader John Thune, R-S.D., left, before a Senate Republican lunch at the U.S. Capitol, in Washington, Wednesday, June 24, 2026. (AP Photo/Cliff Owen)]]></media:description><media:credit role="author" scheme="urn:ebu">Cliff Owen</media:credit></media:content></item><item><title><![CDATA[Lawmakers demand answers as turmoil over Reflecting Pool repair continues]]></title><link>https://www.local10.com/news/politics/2026/06/24/lawmakers-demand-answers-as-turmoil-over-reflecting-pool-repair-continues/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/24/lawmakers-demand-answers-as-turmoil-over-reflecting-pool-repair-continues/</guid><dc:creator><![CDATA[By MATTHEW DALY, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Congressional Democrats called for investigations Wednesday into renovations at the Lincoln Memorial Reflecting Pool, as the ongoing drama over the president’s problem-plagued, $16 million rehabilitation project continued to roil the capital.]]></description><pubDate>Wed, 24 Jun 2026 23:14:12 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Congressional Democrats called for investigations Wednesday into renovations at the Lincoln Memorial Reflecting Pool, as the ongoing drama over the president’s problem-plagued, $16 million rehabilitation project continued to roil the capital.</p><p>Lawmakers in the House and Senate demanded answers about the saga that's been highlighted in the news cycle for weeks, even as the White House has repeatedly blamed — without evidence — unidentified vandals for peeling paint and other problems. Six people have been arrested, President Donald Trump said, without providing details, and a local wildlife nonprofit conducted necropsies on dead ducks found near the Reflecting Pool. The president has said the pool may need to be drained once again for additional repairs.</p><p>Connecticut Sen. Richard Blumenthal, the top Democrat on the Senate Permanent Subcommittee on Investigations, challenged the Trump administration over no-bid contracts for work on the Reflecting Pool, saying they were awarded to vendors with previous relationships to Trump.</p><p>National Park Service projects undertaken at Trump’s behest in the Washington area “have been marked by blatant corruption, a shocking lack of transparency, disregard for legal requirements and apparent incompetence,” Blumenthal wrote Wednesday in a letter to Interior Secretary Doug Burgum and Jessica Bowron, the acting Park Service director.</p><p>“Rushed no-bid contracts given to unqualified vendors with previous relationships to the president resulted in a reflecting pool more covered with algae than before, with freshly painted chunks of paint peeling from the bottom to float on the pool’s surface,” Blumenthal said.</p><p>The nation's capital “will now celebrate America's 250th birthday with an empty reflecting pool, a testament to incompetence and corruption,” he added.</p><p>Two contracts for Reflecting Pool repairs</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>Both contractors have ties to Trump entities, said California Rep. Robert Garcia, the top Democrat on the Committee on Oversight and Government Reform.</p><p>“Donald Trump’s disastrous renovation of our national reflecting pool is his latest failed vanity project,” Garcia said, calling the projects a waste of taxpayer money.</p><p>Trump pledged to beautify the century-old Reflecting Pool ahead of the nation's 250th birthday celebrations, draining its water and directing the bottom to be painted a color he dubbed “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>Without evidence, Trump has repeatedly blamed the peeling paint on vandalism, including a “350-foot gash” in the liner, as the administration faces a self-imposed deadline to complete the renovation before July 4th. Trump also has said the federal government would release images to substantiate his claim. None were made public as of Wednesday.</p><p>Trump said Wednesday that “sick people” had used razors and box cutters to slice portions of the lining. He wasn’t sure if the pool draining would come before or after the July 4 holiday, during which tens of thousands of people will be at the National Mall.</p><p>A White House spokeswoman said Wednesday it’s “a shame that Democrats do not think the capital of the greatest nation in the history of the world deserves to be safe and beautiful.”</p><p>Trump “generously spearheaded the restoration of the Lincoln Memorial Reflecting Pool, which has long been plagued with algae and leaked 16 million gallons of water per year. The president’s efforts to beautify our nation’s capital are supported by Americans across the country and should be praised by both Republicans and Democrats,″ spokeswoman Taylor Rogers said.</p><p>A spokeswoman for Green Water Solutions, also known as Greenwater Services, said Wednesday the company uses devices called nanobubblers to infuse ozone into the water to kill algae and bacteria. The process is “functioning perfectly” and the water looked clear and blue Wednesday, after rain muddled it Tuesday, spokeswoman Erin Kramer said.</p><p>“The water is clear. What is visible is the sediment on the pool floor, a natural part of the remediation process when the algae dies,” she said. In a lake or river, that sediment is absorbed, but in a pool it needs to be vacuumed, she said.</p><p>The company is owned by John Cafaro, a Trump donor who lives near Mar-a-Lago, the president’s private club in Florida.</p><p>Atlantic Industrial Coatings, which spread blue sealant across the pool’s concrete floor, is owned by Curtis “Eddie” Wood. The company said this week it has identified some areas in the Reflecting Pool that require repairs, adding that the work will done once the pool is drained. It was unclear when that will happen.</p><p>What's next for Reflecting Pool remains murky</p><p>Amid the calls for investigations, Democratic Sen. John Hickenlooper of Colorado called for Trump to personally reimburse American taxpayers for the pool renovations, which he called “a national embarrassment.”</p><p>Americans expect their tax dollars “to fix roads, support schools and protect our public lands,” Hickenlooper wrote in a letter to Trump. “They do not expect to bankroll failed presidential vanity projects. The bill for this fiasco should only belong to you, Mr. President.”</p><p>___</p><p>Associated Press writer Meg Kinnard contributed to this story.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/G4BQEJI3HK2TZQUFSNHQ5AGJFI.jpg?auth=b3bf5b668aad27534525d2169a014441241b85afcd95f3ce624afb164ba5472a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Different shades of colors are seen 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><media:content url="https://www.local10.com/resizer/v2/EC73P5NKRD2IWHWACRTMIKTZII.jpg?auth=e2212266ff0924072ede8a81fb93172d79a19818ab52955f63a5c142a91649c8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A white substance is pumped into 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><media:content url="https://www.local10.com/resizer/v2/O7VMJL2MNKMJI6PYQZPCHJQKWQ.jpg?auth=c4d066dd4a1d6e80ef976296ca10ae10560805cc39ed2dbaecc2a1cda1393402&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Visitors take a selfie at 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><media:content url="https://www.local10.com/resizer/v2/5PFRMSTBEXF53WC52ZU5YQ6DHA.jpg?auth=762a62c1bc848d63ad43b320ad52ba64024eb94f0466cda0fdbe2f2fd3929edb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A duck and ducklings swim in 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><media:content url="https://www.local10.com/resizer/v2/HALU2RP3GUIB7ISAC7GQZPRDVU.jpg?auth=862e3f39a4426dcab600e6bf9abbf0c480e6e32751fe94dc6af573decc9f44aa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A duck swims across 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[8 convicted in Texas immigration center shooting and protest are sentenced to decades in prison]]></title><link>https://www.local10.com/news/2026/06/23/8-convicted-in-texas-immigration-center-shooting-and-protest-are-sentenced-to-decades-in-prison/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/23/8-convicted-in-texas-immigration-center-shooting-and-protest-are-sentenced-to-decades-in-prison/</guid><dc:creator><![CDATA[By JAMIE STENGLE and PHILIP MARCELO, Associated Press]]></dc:creator><description><![CDATA[FORT WORTH, Texas (AP) — A former U.S. Marine reservist and seven others were sentenced Tuesday to decades in prison over a shooting last year that wounded a police officer during a demonstration at a Texas immigration detention center.]]></description><pubDate>Wed, 24 Jun 2026 02:25:11 +0000</pubDate><content:encoded><![CDATA[<p>FORT WORTH, Texas (AP) — A former U.S. Marine reservist and seven others were sentenced Tuesday to decades in prison over a shooting last year that wounded a police officer during a demonstration at a Texas immigration detention center.</p><p>Prosecutors called the crime an act of terrorism and said the eight were linked to the leftist militant group antifa. The defendants’ attorneys denied any antifa ties and family members expressed shock and anger over the stiff sentences.</p><p>Benjamin Song, the Marine reservist who was convicted of opening fire during the July 4 demonstration outside the Prairieland Detention Center near Dallas, was sentenced to 100 years in prison, the maximum punishment. The seven others sentenced in Fort Worth courtrooms received prison terms ranging from 30 to 70 years.</p><p>“I am livid,” said Lydia Koza, whose wife, Autumn Hill, was sentenced to 50 years in prison. “The government wants to take her entire life away because she attended a protest. Nobody died.”</p><p>U.S. District Judge Reed O’Connor, one of two judges overseeing the proceedings, said what happened wasn’t a protest but “an assault on democracy.” All but one of the eight defendants sentenced Tuesday were convicted on terrorism charges.</p><p>“The need to deter this type of conduct is high,” O’Connor said.</p><p>The case drew attention beyond Texas as critics warned it could have wide-reaching impact on protests and First Amendment free-speech rights. The Justice Department called it the first sentencing of “defendants affiliated with” antifa after President Donald Trump last fall signed an executive order designating it as a domestic terrorist organization.</p><p>Prosecutors link protesters to antifa</p><p>Trump issued the order even though there is no domestic equivalent to the State Department’s list of foreign terror organizations. Antifa is not a single organization but rather an umbrella term for far-left militant groups that confront or resist neo-Nazis and white supremacists at demonstrations.</p><p>“The sentences handed down today make clear that Antifa terrorists who attack law enforcement and federal facilities will face swift and uncompromising justice,” Acting Attorney General Todd Blanche said in a statement.</p><p>Prosecutors told jurors during the trial that the group’s actions — including bringing firearms, first aid kits and wearing body armor — were signals of nefarious intent.</p><p>Attorneys for the defendants have said there was no planned ambush and that protesters who brought firearms only did so for their own protection. They argued the gathering was planned as a late-night demonstration with fireworks to show support for immigrants being held at Prairieland before gunshots broke out.</p><p>Prosecutors have said Song had yelled, “get to the rifles” and opened fire, striking a police officer who had just pulled up to the center.</p><p>Some defendants say they weren’t part of the planning</p><p>Phillip Hayes, Song’s attorney, rejected characterizations that the protesters were extremists and said his client will appeal the 100-year sentence.</p><p>“This is a bunch of kids and young adults who really have a really big heart and really wanted their voice to be heard,” Hayes said. “It was never intended that anybody get hurt. It was never intended that any shots would be fired.”</p><p>Prosecutor Frank Gatto urged the judge to impose stiff penalties.</p><p>“People with that kind of extremist beliefs need extra time in prison,” Gatto said. “They believe violence is justified.”</p><p>Defendants and their family members pleaded for leniency.</p><p>Autumn Hill said the gathering “seemed more like a party to me than anything else” and that she and others who participated “didn’t expect or want any violence or destruction of property to occur.”</p><p>Hill’s attorney, Cody Cofer, told the judge that there was no evidence she had a gun, nor that she believed in violence to achieve change. He said that after fireworks were set off, she was so conscientious that she made sure to pick up the trash left behind before leaving.</p><p>Chris Tolbert, defendant Savanna Batten’s attorney, has said that his client didn’t bring a firearm, spray paint or fireworks to the center, nor did she participate in the planning of the demonstration.</p><p>Hill and Batten both received 50-year sentences.</p><p>Another defendant, Daniel Sanchez Estrada, was not at Prairieland the night of the shooting or involved in the planning, his attorney Christopher Weinbel said. Sanchez Estrada, who is married to another of the defendants, was convicted only on charges of concealing documents.</p><p>Weinbel said his client just moved a box of his own belongings of artwork, poetry, journals and zines after the shooting. Nothing in the box was illegal, Weinbel said.</p><p>Sanchez Estrada was sentenced to 30 years in prison.</p><p>Other defendants previously pleaded guilty to providing material support to terrorists rather than take their case to trial.</p><p>Last week, federal prosecutors charged 15 people with impeding the Trump administration’s immigration crackdown in Minnesota. They claimed the demonstrators were members of antifa who conspired against the federal government to block arrests and deportations by setting up blockades around government buildings and throwing chunks of ice at federal vehicles, among other actions.</p><p>___</p><p>Marcelo reported from New York. Associated Press journalist Kendria LaFleur contributed.</p>]]></content:encoded></item><item><title><![CDATA[Legal issues mounting against North Miami Beach’s new city manager]]></title><link>https://www.local10.com/news/local/2026/06/24/legal-issues-mounting-against-north-miami-beachs-new-city-manager/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/24/legal-issues-mounting-against-north-miami-beachs-new-city-manager/</guid><dc:creator><![CDATA[Christina Vazquez]]></dc:creator><description><![CDATA[The city manager of North Miami Beach is facing mounting legal challenges just a few months into his role. ]]></description><pubDate>Wed, 24 Jun 2026 22:11:01 +0000</pubDate><content:encoded><![CDATA[<p>The city manager of North Miami Beach is facing mounting legal challenges just a few months into his role. </p><p>A whistleblower who said she was fired without due process is speaking to Local 10 News about what happened regarding NMB City Manager Darvin Williams, who <a href="https://www.youtube.com/live/GObfq1sq0PY?si=ebJjYR42Rr5ZnYGO" target="_blank" rel="noreferrer" title="https://www.youtube.com/live/GObfq1sq0PY?si=ebJjYR42Rr5ZnYGO">was previously fired by the city of Opa-locka</a> for <a href="https://portal.laserfiche.com/Portal/DocView.aspx?id=20635&amp;repo=r-6c489962&amp;searchid=82e141a8-4813-4c3e-a2b3-3c74d3658caf" target="_blank" rel="noreferrer" title="https://portal.laserfiche.com/Portal/DocView.aspx?id=20635&amp;repo=r-6c489962&amp;searchid=82e141a8-4813-4c3e-a2b3-3c74d3658caf">similar complaints</a>.</p><p>Kerlyn McHenry said several staff members are working in fear.</p><p>She had served as interim director of public works for the city of North Miami Beach, where she was known as process-driven, methodical, and, according to a letter of recommendation, “innovative and results-driven” and “highly respected,” which is why she says she was stunned when she was suddenly demoted, then fired, after flagging a series of procurement and accounting concerns for Williams. </p><p>“It alluded to capital funds being misappropriated, which is not a true statement at all, and so once I forwarded that to the manager, of course within hours police officers as well as HR was at my door,” she said. “I was pretty scared, I didn’t think that it was warranted.”</p><p>Michael Pizzi is McHenry’s attorney who, on Monday, sent the city a notice of their intent to sue.</p><p>“A violation of the Florida Whistleblower Statute, abuse of power, and a variety of other violations of federal, state, and local statutes,” said Pizzi. “Right now, the city of North Miami Beach, Ms. McHenry, and other employees are really being terrorized by the new administration.”</p><p>Court records show Williams is a named a defendant in other suits, including a federal civil rights lawsuit filed by a former North Miami Beach employee who claims she was terminated without due process.</p><p>“It is a fear zone,” said McHenry. “Everyone’s afraid of Darwin Williams in the city of North Miami Beach.”</p><p>Williams hasn’t been with the city very long, <a href="https://www.facebook.com/citynmb/videos/with-the-oath-of-office-administered-our-city-manager-darvin-williams-officially/1106006721587585/" target="_blank" rel="noreferrer" title="https://www.facebook.com/citynmb/videos/with-the-oath-of-office-administered-our-city-manager-darvin-williams-officially/1106006721587585/">formally installed in February</a>.</p><p>Before that, he was with the city of Opa-locka. </p><p>In early-February, two days before he was formally sworn-in, Opa-locka’s Commissioner Natasha Ervin <a href="https://www.youtube.com/live/PtF_oOKYvRU?si=br9jZEn-tFYeK2Ex" target="_blank" rel="noreferrer" title="https://www.youtube.com/live/PtF_oOKYvRU?si=br9jZEn-tFYeK2Ex">spoke in front of the NMB commission</a>. </p><p>“After giving Darvin Williams a contract, everything went awry,” said Ervin. “Darvin terminated employees without due process. He even terminated one employee while he was away fulfilling his duty as an Army reservist. After firing Darvin Williams, it was discovered that he opened 17 bank accounts in the city’s name at a financial institution that we don’t do business with.”</p><p>In a memo dated on June 17, Williams told the mayor and city commission that in March, he assumed “additional responsibilities of interim chief financial officer.”</p><p>In May, Ervin filed a defamation suit against Williams claiming he falsely accused of her a crime when she moved to hold him accountable. She is also represented by Pizzi.</p><p>“If the city of North Miami Beach commissioners had simply done a Google search, they would have known that this is what was going to happen,” said Pizzi. </p><p>Local 10 News reached out to Williams for comment but he had not replied as of the time of this story’s publication. </p><p>NMB Mayor Michael Joseph, who was the only “no” vote against hiring Williams, released a statement to Local 10 News. </p><blockquote><p>“The city commission faces a decision to stop Mr. Williams’ disruptive management decisions or remain silent and complicit while we continue to loose good and qualified employees. I was the only No vote against Mr. Williams’ hiring as City Manager because he publicly stated that he did not meet the minimum qualifications for the position. Despite my strong objections, the City Commission decided to allow Mr. Williams to prove himself or prove that my objections were correct and that his previous employer was right to fire him.” </p><p class="citation">North Miami Beach Mayor Michael Joseph</p></blockquote><p><b>MCHENRY NOTICE OF INTENT TO SUE: </b></p><p>Claiming wrongful demotion and wrongful termination the notices states: “Our client contends these actions were not isolated events but were part of a coordinated effort to remove her from employment in retaliation for her protected complaints and whistleblower activity while treating her differently than similarly situated male employees.” </p><p><b>FROM THE FEDERAL LAWSUIT:</b></p><p>“Plaintiff, Marline Monestime, brings this civil rights lawsuit under 42 U.S.C. §1983 to obtain legal recourse against the Defendants for the deprivation of her constitutionally protected property interest in her continued employment with the City of North Miami Beach without due process, in violation of the Fifth and Fourteenth Amendments.</p><p>“WHEREFORE Plaintiff, Marline Monestime, demands the entry of a judgment in her favor and against Defendant, City of North Miami Beach, after trial by jury, declaring and determining that it violated her due process rights, reinstating her employment to the position she would have held, with all attendant wages and benefits, awarding her damages, lost past and future wages and employment-related benefits, mental anguish and emotional distress damages, awarding her attorney’s fees, costs, and all interest allowed by law, and such other relief as the Court deems just and proper.”</p><p> <iframe class="scribd_iframe_embed" title="Filed Lawsuit" src="https://www.scribd.com/embeds/1054868512/content?start_page=1&view_mode=scroll&access_key=key-aQ5O4TZuTsSXOSZTwqeA" tabindex="0" data-auto-height="true" data-aspect-ratio="0.7729220222793488" scrolling="no" width="100%" height="600" frameborder="0" ></iframe></p><p> <iframe class="scribd_iframe_embed" title="1" src="https://www.scribd.com/embeds/1054868800/content?start_page=1&view_mode=scroll&access_key=key-43XDPxZqJqsFsuVRfI0m" tabindex="0" data-auto-height="true" data-aspect-ratio="0.7729220222793488" scrolling="no" width="100%" height="600" frameborder="0" ></iframe></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[Pentagon restores mandatory flu shots for all recruits as boot camp outbreak sickens nearly 300]]></title><link>https://www.local10.com/news/politics/2026/06/24/pentagon-restores-mandatory-flu-shots-for-all-recruits-as-boot-camp-outbreak-sickens-nearly-300/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/24/pentagon-restores-mandatory-flu-shots-for-all-recruits-as-boot-camp-outbreak-sickens-nearly-300/</guid><dc:creator><![CDATA[By KONSTANTIN TOROPIN and MIKE STOBBE, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The Pentagon said Wednesday that boot camps for all the military services are once again requiring the flu vaccination for all recruits after Defense Secretary Pete Hegseth made the shot optional for the military at the end of April.]]></description><pubDate>Wed, 24 Jun 2026 22:04:51 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The Pentagon said Wednesday that boot camps for all the military services are once again requiring the flu vaccination for all recruits after Defense Secretary Pete Hegseth made the shot optional for the military at the end of April.</p><p>The development, confirmed to The Associated Press by a Pentagon official, comes amid a growing, weekslong, flu outbreak at the U.S. Air Force's boot camp at Lackland Air Force Base that has sickened nearly 300 people. However, the official, who spoke on condition of anonymity to discuss details not cleared for public release, maintained that the permission to mandate the vaccinations was unrelated to the outbreak.</p><p>When Hegseth first announced the repeal of the flu vaccine mandate in April, citing “medical autonomy” and religious freedom, he allowed the services to ask for exceptions — or permission to keep the vaccine mandatory — within 15 days of the rollout.</p><p>The Pentagon official explained that the decision on those exceptions were being finalized earlier in June and the timing with the outbreak at Lackland was just a coincidence. Only 40% of the new trainees moving through the bootcamp at Lackland opted to receive the shot once it became optional, a source familiar with the situation told the Associated Press. The person spoke on the conditional of anonymity because the information was not cleared for public release.</p><p>The base handles roughly 700 new recruits every week, according to Air Force figures, and the close quarters environment has long been recognized as being conducive to the spread of disease.</p><p>Recruits are exposed to high stress, low sleep, and close contact conditions for weeks. They typically sleep together in large, open rooms, shower communally, and conduct much of their instruction and inspections in close contact.</p><p>The Lackland outbreak, which is now roughly three weeks long, has produced 275 confirmed cases of the flu, Democratic Rep. Joaquin Castro said in a social media post. Castro's district includes part of the base on which the Air Force boot camp resides.</p><p>The new outbreak is “not unusually concerning,” said Dr. Arnold Monto, a flu expert and emeritus professor at the University of Michigan.</p><p>Flu is mainly a problem in the late fall and winter – “flu season,” as it is known. But flu viruses routinely circulate at lower levels in warmer months, too.</p><p>Concentrated flu outbreaks can occur in the spring and summer, but tend to be seen mainly on military bases, cruise ships and other settings where a lot of people are gathered together indoors, Monto said.</p><p>If you want to prevent flu outbreaks, “it is especially necessary to vaccinate when there are group settings,” Monto said.</p><p>In a statement to the media, Sean Parnell, the Pentagon’s top spokesman, confirmed that exceptions were granted to the Army, Navy, and Air Force as well as the National Security Agency and the Defense Health Agency but wouldn’t offer further details.</p><p>However, both Army and Navy officials have said that they have also asked for permission to make the shot mandatory for certain broad groups that include troops deploying overseas, healthcare workers, and child care workers.</p><p>Families Fighting Flu, an advocacy organization, cheered any change to increase vaccinations.</p><p>“For decades, the military prioritized the health and safety of troops and the public by requiring flu vaccine for recruits. It’s unfortunate that more than 200 individuals at Lackland Air Force Base in Texas became ill when that requirement was rescinded.” said Michele Slafkosky, the organization’s executive director, in a statement.</p><p>“This updated guidance from the military will save lives,” he added.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PSTWUGCJY5EBUJTIHKJLP5MJ4Y.jpg?auth=72c0a75d2e94510fa9967864bd1acdc3ba21de3f8bdf7f85dc88cd289fd14151&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The Pentagon is viewed from the window of an airplane Aug. 27, 2023, in Washington. (AP Photo/Carolyn Kaster, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Carolyn Kaster</media:credit></media:content></item><item><title><![CDATA[Acusan a sargento de la Policía de Miramar de golpear a su novia en la boca tras preguntarle sobre el estado de su relación ]]></title><link>https://www.local10.com/espanol/2026/06/23/acusan-a-sargento-de-la-policia-de-miramar-de-golpear-a-su-novia-en-la-boca-tras-preguntarle-sobre-el-estado-de-su-relacion/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/23/acusan-a-sargento-de-la-policia-de-miramar-de-golpear-a-su-novia-en-la-boca-tras-preguntarle-sobre-el-estado-de-su-relacion/</guid><dc:creator><![CDATA[Amanda Batchelor, Roy Ramos]]></dc:creator><description><![CDATA[Un sargento de la Policía de Miramar se entregó a las autoridades el lunes tras un incidente de violencia doméstica en el condado Miami-Dade, informaron las autoridades.]]></description><pubDate>Tue, 23 Jun 2026 14:01:03 +0000</pubDate><content:encoded><![CDATA[<p>Liberan a sargento de la policía de Miramar acusado de agredir a su novia en su vivienda del condado Miami-Dade tras pagar fianza el martes</p><p>Según un informe de arresto de la Oficina del Sheriff de Miami-Dade (MDSO), la novia de Devarious Holloway acudió a una estación de la MDSO el sábado para denunciar un incidente ocurrido el día anterior entre ella y su novio.</p><p>Los agentes indicaron que la víctima afirmó que Holloway le envió un mensaje de texto alrededor de las 7 p.m. del viernes diciendo: “Sal afuera. Mi mamá quiere hablar contigo”.</p><p>La víctima dijo que se sintió confundida porque sabía que la madre de Holloway había fallecido en 2017, según el informe.</p><p>De acuerdo con el informe, la mujer caminó hacia un vehículo estacionado frente a su casa y vio a Holloway de pie junto al automóvil.</p><p>Los agentes indicaron que Holloway se acercó a la víctima y le preguntó: “¿Entonces ya terminamos?”.</p><p>Según el informe, la víctima caminó hacia la casa de su hermana, ubicada en la misma propiedad, creyendo que Holloway la seguiría, pero dijo que rápidamente se dio cuenta de que él había entrado a su propia vivienda.</p><p>El informe señala que la víctima entró a su casa y Holloway le lanzó el teléfono celular, “sin golpearla, pero impactando la puerta”.</p><p>Luego la sujetó por los hombros, la empujó sobre un sofá y le dio un puñetazo en el labio inferior cuando ella intentó levantarse, informaron las autoridades.</p><p>Los agentes dijeron que Holloway después pateó a la víctima en la pierna derecha antes de que ella corriera a su habitación y cerrara la puerta con llave.</p><p>Según el informe, Holloway comenzó a patear la puerta del dormitorio, lo que provocó que el marco se rompiera.</p><p>Después continuó preguntándole a la víctima sobre el estado de su relación mientras ella le pedía repetidamente que le devolviera su teléfono, informaron las autoridades.</p><p>De acuerdo con el informe, Holloway salió de la vivienda, pero regresó poco después y continuó discutiendo con la víctima antes de golpearla en el pecho, provocándole enrojecimiento y rompiendo la cadena que llevaba puesta.</p><p>Holloway enfrenta cargos de agresión y daños a la propiedad.</p><p>Un equipo de Local 10 News estaba en la escena cuando Holloway fue liberado del Turner Guilford Knight Correctional Center tras pagar una fianza de $1,150 USD.</p><p>Fue visto saliendo de la cárcel con una sudadera con capucha gris, una mascarilla y gafas.</p><p>El reportero de Local 10 News Jeff Derderian le preguntó a Holloway sobre los cargos y si golpeó a la presunta víctima. Holloway no respondió a ninguna de las dos preguntas.</p><p>El Departamento de Policía de Miramar emitió un comunicado a Local 10 el martes en el que confirmó que Holloway ha sido “puesto en licencia administrativa” mientras se desarrolla una investigación interna.</p><blockquote><p>El Departamento de Policía de Miramar fue notificado por la Oficina del Sheriff de Miami-Dade de un incidente fuera de servicio que involucra al sargento Devarious Holloway.</p><p>El Departamento reconoce el asunto mencionado y ha iniciado una revisión administrativa exhaustiva de acuerdo con los procedimientos departamentales establecidos. El sargento Holloway ha sido puesto en licencia administrativa a la espera del resultado de esa revisión.</p><p>El Departamento de Policía de Miramar se mantiene firme en su compromiso con el profesionalismo, la rendición de cuentas y la conducta ética, y abordará este asunto a través de los canales correspondientes.</p><p class="citation">Departamento de Policía de Miramar</p></blockquote>]]></content:encoded></item><item><title><![CDATA[Fijan fianza para conductor ebrio que, según la policía, circulaba con las luces apagadas antes de matar a ex policía retirado en Davie]]></title><link>https://www.local10.com/news/local/2026/06/24/fijan-fianza-para-conductor-ebrio-que-segun-la-policia-circulaba-con-las-luces-apagadas-antes-de-matar-a-ex-policia-retirado-en-davie/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/24/fijan-fianza-para-conductor-ebrio-que-segun-la-policia-circulaba-con-las-luces-apagadas-antes-de-matar-a-ex-policia-retirado-en-davie/</guid><dc:creator><![CDATA[Rosh Lowe, Ryan Mackey]]></dc:creator><description><![CDATA[Un hombre de 74 años acusado de conducir ebrio y provocar un accidente en el que murió un ex policía de Hollywood retirado deberá permanecer bajo estricta supervisión mientras espera el juicio.]]></description><pubDate>Wed, 24 Jun 2026 22:00:35 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre de 74 años acusado de <a href="https://www.local10.com/espanol/2026/06/21/conductor-ebrio-de-74-anos-mata-a-una-persona-en-choque-en-davie/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/21/conductor-ebrio-de-74-anos-mata-a-una-persona-en-choque-en-davie/">conducir ebrio y provocar un accidente en el que murió una ex policía de Hollywood retirada</a> deberá permanecer bajo estricta supervisión mientras espera el juicio.</p><p>Los registros de la cárcel muestran que Joseph Anthony Ciavarella enfrenta cargos que incluyen homicidio por DUI y homicidio vehicular en relación con el accidente ocurrido el 11 de junio cerca de Stirling Road y University Drive, en Davie.</p><p>Las autoridades informaron que la víctima, una ex policía de Hollywood retirada de 55 años, intentaba girar a la izquierda para entrar a un centro comercial cuando Ciavarella impactó su vehículo.</p><p>Los investigadores determinaron que Ciavarella estaba intoxicado y conducía sin las luces encendidas al momento del accidente.</p><p>Las agencias del orden no han identificado públicamente a la víctima porque fuentes informaron a Local 10 News que su hijo adolescente iba en el vehículo y presenció el accidente.</p><p>“Obviamente fue una pérdida trágica para todos nosotros cuando nos enteramos de lo ocurrido”, dijo Danielly De Andrade, detective del Departamento de Policía de Hollywood. “De hecho, ella fue mi primera supervisora, así que tuve la oportunidad de trabajar con ella durante un tiempo”.</p><p>De Andrade dijo que la ex oficial trabajó alrededor de 15 años en el departamento.</p><p>“Es muy duro para nosotros saber que una de los nuestros fue afectada por esto, pero lo vemos todos los días y solo le pedimos al público que no conduzca bajo los efectos del alcohol”, dijo.</p><p>El esposo de la víctima también trabaja en las fuerzas del orden, lo que aumenta el impacto que la pérdida ha tenido en la comunidad policial del sur de Florida.</p><p>“Esta es una pérdida para nuestra comunidad”, añadió De Andrade. “Esto nos toca de cerca; no es algo que uno quiera escuchar después de que alguien se retira”.</p><p>Al ser preguntada sobre qué recordará más de la víctima, De Andrade la describió como “simplemente una persona amable, muy amable, orientada a la familia y con mucha experiencia”.</p><p>La policía de Davie obtuvo una orden de arresto y detuvo a Ciavarella el viernes.</p><p>Según la Fiscalía Estatal de Broward, Ciavarella no compareció físicamente durante la audiencia judicial programada para el lunes.</p><p>Un juez del condado Broward ordenó a Ciavarella entregar su pasaporte, usar un monitor GPS, permanecer dentro del área de los tres condados, abstenerse de consumir drogas y alcohol, y someterse a pruebas aleatorias dos veces al mes.</p><p>El juez también fijó su fianza en $252,000 USD y ordenó que permanezca en un hospital de rehabilitación mientras recibe tratamiento por las lesiones que sufrió en el accidente.</p><p>El funeral de la víctima está programado para 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[Bond set for drunken driver who cops say had highlights off before killing retired cop in Davie]]></title><link>https://www.local10.com/news/local/2026/06/24/bond-set-for-drunken-driver-who-cops-say-had-highlights-off-before-killing-retired-cop-in-davie/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/24/bond-set-for-drunken-driver-who-cops-say-had-highlights-off-before-killing-retired-cop-in-davie/</guid><dc:creator><![CDATA[Rosh Lowe, Ryan Mackey]]></dc:creator><description><![CDATA[A 74-year-old man accused of driving drunk and causing a crash that killed a retired Hollywood police officer has been ordered to remain under strict supervision while awaiting trial.]]></description><pubDate>Wed, 24 Jun 2026 21:26:56 +0000</pubDate><content:encoded><![CDATA[<p>A 74-year-old man accused of <a href="https://www.local10.com/news/local/2026/06/21/drunken-driver-74-had-headlights-off-before-killing-1-in-stirling-road-crash-police-say/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/21/drunken-driver-74-had-headlights-off-before-killing-1-in-stirling-road-crash-police-say/">driving drunk and causing a crash that killed a retired Hollywood police officer</a> has been ordered to remain under strict supervision while awaiting trial.</p><p><a href="https://www.local10.com/news/local/2026/06/24/fijan-fianza-para-conductor-ebrio-que-segun-la-policia-circulaba-con-las-luces-apagadas-antes-de-matar-a-ex-policia-retirado-en-davie/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/24/fijan-fianza-para-conductor-ebrio-que-segun-la-policia-circulaba-con-las-luces-apagadas-antes-de-matar-a-ex-policia-retirado-en-davie/">Leer en español</a></p><p>Jail records show Joseph Anthony Ciavarella faces charges including DUI manslaughter and vehicular homicide in connection with the June 11 crash near Stirling Road and University Drive in Davie. </p><p>Authorities said the victim, a 55-year-old retired Hollywood police officer, was attempting to make a left turn into a shopping plaza when Ciavarella struck her vehicle. </p><p>Investigators determined Ciavarella was intoxicated and driving without headlights at the time of the crash.</p><p>Law enforcement agencies have not publicly identified the victim because sources told Local 10 News that her teenage child was in the vehicle and witnessed the crash.</p><p>“Obviously it was a tragic loss for all of us when we heard about it,” said Danielly De Andrade, a detective with the Hollywood Police Department. “She was actually my first supervisor, so I was able to work with her for a little bit.”</p><p>De Andrade said the retired officer spent about 15 years with the department.</p><p>“It’s very hard for us to hear one of our own actually get affected by this, but we see it every day, and we just urge the public to not drink and drive,” she said.</p><p>The victim’s husband also works in law enforcement, adding to the impact the loss has had on South Florida’s law enforcement community.</p><p>“This is a loss for our community,” De Andrade added. “This is something that hits home, not something you want to hear after they retire.”</p><p>Asked what he would remember most about the victim, De Andrade described her as “just a kind person, very kind, family oriented, very experienced.”</p><p>Davie police obtained an arrest warrant and took Ciavarella into custody on Friday.</p><p>He did not physically appear during court hearing that was scheduled for Monday, according to the Broward State Attorney’s Office. </p><p>A Broward County judge ordered Ciavarella to surrender his passport, wear a GPS monitor, remain within the tri-county area, abstain from drugs and alcohol, and undergo random testing twice a month.</p><p>The judge also set his bond at $252,000 and ordered him to remain at a rehabilitation hospital while receiving treatment for injuries he suffered in the crash.</p><p>The victim’s funeral was scheduled for Thursday.</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[Mujer acusada de ahogar a su hija de 15 meses es declarada no culpable por motivos de salud mental]]></title><link>https://www.local10.com/news/local/2026/06/24/mujer-acusada-de-ahogar-a-su-hija-de-15-meses-es-declarada-no-culpable-por-motivos-de-salud-mental/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/24/mujer-acusada-de-ahogar-a-su-hija-de-15-meses-es-declarada-no-culpable-por-motivos-de-salud-mental/</guid><dc:creator><![CDATA[David Dwork, Bridgette Matter]]></dc:creator><description><![CDATA[Las autoridades informaron que Precious Bland, de 38 años, ahogó a la menor en 2021, al asegurar que intentaba bautizar a todas las personas que se encontraban en la vivienda.]]></description><pubDate>Wed, 24 Jun 2026 14:13:08 +0000</pubDate><content:encoded><![CDATA[<p>Una mujer que <a href="https://www.local10.com/news/local/2021/08/24/police-1-dead-after-multiple-people-including-children-stabbed-by-woman-in-miami-dade/" target="_self" rel="" title="https://www.local10.com/news/local/2021/08/24/police-1-dead-after-multiple-people-including-children-stabbed-by-woman-in-miami-dade/">enfrentaba un juicio por la muerte violenta de su hija de 15 meses</a> fue declarada no culpable por un trastorno mental.</p><p>Las autoridades informaron que Precious Bland, de 38 años, ahogó a la menor el 23 de agosto de 2021, al asegurar que intentaba bautizar a todas las personas que se encontraban en la vivienda.</p><p>Durante el incidente, el esposo de Bland, también de 38 años, y su hija de 16 años fueron apuñalados, pero sobrevivieron.</p><p>Las autoridades encontraron a las víctimas en una vivienda ubicada en Northwest 99th Street, cerca de la 30th Avenue, donde también hallaron a Bland con heridas de arma blanca que, según la investigación, ella misma se había provocado.</p><p>En la casa también se encontraban otros cuatro menores de 11 años o menos, quienes resultaron ilesos.</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[Surfside conmemora cinco años desde el colapso de Champlain Towers South]]></title><link>https://www.local10.com/news/local/2026/06/24/surfside-conmemora-cinco-anos-del-colapso-del-edificio-champlain-towers-south/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/24/surfside-conmemora-cinco-anos-del-colapso-del-edificio-champlain-towers-south/</guid><dc:creator><![CDATA[Hannah Yechivi, Amanda Batchelor]]></dc:creator><description><![CDATA[familiares, sobrevivientes, socorristas y miembros de la comunidad se reunieron en Surfside para rendir homenaje a quienes perdieron la vida en el colapso del edificio Champlain Towers South, uno de los derrumbes de edificios más mortales en la historia de Estados Unidos.]]></description><pubDate>Wed, 24 Jun 2026 13:44:25 +0000</pubDate><content:encoded><![CDATA[<p>Uno a uno, los nombres de las 98 víctimas fueron leídos en voz alta la madrugada de este miércoles, mientras familiares, sobrevivientes, socorristas y miembros de la comunidad se reunieron en Surfside para rendir homenaje a quienes perdieron la vida en el colapso del edificio Champlain Towers South, uno de los derrumbes de edificios más mortales en la historia de Estados Unidos.</p><p>El edificio residencial de 12 pisos se derrumbó durante la madrugada del 24 de junio de 2021, cuando muchos de sus residentes dormían. En la tragedia murieron 98 personas.</p><p>Durante la ceremonia <i>Lighting of the Torch</i> (Encendido de la Antorcha), se presentó una antorcha como símbolo de esperanza, resiliencia y memoria.</p><p>“Esta antorcha es más que una luz; es una promesa. Una promesa de que siempre recordaremos, honraremos y nunca permitiremos que estas vidas sean olvidadas”, expresó uno de los oradores.</p><p>Un bombero que participó en la ceremonia reforzó ese mensaje.</p><p>“Y que esa luz brille a través de todos nosotros”, dijo.</p><p>Solo tres personas fueron rescatadas con vida de entre los escombros tras el colapso. Entre ellas estaba Devin Gonzalez, quien tenía 16 años en ese momento. Su madre también sobrevivió.</p><p>Gonzalez perdió a su padre en la tragedia.</p><p>“El resto de mi familia... mi hermana sobrevivió porque esa noche no estaba en casa, pero mi padre fue una de las 98 personas que fallecieron. Él no logró salir”, relató.</p><p>Cinco años después, González aseguró que el dolor continúa, pero espera que las lecciones aprendidas tras el colapso ayuden a evitar que una tragedia similar vuelva a ocurrir.</p><p>“Sí, da rabia y duele, pero debemos enfocarnos en el futuro y en las cosas que podemos hacer para que algo así nunca vuelva a suceder”, afirmó.</p><p>Un especialista israelí en rescates, cuyo equipo está entrenado para localizar personas atrapadas en estructuras colapsadas, recordó que trabajaron día y noche para ayudar en todo lo posible.</p><p>“Es un honor poder ayudar. Es una mitzvá ayudar al prójimo, incluso si no lo conoces. Todos somos seres humanos y no importa dónde estemos. Estamos juntos para ayudarnos unos a otros: uno para todos y todos para uno”, señaló.</p><p>Para muchos de los socorristas que pasaron semanas buscando entre los escombros, los recuerdos siguen muy presentes.</p><p>“Cuando decimos que nunca vamos a olvidar, es porque nunca vamos a olvidar. Y quienes estuvimos aquí —los miles de socorristas y líderes comunitarios— jamás podremos olvidar”, expresó un bombero.</p><p>La ceremonia anual sirvió como homenaje a las 98 vidas perdidas y como recordatorio del profundo impacto que el colapso sigue teniendo en las familias, los sobrevivientes y la comunidad del sur de Florida.</p><p>Este aniversario ocurre después de que el <a href="https://www.local10.com/espanol/2026/06/23/investigacion-revela-problemas-que-llevaron-al-colapso-del-condominio-de-surfside/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/23/investigacion-revela-problemas-que-llevaron-al-colapso-del-condominio-de-surfside/">Instituto Nacional de Estándares y Tecnología (NIST) </a>publicara un informe en el que concluye que el proceso que llevó al derrumbe comenzó semanas antes del colapso.</p><p>Según el informe, dos conexiones entre las columnas del estacionamiento y la plataforma de la piscina comenzaron a fallar a principios de junio de 2021. La combinación de un diseño estructural que no cumplía con los códigos de construcción y las modificaciones realizadas al edificio durante sus 40 años de existencia provocó que otras partes de la plataforma de la piscina no pudieran soportar la carga adicional, lo que derivó en un colapso progresivo.</p><p>Otra ceremonia conmemorativa se llevará a cabo este miércoles a las 10:00 a.m. en la intersección de 88th Street y Collins Avenue, en Surfside, y será transmitida en vivo.</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[Aficionados de Brasil y Escocia celebran juntos en la zona para aficionados del Miami Stadium durante la Copa Mundial de la FIFA]]></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[Heat exercise team option on guard Pelle Larsson]]></title><link>https://www.local10.com/news/local/2026/06/24/heat-exercise-team-option-on-guard-pelle-larsson/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/24/heat-exercise-team-option-on-guard-pelle-larsson/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[The Miami Heat made a roster move on Wednesday. ]]></description><pubDate>Wed, 24 Jun 2026 21:46:17 +0000</pubDate><content:encoded><![CDATA[<p>The Miami Heat made a roster move on Wednesday. </p><p>Miami announced they have exercised a team option on guard Pelle Larsson. </p><p>Last season, Larsson’s second in the NBA, he played in 70 games for the Heat, averaging 11.4 points, 3.5 rebounds and 3.4 assists in 26.4 minutes per game. </p><p>He shot 49.6% from the field and 79.7% from the free throw line. </p><p>The Heat made a big splash earlier this week, agreeing to acquire superstar Giannis Antetokounmpo from the Milwaukee Bucks for a hoard of players and draft picks, including Tyler Herro and Kel’el Ware. </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/DL2PLQ25YRB4LBVGIJHAUFQVYM.jpg?auth=82ef7cbf5a9f10263ac63398bddc37a67c7d3b99425274a6d99a49dbb22dc328&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Miami Heat guard Pelle Larsson handles the ball during the first half of an NBA Cup basketball game against the Chicago Bulls, Friday, Nov. 21, 2025, in Chicago. (AP Photo/Erin Hooley)]]></media:description><media:credit role="author" scheme="urn:ebu">Erin Hooley</media:credit></media:content></item><item><title><![CDATA[Trump refuses to sign bipartisan housing bill into law. What does that mean for homebuyers, renters?]]></title><link>https://www.local10.com/business/2026/06/24/trump-refuses-to-sign-bipartisan-housing-bill-into-law-what-does-that-mean-for-homebuyers-renters/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/24/trump-refuses-to-sign-bipartisan-housing-bill-into-law-what-does-that-mean-for-homebuyers-renters/</guid><dc:creator><![CDATA[By ALEX VEIGA, Associated Press]]></dc:creator><description><![CDATA[LOS ANGELES (AP) — A sprawling legislative package aimed at lowering the cost of housing and spurring more home construction won bipartisan approval from Congress this week, but it's hit a major roadblock in becoming law: President Donald Trump.]]></description><pubDate>Wed, 24 Jun 2026 22:12:15 +0000</pubDate><content:encoded><![CDATA[<p>LOS ANGELES (AP) — A sprawling legislative package aimed at lowering the cost of housing and spurring more home construction won bipartisan approval from Congress this week, but it's hit a major roadblock in becoming law: President Donald Trump.</p><p>The White House supported the 21st Century ROAD to Housing Act, but on Wednesday Trump canceled the signing ceremony for the bill, saying he would not sign the measure until Congress passes legislation that would require proof of citizenship for all voters.</p><p>Here’s what to know.</p><p>How significant is this housing legislation?</p><p>The measure is the culmination of months of negotiations by lawmakers who combined dozens of bills meant to address how housing affordability for both renters and aspiring homeowners in the U.S. has grown increasingly out of reach for many Americans.</p><p>The bill would reduce federal regulations, streamline environmental reviews, speed up the construction process and curb the influence of corporate landlords by limiting their ability to purchase single-family homes.</p><p>Still, it's not a silver bullet for all the factors that contribute to reduced housing affordability, including lack of construction labor, rising insurance costs and years of subdued wage growth relative to sharply rising rents and home prices.</p><p>Even so, the bill has drawn broad support from the real estate industry, including organizations representing homebuilders and apartment complex owners, as well as housing advocates.</p><p>“We need more homes built, and legislation that removes construction barriers is exactly what the market needs right now,” said Daryl Fairweather, chief economist at Redfin. "Homebuyers who were hoping for relief may have to wait even longer, and in a market already starved for inventory, that’s a tough pill to swallow.”</p><p>What led lawmakers to pass the first major housing legislation in decades?</p><p>Housing has grown into a hot-button issue among voters in recent years as homeownership and rents in many areas have become less affordable for many Americans.</p><p>The U.S. housing market has been in a slump since 2022, when mortgage rates began to climb from pandemic-era lows. Sales of previously occupied U.S. homes were essentially flat last year, stuck at a 30-year low. While sales accelerated in May to their fastest pace since December, they continue to hover close to a 4 million annual pace, far short of the historic norm that is closer to 5.2 million, limited partly by elevated mortgage rates.</p><p>Years of soaring home prices, especially in the early part of this decade when rock-bottom mortgage rates fueled a buying frenzy, have left many would-be homebuyers frozen out of the market. And a chronic shortage of homes for sale nationally, due partly to years of below-average new home construction, has helped prop up home prices even in a multiyear sales slump.</p><p>Home prices have increased 54% nationwide since 2020, and last year the median existing single-family sales price was nearly five times the median household income, according to researchers at Harvard's Joint Center for Housing Studies.</p><p>Renters, meanwhile, have seen little improvement in affordability. While the median U.S. monthly rent has been declining for nearly three years, it was still 17.2% higher in May than before the pandemic, according to data from Realtor.com.</p><p>What if the bill doesn't become law?</p><p>One of the biggest hurdles to homeownership has been an imbalance between supply and demand in many parts of the country.</p><p>When there are fewer homes on the market, that helps prop up home prices even during a slowdown. Conversely, during times when mortgage rates are low, buyers end up competing for fewer homes, which drives up prices.</p><p>The housing bill would help increase the supply of housing, particularly when it comes to smaller, more affordable starter homes.</p><p>It amends existing regulations to boost construction of manufactured homes, which tend to be more affordable than other types of newly built homes, and expand access to government-backed loans to include construction of standalone dwellings a homeowner can rent out.</p><p>The bill also provides new dollars for communities to turn abandoned infrastructure into housing, and provides guidelines for communities that want to reform outdated zoning regulations, which often limit larger housing developments.</p><p>“It won’t make housing more affordable overnight, but in the coming years we will see more construction of town homes, multifamily housing, and ADUs,” notes Fairweather, saying the additional supply "will relieve the pressure on home prices, and make it easier for homebuyers to break into the market.”</p><p>What about renters?</p><p>The legislation includes a broad set of provisions, including an expansion of government rental assistance and affordable housing construction programs , and measures aimed at encouraging state and local governments to make it easier to build new homes and apartments, including federal funding to places exceeding the median rate of homebuilding.</p><p>In addition, the bill would raise limits on the number of public housing units that can receive financing for renovations and codify a recovery program to help expedite funds to communities rebuilding after disaster.</p><p>It also requires new renter protections.</p><p>“Families are struggling under the heavy weight of housing costs that have climbed for decades,” said San Diego Mayor Todd Gloria, who is president of the U.S. Conference of Mayors. "There’s no time to waste. Without federal action, America’s housing shortfall will continue to grow, falling another 2 million units behind in the next five years.”</p><p>What happens if the bill signing is held up for weeks or longer?</p><p>While hailed as a significant step, the federal government's power to dictate things like how many homes are built or rents is limited, given that most of the regulations on construction, such as zoning laws, and other facets of real estate are determined by local and state governments.</p><p>So, even if the bill is delayed, it's not like it would have had an immediate impact on local house prices, for example. But it would set back the clock on new construction projects that might not otherwise get the go-ahead.</p><p>“The sooner this bill becomes law, the sooner builders and homebuyers will benefit from its downstream effects,” said Danielle Hale, chief economist at Realtor.com. “Even if the president were to sign this bill immediately, many of the provisions will take time to impact builder planning and projects in the pipeline, so there is going to be a delay before consumers feel the impacts of this legislation either way.”</p><p>What happens next?</p><p>Trump's decision to not sign the legislation into law Wednesday could end up just temporarily delaying the measure from taking effect.</p><p>The House passed the bill in a 358-32 vote on Tuesday and the Senate passed it 85-5 on Monday. That level of support is what's colloquially called a veto-proof majority.</p><p>Still, if Trump were to veto the measure, the Senate and the House would have to vote again to override the veto.</p><p>It may not come to that.</p><p>Speaker Mike Johnson said Wednesday that he had spoken with Trump earlier in the day and was confident the president would sign the bill.</p><p>“The president, when we go through the details of the bill, he’s going to understand that it’s a good product,” Johnson said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6TLQO2MIYBNKVNO3VCE7FBEEHY.jpg?auth=1253288a0340815186a6723b0324efbccdccb5b77db283c0cfb04c53e0dae9e5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rep. Suhas Subramanyam, D-Va., left, and Rep. Maxwell Frost D-Fla., speaks at a desk prepared for President Donald Trump as an official removes the presidential seal, after President Trump canceled the signing the bipartisan Housing Bill on the Capitol Wednesday, June 24, 2026, in Washington. (AP Photo/Jose Luis Magana)]]></media:description><media:credit role="author" scheme="urn:ebu">Jose Luis Magana</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LPFXUVACC222L3MKL3LOK2XRRI.jpg?auth=32f0a143a7d945604e25d700c7602d5e5444aa2e0da9d96aa13b56691f7f2481&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump, joined from left by Sen. Rick Scott, R-Fla., Sen. John Barrasso, R-Wyo., and Senate Majority Leader John Thune, R-S.D., speaks to reporters as he finishes his lunch meeting with Republican senators, at the Capitol in Washington, Wednesday, June 24, 2026. (AP Photo/J. Scott Applewhite)]]></media:description><media:credit role="author" scheme="urn:ebu">J. Scott Applewhite</media:credit></media:content></item><item><title><![CDATA[South Dakota incumbent Republican lawmaker facing felony election fraud counts]]></title><link>https://www.local10.com/news/politics/2026/06/24/south-dakota-incumbent-republican-lawmaker-facing-felony-election-fraud-counts/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/24/south-dakota-incumbent-republican-lawmaker-facing-felony-election-fraud-counts/</guid><dc:creator><![CDATA[By SARAH RAZA, Associated Press]]></dc:creator><description><![CDATA[SIOUX FALLS, S.D. (AP) — An incumbent South Dakota legislative leader is facing two felony counts, accused of falsifying signatures to put candidates forward for state Republican Party positions without them knowing.]]></description><pubDate>Wed, 24 Jun 2026 21:38:53 +0000</pubDate><content:encoded><![CDATA[<p>SIOUX FALLS, S.D. (AP) — An incumbent South Dakota legislative leader is facing two felony counts, accused of falsifying signatures to put candidates forward for state Republican Party positions without them knowing.</p><p>Republican state Sen. Thomas Pischke of Dell Rapids represents a deep red district outside Sioux Falls and is seeking a third term in November. He faces two felony counts of knowingly submitting a falsified or forged document.</p><p>Pischke turned himself in to the Minnehaha County Jail on Tuesday and was released on a promise to appear for all future court dates, the sheriff's office said. An initial hearing is set for July 7.</p><p>Pischke has agreed to step away from his duties in the party, including serving on the executive board of the Minnehaha County Republicans, as the case plays out, said Jim Eschenbaum, chair of the South Dakota Republican Party.</p><p>“It’s a bad optic for the party,” Eschenbaum said Wednesday. “I’m disappointed that this has happened. But we also have to just be honest about what’s going on, you know, and deal with it.”</p><p>The Associated Press left email messages this week for Pischke and his attorney seeking comment.</p><p>If convicted of a felony, Pischke would not be able to hold a position with the state Republican Party, Eschenbaum said. It is unclear whether Pischke would be able to serve in the Legislature. State law says any person convicted of perjury, bribery or an infamous crime may not serve in the Legislature.</p><p>The Associated Press left phone messages Wednesday with the Legislative Research Council and state Senate President Pro Tempore Chris Karr seeking clarification.</p><p>Jessica Meyers, vice chair of the South Dakota Democratic Party, said any official who interferes with a public process should be held accountable.</p><p>“We believe in free and fair elections at every level of the political process," she said.</p><p>The biennial Republican Party state convention begins Thursday, but Pischke will not be there. At the convention, precinct committee people serve as delegates and voting members to determine party leadership and help set the party's agenda. Outside the convention, committee people perform duties in their communities like contacting and registering voters.</p><p>The charges against Pischke came after a monthslong investigation into the filings. The county auditor's office had identified 16 forms for precinct committee positions with suspected fraudulent signatures and discrepancies with registered voting addresses.</p><p>The auditor’s office called the nominees on the suspected fraudulent forms, and the majority said they didn’t fill them out. None were put on the ballot during the June Republican primary, according to Eschenbaum.</p><p>Pischke admitted to filling out his own form at the auditor's office to run for precinct committeeman but he denied filling out forms for others, the affidavit stated. He won the position in June, according to the auditor's office.</p><p>The investigation uncovered DNA evidence matching Pischke on envelopes containing the forms and used surveillance video to identify a vehicle near a mail drop box that was registered to Pischke.</p><p>Pischke ran unopposed in GOP Senate primary. He is facing Bryan Breitling, a former Republican state lawmaker who is running as an independent, in the November general election.</p><p>Breitling said Tuesday that he entered the race because the district needs a senator with integrity.</p><p>“These charges are the latest on a long list of poor judgments made by the senator,” he said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JQ453DKVLJ25DKLR36K7LZMATE.jpg?auth=18f377c7d3288b6b635ce670db1895f9854a3cddaf8c71059e52e392040c6130&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The South Dakota Capitol stands in Pierre, S.D., Jan. 10, 2024. (AP Photo/Jack Dura, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jack Dura</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6X26OMIROUHDYTPXXS4P6UH6QE.jpg?auth=b1ac842ec8d952172a6ab2b7f6249fc9030dd212c4da5c1f290231bfd7f71a42&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This undated booking photo provided by the Minnehaha County Sheriff's Office on Wednesday, June 24, 2026, shows Thomas Pischke. (Minnehaha County Sheriff's Office via AP)]]></media:description></media:content></item><item><title><![CDATA[Surfside marks five years since Champlain Towers South collapse]]></title><link>https://www.local10.com/news/local/2026/06/24/surfside-marks-five-years-since-champlain-towers-south-collapse/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/24/surfside-marks-five-years-since-champlain-towers-south-collapse/</guid><dc:creator><![CDATA[Hannah Yechivi, Amanda Batchelor]]></dc:creator><description><![CDATA[One by one, 98 names were read aloud early Wednesday morning as families, survivors, first responders and community members gathered in Surfside to honor the victims of the Champlain Towers South collapse, one of the deadliest building failures in U.S. history.]]></description><pubDate>Wed, 24 Jun 2026 11:26:10 +0000</pubDate><content:encoded><![CDATA[<p>One by one, 98 names were read aloud early Wednesday morning as families, survivors, first responders and community members gathered in Surfside to honor the victims of the Champlain Towers South collapse, one of the deadliest building failures in U.S. history.</p><p><a href="https://www.local10.com/news/local/2026/06/24/surfside-conmemora-cinco-anos-del-colapso-del-edificio-champlain-towers-south/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/24/surfside-conmemora-cinco-anos-del-colapso-del-edificio-champlain-towers-south/">Leer en español</a></p><p>The 12-story condominium building collapsed in the early morning hours of June 24, 2021, while many residents were asleep inside. Ninety-eight people lost their lives.</p><p>During the Lighting of the Torch ceremony at Veterans Park, a torch was presented as a symbol of hope, resilience and remembrance.</p><p>“This torch is more than a light -- it is a promise, a promise that we will forever remember, that we will honor, that we will never allow these lives to be forgotten,” one speaker said.</p><p>A firefighter participating in the ceremony echoed that message.</p><p>“And let the light shine through all of us,” the firefighter said.</p><p>Only three people were rescued alive from the rubble following the collapse. Among them was Devin Gonzalez, who was 16 years old at the time. Her mother also survived.</p><p>Gonzalez lost her father in the tragedy.</p><p>“The rest of my family, my sister made it out because she wasn’t home that night, but my father was one of the 98 people that passed away, so he did not make it,” Gonzalez said.</p><p>Five years later, Gonzalez said the pain remains, but she hopes lessons learned from the collapse will help prevent a similar disaster from happening again.</p><p>“Yes, it’s angering and it’s hurtful, but to focus on the future, on things that we can do so that nothing like this ever happens again,” she said.</p><p>Among the speakers was Rachel Spiegel, daughter of Judy Spiegel, who died in the collapse.</p><p>“Five years since my mother went to sleep in the place that she called home and never came back,” she said. </p><p>Raquel Oliveira, the mother of Lorenzo Oliveira and wife of Alfredo Leone, both of whom passed away during the incident, also spoke. </p><p>“My son was 5 years old on that day,” she said. “From today on, I’ll have more time without Lorenzo than with him.”</p><p>A rescue expert from Israel, whose team specializes in locating people trapped in collapsed structures, said they worked around the clock to help in every way they could.</p><p>“We are honored to be able to help,” he said. “It’s a mitzvah to help the other, even if you don’t know the person. We are all humans and it doesn’t matter where we are. We are together to help each other -- one for all and all for one.”</p><p>For many first responders who spent weeks searching through the debris, the memories remain vivid.</p><p>“When we say we are never going to forget, we are never going to forget,” a firefighter said. “And those who were here — the thousands of first responders and community leaders that were here — we can never forget.”</p><p>The annual ceremony served as both a tribute to the 98 lives lost and a reminder of the lasting impact the collapse continues to have on families, survivors and the South Florida community.</p><p>Another remembrance ceremony at 88th Street and Collins Avenue in Surfside was held later in the morning.</p><p>The tragic anniversary comes after the <a href="https://www.local10.com/news/local/2026/06/23/investigation-reveals-issues-that-led-to-surfside-condo-collapse/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/23/investigation-reveals-issues-that-led-to-surfside-condo-collapse/">National Institute of Standards and Technology released a report</a> stating that the deadly destruction of the condominium actually started weeks before it collapsed into a pile of rubble in the middle of the night.</p><p>According to the report, two connections between garage columns and the pool deck started to fail around early June 2021. The combination of a structure design that did not meet building codes and alterations made to it over its 40 years meant that the other parts of the pool deck weren’t strong enough to withstand the extra load, leading to the type of slow-motion collapse.</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[Acusan a hombre de California de hacerse pasar por agente del FBI mientras causaba disturbios en club nocturno de Miami Beach]]></title><link>https://www.local10.com/news/local/2026/06/24/acusan-a-hombre-de-california-de-hacerse-pasar-por-agente-del-fbi-mientras-causaba-disturbios-en-club-nocturno-de-miami-beach/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/24/acusan-a-hombre-de-california-de-hacerse-pasar-por-agente-del-fbi-mientras-causaba-disturbios-en-club-nocturno-de-miami-beach/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Un hombre de California fue arrestado la madrugada de este miércoles en un club nocturno de Miami Beach después de que la policía informara que aseguró ser agente del FBI durante un disturbio que presuntamente provocó.]]></description><pubDate>Wed, 24 Jun 2026 21:19:25 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre de California fue arrestado la madrugada de este miércoles en un club nocturno de Miami Beach después de que la policía informara que aseguró ser agente del FBI durante un disturbio que presuntamente provocó.</p><p>Según un informe de arresto, Nelson Mauricio Aviles, de 61 años y residente de Fontana, fue arrestado poco después de la 1:30 a.m. en Twist, ubicado en 1057 Washington Ave.</p><p>La policía indicó que los oficiales respondieron al club nocturno después de que Aviles reportara que personal de seguridad lo había amenazado con un cuchillo.</p><p>Según el informe, Aviles parecía estar “altamente intoxicado”, presentando dificultad para hablar con claridad, problemas para mantener el equilibrio, sudoración excesiva y un fuerte olor a alcohol.</p><p>Los investigadores indicaron que Aviles se identificó repetidamente como agente del FBI y presentó una credencial del Departamento de Servicios Sociales Públicos del Condado de Los Ángeles que lo identificaba como “especialista en desarrollo de personal”.</p><p>El informe señala que la credencial no contenía ninguna indicación de afiliación con el FBI.</p><p>Según la policía, Aviles continuó insistiendo en que era agente del FBI y afirmó que contactaría a un socio del FBI e iniciaría una investigación interna contra Club Twist.</p><p>Los oficiales indicaron que no pudo presentar ninguna credencial del FBI ni documentación que respaldara esas afirmaciones.</p><p>El gerente del club nocturno dijo a los oficiales que Aviles había estado causando disturbios dentro del establecimiento al gritarles a clientes y empleados, afirmar repetidamente que era agente del FBI e intentar involucrarse en confrontaciones verbales y físicas con otras personas, según el informe.</p><p>El gerente indicó que Aviles fue retirado del establecimiento, señala el informe.</p><p>La policía informó que, mientras los oficiales investigaban, Aviles interrumpía repetidamente y exigía que le devolvieran su credencial o que lo arrestaran.</p><p>Cuando los oficiales intentaron detenerlo, Aviles presuntamente agitó los brazos, se zafó y se negó a colocar las manos detrás de la espalda, informó la policía. Finalmente, los oficiales lograron esposarlo sin más incidentes, según el informe.</p><p>Los registros de la cárcel muestran que enfrenta un cargo por hacerse pasar falsamente por un oficial, un cargo por alterar el orden en un establecimiento y un cargo por resistirse a un oficial sin violencia.</p><p>Aviles compareció el miércoles ante la jueza de circuito de Miami-Dade, Mindy Glazer, quien determinó que existía causa probable y ordenó su liberación bajo palabra en los tres cargos. Los cargos conllevaban una fianza total de $3,150 USD.</p><p>También se le ordenó mantenerse alejado de Twist.</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/UYOVLNB6LJA35E43TJLVALO7DI.jpg?auth=82dff57ab3f4ce516c6bd5d2529dbf7faef1c961d3e792a3c44d38213e46bf0b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[California man claimed to be FBI agent while causing disturbance at Miami Beach nightclub, cops say ]]></title><link>https://www.local10.com/news/local/2026/06/24/california-man-claimed-to-be-fbi-agent-while-causing-disturbance-at-miami-beach-nightclub-cops-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/24/california-man-claimed-to-be-fbi-agent-while-causing-disturbance-at-miami-beach-nightclub-cops-say/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A California man was arrested at a Miami Beach nightclub early Wednesday morning after police said he claimed to be an FBI agent during a disturbance that he allegedly caused. ]]></description><pubDate>Wed, 24 Jun 2026 20:35:52 +0000</pubDate><content:encoded><![CDATA[<p>A California man was arrested at a Miami Beach nightclub early Wednesday morning after police said he claimed to be an FBI agent during a disturbance that he allegedly caused. </p><p><a href="https://www.local10.com/news/local/2026/06/24/acusan-a-hombre-de-california-de-hacerse-pasar-por-agente-del-fbi-mientras-causaba-disturbios-en-club-nocturno-de-miami-beach/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/24/acusan-a-hombre-de-california-de-hacerse-pasar-por-agente-del-fbi-mientras-causaba-disturbios-en-club-nocturno-de-miami-beach/">Leer en español</a></p><p>According to an arrest report, Nelson Mauricio Aviles, 61, of Fontana, was arrested just after 1:30 a.m. at Twist, located at 1057 Washington Ave.</p><p>Police said officers responded to the nightclub after Aviles reported that security personnel had threatened him with a knife. </p><p>Aviles appeared to be “highly intoxicated,” displaying slurred speech, difficulty maintaining his balance, excessive sweating and a strong odor of alcohol, according to the report.</p><p>Investigators said Aviles repeatedly identified himself as an FBI agent and presented an identification card from the Los Angeles County Department of Public Social Services identifying him as a “staff development specialist.” </p><p>The report states that the card contained no indication of any affiliation with the FBI.</p><p>According to police, Aviles continued to insist he was an FBI agent and claimed he would contact an FBI partner and initiate an internal investigation into Club Twist. </p><p>Officers said he was unable to provide any FBI credentials or documentation supporting those claims.</p><p>The nightclub’s manager told officers that Aviles had been causing a disturbance inside the business by yelling at patrons and employees, repeatedly claiming to be an FBI agent and attempting to engage in verbal and physical confrontations with others, according to the report. </p><p>The manager said Aviles was removed from the establishment, the report states. </p><p>Police said that while officers were investigating, Aviles repeatedly interrupted and demanded that officers either return his identification card or arrest him.</p><p>When officers attempted to take him into custody, Aviles allegedly flailed his arms, pulled away and refused to place his hands behind his back, police said. Officers were ultimately able to handcuff him without further incident, according to the report.</p><p>Jail records show he is facing one count each of falsely impersonate an officer, disorderly conduct of an establishment and resisting an officer without violence to his person. </p><p>Aviles appeared in bond court on Wednesday before Miami-Dade Circuit Judge Mindy Glazer, who found probable cause and ordered him released on his own recognizance on all three charges. The charges carried a total bond amount of $3,150.</p><p>He was also ordered to stay away from Twist. </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/UYOVLNB6LJA35E43TJLVALO7DI.jpg?auth=82dff57ab3f4ce516c6bd5d2529dbf7faef1c961d3e792a3c44d38213e46bf0b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[White House seeks $87.6B from Congress for Iran war costs, US farmers and Ebola response]]></title><link>https://www.local10.com/news/florida/2026/06/24/white-house-seeks-876b-from-congress-for-iran-war-costs-us-farmers-and-ebola-response/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/06/24/white-house-seeks-876b-from-congress-for-iran-war-costs-us-farmers-and-ebola-response/</guid><dc:creator><![CDATA[By LISA MASCARO and KEVIN FREKING, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The White House has formally requested $87.6 billion mostly to replenish the Pentagon after the U.S. war against Iran, submitting the request to Congress at a politically difficult time as Republican and Democratic lawmakers have objected to any further military action.]]></description><pubDate>Wed, 24 Jun 2026 23:35:14 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The White House has formally requested $87.6 billion mostly to replenish the Pentagon after the U.S. war against Iran, submitting the request to Congress at a politically difficult time as Republican and Democratic lawmakers have objected to any further military action.</p><p>The Office of Management and Budget sent the supplemental spending request on Wednesday. It arrived just hours after President Donald Trump assailed Republican senators during a private lunch — engaging in a shouting match with one — over their votes to approve a war powers resolution that would halt further hostilities.</p><p>The request is mostly for expenses incurred by the Defense Department as part of Operation Epic Fury, the U.S.-led attack on Iran. But it also includes a range of other items, including $11.1 billion toward economic assistance for American farmers, $1.4 billion for the Ebola virus outbreak in Central Africa and $500 million to support ongoing efforts “to complete restoration and construction projects in and around Washington, D.C.”</p><p>“I urge the Congress to take action on these important and urgent requests as soon as possible,” said OMB Director Russ Vought in a letter to House Speaker Mike Johnson.</p><p>Senate Democratic Leader Chuck Schumer said, “President Trump is asking taxpayers to clean up his messes, to the tune of $87.6 billion.”</p><p>“After dragging America into a reckless war, he now wants Congress to hand him tens of billions more to paper over the damage — while families are still paying higher prices.”</p><p>There may not be enough support in Congress to pass war funds</p><p>It’s unclear how quickly the House and Senate could act on the White House’s request, or if Congress takes up the matter at all. The funding faces a difficult path because many lawmakers could view any votes as a reflection of test of their support for the war effort.</p><p>Defense Secretary Pete Hegseth returned to Capitol Hill on Wednesday briefing House GOP lawmakers from the conservative Republican Study Committee on the Pentagon’s budgetary needs. The White House is seeking as much as $1.5 trillion in defense spending in this year’s budget, a nearly 50% increase over previous levels.</p><p>But many lawmakers have complained they have yet to receive any formal briefing from the administration on the Iran war, nearly four months after it was launched, and as Trump’s team is now working to secure a fragile ceasefire and bring an end to the conflict.</p><p>Washington Sen. Patty Murray, the lead Democrat on the Senate Appropriations Committee, said the request is not merely to pay for “the president’s disastrous war, but an attempt to secure tens of billions of additional dollars for unrelated Pentagon priorities.”</p><p>Murray said she would review to ensure servicemembers are taken care of, “but I will not rubberstamp tens of billions more for this disastrous war of choice.”</p><p>Yet the White House was clear to include provisions to interest lawmakers from various regions, including $1 billion to assist “the final design and construction of a modernized Penn Station in New York City,” which would be of interest to Schumer and House Democratic Leader Hakeem Jeffries, both of New York.</p><p>Rep. Tom Cole, R-Okla., the chairman of the House Appropriations Committee, and Rep. Ken Calvert, R-Ca., who chairs the panel’s subcommittee on Defense, said in a joint statement, "President Trump’s request reflects the reality that our defense strength must be maintained, not merely demonstrated.”</p><p>Money for farmers, the Ebola outbreak and other needs included</p><p>The bulk of the request, $67 billion, is to replenish the Pentagon from the Iran war. The largest portion of that defense funding, $21 billion, would go to weapons and munitions, with another $17.3 billion for operational costs and $12.1 billion for other classified programs. Funds are also requested to cover fuel costs, drone manufacturing and cybersecurity.</p><p>The money for farmers would provide $10 billion in economic assistance to row and specialty crop farmers and $1.1 billion specifically to Florida agriculture producers who suffered losses from this past year’s winter storms.</p><p>The package also includes a collection of policy proposals that the administration strongly supports, and which are certain to raise interest among lawmakers.</p><p>Among them, the package proposes revisions to federal regulations of hemp products that have long been in dispute, changes to the year-round sales of renewable fuels and lifting of restrictions around federal investment support in Venezuela.</p><p>The administration is also requesting $550 million to prevent and detect the Ebola virus in Congo, where an outbreak has killed more than 250 people. Another $800 million would go to provide humanitarian assistance to the region.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PQQMOGQJZURFQWQPN5GKGXYBBM.jpg?auth=6faa5613fd62fa3786d7b4d57366341127676143c48fa4a443e341df45712fe9&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 as he meets with NATO Secretary General Mark Rutte in the Oval Office at the White House, Wednesday, June 24, 2026, in Washington. (AP Photo/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content></item><item><title><![CDATA[Woman accused of drowning 15-month-old daughter found not guilty by reason of insanity]]></title><link>https://www.local10.com/news/local/2026/06/23/woman-accused-of-drowning-15-month-old-daughter-found-not-guilty-by-reason-of-insanity/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/23/woman-accused-of-drowning-15-month-old-daughter-found-not-guilty-by-reason-of-insanity/</guid><dc:creator><![CDATA[David Dwork, Bridgette Matter]]></dc:creator><description><![CDATA[A woman on trial for a violent night that claimed the life of her 15-month-old daughter, has been found not guilty by reason of insanity.]]></description><pubDate>Wed, 24 Jun 2026 03:20:36 +0000</pubDate><content:encoded><![CDATA[<p>A woman on trial <a href="https://www.local10.com/news/local/2021/08/24/police-1-dead-after-multiple-people-including-children-stabbed-by-woman-in-miami-dade/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2021/08/24/police-1-dead-after-multiple-people-including-children-stabbed-by-woman-in-miami-dade/">for a violent night that claimed the life of her 15-month-old daughter</a> has been found not guilty by reason of insanity.</p><p><a href="https://www.local10.com/news/local/2026/06/24/mujer-acusada-de-ahogar-a-su-hija-de-15-meses-es-declarada-no-culpable-por-motivos-de-salud-mental/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/24/mujer-acusada-de-ahogar-a-su-hija-de-15-meses-es-declarada-no-culpable-por-motivos-de-salud-mental/">Leer en español</a></p><p>Officials said 38-year-old Precious Bland drowned the baby, claiming she was trying to baptize everyone in the house, on Aug. 23, 2021. </p><p>Bland’s 38-year-old husband and 16-year-old daughter were stabbed in the incident and survived.</p><p>“God is good. This doesn’t bring back my daughter,” she said after the verdict. “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>Authorities discovered the victims at a home located on Northwest 99th Street near 30th Avenue, where they also found Bland suffering from stab wounds determined to be self-inflicted. </p><p>Bland’s attorney said she was suffering from a 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 to murder,” said attorney Larry Handfield. </p><p>Four other children, all under the age of 11, were in the home at the time of the attack, but they were not harmed.</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[Switzerland wraps up first place in Group B at the World Cup with a 2-1 victory over Canada]]></title><link>https://www.local10.com/news/2026/06/24/switzerland-wraps-up-first-place-in-group-b-at-the-world-cup-with-a-2-1-victory-over-canada/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/24/switzerland-wraps-up-first-place-in-group-b-at-the-world-cup-with-a-2-1-victory-over-canada/</guid><dc:creator><![CDATA[By ANNE M. PETERSON, Associated Press]]></dc:creator><description><![CDATA[VANCOUVER, British Columbia (AP) — Switzerland put a damper on Canada's World Cup party in Vancouver.]]></description><pubDate>Wed, 24 Jun 2026 23:09:05 +0000</pubDate><content:encoded><![CDATA[<p>VANCOUVER, British Columbia (AP) — Switzerland put a damper on Canada's World Cup party in Vancouver.</p><p>The Swiss got goals from Rubén Vargas and Johan Manzambi to beat Canada 2-1 on Wednesday and win Group B. Now Switzerland will get a week of rest before returning to the same city to face one of the eight best third-place finishers on July 2.</p><p>“I think that we deserve to be where we are right now," Switzerland coach Murat Yakin said. “In three days from now, we will know the opponent of the next match, and now we have the possibility to watch this tournament, and to watch the matches, and we will take what we will get.”</p><p>Canada dropped to second place in the group and will play in the knockout round for the first time in team history. But the Canadians had been hoping for a win or a draw on Wednesday so they would play their round of 32 match on home soil.</p><p>Instead, Canada will travel Inglewood, California, for its next game on Sunday against the second-place finisher in Group A.</p><p>“We wanted to be here in Vancouver, but we still have a massive opportunity ahead of us to find a way to still electrify the nation, even though it’ll be from Los Angeles," Canada coach Jesse Marsch said.</p><p>After Manzambi came off the bench and scored two goals in Switzerland’s 4-1 victory over Bosnia-Herzegovina on Thursday, he earned a spot in the starting lineup against Canada. The 20-year-old midfielder became the youngest player to score two goals off the bench in the World Cup and is among the breakout young stars at the tournament.</p><p>Vargas broke through for Switzerland about 40 seconds into the second half with a strike that sailed past sliding Canada goalkeeper Maxime Crépeau, hit the post and went into the net.</p><p>Breel Embolo then crossed the ball to Manzambi, whose shot went through the hands of Crépeau to put the Swiss up 2-0 in the 57th minute. The goal quieted the red-clad sellout crowd, which included Canadian Prime Minister Mark Carney and CONCACAF President Victor Montagliani.</p><p>Canada pulled a goal back in the 76th. Promise David scored with a volley on his first touch of the game about a minute after he came on as a substitute. But despite a flurry of chances, the Canadians couldn't find the second goal to keep them at home.</p><p>Switzerland captain Granit Xhaka had a chance in the scoreless first half but his free kick in the 37th minute and sailed over the net as he let out a yell.</p><p>Ali Ahmed had one of Canada’s best attempts of the first half in the 42nd minute, but his shot to the near post was smothered by Switzerland goalkeeper Gregor Kobel.</p><p>On Thursday, Canada won its first World Cup match, 6-0 over Qatar, and put itself in position to advance. But the historic victory was bittersweet because Ismaël Koné was stretchered off with a broken left leg. Koné was at Wednesday’s game on crutches.</p><p>The Swiss opened the World Cup with a lackluster 1-1 draw against Qatar before they routed Bosnia with a flurry of late goals. Considered the favorite in Group B, Switzerland has played at the last five World Cups and advanced to the round of 16 in the past three.</p><p>“We needed some time to get really into this tournament, for many nations that was the case," Yakin said. "There were big teams who won against small countries, so we really needed to get into this tournament fast, and the way we play football now, I’m very happy with that.”</p><p>Canada, making its third World Cup appearance, opened the tournament with a 2-2 draw against Bosnia.</p><p>“We have to give our team a lot of credit. We’ve had a lot of injuries, we’ve had a lot of adversity, we’ve had a lot of injuries, we’ve had to manage a lot of different situations," Marsch said. "We still got a really good point in the first game, we had a fantastic performance against Qatar and on another day, even though we go down 2-0, maybe we get a goal and maybe we win the group. It was just a matter of fine margins.”</p><p>Bosnia beat Qatar 3-1 in the other Group B match Wednesday and could still advance as a third-place team. Qatar has been eliminated.</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/Q5ZKY7FQMXCE6F2YTLYV36S5KA.jpg?auth=1635fd2cc3b520d711894477251cdba24da718d471abaa6116e0a598761843a3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Switzerland goalkeeper Gregor Kobel (1) jumps to make a save during the World Cup Group B soccer match between Switzerland and Canada in Vancouver, British Columbia, Wednesday, June 24, 2026. (AP Photo/Abbie Parr)]]></media:description><media:credit role="author" scheme="urn:ebu">Abbie Parr</media:credit></media:content></item><item><title><![CDATA[All 32 of the nation's biggest banks clear the Fed's annual 'stress test']]></title><link>https://www.local10.com/business/2026/06/24/all-32-of-the-nations-biggest-banks-clear-the-feds-annual-stress-test/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/24/all-32-of-the-nations-biggest-banks-clear-the-feds-annual-stress-test/</guid><dc:creator><![CDATA[By KEN SWEET, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — All 32 of the nation's biggest banks passed the Federal Reserve's annual “stress test” of the financial system, the central bank said Wednesday, a sign that the banking system would remain healthy even if a major economic contraction occurred.]]></description><pubDate>Wed, 24 Jun 2026 20:55:16 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — All 32 of the nation's biggest banks passed the Federal Reserve's annual “stress test” of the financial system, the central bank said Wednesday, a sign that the banking system would remain healthy even if a major economic contraction occurred.</p><p>The annual stress test measures whether a bank’s capital, a financial cushion it uses to absorb losses, would remain at healthy levels even after hundreds of billions of dollars in projected losses. The tests are required under the Dodd-Frank Act, the law passed after the 2008 financial crisis that nearly brought down the global financial system.</p><p>The 2026 scenario that the Fed used is similar to the one they used last year. In the Fed's scenario, unemployment would rise from 5.5% to 10% and the U.S. economy would contract 4.6%. Housing prices would fall 30% from their current levels and the stock market would plunge 58%.</p><p>The scenario would result in the nation’s 32 biggest banks facing $708 billion in loan losses, but the overall capital ratio of these banks would fall only 1.6 percentage points, from 12.8% to 11.2%. By law and regulation, these large banks' common equity Tier 1 capital ratio must remain above 4.5%, plus additional buffers that vary by bank.</p><p>The stress test applied only to the nation's most systematically important banks, those whose failures would bring significant turmoil to the financial system.</p><p>A bank that performed poorly on the stress test could face higher capital requirements, which could limit its ability to pay dividends or buy back stock. Banks typically announce their plans for dividends and share repurchases after the Fed releases the stress-test results. Shortly after the Fed's announcement, JPMorgan Chase said it would increase its quarterly dividend to $1.65 a share from $1.50 a share, and intends to buy back an additional $50 billion in stock.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JC6LRQBENHGSPJGIS43EVXPRJA.jpg?auth=a6a63dc5b0dd173192f06d9b1c18d89bbcba535dfa72e2a1a5711195ecf55d45&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The William McChesney Martin Jr. building, which houses the Board of Governors of the Federal Reserve System, is seen on April 7, 2025, in Washington. (AP Photo/Jacquelyn Martin, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content></item><item><title><![CDATA[Charges against New York ex-Mayor Eric Adams' top aide are just the latest probe of his inner circle]]></title><link>https://www.local10.com/news/national/2026/06/24/charges-against-new-york-ex-mayor-eric-adams-top-aide-are-just-the-latest-probe-of-his-inner-circle/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/06/24/charges-against-new-york-ex-mayor-eric-adams-top-aide-are-just-the-latest-probe-of-his-inner-circle/</guid><dc:creator><![CDATA[By JAKE OFFENHARTZ and DAVE COLLINS, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — In his four years as New York mayor, Eric Adams' administration was roiled by corruption probes that led to early-morning FBI searches, resignations of top officials and indictments that alleged a rampant culture of pay-to-play politics at the highest levels of City Hall.]]></description><pubDate>Wed, 24 Jun 2026 20:53:17 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — In his four years as New York mayor, Eric Adams' administration was roiled by corruption probes that led to early-morning FBI searches, resignations of top officials and indictments that alleged a rampant culture of pay-to-play politics at the highest levels of City Hall.</p><p>Even with Adams now far from elected office and facing no charges himself, that saga continues.</p><p>On Wednesday his former chief of staff, Frank Carone, was arrested on federal charges alleging that he accepted $120,000 in bribes in exchange for steering a multimillion-dollar migrant shelter contract to a Queens hotel. Three others, including Carone’s brother, were also indicted. All have pleaded not guilty.</p><p>Another of Adams' closest allies, Ingrid Lewis-Martin, is still fighting separate bribery charges, which include allegations that she exchanged political favors for cash, diamond earrings and a speaking role on a TV show.</p><p>And Adams himself was indicted on bribery charges in 2024, accused of taking illegal campaign contributions from Turkish officials and providing political favors to them in return. Adams, a Democrat, denied any wrongdoing and those charges were later dropped at the behest of the Trump administration.</p><p>Here is a look at some of the criminal investigations that cast a pall over the nation's largest city during Adams' tumultuous tenure and its aftermath:</p><p>Corruption probe launched early in Adams' mayoral term</p><p>Soon after Adams took office in January 2022, federal agents quietly began a corruption investigation into his campaign. It spilled into public view in the fall of 2023, when authorities seized his phones as he was leaving an event. A year later, federal prosecutors brought fraud and bribery charges against him.</p><p>The indictment accused Adams of allowing Turkish officials and other businesspeople to buy his influence with illegal campaign contributions and steep discounts on overseas trips. Among the favors he allegedly provided in return was accelerating the opening of Turkey's diplomatic building in New York, prosecutors said.</p><p>Adams denied wrongdoing and insisted, without evidence, that the Biden administration had politically targeted his administration because of his criticism of its immigration policy.</p><p>But soon after President Donald Trump returned to the White House in early 2025, Justice Department leadership ordered Manhattan federal prosecutors to drop the case, arguing that it was hindering the mayor’s ability to assist Trump's immigration crackdown.</p><p>The investigation severely wounded Adams' efforts last year to seek reelection. He skipped the Democratic primary and got on the ballot as an independent, but eventually ended his campaign early.</p><p>Top adviser accused of trading influence for diamond earrings and a TV show cameo</p><p>As former chief adviser, Lewis-Martin was perhaps the only city official with more direct access to Adams than Carone.</p><p>In 2024 she too was indicted for allegedly trading her influence for bribes worth more than $100,000 from those with business before the city. Lewis-Martin has denied wrongdoing.</p><p>In one instance, prosecutors said, Lewis-Martin agreed to quash a planned bike lane near a Brooklyn soundstage at the request of the studio’s owners in exchange for perks including a promised role on the police drama “Blue Bloods.”</p><p>In a separate scheme, prosecutors said, she accepted diamond earrings and cash from two real estate developers and then helped to speed up approvals of their projects, at times overriding safety concerns from city regulators.</p><p>Her attorney Arthur Aidala — who is also representing Carone — has said she was simply helping constituents cut through the city’s thick red tape.</p><p>The case against Lewis-Martin was brought by the Manhattan District Attorney Alvin Bragg, and a hearing is scheduled for Thursday.</p><p>Other allies resigned but have faced no charges</p><p>Many who departed Adams' administration under a cloud of scandal — often after having their devices seized and homes searched by federal agents — have not faced charges.</p><p>Among them: an adviser to the Chinese community who handed a potato chip bag full of cash to a reporter after an Adams campaign event; the former police commissioner, whose twin brother was accused of extortion by a Brooklyn bar owner; and Adams’ schools chancellor and deputy mayor, also brothers, whose third brother ran a consulting firm that connected clients with city officials.</p><p>Each has denied wrongdoing, and none has been charged with a crime.</p><p>Federal authorities have declined to disclose the purpose of their searches and whether any of the investigations remain active.</p><p>Some low-level associates pleaded guilty to charges involving illegal campaign funds</p><p>Even after the charges against Adams were dropped, prosecutors continued to pursue cases against some of the lower-level operatives involved in the indictment.</p><p>One, a Brooklyn real estate magnate, was sentenced to a year of probation last summer after pleading guilty to working with a Turkish government official to funnel illegal donations to Adams' 2021 campaign.</p><p>And in November an Adams aide who served as his liaison to the city's Muslim communities was sentenced to three years of probation for soliciting illegal campaign funds.</p><p>Before handing down that sentence, Judge Dale Ho, who also presided over the case against Adams that was dismissed, likened the mayor's absence to an “elephant in the room.”</p><p>“There’s a notable absence here of the person at the apex of the pyramid,” he said.</p><p>___</p><p>Collins reported from Hartford, Connecticut.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2YQE46VU3UQS6CUDT4JBSTM2R4.jpg?auth=1901ddfc4f35556113f008b6df939b6bcb2dd00d30af720d81d1c2b1b8b9371c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - New York Mayor Eric Adams, accompanied by Ingrid Lewis-Martin, his chief advisor, responds to questions during a news conference at New York's City Hall, Nov. 14, 2023. (AP Photo/Richard Drew, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Richard Drew</media:credit></media:content></item><item><title><![CDATA[Viral video: Marlins search for ‘very good boy’ who watched dog score hot dog at loanDepot Park]]></title><link>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/</link><guid isPermaLink="true">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/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Miami Marlins posted a “wanted” poster searching for what they’re calling a “very good boy” — the dog who watched another pup score a hot dog in the stands during Tuesday’s game at loanDepot Park. ]]></description><pubDate>Wed, 24 Jun 2026 18:28:25 +0000</pubDate><content:encoded><![CDATA[<p>Miami Marlins posted a “wanted” poster searching for what they’re calling a “very good boy.” </p><p><a href="https://www.local10.com/news/local/2026/06/24/video-viral-marlins-buscan-a-muy-buen-chico-que-vio-a-perro-atrapar-un-hot-dog-en-loandepot-park/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/24/video-viral-marlins-buscan-a-muy-buen-chico-que-vio-a-perro-atrapar-un-hot-dog-en-loandepot-park/">Leer en español</a></p><p>The viral video from <a href="https://x.com/MLB/status/2069218730442137723" target="_self" rel="" title="https://x.com/MLB/status/2069218730442137723">MLB</a> came after a dog who watched another pup score a hot dog in the stands during Monday’s game vs. the Texas Rangers during the top of the seventh inning at loanDepot Park. </p><blockquote class="twitter-tweet"><p lang="en" dir="ltr">It&#39;s tough seeing others live out your dream 🐶🌭 <a href="https://t.co/iMSgfb2AaN">pic.twitter.com/iMSgfb2AaN</a></p>&mdash; MLB (@MLB) <a href="https://x.com/MLB/status/2069218730442137723?ref_src=twsrc%5Etfw">June 23, 2026</a></blockquote><p>The reward for the dog? </p><p>A dream day at the ballpark.</p><p>Now the question is: what are the odds fans can help track him down and make that special day happen?</p><p>Call 305-480-2525 if you have information on the dog’s whereabouts.</p><blockquote class="twitter-tweet"><p lang="en" dir="ltr">Wanted: A very good boy<br><br>Reward: a dream day at <a href="https://x.com/loanDepotpark?ref_src=twsrc%5Etfw">@loanDepotpark</a> <a href="https://t.co/KusIXAjURi">https://t.co/KusIXAjURi</a> <a href="https://t.co/fn6tOdx65w">pic.twitter.com/fn6tOdx65w</a></p>&mdash; Miami Marlins (@Marlins) <a href="https://x.com/Marlins/status/2069468190300667996?ref_src=twsrc%5Etfw">June 23, 2026</a></blockquote>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MBDYXGEJFFBDXIF47WKLUJLEMY.jpg?auth=4cbef7968d33f23ad6b20f5719bf0196852d8585f9cb6986c3608a79ad77b40b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Failed robbery on small Caribbean island of Tobago spawns memes and Batman references]]></title><link>https://www.local10.com/news/world/2026/06/24/failed-robbery-on-small-caribbean-island-of-tobago-spawns-memes-and-batman-references/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/24/failed-robbery-on-small-caribbean-island-of-tobago-spawns-memes-and-batman-references/</guid><dc:creator><![CDATA[By ANSELM GIBBS, Associated Press]]></dc:creator><description><![CDATA[PORT-OF-SPAIN, Trinidad (AP) — Police in Trinidad and Tobago said Wednesday that they are searching for a group of robbers caught on camera who used a backhoe to try and steal a cash machine but bungled the movie-style heist so badly they ended up as memes.]]></description><pubDate>Wed, 24 Jun 2026 20:29:01 +0000</pubDate><content:encoded><![CDATA[<p>PORT-OF-SPAIN, Trinidad (AP) — Police in Trinidad and Tobago said Wednesday that they are searching for a group of robbers caught on camera who used a backhoe to try and steal a cash machine but bungled the movie-style heist so badly they ended up as memes.</p><p>Security camera footage shows at least four suspects fumbling around the crime scene. One of them bore a striking resemblance to Batman, wearing black clothing, a black ski mask and what looked like a black poncho that blew in the wind like the superhero’s cape. That person is seen tripping over debris and falling on the floor while attempting to direct the backhoe.</p><p>The Trinidad and Tobago Police Service said the suspects’ “efforts to remove the vault proved futile, after the arm of the backhoe sustained damage” during the incident early Wednesday.</p><p>The suspects were able to move the cash machine to the sidewalk with the backhoe, which police said they stole from a nearby beach. But after the backhoe’s arm stopped working – and their combined efforts to lift the cash machine onto a small truck also failed – the suspects gave up and sped off in what police said was a stolen vehicle.</p><p>The detached cash machine remained in the open, with authorities later responding to the scene in Tobago, the smaller of the twin-island nation. Based on the security video timestamp, the failed attempt lasted over 10 minutes all while a state of emergency remains in effect.</p><p>The video of the attempted robbery quickly went viral. Memes popped up on social media, callers on morning radio talk shows made fun of the failed robbers and a local newspaper headlined its story, “‘Batman’ and robbing.”</p><p>Trinidad and Tobago recently extended its state of emergency by three months, until September, as authorities struggle with violent crimes.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/432IRG5Q6ZCMDFVDNRJLWMVKQY.png?auth=7f0c1e570dc4b8957c2315b14a86430d87d54fb8be041dd98a6fe7b1bc95a6cf&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[BSO deputy accused of fleeing traffic stop, resisting arrest in Miramar]]></title><link>https://www.local10.com/news/local/2026/06/24/bso-deputy-accused-of-fleeing-traffic-stop-resisting-arrest-in-miramar/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/24/bso-deputy-accused-of-fleeing-traffic-stop-resisting-arrest-in-miramar/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A Broward Sheriff’s Office deputy was arrested after Miramar police said he fled from officers during a traffic stop and later barricaded himself inside his apartment.]]></description><pubDate>Wed, 24 Jun 2026 19:44:01 +0000</pubDate><content:encoded><![CDATA[<p>A Broward Sheriff’s Office detention deputy was arrested earlier this week after Miramar police said he fled from officers during a traffic stop and later barricaded himself inside his apartment.</p><p><a href="https://www.local10.com/news/local/2026/06/24/acusan-a-agente-de-la-bso-de-huir-de-parada-de-trafico-y-resistirse-al-arresto-en-miramar/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/24/acusan-a-agente-de-la-bso-de-huir-de-parada-de-trafico-y-resistirse-al-arresto-en-miramar/">Leer en español</a></p><p>According to an arrest report, the suspect was identified as Pyram Gounot, 54, of Miramar. </p><p>Jail records show he is facing two counts of resisting an officer without violence and is no longer in custody.</p><p>Police said the incident began around 11:45 p.m. Sunday near the 12000 block of Saint Andrews Place, where an officer observed Gounot driving a Toyota pickup truck at a “high rate of speed” and initiated a traffic stop.</p><p>Investigators said Gounot exited the vehicle and ran from the officer on foot. They said he allegedly ran up a flight of stairs to the front door of his second-floor apartment.</p><p>According to the report, after the officer ordered him to return downstairs to his vehicle, Gounot again fled, running up a different stairwell. </p><p>While pursuing him, the officer fell while turning a corner, struck a concrete wall and suffered a cut to his head that required medical treatment, the report states. </p><p>Police said Gounot then entered his apartment and refused to come outside.</p><p>They said Gounot’s daughter came out of a bedroom at the home and informed officers that her father is a BSO deputy.</p><p>BSO’s Public Corruption Unit was contacted and assisted with surveillance of Gounot, according to the report. </p><p>Authorities said that later Monday morning, a woman drove him to the BSO Public Safety Complex in Fort Lauderdale, where he was taken into custody without incident.</p><p>Police said Gounot declined to be interviewed.</p><p>A BSO spokesperson told Local 10 News that Gounot has served as a detention deputy with the agency since March 11, 2002. Following his arrest, he was placed on administrative investigative leave with pay, the spokesperson confirmed.</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/KABQBBPJMZFRNGP46EIM235MWI.jpg?auth=a8b13bfb4083604fc5073e084045999b5a522521d47b6474d42090ba4ad3cfe6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Trump administration loses appeal over access to personal information of Michigan voters]]></title><link>https://www.local10.com/news/politics/2026/06/24/trump-administration-loses-appeal-over-access-to-personal-information-of-michigan-voters/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/24/trump-administration-loses-appeal-over-access-to-personal-information-of-michigan-voters/</guid><dc:creator><![CDATA[By ED WHITE, Associated Press]]></dc:creator><description><![CDATA[DETROIT (AP) — Michigan can keep a lid on the personal information of registered voters, a federal appeals court said Wednesday in the latest defeat for the Trump administration, which has been trying to get key details from dozens of states.]]></description><pubDate>Wed, 24 Jun 2026 20:21:30 +0000</pubDate><content:encoded><![CDATA[<p>DETROIT (AP) — Michigan can keep a lid on the personal information of registered voters, a federal appeals court said Wednesday in the latest defeat for the Trump administration, which has been trying to get key details from dozens of states.</p><p>The release of birth dates, driver's license numbers and partial Social Security numbers is not covered by a law cited by the U.S. Justice Department, the 6th U.S. Circuit Court of Appeals said in a 2-1 opinion, upholding the decision of a federal judge in Lansing, Michigan.</p><p>In addition to Michigan, judges so far have rejected efforts in Maryland, Arizona, California, Maine, Massachusetts, Oregon, Rhode Island and Wisconsin. In Georgia, a judge dismissed a lawsuit because it had been filed in the wrong city, prompting the government to refile elsewhere.</p><p>Michigan Secretary of State Jocelyn Benson, a Democrat, said the federal government only could receive a list of registered voters, similar to any member of the general public.</p><p>The Trump administration said it wants the personal information of voters to ensure that Michigan is complying with federal election law. In a court filing, it cited “anomalies” and other complaints.</p><p>Attorneys for Michigan, however, said the government has other goals, including the creation of a national voter file and sharing information with the U.S. Department of Homeland Security to see if noncitizens have signed up and voted.</p><p>At least 13 states have either provided or promised to hand over their voter registration lists to the government, according to the Brennan Center for Justice and Associated Press reporting: Alaska, Arkansas, Indiana, Louisiana, Mississippi, Nebraska, Ohio, Oklahoma, South Carolina, South Dakota, Tennessee, Texas and Wyoming.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PIKORT6PGZ62XJ2KE6T236P3VE.jpg?auth=d9ac9eaf054c784c1f7dd1b8535f4d2513299503b01845e60fd4d6d20f7e1386&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A person waits to cast a ballot at the Horatio Williams Foundation in downtown Detroit, Nov. 4, 2025. (AP Photo/Ryan Sun, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ryan Sun</media:credit></media:content></item><item><title><![CDATA[AI is helping gas stations collude to raise California fuel prices, lawsuit says]]></title><link>https://www.local10.com/news/national/2026/06/24/ai-is-helping-gas-stations-collude-to-raise-california-fuel-prices-lawsuit-says/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/06/24/ai-is-helping-gas-stations-collude-to-raise-california-fuel-prices-lawsuit-says/</guid><dc:creator><![CDATA[By R.J. RICO, Associated Press]]></dc:creator><description><![CDATA[AI-powered software has allowed gas station operators across California to illegally collude and drive up prices at the pump, according to a federal lawsuit.]]></description><pubDate>Wed, 24 Jun 2026 20:19:32 +0000</pubDate><content:encoded><![CDATA[<p>AI-powered software has allowed gas station operators across California to illegally collude and drive up prices at the pump, according to a federal lawsuit.</p><p>The proposed class action lawsuit, filed Monday, accuses gas station giants including Marathon and Circle K of violating California’s antitrust law through Kalibrate, a fuel-pricing software system used across the world. The plaintiffs describe Kalibrate as the “central nervous system for a conspiracy to extinguish retail price competition among gas stations.”</p><p>According to the lawsuit, Kalibrate helps “coordinate high prices” and even discourages its users from pricing their gas lower than competitors, saying that doing so would trigger a “downward spiral.”</p><p>“Kalibrate promises that if gas stations surrender their pricing decisions and competitively sensitive cost and volume data to Kalibrate Fuel Pricing, the software will enable them to avoid competing with other area stations and to charge higher prices to consumers,” the lawsuit said.</p><p>Californians already pay some of the highest gas prices in the nation, and prices have surged across the globe since the start of the Iran war.</p><p>The lawsuit is the latest to accuse software companies of driving up the cost of living for millions in the U.S. Other examples include the Department of Justice's lawsuit against RealPage, which has been accused of helping landlords drive up rent prices, and the DOJ's lawsuit against Agri Stats, a data-sharing company accused of helping the meatpacking industry inflate grocery prices. The DOJ has settled both of those lawsuits in the past year, though various state attorneys general are still pursuing lawsuits against RealPage and numerous property management companies.</p><p>Concern over algorithmic pricing prompted Democratic California Gov. Gavin Newsom last year to sign a bill saying that state antitrust law applies to pricing algorithms, helping to pave the way for this week's lawsuit.</p><p>Kalibrate is headquartered in Manchester, England, and operates in more than 70 countries. It did not respond to a request for comment Wednesday.</p><p>The lawsuit accuses Kalibrate of facilitating cartel-like collusion. Only this time, instead of competitors making a secret deal “over cigars in a smoky back room,” the price-fixing is done through AI, according to the lawsuit.</p><p>“As technology has advanced, so too have the mechanisms available to competitors to fix prices without the cigars, the smoke, or even the room,” the lawsuit says.</p><p>Among the examples the lawsuit lists is a “restoration” tool that helps “nearly all gas stations in an area raise their prices contemporaneously and by a large amount.”</p><p>According to the lawsuit, research into algorithmic fuel-pricing software found average price increases of about 6 cents per gallon, rising to as much as 30 cents per gallon in markets where many stations use the technology.</p><p>“Because of the volume of fuel sold across California, a single cent increase at the pump will drain a whopping $134 million from California drivers’ wallets every year across the state,” the lawsuit says.</p><p>The defendants in the lawsuit — which also include BP, Speedway, EG America, Walmart and Albertsons — collectively operate more than 1,700 gas stations in California, according to the lawsuit. None of them immediately responded to a request for comment.</p><p>The lawsuit seeks to represent California drivers who bought gas at stations using Kalibrate software since June 2022.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/EXKJJMUHUTXTYY2ZTK7KXPFBHM.jpg?auth=919d0abf597662890d2b304d110bdec3ec6f22085b8e8ed868525c3130145885&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Prices are displayed on a digital gas station sign in San Francisco, April 29, 2026. (AP Photo/Jeff Chiu, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Chiu</media:credit></media:content></item><item><title><![CDATA[Indiana’s Aliyah Boston and Caitlin Clark surge to 1-2 in WNBA All-Star fan voting]]></title><link>https://www.local10.com/sports/2026/06/24/indianas-aliyah-boston-and-caitlin-clark-surge-to-1-2-in-wnba-all-star-fan-voting/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/24/indianas-aliyah-boston-and-caitlin-clark-surge-to-1-2-in-wnba-all-star-fan-voting/</guid><dc:creator><![CDATA[By DOUG FEINBERG, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Indiana teammates Aliyah Boston and Caitlin Clark are 1-2 in the fan voting for this year's All-Star game, the league announced Wednesday.]]></description><pubDate>Wed, 24 Jun 2026 19:51:42 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Indiana teammates Aliyah Boston and Caitlin Clark are 1-2 in the fan voting for this year's All-Star game, the league announced Wednesday.</p><p>Four-time league MVP A'ja Wilson is third about 11,000 votes behind Clark. The Las Vegas Aces star led the initial fan ballots. Dallas Wings guard Paige Bueckers is fourth, about 18,000 votes behind Wilson. New York's Breanna Stewart was next. Wilson and Bueckers were the top two vote getters after the first set of returns.</p><p>Fan ballots end Saturday night.</p><p>Rounding out the top 10 were Jessica Shepard of Dallas, Angel Reese of Atlanta, Gabby Williams of Golden State, Kelsey Mitchell of Indiana and Minnesota rookie Olivia Miles.</p><p>After all votes are tallied, players will be ranked by position (guard and frontcourt) within each of the three voting groups — fan votes, player votes and media votes. Fan vote counts 50% while media and player votes are 25% each.</p><p>Each player’s score will be calculated by averaging their weighted rank from all three areas. The four guards and six frontcourt players with the best score will be named as starters for the All-Star Game which will be played on July 25 in Chicago.</p><p>Once the starters are chosen, the league's head coaches will select the 12 reserves. The 15 head coaches will vote for three guards, five frontcourt players and four players at either position regardless of conference. Coaches can't vote for their own players.</p><p>New this year, two WNBA legends will serve as honorary general managers and choose the two teams from the pool of All-Stars. Previously the top two fan vote-getters would serve as captains and choose the teams.</p><p>The two head coaches will be determined by the teams with the two best records following games on July 10.</p><p>___</p><p>AP WNBA: https://apnews.com/hub/wnba-basketball</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/M63LUMYITJ4ZINR674VXLWZKLU.jpg?auth=555bddd09d4f1c1f43ae1165bbddfc3573cdf4f51f99796a0ff518c5ca9ee70e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Indiana Fever guard Caitlin Clark (22) shoots over Atlanta Dream forward Sika Kone (23) in the first half of a WNBA basketball game in Indianapolis, Thursday, June 18, 2026. (AP Photo/Michael Conroy)]]></media:description><media:credit role="author" scheme="urn:ebu">Michael Conroy</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7LWVSYYG4R2GSP5EP3HZIX2D4A.jpg?auth=088076b5d307f961a1aab933f075fcefc483e24e8f6563bcdf49098b289249ee&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Atlanta Dream guard Allisha Gray (15) looks to shoot in front of Indiana Fever center Aliyah Boston (7) in the second half of a WNBA basketball game in Indianapolis, Thursday, June 18, 2026. (AP Photo/Michael Conroy)]]></media:description><media:credit role="author" scheme="urn:ebu">Michael Conroy</media:credit></media:content></item><item><title><![CDATA[Acusan a agente de la BSO de huir de parada de tráfico y resistirse al arresto en Miramar]]></title><link>https://www.local10.com/news/local/2026/06/24/acusan-a-agente-de-la-bso-de-huir-de-parada-de-trafico-y-resistirse-al-arresto-en-miramar/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/24/acusan-a-agente-de-la-bso-de-huir-de-parada-de-trafico-y-resistirse-al-arresto-en-miramar/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Un agente de la Oficina del Sheriff de Broward fue arrestado después de que la policía de Miramar informara que huyó de los oficiales durante una parada de tráfico y posteriormente se atrincheró dentro de su apartamento.]]></description><pubDate>Wed, 24 Jun 2026 19:48:14 +0000</pubDate><content:encoded><![CDATA[<p>Un agente de la Oficina del Sheriff de Broward fue arrestado después de que la policía de Miramar informara que huyó de los oficiales durante una parada de tráfico y posteriormente se atrincheró dentro de su apartamento.</p><p>Según un informe de arresto, el sospechoso fue identificado como Pyram Gounot, de 54 años y residente de Miramar.</p><p>Los registros de la cárcel muestran que enfrenta dos cargos por resistirse a un oficial sin violencia y que ya no permanece bajo custodia.</p><p>La policía indicó que el incidente comenzó alrededor de las 11:45 p.m. del domingo cerca de la cuadra 12000 de Saint Andrews Place, donde un oficial observó a Gounot conduciendo una camioneta Toyota a “alta velocidad” e inició una parada de tráfico.</p><p>Los investigadores dijeron que Gounot salió del vehículo y huyó del oficial a pie. Indicaron que presuntamente subió un tramo de escaleras hasta la puerta principal de su apartamento en un segundo piso.</p><p>Según el informe, después de que el oficial le ordenó regresar a su vehículo, Gounot volvió a huir, esta vez subiendo por otra escalera.</p><p>Mientras lo perseguía, el oficial cayó al doblar una esquina, se golpeó contra un muro de concreto y sufrió una cortadura en la cabeza que requirió atención médica, señala el informe.</p><p>La policía indicó que Gounot luego entró en su apartamento y se negó a salir.</p><p>Según las autoridades, la hija de Gounot salió de una habitación de la vivienda e informó a los oficiales que su padre era un agente de la BSO.</p><p>La Unidad de Corrupción Pública de la BSO fue contactada y colaboró en la vigilancia de Gounot, según el informe.</p><p>Las autoridades dijeron que más tarde, la mañana del lunes, una mujer lo llevó al Complejo de Seguridad Pública de la BSO en Fort Lauderdale, donde fue detenido sin incidentes.</p><p>La policía informó que Gounot se negó a ser entrevistado.</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/KABQBBPJMZFRNGP46EIM235MWI.jpg?auth=a8b13bfb4083604fc5073e084045999b5a522521d47b6474d42090ba4ad3cfe6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Ministro de Relaciones Exteriores de Israel: De la Espriella, de Colombia, es “un verdadero amigo del pueblo judío”]]></title><link>https://www.local10.com/news/local/2026/06/24/ministro-de-relaciones-exteriores-de-israel-de-la-espriella-de-colombia-es-un-verdadero-amigo-del-pueblo-judio/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/24/ministro-de-relaciones-exteriores-de-israel-de-la-espriella-de-colombia-es-un-verdadero-amigo-del-pueblo-judio/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[El presidente electo de Colombia, Abelardo De la Espriella, planea restablecer las relaciones de ese país sudamericano con Israel cuando asuma el cargo el 7 de agosto.]]></description><pubDate>Wed, 24 Jun 2026 19:41:58 +0000</pubDate><content:encoded><![CDATA[<p>El presidente electo de Colombia, Abelardo De la Espriella, planea restablecer las relaciones del país sudamericano con Israel cuando asuma el cargo en agosto.</p><p>Gideon Sa’ar, ministro de Relaciones Exteriores de Israel, anunció el miércoles en hebreo que sostuvo una conversación telefónica con De la Espriella, a quien describió como “un verdadero amigo del pueblo judío” y de Israel.</p><p>“El presidente electo reiteró en nuestra conversación su compromiso, que también expresó durante la campaña electoral de su país, con la alianza entre Israel y Colombia, que será más fuerte que nunca”, escribió Sa’ar <a href="https://x.com/gidonsaar/status/2069797068961411448" target="_blank" rel="noreferrer" title="https://x.com/gidonsaar/status/2069797068961411448">en X</a> en hebreo.</p><p>De la Espriella, de 47 años, quien ha dicho que planea abrir una embajada colombiana en Jerusalén, respondió a la publicación de Sa’ar tanto en inglés como en español <a href="https://x.com/ABDELAESPRIELLA/status/2069802956765925742" target="_blank" rel="noreferrer" title="https://x.com/ABDELAESPRIELLA/status/2069802956765925742">en X</a>.</p><p>“Colombia restablecerá y fortalecerá su relación con el Estado de Israel como nunca antes”, escribió De la Espriella. “Israel puede contar con Colombia como un amigo leal y un aliado firme. Que Dios bendiga a nuestras dos naciones”.</p><p>Durante su campaña, De la Espriella, quien se identificó como un ex ateo convertido al catolicismo, estableció vínculos con pastores de megaiglesias y contó con el respaldo de partidos políticos de la derecha cristiana.</p><p>Colombia reconoció al Estado de Israel en 1949 y abrió una embajada en Tel Aviv en 1957. Un acuerdo de libre comercio entre ambos países entró en vigor en 2020. El presidente Gustavo Petro cambió esa relación.</p><p>Durante la guerra entre Israel y Hamás, Petro acusó a Israel de genocidio, retiró la delegación diplomática de Colombia en 2024 y anunció el fin del acuerdo de libre comercio a principios de este año.</p><p>Iván Cepeda, el candidato de izquierda que contaba con el apoyo y respaldo de Petro, reconoció su derrota frente a De la Espriella, quien lo venció por un punto porcentual, o cerca de 251,000 votos.</p><p>De la Espriella, quien tiene ciudadanía estadounidense y colombiana, celebró su victoria como “El Tigre” la noche del domingo en Barranquilla. Cepeda, de 63 años, y Petro, de 66, exigieron un recuento y pidieron un mayor escrutinio.</p><p>“Ejerceremos una oposición democrática, vigilante y constructiva”, dijo Cepeda durante su discurso de reconocimiento de derrota.</p><p>De la Espriella también planea que Colombia se una al “Escudo de las Américas” del presidente Trump, también conocido como la Coalición de las Américas contra los Carteles, después de juramentarse como el 48.º presidente de Colombia el 7 de agosto en Bogotá.</p><p><b>Reportes relacionados</b></p><ul><li><a href="https://www.local10.com/news/2026/06/24/progressive-candidate-concedes-colombian-presidential-election-to-trump-endorsed-outsider/" target="_self" rel="" title="https://www.local10.com/news/2026/06/24/progressive-candidate-concedes-colombian-presidential-election-to-trump-endorsed-outsider/">El candidato progresista reconoce la derrota en las elecciones presidenciales colombianas ante un aspirante ajeno al sistema respaldado por Trump.</a></li><li><a href="https://www.local10.com/news/world/2026/06/24/colombias-vote-may-reshape-the-amazons-future-as-political-winds-shift-across-latin-america/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/24/colombias-vote-may-reshape-the-amazons-future-as-political-winds-shift-across-latin-america/">La votación en Colombia podría reconfigurar el futuro de la Amazonía a medida que cambian los vientos políticos en América Latina.</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/2KZYM3H76UWEXHEWEZMIOBSK4U.jpg?auth=fd0551abe376aefd149d1042d152217e4f1d0d45a87f9d8a182c53f0e3344454&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Presidential candidate Abelardo de la Espriella of the opposition Defenders of the Motherland movement arrives to vote in the runoff election in Barranquilla, Colombia, Sunday, June 21, 2026. ((AP Photo/Rodrigo Abd)]]></media:description><media:credit role="author" scheme="urn:ebu">Rodrigo Abd</media:credit></media:content></item><item><title><![CDATA[Israel’s foreign minister: Colombia’s De la Espriella is ‘a true friend of the Jewish people’]]></title><link>https://www.local10.com/news/world/2026/06/24/israels-foreign-minister-de-la-espriella-is-a-true-friend-of-the-jewish-people/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/24/israels-foreign-minister-de-la-espriella-is-a-true-friend-of-the-jewish-people/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Colombian President-elect Abelardo De la Espriella plans to restore the South American country’s relations with Israel when he takes office on Aug. 7. ]]></description><pubDate>Wed, 24 Jun 2026 19:06:01 +0000</pubDate><content:encoded><![CDATA[<p>Colombian President-elect Abelardo De la Espriella plans to restore the South American country’s relations with Israel when he takes office in August. </p><p><a href="https://www.local10.com/news/local/2026/06/24/ministro-de-relaciones-exteriores-de-israel-de-la-espriella-de-colombia-es-un-verdadero-amigo-del-pueblo-judio/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/24/ministro-de-relaciones-exteriores-de-israel-de-la-espriella-de-colombia-es-un-verdadero-amigo-del-pueblo-judio/">Leer en español</a></p><p>Gideon Sa’ar, Israel’s foreign minister, announced on Wednesday in Hebrew that he had a phone conversation with De La Espriella, whom he referred to as a “true friend of the Jewish people” and Israel.</p><p>“The president-elect reiterated in our conversation his commitment, which he also expressed during his country’s election campaign, to the alliance between Israel and Colombia that will be stronger than ever,” Sa’ar wrote <a href="https://x.com/gidonsaar/status/2069797068961411448" target="_self" rel="" title="https://x.com/gidonsaar/status/2069797068961411448">on X</a> in Hebrew. </p><p>De la Espriella, 47, who has said he planned to open a Colombian embassy in Jerusalem, responded to Sa’ar’s post in both English and Spanish <a href="https://x.com/ABDELAESPRIELLA/status/2069802956765925742" target="_self" rel="" title="https://x.com/ABDELAESPRIELLA/status/2069802956765925742">on X</a>. </p><p>“Colombia will restore and strengthen its relationship with the State of Israel like never before,” De la Espriella wrote. “Israel can count on Colombia as a loyal friend and steadfast ally. May God bless our two nations.”</p><p>During his campaign, De la Espriella, who identified as a former atheist who converted to Catholicism, connected with pastors from megachurches and had the backing of Christian-right political parties. </p><p>Colombia recognized Israel’s statehood in 1949 and opened an embassy in Tel Aviv in 1957. A free trade agreement between the two countries went into effect in 2020. President Gustavo Petro changed that. </p><p>During the Israel-Hamas war, Petro accused Israel of genocide, recalled Colombia’s diplomatic delegation in 2024, and announced the end of the free trade agreement earlier this year.</p><p>Iván Cepeda, the left-wing candidate who had Petro’s support and endorsement, conceded to De la Espriella, who defeated him by 1 percentage point, or about 251,000 votes.</p><p>De la Espriella, who has U.S. and Colombian citizenship, celebrated his victory as “El Tigre” on Sunday night in Barranquilla. Cepeda, 63, and Petro, 66, demanded a recount and pushed for more scrutiny. </p><p>“We will exercise a democratic, vigilant, and constructive opposition,” Cepeda said during his concession speech. </p><p>De la Espriella also plans to have Colombia join Trump’s “Shield of the Americas,” also known as the <a href="https://www.war.gov/News/Releases/Release/Article/4424650/statement-by-chief-pentagon-spokesman-sean-parnell-on-the-americas-counter-cart/" target="_self" rel="" title="https://www.war.gov/News/Releases/Release/Article/4424650/statement-by-chief-pentagon-spokesman-sean-parnell-on-the-americas-counter-cart/">Americas Counter Cartel Coalition</a>, or ACCC, after he is sworn in as the 48th president on Aug. 7 in Bogotá. </p><p><b>Related reports </b></p><ul><li><a href="https://www.local10.com/news/2026/06/24/progressive-candidate-concedes-colombian-presidential-election-to-trump-endorsed-outsider/" target="_self" rel="" title="https://www.local10.com/news/2026/06/24/progressive-candidate-concedes-colombian-presidential-election-to-trump-endorsed-outsider/">Progressive candidate concedes Colombian presidential election to Trump-endorsed outsider</a></li><li><a href="https://www.local10.com/news/world/2026/06/24/colombias-vote-may-reshape-the-amazons-future-as-political-winds-shift-across-latin-america/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/24/colombias-vote-may-reshape-the-amazons-future-as-political-winds-shift-across-latin-america/">Colombia’s vote may reshape the Amazon’s future as political winds shift across Latin America</a></li></ul>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2KZYM3H76UWEXHEWEZMIOBSK4U.jpg?auth=fd0551abe376aefd149d1042d152217e4f1d0d45a87f9d8a182c53f0e3344454&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Presidential candidate Abelardo de la Espriella of the opposition Defenders of the Motherland movement arrives to vote in the runoff election in Barranquilla, Colombia, Sunday, June 21, 2026. ((AP Photo/Rodrigo Abd)]]></media:description><media:credit role="author" scheme="urn:ebu">Rodrigo Abd</media:credit></media:content></item><item><title><![CDATA[Investigación revela problemas que llevaron al colapso del condominio de Surfside ]]></title><link>https://www.local10.com/espanol/2026/06/23/investigacion-revela-problemas-que-llevaron-al-colapso-del-condominio-de-surfside/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/23/investigacion-revela-problemas-que-llevaron-al-colapso-del-condominio-de-surfside/</guid><dc:creator><![CDATA[Christina Vazquez]]></dc:creator><description><![CDATA[En vísperas del quinto aniversario del colapso de Champlain Towers South en Surfside, investigadores principales dijeron que el colapso comenzó a inicios de junio de 2021]]></description><pubDate>Tue, 23 Jun 2026 22:18:41 +0000</pubDate><content:encoded><![CDATA[<p>En vísperas del quinto aniversario del colapso de Champlain Towers South en Surfside, que cobró la vida de 98 personas, investigadores principales del Instituto Nacional de Estándares y Tecnología (NIST, por sus siglas en inglés) <a href="https://www.nist.gov/news-events/news/2026/06/nist-releases-technical-findings-what-caused-2021-partial-collapse" target="_self" rel="" title="https://www.nist.gov/news-events/news/2026/06/nist-releases-technical-findings-what-caused-2021-partial-collapse">dijeron que el colapso comenzó a inicios de junio de 2021</a> cuando fallaron dos conexiones entre las columnas del garaje y la losa de la terraza de la piscina.</p><p>Una vez que falló la primera conexión, dijeron que otros elementos de la terraza de la piscina quedaron encargados de soportar sus cargas, pero no eran lo suficientemente fuertes para soportarlas.</p><p>“Cuando las estructuras de los edificios se diseñan de acuerdo con los códigos y estándares requeridos, tienen márgenes contra la falla, lo que significa que deberían poder soportar mucha más carga de la que se espera que soporten”, dijo Judith Mitrani-Reiser del Instituto Nacional de Estándares y Tecnología (NIST). “En el caso de Champlain Towers South, estos márgenes contra la falla eran demasiado estrechos desde el inicio”.</p><p>Las investigaciones del NIST son realizadas por equipos nacionales de seguridad en la construcción, y aunque el laboratorio federal de investigación ha producido investigaciones completas sobre fallas estructurales de gran escala —incluido el incendio del <a href="https://www.nist.gov/disaster-failure-studies/station-nightclub-fire-2003" target="_self" rel="" title="https://www.nist.gov/disaster-failure-studies/station-nightclub-fire-2003">club nocturno Station</a> y el<a href="https://www.nist.gov/world-trade-center-investigation" target="_self" rel="" title="https://www.nist.gov/world-trade-center-investigation"> ataque al World Trade Center</a>— lo ocurrido en Surfside fue una primera vez incluso para ellos, ya que fallas de edificios previas que han estudiado tenían causas evidentes, <a href="https://www.nist.gov/disaster-failure-studies/joplin-tornado" target="_self" rel="" title="https://www.nist.gov/disaster-failure-studies/joplin-tornado">como tormentas</a>, incendios o un ataque terrorista.</p><p>Glenn Bell del NIST explicó parte de lo que su investigación descubrió.</p><p>“Desviaciones severas y generalizadas del diseño estructural original del edificio respecto a los códigos y estándares de la época”, dijo.</p><p>Según un informe del administrador municipal de 2021, el edificio hermano del condominio, Champlain Towers North, fue diseñado “por la misma firma de ingeniería y construido al mismo tiempo”, lo que genera preguntas sobre si tiene las mismas fallas originales de diseño y construcción.</p><p>Allyn Kil-Shimer, de KCE Structural Engineers, es el ingeniero estructural contratado por la ciudad para ayudar con su investigación independiente sobre el colapso. También buscó pistas en el cercano Champlain Towers North.</p><p>“Champlain Towers North nos pidió que evaluáramos su edificio para asegurarnos de que no tuviera problemas similares a los que encontramos en Champlain Towers South”, dijo Kil-Shimer.</p><p>“Lo hicimos durante aproximadamente un año y medio, y encontramos los mismos, si no más, defectos de diseño y deficiencias de construcción en la estructura de Champlain Towers North que los que habíamos encontrado incluso en Champlain Towers South, así que con la propiedad de Champlain Towers, el grupo de condominios de Champlain Towers North, que ahora se llama Ocean Waves, esencialmente instalamos una serie de apuntalamientos de emergencia en muchos lugares, y diseñamos el diseño estructural para la remediación necesaria para atender esos problemas”, añadió.</p><p>Kil-Shimer dijo que, trabajando con los propietarios del edificio, comenzaron el proceso de remediación.</p><p>“Comenzamos la construcción, los contratistas iniciaron la construcción en ese momento, contratistas que seleccionamos de expertos de todo el país, y obtuvimos permisos de la ciudad de Surfside”, dijo. “Ha pasado un año y casi dos años, y esencialmente todas las deficiencias estructurales de construcción y diseño en Champlain Towers North que encontramos, tanto al investigar Champlain Towers North como al investigar Champlain Towers South, han sido remediadas satisfactoriamente en Champlain Towers North”.</p><p>También se le preguntó si es seguro vivir allí.</p><p>“En esencia, ahora tengo 86 años y tengo bisnietos, yo los dejaría vivir en el edificio”, añadió. “Por todo lo que hemos encontrado, el edificio es estructuralmente sólido y no solo cumple con la mayoría de los códigos que existen hoy, lo cual no es obligatorio, ahora cumple como mínimo con los códigos estructurales de construcción que existían cuando los edificios fueron diseñados”.</p><p><iframe class="scribd_iframe_embed" title="8877 COLLINS AVE-Champlain Towers North Field Report Revised 001 R1 - Copy - Copy" src="https://www.scribd.com/embeds/1054462803/content?start_page=1&view_mode=scroll&access_key=key-T0FyEzO1lsJYyk3WQ6T6" tabindex="0" data-auto-height="true" data-aspect-ratio="0.7729220222793488" scrolling="no" width="100%" height="600" frameborder="0" ></iframe> </p>]]></content:encoded></item><item><title><![CDATA[Usher says tour with Chris Brown is about more than 2 stars. He makes the case for R&B in stadiums]]></title><link>https://www.local10.com/entertainment/2026/06/24/usher-says-tour-with-chris-brown-is-about-more-than-2-stars-he-makes-the-case-for-rb-in-stadiums/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/24/usher-says-tour-with-chris-brown-is-about-more-than-2-stars-he-makes-the-case-for-rb-in-stadiums/</guid><dc:creator><![CDATA[By JONATHAN LANDRUM Jr., Associated Press]]></dc:creator><description><![CDATA[LOS ANGELES (AP) — As Usher prepares to launch a stadium tour with Chris Brown, he says the criticism and legal troubles surrounding the singer never factored into his decision to embark on the tour.]]></description><pubDate>Wed, 24 Jun 2026 19:28:14 +0000</pubDate><content:encoded><![CDATA[<p>LOS ANGELES (AP) — As Usher prepares to launch a stadium tour with Chris Brown, he says the criticism and legal troubles surrounding the singer never factored into his decision to embark on the tour.</p><p>“Absolutely not,” Usher told The Associated Press. “He’s my brother, and he’s amazing as a performer. That’s who I see. He works hard for his fans, and his fans support him.”</p><p>Brown has remained one of R&B’s biggest stars despite years of legal troubles and controversy. Last year, he pleaded not guilty in London to charges stemming from an alleged 2023 assault at a nightclub after previously being released on bail to continue touring. He also pleaded guilty in 2009 to felony assault for attacking then-girlfriend Rihanna.</p><p>For Usher, their North American tour — which kicks off Friday in Denver — represents something much bigger than two of R&B's brightest stars sharing a stage.</p><p>The 33-date tour follows blockbuster solo runs for both artists. Fresh off headlining the Super Bowl halftime show in 2024, Usher’s “Past, Present, Future” tour sold more than 1.1 million tickets across North America, while Brown’s “Breezy Bowl XX” grossed nearly $300 million.</p><p>“It’s not about me and my brother coming together,” Usher said. “We come together in support of our fans of R&B.”</p><p>Throughout the interview, Usher repeatedly returned to one message: R&B has helped shape modern music while rarely receiving equal recognition.</p><p>“It deserves to be in a stadium,” he said. “It is not just for theaters. It is not just for arenas. We do this … too. We are major too. R&B is major too.”</p><p>Usher said the tour also honors the artists who laid the foundation for the genre, citing Buddy Bolden, James Brown, Jackie Wilson, Chuck Berry, Little Richard, Marvin Gaye, Donny Hathaway, Prince, Luther Vandross, along with influential figures including Earth, Wind & Fire and Babyface.</p><p>“We’re carrying it over there for them,” he said.</p><p>Rather than viewing the tour as a competition between two of the genre’s biggest performers, Usher said rehearsals have reflected the admiration they have for one another.</p><p>“When we run through the show, I look over and I see Chris standing up doing my portion and dancing,” he said. “When it would be my time, I’d be standing up rooting him on. I love his music. I am encouraged by his music in the same way I feel like he’s been encouraged and inspired by mine.”</p><p>Usher said the partnership fulfills a vision that dates to Brown’s earliest days in the music business.</p><p>“When he first started his career, having been there as a mentor, a person to support what he did, some portion of my 25-year-old self was kind of like, ‘Man, I’m still building. Let’s someday get to the point where there’s an opportunity for us to share the stage together,’” he said.</p><p>Now, Usher believes the collaboration could inspire more artists to rethink touring together.</p><p>“There is power in numbers,” he said. “After this becomes the success that I know it’s going to be, you will see more collaborations. You will see artists beginning to understand, ‘Wait a minute. We actually serve more of our fans when we bring them together, as opposed to trying to do it all by ourselves.’”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GK7YSJ7YX2UII5UIUBFEFODFLU.jpg?auth=3608a7f16194e6a25c99d50606fceaff120c326b4bc51bc7e2fca4a11bd04f63&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Usher performs during a Prince tribute at the 62nd annual Grammy Awards in Los Angeles on Jan. 26, 2020, left, and Chris Brown performs at the BET Awards in Los Angeles on June 25, 2017. (AP Photo)]]></media:description></media:content></item><item><title><![CDATA[As eyes are on the men at the World Cup, the Women's World Cup countdown has begun]]></title><link>https://www.local10.com/sports/2026/06/24/as-eyes-are-on-the-men-at-the-world-cup-the-womens-world-cup-countdown-has-begun/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/24/as-eyes-are-on-the-men-at-the-world-cup-the-womens-world-cup-countdown-has-begun/</guid><dc:creator><![CDATA[By ANNE M. PETERSON, Associated Press]]></dc:creator><description><![CDATA[While most of the soccer world is focused on the men at the World Cup, the countdown has begun for the 2027 Women's World Cup in Brazil.]]></description><pubDate>Wed, 24 Jun 2026 19:56:01 +0000</pubDate><content:encoded><![CDATA[<p>While most of the soccer world is focused on the men at the World Cup, the countdown has begun for the 2027 Women's World Cup in Brazil.</p><p>The women's tournament is set to start June 24, 2027, hosted by a South American country for the first time. Brazil hosted the men's World Cup in 1950 and 2014.</p><p>“I think that the host country, it sleeps and breathes football. So, I think just the energy you’re going to see from the public, the general public, and obviously the teams touching down in Brazil, I mean, it’s such a unique, special country,” FIFA chief football officer Jill Ellis said at an event Wednesday in Miami. “I think the same energy you’re going to feel right now when you bring the world together, and you have an incredible product in women’s football, I mean, the level of quality the players is so extraordinary that I think, honestly, it will be an epic showcase of football and fandom.”</p><p>In addition to Miami, a countdown event was also held in Rio de Janeiro. Even in Vancouver, British Columbia, at Wednesday's World Cup match between Switzerland and co-host Canada, video signage flashed with ads for the upcoming women's tournament.</p><p>All eight cities that will host women's matches next year also hosted men's games in 2014: Rio de Janeiro, Sao Paulo, Belo Horizonte, Brasilia, Fortaleza, Porto Alegre, Recife and Salvador.</p><p>Qualification for the tournament has already begun. Brazil, which has an automatic spot as host, has never won the women's tournament and it remains to be seen whether Marta, the six-time FIFA world player of the year, will be on the national team. The 40-year-old Marta has never won a major international tournament.</p><p>Thirteen other teams have also qualified, including Australia, Philippines, Japan, North Korea, China, South Korea, Argentina, Colombia, New Zealand, Germany, France, Spain and Denmark.</p><p>“There is only one year left until the moment that will be marked in the history of our country. For the CBF (Brazilian soccer confederation) and for all Brazilians, it is a source of great pride to host the Women’s World Cup," federation president Samir Xaud said in a statement. “It will be an opportunity to show the world our passion for football and, above all, the strength of Brazilian women’s football. We are certain that this will be a transformative World Cup, capable of inspiring girls in all regions of Brazil and leaving a lasting legacy.”</p><p>The first Women's World Cup was hosted by China in 1991. The United States has won the most titles with four. Spain won the last title in 2023 at the tournament co-hosted by Australia and New Zealand.</p><p>Women's soccer has experienced exponential growth in the past decade, with new leagues, increasing viewership and revenues. The Women's World Cup in Brazil will be the last with 32 teams. In 2031 the event will include 48 teams, like the men's tournament.</p><p>The 2031 World Cup is expected to be hosted by the United States, Mexico, Costa Rica and Jamaica. The formal decision will likely be announced in November.</p><p>“I think when we went to 32 there was some noise, are we’re ready, are there going to be blowouts? We saw an incredibly competitive landscape. We saw debutantes making the knockout rounds. I think the global game is accelerating so fast that countries are closing the gap a lot faster," Ellis said. “Our job is to make sure teams come in there as prepared and ready as they can, so we have the most competitive World Cup. So I think the growth of the game is accelerating rapidly, and I think by 2031 we certainly will have a very competitive World Cup.”</p><p>___</p><p>AP World Cup coverage: https://apnews.com/hub/fifa-world-cup</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2ZEN2TPCVLEMV4JIN3RMFPGWOI.jpg?auth=327c27486095929eb39dc33fc1b5d7631b4aed8ddddef790dd1cfa772ee2d47a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Christ the Redeemer monument is illuminated in Brazil's national colors as part of the countdown to the 2027 FIFA Women's World Cup, in Rio de Janeiro, Brazil, Tuesday, June 23, 2026. (AP Photo/Dhavid Normando)]]></media:description><media:credit role="author" scheme="urn:ebu">Dhavid Normando</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TENXNVVPTFZV4RCCGVXOIZLXO4.jpg?auth=15baf0f1db3874235cbcff8df17fc24a6cf3e5327feb6ab50ccc00ace33b642d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Christ the Redeemer monument is illuminated in Brazil's national colors as part of the countdown to the 2027 FIFA Women's World Cup, in Rio de Janeiro, Brazil, Tuesday, June 23, 2026. (AP Photo/Dhavid Normando)]]></media:description><media:credit role="author" scheme="urn:ebu">Dhavid Normando</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4SNP3EST6FZXE2JUVONJQJBEQ4.jpg?auth=1a7740afc40c4c8919a055b82e82e7f1927d80b551fa1bf2db52619328dcc37f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Christ the Redeemer monument is illuminated in Brazil's national colors as part of the countdown to the 2027 FIFA Women's World Cup, in Rio de Janeiro, Brazil, Tuesday, June 23, 2026. (AP Photo/Dhavid Normando)]]></media:description><media:credit role="author" scheme="urn:ebu">Dhavid Normando</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7YQ7TFYETUP25SKYUOOCLSUTBU.jpg?auth=519c08bd6de6506ccfca16f5e5acb8200c418f4c006c5b83879ba09035996fe8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Christ the Redeemer monument is illuminated in Brazil's national colors as part of the countdown to the 2027 FIFA Women's World Cup, in Rio de Janeiro, Brazil, Tuesday, June 23, 2026. (AP Photo/Dhavid Normando)]]></media:description><media:credit role="author" scheme="urn:ebu">Dhavid Normando</media:credit></media:content></item><item><title><![CDATA[Elección en Colombia podría redefinir el futuro de Amazonía ante el giro político en América Latina]]></title><link>https://www.local10.com/espanol/2026/06/24/eleccion-en-colombia-podria-redefinir-el-futuro-de-amazonia-ante-el-giro-politico-en-america-latina/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/24/eleccion-en-colombia-podria-redefinir-el-futuro-de-amazonia-ante-el-giro-politico-en-america-latina/</guid><dc:creator><![CDATA[Por STEVEN GRATTAN, Associated Press]]></dc:creator><description><![CDATA[BOGOTA (AP) — El ascenso de Abelardo de la Espriella, un empresario y abogado que se perfila como el próximo presidente de Colombia, genera interrogantes sobre si los cambios políticos que recorren América Latina podrían reconfigurar el futuro de la selva amazónica.]]></description><pubDate>Wed, 24 Jun 2026 19:37:42 +0000</pubDate><content:encoded><![CDATA[<p>BOGOTA (AP) — El ascenso de Abelardo de la Espriella, un empresario y abogado que se perfila como el próximo presidente de Colombia, genera interrogantes sobre si los cambios políticos que recorren América Latina podrían reconfigurar el futuro de la selva amazónica.</p><p>El resultado electoral en Colombia se produce mientras Perú parece estar a punto de elegir a Keiko Fujimori como presidenta tras una votación muy reñida. Mientras tanto, Brasil se prepara para una elección presidencial que podría llevar al país de vuelta hacia la derecha si Flávio Bolsonaro, hijo del expresidente Jair Bolsonaro, derrota al presidente Luiz Inácio Lula da Silva.</p><p>Las elecciones plantean la posibilidad de que los países con las mayores porciones de la Amazonía se orienten hacia políticas que pongan mayor énfasis en el crecimiento económico, las industrias extractivas y los esfuerzos por combatir el crimen organizado y reafirmar el control del Estado en regiones remotas.</p><p>“Hay una alineación interesante, particularmente en la región andina y en la cuenca amazónica en general”, señaló Elizabeth Dickinson, subdirectora para América Latina del International Crisis Group, refiriéndose a una creencia cada vez más difundida entre algunos gobiernos de que el desarrollo económico y la conservación pueden impulsarse de manera simultánea.</p><p>Los resultados electorales en Colombia mostraron que de la Espriella, quien recibió el respaldo del presidente de Estados Unidos, Donald Trump, derrotó a Iván Cepeda, un legislador respaldado por el presidente saliente Gustavo Petro, por 1 punto porcentual, o casi 251.000 votos. Cepeda reconoció la derrota el miércoles.</p><p>La selva amazónica se extiende por gran parte del norte de Sudamérica y ayuda a frenar el cambio climático al absorber grandes cantidades de dióxido de carbono, un gas de efecto invernadero que calienta el planeta. Desde hace años, los científicos han advertido que la pérdida continua de bosque podría empujar a distintas partes de la Amazonía hacia un punto de no retorno, más allá del cual grandes áreas podrían dejar de regenerarse como selva tropical.</p><p>Alrededor del 40% del territorio colombiano se encuentra dentro de la cuenca amazónica. En el gobierno de Petro, el país se consolidó como uno de los defensores más destacados a escala mundial de la protección de la selva y de una transición para alejarse de los combustibles fósiles.</p><p>Desarrollo económico y la Amazonía</p><p>Durante su campaña electoral, de la Espriella —apodado “El Tigre”— prometió reactivar el sector petrolero de Colombia, respaldó el fracking, un método para extraer petróleo y gas de formaciones rocosas subterráneas, y sostuvo que el país debería aprovechar más sus recursos naturales para impulsar el crecimiento económico. Defensores del medio ambiente advierten que ampliar la producción de petróleo y gas podría socavar los esfuerzos por reducir emisiones y aumentar la presión sobre zonas ambientalmente sensibles.</p><p>De la Espriella representa un marcado contraste con Petro, quien se opuso a nuevos contratos de exploración de combustibles fósiles y buscó posicionar a Colombia como una voz líder a nivel internacional en temas climáticos.</p><p>Perú, que alberga la segunda mayor porción de la selva amazónica después de Brasil, parece cerca de elegir a Fujimori. Al igual que de la Espriella, Fujimori ha dado señales de apoyar la expansión de la minería y otras industrias como motor del crecimiento económico, mientras grupos ambientalistas han expresado su preocupación por las posibles implicaciones para los bosques y las comunidades indígenas.</p><p>Brasil, que concentra aproximadamente el 60% de la Amazonía, se prepara para una contienda presidencial que podría tener grandes implicaciones para la protección del bosque. La elección llega después de que el país registrara un fuerte aumento de la deforestación durante el régimen de Bolsonaro, seguido de descensos bajo el presidente Luiz Inácio Lula da Silva, a medida que se reforzó la fiscalización ambiental.</p><p>La experiencia de Brasil muestra que las prioridades del gobierno pueden tener un impacto medible en la Amazonía, afirmó Cristiane Mazzetti, responsable de deforestación cero en Greenpeace Brasil.</p><p>“La administración electa fija prioridades presupuestarias, ocupa cargos en el gobierno y da forma a regulaciones para facilitar o dificultar la explotación depredadora y los delitos ambientales”, manifestó. “El resultado de esto es medible, como lo evidencia la tasa de deforestación en la Amazonía brasileña”.</p><p>El respaldo de Trump a de la Espriella en Colombia proviene de un mandatario estadounidense que ha revertido políticas climáticas, ha promovido la expansión de la producción de petróleo y gas y retiró a Estados Unidos del Acuerdo de París de 2015, el pacto internacional destinado a limitar el calentamiento global.</p><p>Sergio Guzmán, director de Colombia Risk Analysis, dijo que las preocupaciones ambientales podrían competir cada vez más con las demandas de inversión, producción de energía y crecimiento económico.</p><p>“Muchas de las preocupaciones de los ambientalistas sobre las emisiones y el fracking pasarán a un segundo plano frente a algunas de las preocupaciones económicas sobre la autosuficiencia energética, la inversión local y extranjera directa en petróleo, gas y minería”, afirmó.</p><p>Minería ilegal y comunidades indígenas</p><p>La minería ilegal de oro se ha convertido en uno de los mayores impulsores de la destrucción ambiental en distintas partes de la Amazonía, al contaminar ríos con mercurio, talar bosques y generar miles de millones de dólares para grupos criminales.</p><p>Dickinson indicó que muchos gobiernos han adoptado respuestas más duras frente a la minería ilegal, un tema que se ha vuelto cada vez más central en la política ambiental de la región.</p><p>“Es muy difícil estar en desacuerdo con la idea de ir tras la minería ilegal, una de las industrias más perjudiciales para la cuenca amazónica”, señaló, añadiendo que los gobiernos a menudo se han centrado en incautar equipos o retirar a mineros de sitios específicos, en lugar de desmantelar las redes criminales y financieras que están detrás.</p><p>“Lo que realmente no hemos logrado es la capacidad de hacer frente a los autores intelectuales de estas operaciones”, afirmó.</p><p>Decisiones que afectan territorios indígenas</p><p>Julio Cusurichi, un destacado líder indígena de la región amazónica de Perú, afirmó que las comunidades indígenas seguirán organizándose y pugnando por una mayor participación en las decisiones que afectan sus territorios.</p><p>“La biodiversidad, nuestros territorios, nuestro conocimiento y nuestra sabiduría pueden ayudar muchísimo al tema del cambio climático”, afirmó. “En nuestros territorios hemos demostrado que hacemos una gobernanza no solamente para nuestros pueblos, sino también para el planeta.”</p><p>En toda la Amazonía, las tierras indígenas con frecuencia suelen superponerse con áreas objetivo para la minería, el desarrollo petrolero y proyectos de infraestructura. Desde hace tiempo, organizaciones indígenas sostienen que, por lo general, los gobiernos no consultan adecuadamente a las comunidades antes de aprobar proyectos.</p><p>Dickinson señaló que las tensiones por la autonomía indígena y los proyectos extractivos se han vuelto cada vez más visibles en países como Perú y Ecuador.</p><p>Diversos analistas dicen que algunos de los indicadores más claros del enfoque ambiental de la administración de de la Espriella serán cómo maneje los procesos de consulta indígena, las licencias ambientales y las decisiones sobre nuevos proyectos de petróleo, gas y minería en ecosistemas sensibles.</p><p>“Permitir respirar a la humanidad”</p><p>Guzmán dijo que los planes de de la Espriella para aumentar la presión militar sobre grupos criminales y, potencialmente, reanudar la fumigación aérea de cultivos de coca, la planta utilizada para producir cocaína, también podrían tener consecuencias para las comunidades amazónicas.</p><p>Durante mucho tiempo, la fumigación aérea ha sido un tema controvertido en Colombia. Sus partidarios la ven como una herramienta para combatir el narcotráfico, mientras que sus críticos sostienen que puede dañar la vegetación circundante, afectar fuentes de agua y alentar a los cultivadores de coca a despejar nuevas áreas de bosque y adentrarse más en zonas remotas de la Amazonía.</p><p>Otros advierten contra la idea de asumir que las protecciones ambientales se debilitarán inevitablemente.</p><p>Los tribunales, el Congreso, las organizaciones indígenas y las instituciones ambientales de Colombia siguen siendo influyentes, mientras que los avances en el monitoreo satelital hacen cada vez más difícil ocultar la deforestación y el daño ambiental, dijeron analistas.</p><p>En Leticia, ciudad amazónica de Colombia, Arnaldo Rufino, un residente indígena ticuna, dijo que muchos habitantes temen que políticas que incentiven una mayor extracción en la selva puedan hacerse a costa del propio bosque.</p><p>Afirmó que los líderes políticos deberían centrarse en proteger la biodiversidad y la Amazonía, en lugar de impulsar proyectos que corren el riesgo de aumentar las presiones ambientales.</p><p>“Eso significa talar los árboles que permiten respirar a la humanidad”.</p><p>___</p><p>La cobertura climática y ambiental de The Associated Press recibe apoyo financiero de múltiples fundaciones privadas. La AP es la única responsable de todo el contenido. Encuentra los estándares de la AP para trabajar con organizaciones filantrópicas, una lista de las fundaciones y las áreas de cobertura que financian en AP.org.</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/QSJYYEM5HETOQOYXD7NUPVXYNY.jpg?auth=0b5cbaa38636e09bcc7fe274f9da369daa08a9fa8141f6fa70939c34a8573977&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[ARCHIVO – Un bote, con gasolina que será transportada para alimentar maquinaria para la minería ilegal, maniobra frente a un área que fue objeto de minería y después reforestada por la Asociación Nuestra Casa Común, cerca de Paimado, Colombia, el 24 de septiembre de 2024. (AP Foto/Ivan Valencia, Archivo)]]></media:description><media:credit role="author" scheme="urn:ebu">Ivan Valencia</media:credit></media:content></item><item><title><![CDATA[Christian Pulisic feels 'great,' hopes to play for US in final World Cup group game vs Turkey]]></title><link>https://www.local10.com/sports/2026/06/24/christian-pulisic-feels-great-hopes-to-play-for-us-in-final-world-cup-group-game-vs-turkey/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/24/christian-pulisic-feels-great-hopes-to-play-for-us-in-final-world-cup-group-game-vs-turkey/</guid><dc:creator><![CDATA[By GREG BEACHAM, Associated Press]]></dc:creator><description><![CDATA[IRVINE, Calif. (AP) — Christian Pulisic says he feels “great” now after missing one World Cup match with a calf injury, and he hopes to play for the U.S. in its final group match against Turkey on Thursday night.]]></description><pubDate>Wed, 24 Jun 2026 23:37:17 +0000</pubDate><content:encoded><![CDATA[<p>IRVINE, Calif. (AP) — Christian Pulisic says he feels “great” now after missing one World Cup match with a calf injury, and he hopes to play for the U.S. in its final group match against Turkey on Thursday night.</p><p>Pulisic played a dynamic first half in the Americans' historic 4-1 victory over Paraguay to open their home World Cup nearly two weeks ago, but the AC Milan midfielder came off at halftime after an injury from training stiffened up.</p><p>Pulisic said he nearly played in the U.S.' 2-0 victory over Australia last Friday but was held out to get closer to full fitness for the games ahead. He has returned to practice with his teammates this week after working out on his own last week before the trip to Seattle.</p><p>“I'm hoping to play a part in (the match against Turkey), for sure,” Pulisic said before the U.S. training session Wednesday at Great Park. “I’ll discuss that with my coaches and the medical staff. Obviously not a good chance I’ll probably go and play 90 (minutes) right away after you come back and miss a game, but we’ll see.”</p><p>U.S. coach Mauricio Pochettino didn't reveal his plan Wednesday for Pulisic in the match against Turkey, which is meaningless for both teams. The Americans are locked into first place in their group, while Turkey has been eliminated from knockout-round contention.</p><p>"Pulisic is talking with the medical (staff)," Pochettino said in an afternoon news conference at SoFi Stadium. “We have to decide if it’s possible to play from the beginning, or maybe play from the bench and play the second half.”</p><p>Pochettino did indicate that his players who have already received yellow cards — Folarin Balogun, Chris Richards, Antonee Robinson and Tyler Adams — are unlikely to play, at least as starters.</p><p>“For the guys that have yellow cards, it’s not necessary to take another yellow card and not be available for the next stage,” Pochettino said. “It’s a normal, easy answer not to play with them from the beginning.”</p><p>Pulisic hopes the plan includes at least some playing time for him as the U.S. ramps up for its Round-of-32 match in Santa Clara, California, on July 1. While Pulisic's calf injury robbed him of one chance on the World Cup stage, he felt certain he wouldn't be out for long.</p><p>“I never feared anything worse,” Pulisic said. “I was pushing, and I was really close to trying to be available for the last game, for sure. I did feel a little something (against Paraguay), but I definitely was able to push through in the first half and just get me through. But yeah, it wasn’t quite ready, but it wasn’t anything where I feared anything worse than what it was.”</p><p>With no stakes for the U.S. against Turkey, Pochettino seems likely to provide some rest to key players in his starting lineup while giving a few of his reserves possibly their only opportunity to hit the field. That sounds great to Richards, who thinks some time off wouldn't be a hindrance.</p><p>“Our trainings are pretty intense," Richards said. "I think fitness won't be an issue. I don't think sharpness will be, either. Obviously it's good to keep into some sort of rhythm, but I think these guys deserve it if they get the chance (Thursday). I think we'll be fine when it comes to the next game.”</p><p>Pulisic was visibly excited as a spectator during the Americans' win in Seattle, celebrating along with his teammates as they capably handled a second straight opponent for their team's first consecutive World Cup victories since 1930. The U.S. offensive performance without its most accomplished attacking player, particularly in the first half against Australia, pleased Pulisic greatly.</p><p>“It’s not surprising to me,” Pulisic said. “I see what this team can do. We have depth. We have really strong players in a lot of positions. I don’t need to do everything. It’s such a strong team. These guys, everyone has each other’s backs. That’s what so fun about it, and to see the way the team performance that we’ve put in, especially the way we’ve started the games, has been fun to watch.”</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/INO6LU6GHKTUPXA5CR6XRCNJDE.jpg?auth=f35714a375eb308c4cebe435f67f07a7cbd29bbda9e618baade9d760beb24290&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States' Christian Pulisic attends a training session ahead of a FIFA World Cup match against Turkey in Irvine, Calif., Tuesday, June 23, 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/OTNZKCHXRODNZU6QAINMZTAYXU.jpg?auth=0ed1c78aaf399c66211d930326090c62c4317f892ac14979b3edaa7b7d5348b8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States' Christian Pulisic, left, and teammate Chris Richards attend a training session ahead of a FIFA World Cup match against Turkey in Irvine, Calif., Tuesday, June 23, 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/RMHMKFHESMHC33SMZLKG2ZPYPQ.jpg?auth=70885a5da221399123dfd21e3c70b33d58e476f23c12957b7e79c7d94aab4037&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States' Christian Pulisic (10) applauds after the World Cup Group D soccer match between the United States and Australia in Seattle, Friday, June 19, 2026. (AP Photo/Abbie Parr)]]></media:description><media:credit role="author" scheme="urn:ebu">Abbie Parr</media:credit></media:content></item><item><title><![CDATA[South African civil groups warn of dire impact as US phases out HIV program funding]]></title><link>https://www.local10.com/business/2026/06/24/south-african-civil-groups-warn-of-dire-impact-as-us-phases-out-hiv-program-funding/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/24/south-african-civil-groups-warn-of-dire-impact-as-us-phases-out-hiv-program-funding/</guid><dc:creator><![CDATA[By MOGOMOTSI MAGOME, Associated Press]]></dc:creator><description><![CDATA[JOHANNESBURG (AP) — Civil society organizations in South Africa said Wednesday that adolescent girls and women are among the first vulnerable groups to feel the pinch of U.S. foreign aid cuts as the Trump administration phases out its more than $400 million support annually for the country’s HIV programs.]]></description><pubDate>Wed, 24 Jun 2026 18:59:42 +0000</pubDate><content:encoded><![CDATA[<p>JOHANNESBURG (AP) — Civil society organizations in South Africa said Wednesday that adolescent girls and women are among the first vulnerable groups to feel the pinch of U.S. foreign aid cuts as the Trump administration phases out its more than $400 million support annually for the country’s HIV programs.</p><p>The U.S. State Department has said that it would “begin a phased drawdown” of the President’s Emergency Plan for AIDS Relief, or PEPFAR, a program that has supported South Africa’s battle against HIV and AIDS for the last 20 years and is widely credited with saving more than 20 million lives over that period.</p><p>The phasing out of most programs is expected to be completed by the end of September, with critical personnel support continuing through March next year, according to the U.S. State Department.</p><p>South Africa has the highest number of people living with HIV, with approximately 8 million people, or about 12.7 % of its 63 million population.</p><p>The country was singled out for the halting of financial aid in addition to broader foreign aid cuts announced by U.S. President Donald Trump in an executive order issued in January 2025.</p><p>Trump announced a halt to all financial aid to the country the following month, citing political issues which included South Africa’s Black Economic Empowerment policies and widely disputed allegations of a genocide against the white minority Afrikaner community in the country.</p><p>He also cited South Africa's land expropriation laws as targeting white Afrikaners and condemned the country’s actions against Israel at the International Court of Justice, where it has accused Israel of committing a genocide in Gaza. Israel vehemently denies the allegation and has said that the attack by Hamas-led militants on southern Israel on Oct. 7, 2023, which killed around 1,200 people, was itself a genocidal act.</p><p>A U.S. State Department spokesperson told The Associated Press this week that the South African government had been informed that PEPFAR would be withdrawn if these issues weren't addressed, which included a requirement for senior government officials to “unequivocally condemn all race-based incitement to violence, including the ‘Kill the Boer’ song, more frequently.”</p><p>The anti-apartheid liberation song has been interpreted by some as calling for violence against Afrikaners.</p><p>According to the South African government, the PEPFAR funding for South Africa was equivalent to about 17% of its budget for HIV programs, but this didn't include the purchase of antiretroviral drugs, since 90% of this was self-funded and the other 10% funded by the Global Fund.</p><p>However, other HIV related programs in 27 districts around the country had been adversely affected, with some support facilities shutting down and front-line workers and volunteers losing their jobs.</p><p>“The department has long been working on a self-reliance plan to minimize the impact of funding withdrawal since the initial freeze on foreign assistance and a cancellation of USAID grants in January 2025,” South Africa health department spokesperson Foster Mohale said.</p><p>Last year, the country announced a $45 million emergency fund to address some of the gaps created by the withdrawal of PEPFAR.</p><p>According to civil society group Section27, which has assessed the impact of the funding withdrawals in three districts that have high HIV prevalence in South Africa, prevention services were hardly hit.</p><p>“As the health system started to feel the pressure, the response was to prioritize treatment continuity versus prevention,” Section27 senior legal researcher Tendai Mafuma said.</p><p>The Anova Health Institute said that it had discontinued its PEPFAR-funded programs and laid off about 3,000 health workers since last year.</p><p>“Community delivery of PrEP (preexposure prophylaxis) and prevention services has been heavily impacted,” said Dr. Kate Rees, public health medicine specialist at Anova. “Community delivery of prevention is important to reach the people that need it most.”</p><p>She said that priority populations which include children, adolescents and young people were among the most affected, along with key population which include men who have sex with men and people who use drugs, among others.</p><p>___</p><p>For more on Africa and development: https://apnews.com/hub/africa-pulse</p><p>___</p><p>The Associated Press receives financial support for global health and development coverage in Africa from the Gates Foundation. The AP is solely responsible for all content. Find AP’s standards for working with philanthropies, a list of supporters and funded coverage areas at AP.org.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VAXJPQYWL5B3UWYIFHEHMUY73A.jpg?auth=da5229f1ce9cfc1634bc3aef41515f852c6fbb0252a487bd40c2a642f690f7b7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Women walk past a closed clinic run by WITS Reproductive Health Institute (RHI) as a sign on the gate reads "USAID has served the WITS RHI Key Populations Programme a notice to pause programme implementation. As of Tuesday, 28 January, we are unable to provide services until further notice." in Hillbrow, Johannesburg, South Africa, Feb. 27, 2025. (AP Photo/Themba Hadebe, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Themba Hadebe</media:credit></media:content></item><item><title><![CDATA[Sparks hit hard as Kelsey Plum sidelined indefinitely, out at least 10 games]]></title><link>https://www.local10.com/sports/2026/06/24/sparks-hit-hard-as-kelsey-plum-sidelined-indefinitely-out-at-least-10-games/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/24/sparks-hit-hard-as-kelsey-plum-sidelined-indefinitely-out-at-least-10-games/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[LOS ANGELES (AP) — Los Angeles Sparks guard Kelsey Plum is out indefinitely with a lower left leg injury.]]></description><pubDate>Wed, 24 Jun 2026 22:00:04 +0000</pubDate><content:encoded><![CDATA[<p>LOS ANGELES (AP) — Los Angeles Sparks guard Kelsey Plum is out indefinitely with a lower left leg injury.</p><p>The team said Wednesday that she'll be reevaluated in four weeks, in which she'll miss at least the next 10 games.</p><p>Plum missed three games with a right ankle sprain she sustained in practice earlier this season.</p><p>She is second in the WNBA in scoring with 23.9 points per game and sixth in the league in assists with 6.4 per game.</p><p>The Sparks (8-8) are 1-3 without Plum in the lineup.</p><p>___</p><p>AP WNBA: https://apnews.com/hub/wnba-basketball</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/IW2S2E5KRL7X2YFVVAO6TRNDTY.jpg?auth=ba66ce24e93cdf9a47a322d827137d25c3caee69190befb57c86e3171838117a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Los Angeles Sparks guard Kelsey Plum dribbles during the second half of a WNBA basketball game against the Indiana Fever, May 13, 2026, in Los Angeles. (AP Photo/Jae C. Hong, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jae C. Hong</media:credit></media:content></item><item><title><![CDATA[Ohio lawsuit alleges new NCAA rule unfairly denies high school Class of '22 athletes a 5th season]]></title><link>https://www.local10.com/sports/2026/06/24/ohio-lawsuit-alleges-new-ncaa-rule-unfairly-denies-high-school-class-of-22-athletes-a-5th-season/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/24/ohio-lawsuit-alleges-new-ncaa-rule-unfairly-denies-high-school-class-of-22-athletes-a-5th-season/</guid><dc:creator><![CDATA[By ERIC OLSON, Associated Press]]></dc:creator><description><![CDATA[Less than 24 hours after the NCAA Division I Cabinet approved a monumental change in eligibility rules, a group of 15 college basketball players filed a lawsuit in an Ohio state court claiming the new age-based model unfairly shuts them out of further competition.]]></description><pubDate>Wed, 24 Jun 2026 22:42:23 +0000</pubDate><content:encoded><![CDATA[<p>Less than 24 hours after the NCAA Division I Cabinet approved a monumental change in eligibility rules, a group of 15 college basketball players filed a lawsuit in an Ohio state court claiming the new age-based model unfairly shuts them out of further competition.</p><p>The NCAA will now allow athletes five seasons of competition over a five-year period that begins with their full-time enrollment or the academic year following their 19th birthday, whichever occurs first. The move will all but eliminate waivers or redshirt years for extended eligibility except for religious missions, pregnancy or active-duty military service. No longer will extensions be considered for athletes who are injured.</p><p>Athletes whose eligibility expired by spring 2026 under the traditional model — four years of competition over five years — will not be allowed a fifth year of competition under the new rules that go into effect this fall.</p><p>The lawsuit filed Wednesday in Cincinnati (Hamilton County) sought temporary and permanent injunctive relief that would allow a fifth year of competition for athletes who graduated from high school in 2022 and began their college sports careers that fall and never redshirted. A judge denied a temporary restraining order hours after the lawsuit was filed and scheduled a hearing for next Wednesday on the request for a preliminary injunction.</p><p>The new eligibility rule “unjustifiably restrains their ability to earn money through use of their name, image, and likeness (‘NIL’) connected to their work as Division I athletes,” attorneys Ryan Downton and Charles Rittgers wrote in the complaint.</p><p>Similar lawsuits are expected to be filed in other states.</p><p>The Division I Cabinet said in a statement posted on X that it was aware of legal action challenging its decision and that "we do not intend to change course.”</p><p>The Cabinet said while age-based eligibility was under consideration, the Division I Board of Directors made clear any rule change would apply going forward and not retroactively to athletes whose eligibility was completed by the spring of 2026.</p><p>“Student-athletes who will exhaust their eligibility this year have received the full period of eligibility permitted by NCAA bylaws and the life-changing benefits college sports provides,” the Cabinet said. “Giving those student-athletes another season would destabilize rosters just ahead of the coming season by disrupting settled expectations of countless student-athletes regarding their expected roster spots and playing time next year, including incoming freshmen who are eager to participate in the life-changing experience of college athletics.”</p><p>Nine of the plaintiffs in the Ohio case have played or planned to play next season at Ohio schools. The rest, according to the complaint, have played multiple games in the state.</p><p>The complaint said class of 2022 athletes competed for playing time against older athletes who had eligibility extended because of the COVID-19 pandemic. It also noted the NCAA allowed 2022 high school graduates to play a full professional season before enrolling in 2023 and that they are not excluded from playing in 2026-27.</p><p>“NCAA athletes have a reasonable expectation that they will be treated fairly by the NCAA and that NCAA rules will be applied consistently, regardless of the athlete’s background before they attend an NCAA school and regardless of the year in which they graduated from high school,” the complaint said.</p><p>The lawsuit points out that the plaintiffs don't challenge the concept of a defined eligibility period or the five-for-five rule itself.</p><p>“Rather, they challenge the NCAA’s application of the rule” that allows players they competed against from the high school class of 2017-20 and 2023-25 an additional year of competition while denying plaintiffs the same opportunity," the attorneys wrote. “The NCAA then compounded the problem by allowing former professional players to compete in their fifth year following high school graduation regardless of the number of professional games they had played, while denying plaintiffs the same opportunity for a fifth year of competition.”</p><p>___</p><p>AP college sports: https://apnews.com/hub/college-sports</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6OY4RG6DFOXL6ZILPS6TNYXOQY.jpg?auth=9a0b4ea24e6f8e7b06014dbc380f76f027e2a735610d87ef80488ad4fd20edec&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - This photo taken with a fisheye lens shows the NCAA logo displayed at mid-court before Albany's practice for a second-round game of the NCAA college basketball tournament March 21, 2013, in Philadelphia. (AP Photo/Matt Slocum, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Slocum</media:credit></media:content></item><item><title><![CDATA[Experiencia de haitianos en México refleja debate sobre ciudadanía por nacimiento]]></title><link>https://www.local10.com/espanol/2026/06/24/experiencia-de-haitianos-en-mexico-refleja-debate-sobre-ciudadania-por-nacimiento/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/24/experiencia-de-haitianos-en-mexico-refleja-debate-sobre-ciudadania-por-nacimiento/</guid><dc:creator><![CDATA[Por JULIE WATSON, Associated Press]]></dc:creator><description><![CDATA[TIJUANA, México (AP) — El restaurante haitiano de Vivianne Petit Frere está a unas cuadras del imponente muro fronterizo de Estados Unidos en Tijuana.]]></description><pubDate>Wed, 24 Jun 2026 18:42:30 +0000</pubDate><content:encoded><![CDATA[<p>TIJUANA, México (AP) — El restaurante haitiano de Vivianne Petit Frere está a unas cuadras del imponente muro fronterizo de Estados Unidos en Tijuana.</p><p>Se llama Lakou Lakay; el nombre, en criollo haitiano, significa “hogar”, y refleja las raíces crecientes de su familia en su patria adoptiva, donde su nieta nació hace dos años, lo que la convirtió automáticamente en ciudadana mexicana.</p><p>Al igual que Estados Unidos, México otorga la ciudadanía a los niños nacidos dentro de sus fronteras.</p><p>El presidente Donald Trump insiste en que Estados Unidos es el único país que lo hace, mientras busca negar la ciudadanía por nacimiento a los niños cuyos padres viven en el país de manera ilegal o tienen un estatus legal temporal.</p><p>La Corte Suprema de Estados Unidos tiene previsto pronunciarse pronto sobre la constitucionalidad de su orden sobre la ciudadanía por nacimiento. Trump la firmó el 20 de enero de 2025, el primer día de su segundo mandato, en medio de la amplia ofensiva de su administración republicana contra la inmigración. La idea ha despertado escepticismo tanto entre jueces conservadores como liberales.</p><p>“¡Somos el único País en el Mundo lo suficientemente ESTÚPIDO como para permitir la ciudadanía por ‘derecho de nacimiento’!”, publicó Trump en Truth Social en abril.</p><p>En realidad, cerca de tres docenas de países, en su mayoría en las Américas, garantizan la ciudadanía automática a los niños nacidos en su territorio —entre ellos Canadá, Honduras, Brasil, Argentina, Venezuela y, por supuesto, México.</p><p>Petit Frere huyó de Haití en 2019. Viajó desde Brasil y atravesó a pie la selva panameña rumbo a México persiguiendo el llamado Sueño Americano, con la intención de cruzar la frontera y establecerse con familiares en Florida. Pero pronto descubrió que eso era una ilusión, mientras México le abría las puertas.</p><p>El nombre de su restaurante simboliza en su cultura haitiana un espacio compartido que brinda un sentido de pertenencia. En las paredes tiene enmarcados letreros en español, inglés y criollo que dejan claro que es más que un local donde se sirven sabrosos platillos tradicionales haitianos, como pescado con plátanos, y arroz con frijoles.</p><p>En poco más de cinco años en Tijuana, Petit Frere ha consolidado un negocio próspero, domina el español y está por obtener un título en trabajo social.</p><p>Y recibió a la primera mexicana de su familia: su nieta, Alexca.</p><p>No hay cifras sobre cuántos niños nacidos de no ciudadanos han recibido la ciudadanía mexicana por derecho de nacimiento. Decenas de miles de haitianos viven en México. En 2021, cuando México registró un aumento significativo de la migración haitiana, al menos el 10% de las mujeres haitianas que llegaban estaban embarazadas, según la Organización Internacional para las Migraciones.</p><p>Ciudadanía y nacimiento</p><p>En Estados Unidos, la ciudadanía por nacimiento quedó consagrada tras la Guerra Civil mediante la 14ª Enmienda de la Constitución, en parte para garantizar que los antiguos esclavos fueran ciudadanos.</p><p>El derecho se amplió a los hijos de inmigrantes a finales del siglo XIX, cuando la Corte Suprema dictaminó que casi cualquier persona nacida en Estados Unidos —sin importar el estatus legal de sus padres— tiene ciudadanía.</p><p>Muchos historiadores del derecho creen que la práctica se remonta a los siglos XVII y XVIII, cuando gobernantes europeos alentaban la migración hacia las colonias estadounidenses en expansión. Sin embargo, esos colonos querían que cualquiera de sus hijos nacidos en el extranjero conservara la ciudadanía europea.</p><p>Así, incluso mientras cambiaban los límites coloniales, “eres ciudadano siempre que nazcas dentro del dominio del rey, del monarca”, explicó César Cuauhtémoc García Hernández, profesor de derecho en la Universidad Estatal de Ohio. “Pero el vínculo legal entre el país de origen en Europa y los colonos se mantuvo fuerte gracias a la promesa de la ciudadanía por derecho de nacimiento”.</p><p>República Dominicana eliminó la ciudadanía por nacimiento</p><p>El Consejo Electoral dominicano ordenó oficialmente en 2007 negar la ciudadanía a todos los niños nacidos de padres sin estatus legal.</p><p>Seis años después, un tribunal dominicano aplicó la medida de forma retroactiva hasta 1929.</p><p>Más de una década después, hasta 130.000 personas seguían apátridas pese a la aprobación de una ley en 2014 para corregir la decisión judicial, luego de que esta recibiera una fuerte condena internacional, según el Center for Migration Studies of New York. La ley ahora afecta a la siguiente generación, que sigue siendo vulnerable a la deportación.</p><p>Una creciente familia mexicana</p><p>Petit Frere nació en San Martín francés, una isla caribeña que no ofrece ciudadanía automática por derecho de nacimiento. A los 6 años, ella y su mamá, que es haitiana, fueron deportadas a Haití.</p><p>Petit Frere dejó Haití en busca de una vida mejor. Se desanimó al descubrir que, cuando su hija adolescente salió de Haití para reunirse con ella en Tijuana tres años después, estaba embarazada de casi cinco meses. Ella misma había sido madre adolescente y esperaba un camino distinto para su hija.</p><p>Pero Alexca, una niña pequeña risueña que se carcajea y corre de un lado a otro, se ha ganado el corazón de su abuela. Petit Frere comentó que agradece que su nieta haya nacido en México y no en Haití, donde el aumento de la violencia de las pandillas ha dejado a más de 1 de cada 10 personas sin hogar.</p><p>Un pasaporte mexicano facilitará los viajes, señaló. Pocos países permiten a los titulares de pasaportes haitianos entrar sin visa.</p><p>“Como ciudadana mexicana, ella va a tener más oportunidades más disponibles para ella”, declaró Petit Frere.</p><p>Eso también es cierto para sus tres sobrinas, que nacieron en Brasil y allí obtuvieron automáticamente la ciudadanía, agregó.</p><p>Petit Frere contó que ella y su hija tenían residencia permanente en México antes de que naciera su nieta. Pero otros padres de la comunidad haitiana en Tijuana no la tenían. México permite que los padres de niños con ciudadanía por derecho de nacimiento se conviertan en residentes permanentes.</p><p>“Hay muchos niños en Tijuana que tienen 6, 7, 8 años ahora y son mexicanos y sus papás son haitianos que estaban en situación migratoria irregular pero ahora son residentes permanentes porque sus hijos nacieron aquí”, indicó.</p><p>Petit Frere inició los trámites para obtener la ciudadanía mexicana, lo que facilitaría expandir su negocio.</p><p>Petit Frere también es organizadora comunitaria en la Haitian Bridge Alliance, donde aboga por la comunidad migrante haitiana. Dijo que espera cursar otro título en migración internacional, posiblemente a través de una universidad de Estados Unidos.</p><p>“Los niños de inmigrantes son los mas destacados en este mundo”, señaló. Los esfuerzos por limitar la ciudadanía por nacimiento “es como de celosos”, añadió.</p><p>___________________________________</p><p>El corresponsal Tim Sullivan en Minneapolis contribuyó con esta nota.</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/CC5JPLDY5ZQTGODHMRVRG6PFVU.jpg?auth=9125d649b4a7c55778e3a20f05db40006ddf7a4681933e2049803b8bc500e95f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Vivianne Petit Frere en su restaurante de comida haitiana Lakou Lakay en Tijuana, México, el 17 de junio del 2026. (AP foto/Gregory Bull)]]></media:description><media:credit role="author" scheme="urn:ebu">Gregory Bull</media:credit></media:content></item><item><title><![CDATA[Video viral: Marlins buscan a “muy buen chico” que vio a perro atrapar un hot dog en loanDepot Park]]></title><link>https://www.local10.com/news/local/2026/06/24/video-viral-marlins-buscan-a-muy-buen-chico-que-vio-a-perro-atrapar-un-hot-dog-en-loandepot-park/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/24/video-viral-marlins-buscan-a-muy-buen-chico-que-vio-a-perro-atrapar-un-hot-dog-en-loandepot-park/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Los Miami Marlins publicaron un cartel de “se busca” para encontrar a lo que llaman un “muy buen chico”: el perro que observó cómo otro can atrapó un hot dog en las gradas durante el juego del martes en loanDepot Park.]]></description><pubDate>Wed, 24 Jun 2026 18:39:08 +0000</pubDate><content:encoded><![CDATA[<p>Los Miami Marlins publicaron un cartel de “se busca” para encontrar a lo que llaman un “muy buen chico”.</p><p>El video viral surgió después de que un perro observara cómo otro can atrapó un hot dog en las gradas durante el juego del martes contra los Texas Rangers, en la parte alta de la séptima entrada en loanDepot Park.</p><blockquote class="twitter-tweet"><p lang="en" dir="ltr">It&#39;s tough seeing others live out your dream 🐶🌭 <a href="https://t.co/iMSgfb2AaN">pic.twitter.com/iMSgfb2AaN</a></p>&mdash; MLB (@MLB) <a href="https://x.com/MLB/status/2069218730442137723?ref_src=twsrc%5Etfw">June 23, 2026</a></blockquote><p>¿La recompensa para el perro?</p><p>Un día soñado en el estadio.</p><p>Ahora la pregunta es: ¿cuáles son las probabilidades de que los aficionados puedan ayudar a encontrarlo y hacer posible ese día especial?</p><p>Llame al 305-480-2525 si tiene información sobre el paradero del perro.</p><blockquote class="twitter-tweet"><p lang="en" dir="ltr">Wanted: A very good boy<br><br>Reward: a dream day at <a href="https://x.com/loanDepotpark?ref_src=twsrc%5Etfw">@loanDepotpark</a> <a href="https://t.co/KusIXAjURi">https://t.co/KusIXAjURi</a> <a href="https://t.co/fn6tOdx65w">pic.twitter.com/fn6tOdx65w</a></p>&mdash; Miami Marlins (@Marlins) <a href="https://x.com/Marlins/status/2069468190300667996?ref_src=twsrc%5Etfw">June 23, 2026</a></blockquote><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/MBDYXGEJFFBDXIF47WKLUJLEMY.jpg?auth=4cbef7968d33f23ad6b20f5719bf0196852d8585f9cb6986c3608a79ad77b40b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[FIFA World Cup fans from Brazil and Scotland start to arrive at Miami Stadium ahead of Group C match ]]></title><link>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/</link><guid isPermaLink="true">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/</guid><dc:creator><![CDATA[Saira Anwer, Andrea Torres]]></dc:creator><description><![CDATA[After an odyssey from the United Kingdom and Boston to South Florida, hopeful Scottish fans were at the Miami Stadium on Wednesday morning, more than seven hours before the match against Brazil. ]]></description><pubDate>Wed, 24 Jun 2026 17:48:30 +0000</pubDate><content:encoded><![CDATA[<p>After an odyssey from the United Kingdom and Boston to South Florida, hopeful Scottish fans were at the Miami Stadium <a href="https://www.local10.com/sports/2026/06/24/fifa-world-cup-2026-here-is-the-june-24-schedule-for-day-14-of-group-matches/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/24/fifa-world-cup-2026-here-is-the-june-24-schedule-for-day-14-of-group-matches/">on Wednesday</a> morning, more than seven hours before the match against Brazil. </p><p><a href="https://www.local10.com/news/local/2026/06/24/aficionados-de-brasil-y-escocia-comienzan-a-llegar-al-miami-stadium-antes-del-partido-del-grupo-c/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/24/aficionados-de-brasil-y-escocia-comienzan-a-llegar-al-miami-stadium-antes-del-partido-del-grupo-c/">Leer en español</a></p><p>The heat didn’t dissuade the Tartan Army from showing off their kilts made out of 100% worsted wool outside of the stadium, better known as the Hard Rock Stadium in Miami Gardens. </p><p>Some Highland Scots were walking down the street with open beer cans in paper bags before lunchtime. They proved their reputation for hard drinking during a Miami Marlins game at LoanDepot Park and tested the supply at bars in Miami’s Little Havana neighborhood. </p><p>Fans’ demand for tickets was high. Entry-level resale prices ranged from $1,600 to $1,855. Tickets later averaged between $3,500 and $5,445. Premium seats reached $25,800. </p><p><b>Related story</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/" target="_self" 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/">A black jaguar oracle in Rio de Janeiro sniffs Brazil to beat Scotland in Group C challenge</a></p><p>The ticket holders were wise to arrive early. Rideshares were limited to distant hubs, where fans had to hop into shuttles. They also had to brave lines without cover from the sun several times. </p><p>First, they had to cross <a href="https://www.fifa.com/en/tournaments/mens/worldcup/canadamexicousa2026/stadiums/miami/know-before-you-go" target="_self" rel="" title="https://www.fifa.com/en/tournaments/mens/worldcup/canadamexicousa2026/stadiums/miami/know-before-you-go">a strict</a> security screening before standing in line again to board yellow school buses. Once near the stadium, they had to walk again. </p><p>The oasis: A fan area with cashless venues. Stadium gates open at 3 p.m., just three hours before kickoff. For Group C teams, the World Cup’s group stage ends on Wednesday night. </p><p>After the two matches at 6 p.m., the two Group C teams with the most points will advance to the tournament’s next stage: <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/">The Round of 32</a>. </p><p>Brazilians arrive with four points and Scotland with three points. Regardless of the winner on Wednesday night, both could still advance. Haiti plays against Morocco in Atlanta, Ga. </p><p><b>Miami watch parties</b>: The fan festival opens from 2 p.m. to 9 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>Miami Beach watch party: </b>Doors open at 4 p.m. on June 24 at The Bandshell, at 7275 Collins Ave., for the 6 p.m. Scotland vs. Brazil match.</p><p><b>Related story</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/" target="_self" 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 says ‘let the magic begin’ after signing with Italian Serie C club Ravenna at age 46</a></p><h3><b>Group C progress</b></h3><figure><img src="https://www.local10.com/resizer/v2/VBIKQQTZNRDVPC6EXUUPKOQ32E.jpg?auth=b01faefea96964489caf0c169823938913a869d14214ebc3b31dabb32e6ffd34&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><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>Tournament’s schedule </b> </h3><p><b>June 25</b>: There are six matches: The <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>, Curaçao vs. Ivory Coast, game is at 4 p.m. The <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>, Ecuador vs. Germany, game is at 4 p.m. The <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>, Tunisia vs. Netherlands, game is at 7 p.m. The <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>, Japan vs. Sweden, game is at 7 p.m. The <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>, Turkey vs. U.S., game is at 10 p.m. The <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>, Paraguay vs. Australia, game 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>June 26</b>: There are six matcuphes: 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></item><item><title><![CDATA[A black jaguar oracle in Rio de Janeiro sniffs Brazil to beat Scotland in Group C challenge]]></title><link>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/</link><guid isPermaLink="true">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/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[RIO DE JANEIRO (AP) — A new animal oracle for the World Cup has arrived, and it's the kind that few would challenge even if its prediction is wrong.]]></description><pubDate>Wed, 24 Jun 2026 17:22:00 +0000</pubDate><content:encoded><![CDATA[<p>RIO DE JANEIRO (AP) — A new animal oracle for the World Cup has arrived, and it’s the kind that few would challenge even if its prediction is wrong.</p><p>A black jaguar named Poty has made her pick at Rio de Janeiro’s BioParque for the highly anticipated World Cup Group C clash between Brazil and Scotland in Miami on Wednesday.</p><p>Residents and soccer fans watched closely on Monday as Poty took part in a lighthearted forecasting event, which placed her in front of two enrichment boxes representing the two rivals.</p><p>The jaguar sniffed both options before confidently selecting the Brazil box. However, she briefly returned to inspect the Scotland choice, a moment experts on Poty say shouldn’t be ignored.</p><p>“Maybe it indicates a tough game for us,” said BioParque biologist Caio de Souza Silva. “Maybe it’s a win, but it could also be a more complicated match. Hopefully we don’t concede a goal, but it may suggest a more physical game for Brazil.”</p><p>Brazil co-leads Group C with Morocco at 4 points each, but is ahead on goal difference. Scotland has three points and could advance regardless of the result. Morocco’s rival will be Haiti, which is yet to add points to its tally.</p><p>___</p><p>AP World Cup coverage: https://apnews.com/hub/fifa-world-cup</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/V5ZWVLS3GGSRMSIHSKJ747RDT4.jpg?auth=aa67d1a3687d2efdd8b408f8a44c0798c693d0955e64f79c3a80582645284617&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Brazil's Matheus Cunha (9) celebrates after scoring his side's opening goal with Brazil's Vinicius Junior (7) during the World Cup Group C soccer match between Brazil and Haiti in Philadelphia, Friday, June 19, 2026. (AP Photo/Petr David Josek)]]></media:description><media:credit role="author" scheme="urn:ebu">Petr David Josek</media:credit></media:content></item><item><title><![CDATA[Sabres trade Tuch to the Capitals in sign-and-trade deal. Nashville lands Drury from Colorado]]></title><link>https://www.local10.com/sports/2026/06/24/sabres-agree-to-send-alex-tuch-to-the-capitals-as-part-of-sign-and-trade-deal-ap-source-says/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/24/sabres-agree-to-send-alex-tuch-to-the-capitals-as-part-of-sign-and-trade-deal-ap-source-says/</guid><dc:creator><![CDATA[By JOHN WAWROW and STEPHEN WHYNO, Associated Press]]></dc:creator><description><![CDATA[BUFFALO, N.Y. (AP) — Alex Tuch is heading to Washington as the Capitals jumped the line for the top free agent available, and the Buffalo Sabres got something in return for a player they knew was not coming back.]]></description><pubDate>Thu, 25 Jun 2026 00:35:25 +0000</pubDate><content:encoded><![CDATA[<p>BUFFALO, N.Y. (AP) — Alex Tuch is heading to Washington as the Capitals jumped the line for the top free agent available, and the Buffalo Sabres got something in return for a player they knew was not coming back.</p><p>The Capitals got Tuch in a sign-and-trade Wednesday, getting him after the Sabres inked him to an eight-year $84 million contract and dealt him for a 2027 third-round pick and the rights to pending free agent forward David Kampf. Tuch will count $10.5 million against the salary cap through the 2033-34 NHL season.</p><p>“Alex was a highly coveted player, and we are pleased that he chose to come to Washington,” Capitals general manager Chris Patrick said. “Alex is a top-six offensive forward who brings size, versatility and the ability to contribute in all situations.”</p><p>Tuch, 30, essentially orchestrated the deal by agreeing to go and benefited from the way the trade went down by getting an eight-year contract, as opposed to the limit of seven had he hit the open market next week.</p><p>It is Washington's second big addition in two days after acquiring winger Jordan Kyrou from St. Louis for the No. 16 pick in the draft, prospect Milton Gastrin and forward Connor McMichael. It is also Buffalo's second subtraction from its roster after sending defenseman Bo Byram to Chicago in a trade the Sabres acquired the No. 4 pick in the draft they're hosting this weekend.</p><p>The Sabres locked up an important player for the long term by signing Zach Benson to a seven-year contract worth $52.5 million. GM Jarmo Kekalainen called getting a deal done with Benson a priority after the 21-year-old agitating winger's productive playoff performance.</p><p>Also Wednesday, Nashville and Colorado made another swap, with the Predators getting Jack Drury, prospect Chase Bradley and a 2029 third-round pick for fellow forwards Zachary L’Heureux and Fedor Svechkov. It's the second trade between the teams since Chris MacFarland left his post as Avalanche GM to take over control of the Preds' hockey operations department in early June.</p><p>“Jack Drury is a hard-working, reliable, full-sheet of the ice center who can handle the tough assignments while being elite in the faceoff circle,” MacFarland said. “His addition to our forward group bolsters our depth in the middle of the ice, and we’re thrilled to have him."</p><p>More moves are expected in the leadup to the first round of the draft Friday and with free agency on the horizon next week.</p><p>“Sunday, the ball started to roll and now everybody’s on the treadmill,” Blue general manager Doug Armstrong said on a call with reporters. “It’s gone from a nice leisurely 2.5 walk (to) probably a 4.5 walk today and there’ll probably be a 6 jog tomorrow and an 8 run on Friday.”</p><p>San Jose GM Mike Grier, whose trading of young forward William Eklund to Ottawa for the No. 9 pick suggests the Sharks are not done dealing, observed that there is a lot of movement happening around the league. The salary cap is increasing to $104 million.</p><p>“The cap's going up: Teams have money to spend, for the most part, for the first time in a while,” Grier said. “On top of that, I think free agent market, the free agent class, this year might not excite a lot of people, so I think that’s leading to a lot trades and people being open to trying to improve their teams in different ways. There’s some good players out there, but prices are high."</p><p>Kekalainen said there had been no progress in contract talks with Tuch, who is coming off a season with 33 goals and 33 assists. The sign-and-trade allowed Tuch to get an eight-year deal, whereas he would have been limited to seven in free agency.</p><p>Like Tuch, Kekalainen said there was no movement with Byram, who he said expressed no interest in wanting to remain with the Sabres after his current contract expired next summer.</p><p>___</p><p>Whyno reported from New York.</p><p>___</p><p>AP NHL: https://apnews.com/NHL</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3M2N3GI7UXY5LF44PNMQPFLKGM.jpg?auth=57ca73eac9c82a1619288eb0a4814a8e2ade79977c5ca5f5140fe2f7ff9d569c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Buffalo Sabres right wing Alex Tuch (89) is stick checked by Vegas Golden Knights defenseman Kaedan Korczak (6) during the first period of an NHL hockey game, March 3, 2026, in Buffalo, N.Y. (AP Photo/Jeffrey T. Barnes, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeffrey T. Barnes</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6L72L2OSHBNFYBNFFS3OY5OG64.jpg?auth=41af2fafde95c0ed7f529d7d1461ee5bb23ac6c99e3c4bb4442a9e0922571872&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Colorado Avalanche center Jack Drury (18) in the first period of an NHL hockey game, April 5, 2026, in Denver. (AP Photo/David Zalubowski, File)]]></media:description><media:credit role="author" scheme="urn:ebu">David Zalubowski</media:credit></media:content></item><item><title><![CDATA[Miami man accused of stabbing victim with steak knife, injuring woman at his home ]]></title><link>https://www.local10.com/news/local/2026/06/24/miami-man-accused-of-stabbing-victim-with-steak-knife-injuring-woman-at-his-home/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/24/miami-man-accused-of-stabbing-victim-with-steak-knife-injuring-woman-at-his-home/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A 27-year-old man is facing an attempted murder charge after Miami police said he allegedly stabbed a 21-year-old man and injuring a woman during an altercation at his home early Tuesday morning. ]]></description><pubDate>Wed, 24 Jun 2026 14:22:49 +0000</pubDate><content:encoded><![CDATA[<p>A 27-year-old man is facing an attempted murder charge after Miami police said he allegedly stabbed a 21-year-old man and injured a woman during an altercation at his home early Tuesday morning. </p><p><a href="https://www.local10.com/news/local/2026/06/24/hombre-de-miami-es-acusado-de-apunalar-a-una-persona-con-un-cuchillo-para-carne-y-de-herir-a-una-mujer-en-su-vivienda/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/24/hombre-de-miami-es-acusado-de-apunalar-a-una-persona-con-un-cuchillo-para-carne-y-de-herir-a-una-mujer-en-su-vivienda/">Leer en español</a></p><p>The suspect was identified in an arrest report obtained by Local 10 News on Wednesday as Daeshone Vaughn Codner. </p><p>The incident occurred just before 12:30 a.m. Tuesday near the 300 block of Southwest 15th Avenue in the city’s Riverside neighborhood, authorities said.</p><p>According to the report, officers responded to a call about a man suffering from a stab wound and found the victim with a wound to the left side of his torso. </p><p>The report states that Miami Fire Rescue medics transported him to Jackson Memorial Hospital’s Ryder Trauma Center, where he underwent emergency surgery. Police said the victim was later moved to the intensive care unit and remained in critical but stable condition.</p><p>Police said they also found a 28-year-old woman with an eye injury at the scene.</p><p>According to witness statements in the report, an argument began on the home’s rear patio and escalated after the woman threw a drink at Codner. </p><p>Witnesses told detectives that Codner went back inside his home, retrieved a black steak knife from the kitchen, and later returned to the patio.</p><p>The report states that the woman told detectives Codner threw beer cans, glass bottles and plastic cups at her, striking her in the face and shoulder. </p><p>She said she fell to the ground and the other man stepped in to help, according to the report. </p><p>The woman also told investigators that when she attempted to call 911, Codner grabbed her phone and threw it, preventing her from doing so, the report states. </p><p>Police said surveillance video from Codner’s home shows him approaching the male victim while holding a knife. </p><p>According to the report, the footage shows the victim attempting to defend himself before Codner allegedly stabbed him once in the left side of his torso. Right after being stabbed, the victim grabbed his side and walked away, police confirmed. </p><p>The woman, who told detectives she had known Codner for about a month and previously had a casual sexual encounter with him, later identified him as the person who stabbed the victim and struck her with thrown objects.</p><p>When officers arrived, Codner allegedly refused commands to place his hands behind his back and resisted efforts to detain him, according to the report. Police also said he repeatedly kicked the interior of a patrol vehicle after his arrest, causing damage to the door.</p><p>After waiving his Miranda rights, Codner initially denied stabbing the victim but later stopped answering questions after detectives showed him surveillance video, the report states. </p><p>Jail records show Codner is facing one count each of attempted felony murder, tampering with a victim, battery, criminal mischief causing more than $200 but less than $1,000 in damage, and resisting an officer without violence.</p><p>As of Wednesday morning, he was being held without bond at the Turner Guilford Knight Correctional Center. Miami-Dade Circuit Judge Mindy Glazer also ordered Codner to not have any contact with both victims. </p><p>A motive for the stabbing remains unclear at this time. </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/JT6ZHWUS3BA55CTHGA6MUPOSEE.jpg?auth=b7de5dbd4e59caad8adc1ea2f3941cc1a0b6de17b258ba4aba8c0239d4fb1107&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Film academy invites 529 new members, including Jenna Ortega, the Safdie brothers and Jacob Elordi]]></title><link>https://www.local10.com/entertainment/2026/06/24/film-academy-invites-529-new-members-including-jenna-ortega-the-safdie-brothers-and-jacob-elordi/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/24/film-academy-invites-529-new-members-including-jenna-ortega-the-safdie-brothers-and-jacob-elordi/</guid><dc:creator><![CDATA[By JAKE COYLE, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — The Academy of Motion Picture Arts and Sciences on Wednesday invited 529 members to the Oscar voting body, a new class that brings the group's membership to nearly double what it was a decade ago.]]></description><pubDate>Wed, 24 Jun 2026 18:30:37 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — The Academy of Motion Picture Arts and Sciences on Wednesday invited 529 members to the Oscar voting body, a new class that brings the group's membership to nearly double what it was a decade ago.</p><p>Among those who received invites are “One Battle After Another” nominee Teyana Taylor, Josh O'Connor, Jenna Ortega, Jacob Elordi and Simu Liu.</p><p>If all new members accept their invitations, the film academy will number 11,319, with 10,338 voting members. In 2016, the academy numbered closer to 6,000 members.</p><p>But to diversify its ranks, the Oscars organization has swelled in recent years. In 2015, the academy was 75% male and 92% white. That year, all 20 acting nominees were white, prompting the #OscarsSoWhite hashtag.</p><p>Following the induction of this year's new members, the academy will be 64% male and 75% white. One byproduct of the membership expansion has been an increase in international voters. Overseas members now account for 22% of the group.</p><p>The makeup of the new class is 42% women, 56% from underrepresented communities and 53% from countries outside the U.S.</p><p>“Membership selection is based on professional qualifications, with an ongoing commitment to representation, inclusion and equity remaining a priority,” the academy said in its announcement.</p><p>After several new classes that numbered closer to 1,000, the academy has in recent years grown at a more modest pace. Last year, 534 voters were added.</p><p>As it has grown in size, the academy has also added new categories to its annual awards ceremony. Earlier this year, the first award for casting was handed out. In 2028, the first Oscar for achievement in stunt design will be given.</p><p>Other new members include Anthony Ramos, Bill Skarsgård, Mia Goth, Jon Bernthal, Jemaine Clement, Ṣọpẹ́ Dìrísù and Stephen Fry. Among the invited filmmakers are Josh and Benny Safdie, “Weapons” director Zach Cregger and “Sirât” filmmaker Oliver Laxe.</p><p>The 99th Academy Awards will be held March 14, 2027, with Conan O'Brien returning as host for the third consecutive year.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/G7H7Y3OGYLWF2V7JKPXL33MWUA.jpg?auth=05a2b368809ac22ac2d036517bd595bbb879d5336074213d827bf93fdfab1c39&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This combination image shows the following people in Los Angeles, from left, Jacob Elordi on March 15, 2026, Josh O'Connor on Nov. 17, 2025, Jenna Ortega on May 22, 2026, Simu Liu on May 9, 2026, and Teyana Taylor on April 29, 2026. (Photos by Jordan Strauss/Richard Shotwell/Chris Pizzello/Invision/AP)]]></media:description></media:content></item><item><title><![CDATA[Bill DeWitt III promoted from president to chief executive officer of the Cardinals]]></title><link>https://www.local10.com/sports/2026/06/24/bill-dewitt-iii-promoted-from-president-to-chief-executive-officer-of-the-cardinals/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/24/bill-dewitt-iii-promoted-from-president-to-chief-executive-officer-of-the-cardinals/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[ST. LOUIS (AP) — Bill DeWitt III was named chief executive officer of the St. Louis Cardinals on Wednesday after serving as team president since 2008.]]></description><pubDate>Wed, 24 Jun 2026 20:06:45 +0000</pubDate><content:encoded><![CDATA[<p>ST. LOUIS (AP) — Bill DeWitt III was named chief executive officer of the St. Louis Cardinals on Wednesday after serving as team president since 2008.</p><p>The Cardinals also announced the promotion of Anuk Karunaratne to president of business operations as part of a restructuring following Chaim Bloom’s appointment as president of baseball operations last September.</p><p>“In some ways, it’s not that big of a change, as all of us up here have been working together closely for a couple years now,” DeWitt III said. “But in formalizing these roles, we’re just firming up the leadership structure that will lay the foundation for the next wave of organizational and team success.”</p><p>DeWitt III, 58, oversaw the opening of Busch Stadium in 2006 and the development and launch of Ballpark Village Phase I in 2014 and Phase II in 2020.</p><p>Bill DeWitt Jr. continues as chairman and principal owner and will continue his involvement in team baseball and business matters.</p><p>“Nothing’s really changed,” DeWitt Jr. said. “I stay in touch with obviously Bill III. Baseball (operations) stays in touch with me. I talk all the time, so I may or may not be here, but I’m here in spirit and available 24/7 so I’m tightly in touch with all the things we’re looking to do.”</p><p>Karunaratne joined the Cardinals in 2024 as senior vice president of business operations. He previously was the Toronto Blue Jays’ executive vice president of business operations.</p><p>“We all know what the Cardinals can be at their best,” Karunaratne said. “That’s what we’re building towards, and ultimately that matters. It matters to this organization, it matters to this city, and it matters to every one of our fans. We’re ready, and we’re going to get after it.”</p><p>The Cardinals qualified for postseason play 17 times in DeWitt Jr.’s first 27 seasons at the helm of the franchise and drew at least 2.9 million fans in every full season from 1998 through 2023.</p><p>The club, however, has not having made the postseason since 2022. Attendance has dropped to 30-year lows.</p><p>“Like the business, there’s been a lot of change, and it’s change that has been accelerating, probably over the last five years, and I think right now baseball organization is in good shape with Chaim and some of the changes he’s made,” DeWitt III said. “I come at it more as somebody that is ready and sort of willing to go a little deeper into the organization on the baseball side than perhaps I have in the past and just really learn. When you’re in this role for 18 years, you know everybody in the business side, so when issues come up, what people’s opinions are, you’re collecting them where people are coming from. I want to get to that point on the baseball side.”</p><p>DeWitt III’s promotion continues a family legacy in the game of baseball that dates back to his grandfather.</p><p>“I love pointing out my grandfather’s role here, he was here about 20 years as treasurer, worked with Branch Rickey, and that’s a point of pride for me,” DeWitt III said. “It’s pretty cool. It isn’t too often that you see, particularly in an organization like this, have that much heritage in one family.”</p><p>___</p><p>AP MLB: https://apnews.com/hub/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5FQYNSDHTRPJFRK7VDNIET6AVY.jpg?auth=ac653a0dac0ee99a32cbc2af8516e93f19cd241ac9f93eab54febb73615e4d0f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[St. Louis Cardinals' Masyn Winn (0) celebrates with teammates afte a baseball game against the Kansas City Royals, Sunday, June 21, 2026, in Kansas City, Mo. (AP Photo/Charlie Riedel)]]></media:description><media:credit role="author" scheme="urn:ebu">Charlie Riedel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/X5PBWA3EHK3ORGCDK5MUMFSVYM.jpg?auth=725ce5b1c3949caf44a783cc0ce8b68ef691dd68423ce0a593347e8b5e9c2d73&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[St. Louis Cardinals' Alec Burleson, center, Masyn Winn, right, and Nathan Church, right, celebrates with teammates after a baseball game against the New York Mets Tuesday, June 9, 2026, in New York. (AP Photo/Frank Franklin II)]]></media:description><media:credit role="author" scheme="urn:ebu">Frank Franklin II</media:credit></media:content></item><item><title><![CDATA[FIFA World Cup 2026: Here is the June 24 schedule for Day 14 of group matches ]]></title><link>https://www.local10.com/sports/2026/06/24/fifa-world-cup-2026-here-is-the-june-24-schedule-for-day-14-of-group-matches/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/24/fifa-world-cup-2026-here-is-the-june-24-schedule-for-day-14-of-group-matches/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[FIFA World Cup 2026 fans have six games on Wednesday, as group-stage matches continue.]]></description><pubDate>Wed, 24 Jun 2026 14:13:00 +0000</pubDate><content:encoded><![CDATA[<p>FIFA World Cup 2026 fans have six games on Wednesday, as group-stage matches continue.</p><p><a href="https://www.local10.com/news/local/2026/06/24/copa-mundial-de-la-fifa-2026-este-es-el-calendario-del-24-de-junio-para-el-dia-14-de-los-partidos-de-grupo/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/24/copa-mundial-de-la-fifa-2026-este-es-el-calendario-del-24-de-junio-para-el-dia-14-de-los-partidos-de-grupo/">Leer en español</a></p><p>Switzerland vs. Canada, a <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> match, is at 3 p.m. </p><p>Bosnia vs. Qatar, a <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> match, is at 3 p.m. </p><p>Morocco vs. Haiti, a <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> match, is at 6 p.m. </p><p>Scotland vs. Brazil, a <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> match, is at 6 p.m. </p><p>South Africa vs. South Korea, a <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> match, is at 9 p.m. </p><p>Czech Republic vs. Mexico, a <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> match, is at 9 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 2 p.m. to 9 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>Miami Beach watch party: </b>Doors open at 4 p.m. on June 24 at The Bandshell, at 7275 Collins Ave., for the 6 p.m. Scotland vs. Brazil match.</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><h3><b>Group-stage progress</b></h3><p><b>Group L: </b><a href="https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-l-2-matches-on-june-17/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-l-2-matches-on-june-17/">Ghana holds England</a></p><p><b>Group K</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/">Colombia advances to Round of 32</a></p><p><b>Group J</b>: <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/">Argentina advances to Round of 32 </a></p><p><b>Group I</b>: <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/">France and Norway advance to Round of 32 </a></p><p><b>Group H: </b><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/">Spain leads with 4 points</a></p><p><b>Group G:</b> <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/">Egypt leads with 4 points</a></p><p><b>Group F</b>: <a href="https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-f-2-matches-on-june-14/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-f-2-matches-on-june-14/">The Netherlands gets 3 points</a></p><p><b>Group E</b>: <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/">Germany advances to Round of 32</a></p><p><b>Group D:</b> <a href="https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-d-australia-gets-3-points-united-states-gets-3-points/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-d-australia-gets-3-points-united-states-gets-3-points/">U.S. advances to Round of 32 </a></p><p><b>Group C</b>: <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/">Brazil eliminates Haiti</a></p><p><b>Group B: </b><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/">Canada and Switzerland tie for 1st place</a></p><p><b>Group A: </b><a href="https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-a-mexico-and-south-korea-each-get-3-points-after-openers/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-a-mexico-and-south-korea-each-get-3-points-after-openers/">Mexico advances to Round of 32</a></p><h3><b>Tournament’s schedule </b> </h3><p><b>June 25</b>: There are six matches: The <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>, Curaçao vs. Ivory Coast, game is at 4 p.m. The <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>, Ecuador vs. Germany, game is at 4 p.m. The <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>, Tunisia vs. Netherlands, game is at 7 p.m. The <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>, Japan vs. Sweden, game is at 7 p.m. The <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>, Turkey vs. U.S., game is at 10 p.m. The <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>, Paraguay vs. Australia, game 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>June 26</b>: There are six matcuphes: 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: Este es el calendario del 24 de junio para el día 14 de los partidos de grupo]]></title><link>https://www.local10.com/news/local/2026/06/24/copa-mundial-de-la-fifa-2026-este-es-el-calendario-del-24-de-junio-para-el-dia-14-de-los-partidos-de-grupo/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/24/copa-mundial-de-la-fifa-2026-este-es-el-calendario-del-24-de-junio-para-el-dia-14-de-los-partidos-de-grupo/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Los aficionados de la Copa Mundial de la FIFA 2026 tienen seis partidos para disfrutar el miércoles, mientras continúan los encuentros de la fase de grupos.]]></description><pubDate>Wed, 24 Jun 2026 18:17:03 +0000</pubDate><content:encoded><![CDATA[<p>Los aficionados al Mundial de la FIFA 2026 podrán disfrutar de seis partidos el miércoles, ya que continúan los encuentros de la fase de grupos.</p><p>Suiza contra Canadá, partido <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">del Grupo B</a> , se juega a las 15:00.</p><p>El partido entre Bosnia y Qatar, correspondiente al <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Grupo B</a> , se jugará a las 15:00.</p><p>Marruecos contra Haití, partido <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">del Grupo C</a> , se juega a las 18:00.</p><p>El partido entre Escocia y Brasil, correspondiente al <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Grupo C</a> , se jugará a las 18:00.</p><p>El partido entre Sudáfrica y Corea del Sur, correspondiente al <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Grupo A</a> , se jugará a las 21:00.</p><p>El partido entre República Checa y México, correspondiente al <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Grupo A</a> , se jugará a las 9 pm.</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>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><h3><b>Progreso en la fase de grupos</b></h3><p><b>Grupo L: </b><a href="https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-l-2-matches-on-june-17/" rel="" title="https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-l-2-matches-on-june-17/">Ghana empata con Inglaterra</a></p><p><b>Grupo K</b> : <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/">Colombia avanza a dieciseisavos de final.</a></p><p><b>Grupo J</b> : <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/">Argentina avanza a dieciseisavos de final.</a></p><p><b>Grupo I</b> : <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/">Francia y Noruega avanzan a dieciseisavos de final.</a></p><p><b>Grupo H: </b><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/">España lidera con 4 puntos.</a></p><p><b>Grupo G: </b><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/">Egipto lidera con 4 puntos.</a></p><p><b>Grupo F</b> : <a href="https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-f-2-matches-on-june-14/" rel="" title="https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-f-2-matches-on-june-14/">Países Bajos consigue 3 puntos</a></p><p><b>Grupo E</b> : <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/">Alemania avanza a dieciseisavos de final.</a></p><p><b>Grupo D: </b><a href="https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-d-australia-gets-3-points-united-states-gets-3-points/" rel="" title="https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-d-australia-gets-3-points-united-states-gets-3-points/">Estados Unidos avanza a la ronda de 32.</a></p><p><b>Grupo C</b> : <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/">Brasil elimina a Haití</a></p><p><b>Grupo B: </b><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Canadá y Suiza empatan en el primer lugar.</a></p><p><b>Grupo A: </b><a href="https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-a-mexico-and-south-korea-each-get-3-points-after-openers/" rel="" title="https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-a-mexico-and-south-korea-each-get-3-points-after-openers/">México avanza a dieciseisavos de final.</a></p><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><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[Colombia's vote may reshape the Amazon's future as political winds shift across Latin America]]></title><link>https://www.local10.com/news/world/2026/06/24/colombias-vote-may-reshape-the-amazons-future-as-political-winds-shift-across-latin-america/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/24/colombias-vote-may-reshape-the-amazons-future-as-political-winds-shift-across-latin-america/</guid><dc:creator><![CDATA[By STEVEN GRATTAN, Associated Press]]></dc:creator><description><![CDATA[BOGOTA, Colombia (AP) — The rise of Abelardo de la Espriella, a businessman and lawyer set to be Colombia's next president, is raising questions about whether political shifts underway across Latin America could reshape the future of the Amazon rainforest.]]></description><pubDate>Wed, 24 Jun 2026 19:39:19 +0000</pubDate><content:encoded><![CDATA[<p>BOGOTA, Colombia (AP) — The rise of Abelardo de la Espriella, a businessman and lawyer set to be Colombia's next president, is raising questions about whether political shifts underway across Latin America could reshape the future of the Amazon rainforest.</p><p>The Colombia election result comes as Peru appears poised to elect Keiko Fujimori as president following a closely contested vote. Meanwhile, Brazil is preparing for a presidential election that could push the country back to the right if Flávio Bolsonaro, son of former President Jair Bolsonaro, defeats President Luiz Inácio Lula da Silva.</p><p>The elections raise the possibility that countries with the largest shares of the Amazon could move toward policies that place greater emphasis on economic growth, extractive industries and efforts to combat organized crime and reassert state control in remote regions.</p><p>“There’s an interesting alignment, particularly across the Andes region and the broader Amazon basin,” said Elizabeth Dickinson, deputy director for Latin America at the International Crisis Group, referring to a growing belief among some governments that economic development and conservation can be pursued simultaneously.</p><p>Colombia's election results showed that de la Espriella, who was endorsed by U.S. President Donald Trump, defeated Iván Cepeda, a lawmaker who was endorsed by outgoing President Gustavo Petro, by 1 percentage point, or nearly 251,000 votes. Cepeda conceded on Wednesday.</p><p>The Amazon rainforest spans much of northern South America and helps slow climate change by absorbing large amounts of carbon dioxide, a greenhouse gas that warms the planet. Scientists have for years warned that continued forest loss could push parts of the Amazon toward a tipping point beyond which large areas may no longer be able to regenerate as rainforest.</p><p>Around 40% of Colombian territory sits within the Amazon basin. Under Petro, it emerged as one of the world’s most prominent advocates for rainforest protection and a transition away from fossil fuels.</p><p>Economic development and the Amazon</p><p>During his election campaign, de la Espriella — whose nickname is “The Tiger” — pledged to revive Colombia’s oil sector, supported fracking, which is a method of extracting oil and gas from underground rock formations, and argued that the country should make greater use of its natural resources to spur economic growth. Environmental advocates warn that expanding oil and gas production could undermine efforts to reduce emissions and increase pressure on environmentally sensitive areas.</p><p>De la Espriella represents a sharp contrast with Petro, who opposed new fossil fuel exploration contracts and sought to position Colombia as a leading voice internationally on climate issues.</p><p>Peru, which contains the second-largest share of the Amazon rainforest after Brazil, appears close to electing Fujimori. Like de la Espriella, Fujimori has signaled support for expanding mining and other industries as a driver of economic growth, while environmental groups have raised concerns about the potential implications for forests and Indigenous communities.</p><p>Brazil, which is home to roughly 60% of the Amazon, is preparing for a presidential race that could have major implications for forest protection. The election comes after the country experienced sharply rising deforestation under Bolsonaro, followed by declines under President Luiz Inácio Lula da Silva, as environmental enforcement was strengthened.</p><p>Brazil’s experience shows that government priorities can have a measurable impact on the Amazon, said Cristiane Mazzetti, zero deforestation lead at Greenpeace Brazil.</p><p>“The elected administration sets budgetary priorities, fills government positions and shapes regulations to either facilitate or hinder predatory exploitation and environmental crimes,” she said. “The result of this is measurable, as evidenced by the rate of deforestation in the Brazilian Amazon.”</p><p>Trump’s endorsement of Colombia's de la Espriella came as the U.S. president has rolled back climate policies, promoted expanded oil and gas production and withdrawn the U.S. from the 2015 Paris Agreement, the international pact aimed at limiting global warming.</p><p>Sergio Guzmán, director of Colombia Risk Analysis, said environmental concerns may increasingly compete with demands for investment, energy production and economic growth.</p><p>“Many of the concerns from environmentalists on emissions and fracking are going to take a second place to some of the economic concerns about energy self-sufficiency, investment and foreign direct investment in oil, gas and mining,” Guzmán said.</p><p>Illegal mining and Indigenous communities</p><p>Illegal gold mining has become one of the largest drivers of environmental destruction in parts of the Amazon, contaminating rivers with mercury, clearing forests and generating billions of dollars for criminal groups.</p><p>Dickinson said many governments have embraced tougher responses to illegal mining, an issue that has become increasingly central to environmental policy across the region.</p><p>“It’s very hard to disagree with the idea of going after illegal mining, one of the most detrimental industries for the Amazon basin,” she said, adding that governments have often focused on seizing equipment or removing miners from individual sites rather than dismantling the criminal and financial networks behind them.</p><p>“What we really haven’t reached is an ability to tackle the intellectual authors of these operations,” said Dickinson.</p><p>Decisions affecting Indigenous territories</p><p>Julio Cusurichi, a prominent Indigenous leader from Peru’s Amazon region, said Indigenous communities would continue organizing and advocating for a greater role in decisions affecting their territories.</p><p>“Our biodiversity, our territories, our knowledge and our wisdom can contribute greatly to addressing climate change,” he said. “In our territories, we have shown that we can provide governance not only for our peoples, but for the planet.”</p><p>Across the Amazon, Indigenous lands frequently overlap with areas targeted for mining, oil development and infrastructure projects. Indigenous organizations have long argued that governments often fail to adequately consult communities before approving projects.</p><p>Dickinson said tensions over Indigenous autonomy and extractive projects have become increasingly visible in countries including Peru and Ecuador.</p><p>Analysts say some of the clearest indicators of de la Espriella administration’s environmental approach will be how it handles Indigenous consultation processes, environmental licensing and decisions on new oil, gas and mining projects in sensitive ecosystems.</p><p>‘Allow humanity to breathe’</p><p>Guzmán said de la Espriella’s plans to increase military pressure on criminal groups and potentially resume aerial fumigation of coca crops — the plant used to produce cocaine — could also have consequences for Amazon communities.</p><p>Aerial fumigation has long been controversial in Colombia. Supporters view it as a tool to combat drug trafficking, while critics say it can damage surrounding vegetation, affect water sources and encourage coca growers to clear new areas of forest and move deeper into remote parts of the Amazon.</p><p>Others caution against assuming environmental protections will inevitably weaken.</p><p>Colombia's courts, Congress, Indigenous organizations and environmental institutions all remain influential, while advances in satellite monitoring make it increasingly difficult to hide deforestation and environmental damage, analysts said.</p><p>In Colombia’s Amazon city of Leticia, Indigenous Ticuna resident Arnaldo Rufino said many residents fear policies that encourage more extraction in the rainforest could come at the expense of the forest itself.</p><p>He said political leaders should focus on protecting biodiversity and the Amazon rather than pursuing projects that risk increasing environmental pressures.</p><p>“It means cutting down the trees that allow humanity to breathe,” Rufino said.</p><p>___</p><p>The Associated Press’ climate and environmental coverage receives financial support from multiple private foundations. AP is solely responsible for all content. Find AP’s standards for working with philanthropies, a list of supporters and funded coverage areas at AP.org.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QAP76XYEGREYOVWP5NOGLS63E4.jpg?auth=d6c05920e44848626913cea4aed09947c576a7e2977f05bf981374af86f865ec&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A boat, with gasoline to be taken to illegal mining machinery, maneuvers past an area that was mined and is being reforested by Asociacion Nuestra Casa Comun, or Our Community House Association, near Paimado, Colombia, Sept. 24, 2024. (AP Photo/Ivan Valencia, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ivan Valencia</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EXXLOIZ5FIJTZDLQHNOZQJV2R4.jpg?auth=aa82ed84d721cfdad383d38d2a4ae9810ffb036b511da9156c0e13ccbb587a68&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Presidential candidate Abelardo de la Espriella of the opposition Defenders of the Motherland movement speaks to supporters from inside a bulletproof booth at a celebration rally after runoff election results showed him leading in Barranquilla, Colombia, June 21, 2026. (AP Photo/Ivan Valencia, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ivan Valencia</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YTIUNCIITPY7HRG7XXIZJVVTDU.jpg?auth=1558351bc5be85026eb62bb370b18f894489c7da918ae0798c73bf4faf1419b7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - An illegal mining camp is visible from a Brazil Environmental Agency helicopter during an operation to try to contain illegal mining in Yanomami Indigenous territory, Roraima state, Brazil, Feb. 11, 2023. (AP Photo/Edmar Barros, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Edmar Barros</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/B5UFPXCCBANMQ2H5OKP3IYJPKI.jpg?auth=335ae17a7f541a3b9bc32170385df1c6143df5df63354437491faca8ed3ff19d&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 Indigenous women from across Ecuador's Amazon walk near a support beam for an oil pipeline as they travel through the region on what activists call a toxitour visiting oil fields in Sucumbios, Ecuador, Friday, March 6, 2026. (AP Photo/Dolores Ochoa, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Dolores Ochoa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SVT7QAEHSZ3MMB2BYRPSNQRVZI.jpg?auth=799949898c91aa1833221e5b4a39f147a48c8d06e5a95ef83a431a3140d85306&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Javae River and the Boa Esperanca village of the Javae Indigenous group are visible on Bananal Island in Formoso do Araguaia, Tocantins state, Brazil, Friday, May 22, 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/5JFQOP5TC4LMEIHFQPPWHZOMAA.jpg?auth=0ee06e09528091cef3c388e88032762a0105da5a3cc58031a6a13d8512151740&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Men fish in the low levels of the Amazon River, on the outskirts of Leticia, Colombia, Oct. 21, 2024. (AP Photo/Ivan Valencia, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ivan Valencia</media:credit></media:content></item><item><title><![CDATA[Rex, el perro vagabundo que fue nombrado oficial de la policía de Bolivia]]></title><link>https://www.local10.com/espanol/2026/06/24/rex-de-perro-vagabundo-a-oficial-de-la-policia-de-bolivia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/24/rex-de-perro-vagabundo-a-oficial-de-la-policia-de-bolivia/</guid><dc:creator><![CDATA[Por The Associated Press, Associated Press]]></dc:creator><description><![CDATA[LA PAZ, Bolivia (AP) — Por su valor y lealtad, Rex —que hasta no hace mucho era un perro vagabundo— recibió el miércoles el grado honorífico de oficial de la Policía de Bolivia luego de unirse a los operativos de despeje de vías tras más de 50 días de protestas antigubernamentales.]]></description><pubDate>Wed, 24 Jun 2026 20:45:01 +0000</pubDate><content:encoded><![CDATA[<p>LA PAZ, Bolivia (AP) — Por su valor y lealtad, Rex —que hasta no hace mucho era un perro vagabundo— recibió el miércoles el grado honorífico de oficial de la Policía de Bolivia luego de unirse a los operativos de despeje de vías tras más de 50 días de protestas antigubernamentales.</p><p>El can, de unos tres años, es grande y de pelaje café y negro. Tiene un caminar seguro y vivaz mientras mueve la cola al ver a los efectivos policiales que lo acompañan.</p><p>En la región central de Cochabamba, Rex fue incorporado a su nueva familia policial. Recibió su nuevo grado además de una condecoración por su valor y las autoridades policiales le asignaron un entrenador permanente, en un acto público en medio del aniversario de los 200 años de fundación de la Policia de Bolivia.</p><p>Lo que comenzó como un acercamiento casual en busca de alimento terminó en un fuerte vínculo con los efectivos, a quienes acompañó durante el desbloqueo de las principales rutas de Cochabamba, en el centro de Bolivia.</p><p>Con el paso de los días Rex demostró habilidades singulares. A diferencia de otras mascotas que huían de los estruendos provocados por las detonaciones de dinamita de los manifestantes, el perro permanecía firme. ”Él estaba siempre en la primera línea”, explicó a medios locales el coronel de la policía Wilson Flores, quien lideró el operativo.</p><p>El sábado el presidente boliviano Rodrigo Paz declaró el estado de excepción para frenar las movilizaciones que exigían su renuncia tras varios intentos de diálogo infructuosos.</p><p>El conflicto se extendió a cinco regiones del país y La Paz y Cochabamba fueron las más afectadas por los cortes de ruta que impidieron el paso de alimentos, combustible y oxígeno medicinal. Según reportes de la Defensoría del Pueblo, la crisis dejó un saldo de al menos 14 fallecidos, en su mayoría por no recibir atención médica oportuna.</p><p>Flores relató que el perro no tenía nombre y que Rex surgió en la urgencia del momento en que les gritó a sus colegas ”¡Agarren a Rex!”, para evitar que el animal corriera directo hacia una explosión.</p><p>Otros señalan que fue por el perro de la serie austriaca de televisión “Comisario Rex” de los años noventa.</p><p>Antes de la ceremonia Rex fue bañado, peinado y vestido con un chaleco de la policía boliviana.</p><p>La policía lo ha declarado formalmente “héroe de cuatro patas” y destacó que, a pesar de tener libertad para marcharse, eligió quedarse fielmente junto al contingente.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ASX3ERHHWTQKD2PMHNYMBEVY6I.jpg?auth=263ec3bcebdcd996927fe9edfd5f37e085862ec4e6d58905e24e13f77224d56d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Un perro callejero que fue adoptado por la policía durante una operación para despejar las carreteras bloqueadas por manifestantes antigubernamentales, al que llamaron Rex, es nombrado oficial durante una ceremonia en Cochabamba, Bolivia, el miércoles 24 de junio de 2026. (AP Foto/Dico Soliz)]]></media:description><media:credit role="author" scheme="urn:ebu">Dico Soliz</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3RRLNPZSODJJOELDPRPK4KVP6Y.jpg?auth=6eb9bb578493b76844e7024fd88017f492bcbf3047a5492ce67940bc91943613&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Un perro callejero que fue adoptado por la policía durante una operación para despejar las carreteras bloqueadas por manifestantes antigubernamentales, al que llamaron Rex, fue nombrado oficial durante una ceremonia en Cochabamba, Bolivia, el miércoles 24 de junio de 2026. (AP Foto/Dico Soliz)]]></media:description><media:credit role="author" scheme="urn:ebu">Dico Soliz</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EFBAJ4F7S5PNVJV5ZUVG4WKWLM.jpg?auth=88ad2a03f939985c9337aa35353b360155497308469979cb55b0e07cbb065225&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Un perro callejero, adoptado por la policía y al que llamó Rex, acompaña a los agentes para despejar las carreteras bloqueadas por manifestantes antigubernamentales en Llavini, Bolivia, el sábado 20 de junio de 2026. (AP Foto/Dico Soliz)]]></media:description><media:credit role="author" scheme="urn:ebu">Dico Soliz</media:credit></media:content></item><item><title><![CDATA[What Heat and Bucks fans are saying about the Giannis blockbuster trade]]></title><link>https://www.local10.com/sports/local/2026/06/24/what-heat-and-bucks-fans-are-saying-about-the-giannis-blockbuster-trade/</link><guid isPermaLink="true">https://www.local10.com/sports/local/2026/06/24/what-heat-and-bucks-fans-are-saying-about-the-giannis-blockbuster-trade/</guid><dc:creator><![CDATA[Gabrielle Arzola, Ryan Mackey]]></dc:creator><description><![CDATA[Miami Heat fans across South Florida are celebrating after the team landed Giannis Antetokounmpo in a blockbuster trade, bringing one of the NBA’s biggest stars to South Florida.]]></description><pubDate>Wed, 24 Jun 2026 15:14:37 +0000</pubDate><content:encoded><![CDATA[<p>Miami Heat fans continued to celebrate Wednesday just one day after the team landed <a href="https://www.local10.com/topic/Giannis_Antetokounmpo/" target="_self" rel="" title="https://www.local10.com/topic/Giannis_Antetokounmpo/">Giannis Antetokounmpo</a> in a blockbuster trade, bringing one of the NBA’s biggest stars to South Florida.</p><p><a href="https://www.local10.com/news/local/2026/06/24/que-dicen-los-aficionados-del-heat-y-los-bucks-sobre-el-sonado-traspaso-de-giannis/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/24/que-dicen-los-aficionados-del-heat-y-los-bucks-sobre-el-sonado-traspaso-de-giannis/">Leer en español</a></p><p>“I was shocked. I was sleeping and then all my friends started texting me the news that we had got him,” Heat fan Victor Paneque said.</p><p>Known as the “Greek Freak,” Antetokounmpo is expected to bring star power and championship experience to a franchise looking to return to title contention.</p><p>“I was happy, grateful and also it’s pretty cool to see it,” said Heat fan Xavier Urbina.</p><p>The trade sends the 31-year-old from Milwaukee to Miami, exchanging Wisconsin winters for South Florida sunshine and ending months of speculation about his future.</p><p>“It was great. I was waiting for it,” Heat fan CC Bovee said. “I did not want him to go to the Celtics because I do not like the Boston Celtics.”</p><p>For many Heat supporters, the acquisition represents a major step forward after several seasons of falling short of championship expectations.</p><p>“Giannis has the courage, the playmaker, defense, offense. A ring,” Urbina said.</p><p>“I’m looking for Heat momentum, how we get better,” added Alvani Urbina. “The past couple of years without LeBron (James), (Dwyane) Wade retiring, (Chris) Bosh retiring” (have been tough). </p><p>Bovee believes Antetokounmpo’s style of play is a natural fit in Miami.</p><p>“His style will definitely fit in the Heat culture,” she said.</p><p>While Heat fans are celebrating, the move has left many Milwaukee supporters disappointed.</p><p>“He was so important to the city. I loved watching him play. I’m sad. I’m very sad,” Bucks fan Cal Branger said.</p><p>Branger and his wife, Isabelle, said they plan to continue cheering for Antetokounmpo despite the trade.</p><p>“Honestly, it kind of feels like a fever dream still,” Isabelle Branger said. “It feels like I got dumped a little bit, but the last two years there were whispers.”</p><p>“He’s one of the most exciting players to watch,” Cal Branger added. “Every time he goes to the basket or makes a great block. I would say enjoy him, please enjoy him.”</p><p>And don’t forget, you can watch Miami Heat games on Local 10 next season as WPLG Local 10 and the Heat announced a newly expanded media rights agreement, making Local 10 the home of HEAT basketball across South Florida! <a href="https://www.local10.com/sports/local/2026/06/08/wplg-local-10-becomes-the-home-of-the-miami-heat/" rel="">CLICK HERE</a> for more information on how to watch!</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é dicen los aficionados del Heat y los Bucks sobre el sonado traspaso de Giannis]]></title><link>https://www.local10.com/news/local/2026/06/24/que-dicen-los-aficionados-del-heat-y-los-bucks-sobre-el-sonado-traspaso-de-giannis/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/24/que-dicen-los-aficionados-del-heat-y-los-bucks-sobre-el-sonado-traspaso-de-giannis/</guid><dc:creator><![CDATA[Gabrielle Arzola, Ryan Mackey]]></dc:creator><description><![CDATA[Los aficionados del Miami Heat en todo el sur de Florida están celebrando después de que el equipo adquirió a Giannis Antetokounmpo en un canje bomba, llevando a una de las mayores estrellas de la NBA al sur de Florida.]]></description><pubDate>Wed, 24 Jun 2026 18:05:34 +0000</pubDate><content:encoded><![CDATA[<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[Cape Verde goalkeeper Vozinha seeks new club after World Cup stardom, doesn't rule out Brazil move]]></title><link>https://www.local10.com/sports/2026/06/24/cape-verde-goalkeeper-vozinha-seeks-new-club-after-world-cup-stardom-doesnt-rule-out-brazil-move/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/24/cape-verde-goalkeeper-vozinha-seeks-new-club-after-world-cup-stardom-doesnt-rule-out-brazil-move/</guid><dc:creator><![CDATA[By TALES AZZONI, Associated Press]]></dc:creator><description><![CDATA[Vozinha, one of the sensations of the World Cup, is looking for a new club.]]></description><pubDate>Wed, 24 Jun 2026 19:24:58 +0000</pubDate><content:encoded><![CDATA[<p>Vozinha, one of the sensations of the World Cup, is looking for a new club.</p><p>And the 40-year-old Cape Verde goalkeeper hasn't ruled out playing in Brazil, where fans helped him reach immediate stardom on social media.</p><p>Vozinha said in an interview with Brazilian journalist and influencer Daniel Braune that his contract with second-division Portuguese club Chaves has ended and he wants to keep playing and is keen on finding a new team following his success in the tournament in the U.S., Mexico and Canada.</p><p>Vozinha attracted the attention of the soccer world after an outstanding performance in Cape Verde's 0-0 draw with European champion Spain in their opener on June 15. Cape Verde then drew 2-2 with Uruguay, one of South America's soccer powerhouses.</p><p>“I ended my contract with my previous club, Deportivo Chaves, and at the moment I still don't have anything,” he said. “I'm open to everything. Let's see what comes up.”</p><p>Vozinha said he wouldn't mind playing in Brazil, the country where another influencer, Casimiro Miguel, known as Cazé, helped him go from about 50,000 Instagram followers to nearly 16 million by promoting the goalkeeper's account.</p><p>“It would be good,” Vozinha said, smiling, in the interview published in Braune’s YouTube channel. “We’ll see.”</p><p>Vozinha said he definitely wants to try to make it to Brazil, at least to visit.</p><p>“If I have the opportunity, I'd like to go, also to thank everyone for all of their support," he said. "And I think that many of my teammates want to go as well.”</p><p>Vozinha said he spent time in Brazil when his former team in Angola, Progresso do Sambizanga, did its preseason in the country.</p><p>He said his idols while growing up included Belgian goalkeeper Michel Preud'homme, Dutchman Edwin van der Sar and Gianluigi Buffon of Italy.</p><p>His dream right now is to help Cape Verde — competing in the World Cup for the first time — advance from the group stage.</p><p>A win over Saudi Arabia on Friday in Houston will be enough to secure the team a spot in the round of 32, which would spark renewed celebrations in the nation of about half a million people off Africa’s West coast.</p><p>“My dream, and the dream of all Cape Verdeans, is to reach the next round,” he said. “It's huge just to be in the World Cup, and to advance when no one thought that we could even get a point, would be extraordinary.”</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/V6ZZTIFDMOT2T6UBWZSRZ4LGDA.jpg?auth=5fbfeee59fc816eafb8984986ee3bea38b8886a4682e684e4013dd6cf782a223&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cape Verde goalkeeper Vozinha waves to supporters following the World Cup Group H soccer match between Uruguay and Cape Verde in Miami Gardens, Fla., Sunday, June 21, 2026. (AP Photo/Rebecca Blackwell)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca Blackwell</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GLE4EOZYVKIPHH7JZ4MTBC6CAA.jpg?auth=1ab1a9366cdb6490e8293fccca8c17dad6c962b1c634b6a93ce071d482a18307&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cape Verde goalkeeper Vozinha (1) dive stopped take the ball during the World Cup Group H soccer match between Uruguay and Cape Verde in Miami Gardens, Fla., Sunday, June 21, 2026. (AP Photo/Rebecca Blackwell)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca Blackwell</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4WJLR7OQGXTYPC6YJUDJKFHVRE.jpg?auth=729e9d006ad1fc6e28caf718224548342eccdcb6aaa7689fa249544923e420fd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cape Verde goalkeeper Vozinha, right, and teammates wave to supporters following the World Cup Group H soccer match between Uruguay and Cape Verde in Miami Gardens, Fla., Sunday, June 21, 2026. (AP Photo/Rebecca Blackwell)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca Blackwell</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WDI4O4S5TTL7E2H2WIL4CM57BM.jpg?auth=88ec9b27ad43b65bcd325bdfbe2c234e15eedfe46017de54a5aa2529e4475106&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cape Verde goalkeeper Vozinha, center, celebrates at the end of the World Cup Group H soccer match between Uruguay and Cape Verde in Miami Gardens, Fla., Sunday, June 21, 2026. (AP Photo/Lynne Sladky)]]></media:description><media:credit role="author" scheme="urn:ebu">Lynne Sladky</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NIQHVFDQSECGSQSDD6RJJ7ARIE.jpg?auth=e4cbb0b53380922012619f7507aebea0f5a7d1e781c8179a937899e1d5f64b39&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Maxi Araújo, de la selección de Uruguay, intenta disparar frente al arquero caboverdiano Vozinha, en un encuentro mundialista disputado el domingo 21 de junio de 2026 en Miami Gardens, Florida (AP Foto/Rebecca Blackwell)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca Blackwell</media:credit></media:content></item><item><title><![CDATA[Investigation underway after man found dead inside SUV in Miami Gardens ]]></title><link>https://www.local10.com/news/local/2026/06/24/investigation-underway-after-man-found-dead-inside-suv-in-miami-gardens/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/24/investigation-underway-after-man-found-dead-inside-suv-in-miami-gardens/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Miami Gardens police are investigating after what appeared to be a body was found inside a vehicle Wednesday morning.]]></description><pubDate>Wed, 24 Jun 2026 17:49:09 +0000</pubDate><content:encoded><![CDATA[<p>Miami Gardens police are investigating after they said a man was found dead inside an SUV Wednesday morning.</p><p><a href="https://www.local10.com/news/local/2026/06/24/investigan-hallazgo-de-hombre-muerto-dentro-de-suv-en-miami-gardens/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/24/investigan-hallazgo-de-hombre-muerto-dentro-de-suv-en-miami-gardens/">Leer en español</a></p><p>According to the Miami Gardens Police Department, officers responded around 9:55 a.m. to the 1400 block of Northwest 208th Street after receiving a report of an “unresponsive male.” </p><p>Investigators said a person arrived at the location to retrieve a vehicle when they found the man unresponsive inside another vehicle and immediately contacted police.</p><p>They said Miami-Dade Fire Rescue medics responded to the scene and pronounced the man deceased. </p><p>Authorities have not released information on the man’s age or identity. </p><p>Police said the circumstances surrounding the death remain under investigation. </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/DMTWB2B2NZB47FYQTICPX4PZZA.jpeg?auth=73396a20af8c2042795392699d12d5d81a0fd889002636cc47cbbcec16998eb9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Investigan hallazgo de hombre muerto dentro de SUV en Miami Gardens]]></title><link>https://www.local10.com/news/local/2026/06/24/investigan-hallazgo-de-hombre-muerto-dentro-de-suv-en-miami-gardens/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/24/investigan-hallazgo-de-hombre-muerto-dentro-de-suv-en-miami-gardens/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[La policía de Miami Gardens investiga después de que lo que parecía ser un cuerpo fue hallado dentro de un vehículo la mañana del miércoles.]]></description><pubDate>Wed, 24 Jun 2026 18:01:51 +0000</pubDate><content:encoded><![CDATA[<p>La policía de Miami Gardens investiga después de que un hombre fue encontrado muerto dentro de una SUV la mañana del miércoles.</p><p>Según el Departamento de Policía de Miami Gardens, los agentes respondieron alrededor de las 9:55 a.m. a la cuadra 1400 de Northwest 208th Street tras recibir un reporte de un “hombre inconsciente”.</p><p>Los investigadores indicaron que una persona llegó al lugar para recoger un vehículo cuando encontró al hombre inconsciente dentro de otro vehículo y se comunicó de inmediato con la policía.</p><p>Indicaron que paramédicos de Miami-Dade Fire Rescue respondieron a la escena y declararon al hombre muerto.</p><p>Las autoridades no han divulgado información sobre la edad o la identidad del hombre.</p><p>La policía informó que las circunstancias que rodean la muerte continúan bajo investigació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><media:content url="https://www.local10.com/resizer/v2/DMTWB2B2NZB47FYQTICPX4PZZA.jpeg?auth=73396a20af8c2042795392699d12d5d81a0fd889002636cc47cbbcec16998eb9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Aficionados de Brasil y Escocia comienzan a llegar al Miami Stadium antes del partido del Grupo C]]></title><link>https://www.local10.com/news/local/2026/06/24/aficionados-de-brasil-y-escocia-comienzan-a-llegar-al-miami-stadium-antes-del-partido-del-grupo-c/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/24/aficionados-de-brasil-y-escocia-comienzan-a-llegar-al-miami-stadium-antes-del-partido-del-grupo-c/</guid><dc:creator><![CDATA[Saira Anwer, Andrea Torres]]></dc:creator><description><![CDATA[Los cuatro equipos del Grupo C que compiten por avanzar a la ronda de 32 de la Copa Mundial de la FIFA 2026 son Brasil (5), Marruecos (11), Haití (84) y Escocia (36).]]></description><pubDate>Wed, 24 Jun 2026 17:58:40 +0000</pubDate><content:encoded><![CDATA[<p>Tras una odisea desde el Reino Unido y Boston hasta el sur de Florida, los esperanzados aficionados escoceses se dieron cita en el estadio de Miami <a href="https://www.local10.com/sports/2026/06/24/fifa-world-cup-2026-here-is-the-june-24-schedule-for-day-14-of-group-matches/" rel="" title="https://www.local10.com/sports/2026/06/24/fifa-world-cup-2026-here-is-the-june-24-schedule-for-day-14-of-group-matches/">el miércoles por</a> la mañana, más de siete horas antes del partido contra Brasil.</p><p>El calor no disuadió al Tartan Army de lucir sus faldas escocesas hechas de lana peinada al 100% a las afueras del estadio, más conocido como el Hard Rock Stadium en Miami Gardens.</p><p>Algunos escoceses de las Tierras Altas caminaban por la calle con latas de cerveza abiertas en bolsas de papel antes del almuerzo. Hicieron gala de su fama de bebedores empedernidos durante un partido de los Miami Marlins en el LoanDepot Park y probaron la oferta en los bares del barrio de Little Havana en Miami.</p><p>Los que tenían boleto hicieron bien en llegar temprano. Los servicios de transporte compartido solo llegan a puntos de conexión lejanos, así que tendrán que caminar algunas cuadras. También tendrán que hacer fila al aire libre, sin protección contra el sol, para pasar un estricto control de seguridad.</p><p>Los aficionados tendrán que volver a hacer cola sin resguardarse, mientras esperan para subir a los autobuses escolares amarillos que los dejarán a las afueras del estadio, donde tendrán que volver a hacer cola.</p><p>La FIFA cuenta con una zona para aficionados fuera del estadio donde no se acepta efectivo. Las puertas del estadio abren a las 15:00, tan solo 3 horas antes del inicio del partido.</p><p>Para los equipos del Grupo C, la fase de grupos del Mundial finaliza el miércoles por la noche. Tras los dos partidos que se disputará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, ambos podrían avanzar. Haití juega 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><h3><b>Progreso del Grupo C</b></h3><figure><img src="https://www.local10.com/resizer/v2/VBIKQQTZNRDVPC6EXUUPKOQ32E.jpg?auth=b01faefea96964489caf0c169823938913a869d14214ebc3b31dabb32e6ffd34&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><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><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><p><b>Brasil y Marruecos obtienen 1 punto cada uno.</b></p><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[Police seek senior reported missing in Fort Lauderdale ]]></title><link>https://www.local10.com/news/local/2026/06/24/police-seek-senior-reported-missing-in-fort-lauderdale/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/24/police-seek-senior-reported-missing-in-fort-lauderdale/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Fort Lauderdale police are searching for a 70-year-old woman who they said has been missing since Tuesday. ]]></description><pubDate>Wed, 24 Jun 2026 16:33:58 +0000</pubDate><content:encoded><![CDATA[<p>Fort Lauderdale police are searching for a 70-year-old woman who they said has been reported missing. </p><p><a href="https://www.local10.com/news/local/2026/06/24/la-policia-de-fort-lauderdale-busca-a-una-mujer-de-70-anos-que-segun-informaron-las-autoridades-esta-desaparecida-desde-el-martes/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/24/la-policia-de-fort-lauderdale-busca-a-una-mujer-de-70-anos-que-segun-informaron-las-autoridades-esta-desaparecida-desde-el-martes/">Leer en español</a></p><p>Police said Erna Alceus was last seen Tuesday near the 2900 block of Northwest 19th Street.</p><p>They said Alceus is known to travel by bus. </p><p>Detectives determined she was last seen boarding a bus around 9:15 a.m. Tuesday and later got off near Commercial Boulevard and Northwest 31st Avenue. </p><p>Police described Alceus as a Black woman who is 5 feet, 5 inches tall and weighs about 185 pounds. </p><p>They said she was last seen wearing a white or off-white dress, white sandals and carrying a white bag. Police said her hair was styled in a high bun.</p><p>Anyone with information on Alceus’ whereabouts is asked to contact their local police department.</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/HJWXSOFXD5HLRJRII3LLM5JHWU.jpg?auth=6872e123d30409e83c40df778d6618fa620e26fbed654e04ceb798b7befae2ab&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[La policía de Fort Lauderdale busca a una mujer de 70 años que, según informaron las autoridades, está desaparecida desde el martes.]]></title><link>https://www.local10.com/news/local/2026/06/24/la-policia-de-fort-lauderdale-busca-a-una-mujer-de-70-anos-que-segun-informaron-las-autoridades-esta-desaparecida-desde-el-martes/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/24/la-policia-de-fort-lauderdale-busca-a-una-mujer-de-70-anos-que-segun-informaron-las-autoridades-esta-desaparecida-desde-el-martes/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[La policía de Fort Lauderdale busca a una mujer de 70 años que, según informaron las autoridades, está desaparecida desde el martes.]]></description><pubDate>Wed, 24 Jun 2026 17:53:19 +0000</pubDate><content:encoded><![CDATA[<p>La policía de Fort Lauderdale busca a una mujer de 70 años que fue reportada como desaparecida.</p><p>La policía informó que Erna Alceus fue vista por última vez el martes cerca de la cuadra 2900 de Northwest 19th Street.</p><p>Indicaron que Alceus suele desplazarse en autobús.</p><p>Los detectives determinaron que fue vista por última vez abordando un autobús alrededor de las 9:15 a.m. del martes y que posteriormente descendió cerca de Commercial Boulevard y Northwest 31st Avenue.</p><p>La policía describió a Alceus como una mujer negra de 5 pies y 5 pulgadas de estatura y aproximadamente 185 libras de peso.</p><p>Indicaron que fue vista por última vez vistiendo un vestido blanco o color crema, sandalias blancas y llevando un bolso blanco. La policía informó que llevaba el cabello recogido en un moño alto.</p><p>Cualquier persona con información sobre el paradero de Alceus debe comunicarse con su departamento de policía local.</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/HJWXSOFXD5HLRJRII3LLM5JHWU.jpg?auth=6872e123d30409e83c40df778d6618fa620e26fbed654e04ceb798b7befae2ab&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Alibaba sues the US Defense Department in a bid to remove 'Chinese military company' designation]]></title><link>https://www.local10.com/business/2026/06/24/alibaba-sues-the-us-defense-department-in-a-bid-to-remove-chinese-military-company-designation/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/24/alibaba-sues-the-us-defense-department-in-a-bid-to-remove-chinese-military-company-designation/</guid><dc:creator><![CDATA[By DIDI TANG, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The Chinese tech giant Alibaba has sued the U.S. Department of Defense, demanding that it be removed from the Pentagon's list of Chinese military companies that prohibits them from landing U.S. defense contracts and carries reputational damage.]]></description><pubDate>Wed, 24 Jun 2026 17:48:44 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The Chinese tech giant Alibaba has sued the U.S. Department of Defense, demanding that it be removed from the Pentagon's list of Chinese military companies that prohibits them from landing U.S. defense contracts and carries reputational damage.</p><p>In the petition filed this week in the San Jose division of the U.S. District Court in the Northern District of California, Alibaba, which is publicly traded on the New York Stock Exchange, argued that the designation, announced on June 8, has “no basis in fact or law" and that the Pentagon failed to reach its conclusion through any fair process.</p><p>It is the latest lawsuit by a Chinese company against the Pentagon over such national security labels.</p><p>In 2021, with some in Washington seeing China as a growing military threat, Congress asked the department to create a list of Chinese companies directly controlled by the Chinese military and security forces, as well as those it believed had contributed to the country's defense industrial base.</p><p>The current list includes 188 entities ranging from state-owned defense businesses, to private-sector tech companies like Alibaba and the robotics company Unitree. The designations have drawn protests from both the Chinese government and some of the targeted companies.</p><p>On Monday, Beijing announced sanctions on 10 American military-related companies, raising the risk of elevating tensions between the two countries at a time when Beijing and Washington are seeking to stabilize relations.</p><p>WuXi AppTec Co., a company that provides research, development and manufacturing services to hundreds of U.S. pharmaceutical and life sciences companies, has also been added to the list. According to the Pentagon, the company is “indirectly owned” by China's state-owned Assets Supervision and Administration Commission. The Pentagon says it's also “indirectly affiliated” with the State Administration of Science, Technology and Industry for National Defense and the People's Liberation Army.</p><p>WuXi AppTec is challenging the decision in the federal district court in the District of Columbia. In the petition filed on June 11, the company said the label has “already caused and will continue to cause several and irreparable harms.” It called the designation “the product of political pressure and inaccurate, unsupported assertions.”</p><p>In a petition Tuesday, Alibaba said the company is losing backers in the U.S. and that the damage is significant because the company depends on the trust of its U.S. partners.</p><p>The Pentagon asserts that Alibaba not only is affiliated with the China's Assets Supervision and Administration Commission, but that it contributes to the nation's industrial defense complex through its affiliation with China's Ministry of Industry and Information Technology.</p><p>Alibaba said in its petition that it is governed by an independent board and holds no military certification or license. The company has no relationship with the Assets Supervision and Administration Commission, it said, and that like all companies operating in China, including U.S. companies, regulatory compliance with the ministry is mandatory.</p><p>“A regulator is not an affiliate,” reads the petition.</p><p>A U.S. judge last year ruled against DJI Technology, a Chinese drone maker, in its bid to be removed from the Pentagon's list. DJI is appealing the case.</p><p>__</p><p>AP Business Writer Chan Ho-him in Hong Kong contributed</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/IX5ZLOVJARHFAMDO6GFYXFPNIA.jpg?auth=550b44726c8d4dbe76faba4547ebf58b2e9d9ed3f1c972092574536f8d5ec664&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A man stands near a poster promoting the AI agent from Alibaba at the China International Supply Chain Expo in Beijing on Monday, June 22, 2026. (AP Photo/Ng Han Guan)]]></media:description><media:credit role="author" scheme="urn:ebu">Ng Han Guan</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ASPHAHNTRSFFVL35I6RVTA7O6E.jpg?auth=105f7a2dccb101838d5eaaad3496e271d518b60408fa1faf59fce426bff5ca82&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Pentagon is pictured in Washington, Thursday, June 11, 2026. (AP Photo/Julia Demaree Nikhinson)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content></item><item><title><![CDATA[Es temporada de polvo del Sahara, así se perfila este año]]></title><link>https://www.local10.com/news/local/2026/06/24/es-temporada-de-polvo-del-sahara-asi-se-perfila-este-ano/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/24/es-temporada-de-polvo-del-sahara-asi-se-perfila-este-ano/</guid><dc:creator><![CDATA[Michael Lowry]]></dc:creator><description><![CDATA[Es la época del año en la que enormes nubes de polvo provenientes del desierto del Sahara, en África, recorren miles de kilómetros a través del océano Atlántico hasta llegar a las costas de Florida y del litoral estadounidense del Golfo.]]></description><pubDate>Wed, 24 Jun 2026 14:41:54 +0000</pubDate><content:encoded><![CDATA[<p>Es la época del año en la que enormes nubes de polvo provenientes del desierto del Sahara, en África, recorren miles de kilómetros a través del océano Atlántico hasta llegar a las costas de Florida y del litoral estadounidense del Golfo.</p><figure><img src="https://www.local10.com/resizer/v2/ZGWFULUOKNED7GQMI2Q37SYEFI.gif?auth=f255214c90cae0112b39ae564de8a2062d25c0f17b81cfa80009239eaa610866&smart=true&width=1200&height=900" alt="Dust forecast through Sunday evening (June 28th) from the ECMWF Copernicus Atmosphere Monitoring Service (CAMS). Credit: weathermodels.com." height="900" width="1200"/><figcaption>Dust forecast through Sunday evening (June 28th) from the ECMWF Copernicus Atmosphere Monitoring Service (CAMS). Credit: weathermodels.com.</figcaption></figure><p>Cuando este polvo llega, no solo modifica el aspecto del cielo —al crear durante el día una bruma blanquecina con tonos ocres y hacer que los atardeceres luzcan más intensos y coloridos—, sino que también influye en las condiciones meteorológicas, al reducir la probabilidad de las típicas tormentas vespertinas y, con frecuencia, deteriorar la calidad del aire.</p><p>Para nosotros en el sur de Florida, la mayor concentración de polvo del Sahara desde principios de junio llegará en los próximos días y permanecerá hasta inicios de la próxima semana, reduciendo las probabilidades de lluvia y aumentando el riesgo asociado al calor del verano, con sensaciones térmicas cercanas a los 105 grados.</p><p><b>¿Cómo se perfila el polvo en el Atlántico?</b></p><p>Pero en el Atlántico tropical en general, donde las nubes de polvo del Sahara del tamaño de continentes pueden dificultar la formación de posibles huracanes, los niveles de polvo se han mantenido muy por debajo del promedio de cara a las semanas que suelen marcar el pico de la temporada de polvo sahariano.</p><p>Desde principios de mayo, las concentraciones de polvo del Sahara en el Atlántico Norte tropical han sido las terceras más bajas registradas, solo por detrás de 2023 y 2019.</p><figure><img src="https://www.local10.com/resizer/v2/ZOPT7SIHAZGELDYGPBVWRJTQ2E.png?auth=cfb95da5b1bb922655cb44f55e970a908e5543df297e8ef36ea9c8cad0f9a74a&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>El polvo del Sahara —conocido más específicamente como la Capa de Aire Sahariano (SAL, por sus siglas en inglés)— es uno de los factores que mantiene baja la actividad tropical durante los primeros meses de la temporada de huracanes. Cuando la SAL es intensa, no solo ayuda a disipar las tormentas organizadas al aportar grandes cantidades de aire seco y cargado de polvo, sino que la base de esta nube también incrementa la cizalladura del viento, lo que dificulta aún más el desarrollo de huracanes.</p><p>La temporada de polvo del Sahara suele disminuir rápidamente en agosto, por lo que deja de ser un factor importante durante el periodo de mayor actividad de la temporada de huracanes. Afortunadamente, este año el océano Atlántico presenta temperaturas inusualmente frescas y una cizalladura del viento mucho más intensa de lo habitual, impulsada por el fortalecimiento de El Niño, lo que ayudará a frenar la actividad tropical al inicio de la temporada.</p><p>Vale la pena seguir de cerca el comportamiento del polvo del Sahara durante los primeros meses de la temporada de huracanes, ya que concentraciones más bajas sobre el Atlántico tropical pueden ser un indicio de ondas tropicales africanas más débiles, conocidas como Ondas del Este Africanas, o de un debilitamiento de la corriente de vientos sobre África occidental, denominada Chorro del Este Africano (AEJ, por sus siglas en inglés), fenómenos que pueden influir en la formación de sistemas tropicales más adelante en la temporada.</p><p>Por ahora, la actual masa de polvo del Sahara, junto con una amplia franja de fuerte cizalladura del viento sobre el Atlántico tropical, mantendrá inhibido el desarrollo de sistemas tropicales organizados al menos hasta finales de la próxima semana.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/K2BSRIWPANCTPMKZQ4HWBZ6CGM.png?auth=59e4ff9dc1e48d8a497447a1ef92230cd3363ac2a542e204a267ec00e8802e73&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[Saharan dust cloud pushing off northern Africa into the Atlantic on Monday. Credit: NASA.]]></media:description></media:content></item><item><title><![CDATA[Hard Rock Cafe ending Bayside Marketplace run after more than 3 decades]]></title><link>https://www.local10.com/news/local/2026/06/24/hard-rock-cafe-ending-bayside-marketplace-run-after-more-than-3-decades/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/24/hard-rock-cafe-ending-bayside-marketplace-run-after-more-than-3-decades/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A longtime Miami restaurant is preparing to close its doors.]]></description><pubDate>Wed, 24 Jun 2026 15:56:36 +0000</pubDate><content:encoded><![CDATA[<p>A longtime Miami restaurant is preparing to close its doors.</p><p>The Hard Rock Cafe at Bayside Marketplace will permanently close on Aug. 19, according to multiple reports and a Worker Adjustment and Retraining Notification (WARN) <a href="https://www.threads.com/@whatlayoff/post/DZ5hKnrFhq6" target="_self" rel="" title="https://www.threads.com/@whatlayoff/post/DZ5hKnrFhq6">notice filed with the state</a> on Saturday. </p><p><a href="https://www.local10.com/news/local/2026/06/24/hard-rock-cafe-pone-fin-a-su-etapa-en-bayside-marketplace-tras-mas-de-tres-decadas/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/24/hard-rock-cafe-pone-fin-a-su-etapa-en-bayside-marketplace-tras-mas-de-tres-decadas/">Leer en español</a></p><p>According to the notice, the closure will result in 117 employees losing their jobs, including servers, cooks, bartenders, bussers and managers.</p><p>The restaurant, located at 401 Biscayne Blvd., first opened in September 1993 and has operated for more than three decades at the popular waterfront shopping and entertainment destination in downtown Miami.</p><p>According to the <a href="https://www.bizjournals.com/southflorida/news/2026/06/22/hard-rock-cafe-to-close-after-thirty-years.html" target="_self" rel="" title="https://www.bizjournals.com/southflorida/news/2026/06/22/hard-rock-cafe-to-close-after-thirty-years.html">South Florida Business Journal</a>, a Hard Rock Cafe spokesperson said the restaurant’s lease is set to expire this year, and the decision was made not to renew it.</p><p>Sky 10 flew over the restaurant Wednesday, showing the iconic location as it prepares to shut down.</p><p>The Miami Herald <a href="https://www.miamiherald.com/miami-com/restaurants/article316233804.html" target="_self" rel="" title="https://www.miamiherald.com/miami-com/restaurants/article316233804.html">reported</a> that the Hard Rock Cafe at the Seminole Hard Rock Hotel &amp; Casino in Hollywood will remain open.</p><p>The Bayside location was one of the brand’s most recognizable South Florida restaurants after opening during the early 1990s as Hard Rock expanded beyond its original London cafe, which debuted in 1971.</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/GLCHPPRFIJFGXKOJCMC225WQZ4.jpeg?auth=e8932d154b14001f6f3c2cace0b5e67a7fe808fd51688c8dd123bf7f0e59e1e6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Hard Rock Cafe pone fin a su etapa en Bayside Marketplace tras más de tres décadas]]></title><link>https://www.local10.com/news/local/2026/06/24/hard-rock-cafe-pone-fin-a-su-etapa-en-bayside-marketplace-tras-mas-de-tres-decadas/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/24/hard-rock-cafe-pone-fin-a-su-etapa-en-bayside-marketplace-tras-mas-de-tres-decadas/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Un restaurante emblemático de Miami se prepara para cerrar sus puertas.]]></description><pubDate>Wed, 24 Jun 2026 17:44:14 +0000</pubDate><content:encoded><![CDATA[<p>Un restaurante emblemático de Miami se prepara para cerrar sus puertas.</p><p>El Hard Rock Cafe de Bayside Marketplace cerrará permanentemente el 19 de agosto, según múltiples reportes y una notificación WARN (Worker Adjustment and Retraining Notification) <a href="https://www.threads.com/@whatlayoff/post/DZ5hKnrFhq6" target="_blank" rel="noreferrer" title="https://www.threads.com/@whatlayoff/post/DZ5hKnrFhq6">presentada ante el estado el sábado</a>.</p><p>Según la notificación, el cierre provocará la pérdida de empleo de 117 trabajadores, incluidos meseros, cocineros, cantineros, asistentes de servicio y gerentes.</p><p>El restaurante, ubicado en 401 Biscayne Blvd., abrió por primera vez en septiembre de 1993 y ha operado durante más de tres décadas en el popular destino de compras y entretenimiento frente al mar en el centro de Miami.</p><p>Según el <a href="https://www.bizjournals.com/southflorida/news/2026/06/22/hard-rock-cafe-to-close-after-thirty-years.html" target="_blank" rel="noreferrer" title="https://www.bizjournals.com/southflorida/news/2026/06/22/hard-rock-cafe-to-close-after-thirty-years.html">South Florida Business Journal</a>, un portavoz de Hard Rock Cafe indicó que el contrato de arrendamiento del restaurante vence este año y se tomó la decisión de no renovarlo.</p><p>Sky 10 sobrevoló el restaurante el miércoles, mostrando la icónica ubicación mientras se prepara para cerrar sus puertas.</p><p>El Miami Herald <a href="https://www.miamiherald.com/miami-com/restaurants/article316233804.html" target="_blank" rel="noreferrer" title="https://www.miamiherald.com/miami-com/restaurants/article316233804.html">informó</a> que el Hard Rock Cafe del Seminole Hard Rock Hotel &amp; Casino en Hollywood permanecerá abierto.</p><p>La ubicación de Bayside fue uno de los restaurantes más reconocibles de la marca en el sur de Florida después de abrir a principios de la década de 1990, cuando Hard Rock expandía su presencia más allá de su cafetería original en Londres, inaugurada en 1971.</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/GLCHPPRFIJFGXKOJCMC225WQZ4.jpeg?auth=e8932d154b14001f6f3c2cace0b5e67a7fe808fd51688c8dd123bf7f0e59e1e6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[It’s Saharan dust season. Here’s how it’s shaping up]]></title><link>https://www.local10.com/weather/hurricane/2026/06/24/its-saharan-dust-season-heres-how-its-shaping-up/</link><guid isPermaLink="true">https://www.local10.com/weather/hurricane/2026/06/24/its-saharan-dust-season-heres-how-its-shaping-up/</guid><dc:creator><![CDATA[Michael Lowry]]></dc:creator><description><![CDATA[It’s the time of year giant plumes of dust heaved off the African continent from the Sahara Desert travel thousands of miles across the Atlantic, sprinkling down on the shoreline sands of Florida and the U.S. Gulf Coast.]]></description><pubDate>Wed, 24 Jun 2026 14:30:11 +0000</pubDate><content:encoded><![CDATA[<p>It’s the time of year giant plumes of dust heaved off the African continent from the Sahara Desert travel thousands of miles across the Atlantic, sprinkling down on the shoreline sands of Florida and the U.S. Gulf Coast.</p><p><a href="https://www.local10.com/news/local/2026/06/24/es-temporada-de-polvo-del-sahara-asi-se-esta-desarrollando/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/24/es-temporada-de-polvo-del-sahara-asi-se-esta-desarrollando/">Leer en español</a></p><p>The dust not only affects our skies when it arrives – dulling skies in the daytime with a milky, rust-like haze while sharpening sunsets with vibrant palettes – but also our weather, tamping down the odds of typical afternoon thunderstorms and often degrading air quality.</p><figure><img src="https://www.local10.com/resizer/v2/ZGWFULUOKNED7GQMI2Q37SYEFI.gif?auth=f255214c90cae0112b39ae564de8a2062d25c0f17b81cfa80009239eaa610866&smart=true&width=1200&height=900" alt="Dust forecast through Sunday evening (June 28th) from the ECMWF Copernicus Atmosphere Monitoring Service (CAMS). Credit: weathermodels.com." height="900" width="1200"/><figcaption>Dust forecast through Sunday evening (June 28th) from the ECMWF Copernicus Atmosphere Monitoring Service (CAMS). Credit: weathermodels.com.</figcaption></figure><p>For us in South Florida, the biggest push of Saharan dust since the start of June will arrive over the next few days and hang around into early next week, suppressing rain chances and raising the summer heat risk, with feels-like temperatures approaching 105 degrees.</p><h3><b>How is the dust shaping up across the Atlantic?</b></h3><p>But across the wider tropical Atlantic, where continent-sized clouds of Saharan dust can act like a thorn in the side of would-be hurricanes, the dust has been running well below average heading into what’s typically the peak weeks of the Saharan dust season. Since the start of May, Saharan dust concentrations across the tropical North Atlantic have been the third lowest on record (behind only 2023 and 2019).</p><figure><img src="https://www.local10.com/resizer/v2/ZOPT7SIHAZGELDYGPBVWRJTQ2E.png?auth=cfb95da5b1bb922655cb44f55e970a908e5543df297e8ef36ea9c8cad0f9a74a&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>The dust – more specifically known as the Saharan Air Layer or SAL – is one of the factors that keeps tropical activity low in the early months of the hurricane season. When the SAL is strong, it not only helps to extinguish organized thunderstorms through heaping helpings of dry, dusty air, but the base of the Saharan dust plume increases wind shear that doubles down against hurricane development.</p><p>Saharan dust season usually slacks off very quickly in August, so it becomes less of an overall player by the peak months of the hurricane season. Thankfully, this season, we have an unusually cool Atlantic and much stronger-than-average wind shear courtesy of a burgeoning El Niño to pick up the slack and help deter early-season tropical mischief.</p><p>It’s worth monitoring the progress of the Saharan dust during the early months of the hurricane season, as lower dust concentrations over the tropical Atlantic can portend weaker tropical disturbances known as African Easterly Waves or a weaker jet of winds over western Africa (the African Easterly Jet or AEJ) that can affect tropical seedlings later in the season.</p><p>For now, the current round of dust and belt of blistering wind shear over the tropical Atlantic will shut down organized activity at least into the latter part of next week.</p><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/K2BSRIWPANCTPMKZQ4HWBZ6CGM.png?auth=59e4ff9dc1e48d8a497447a1ef92230cd3363ac2a542e204a267ec00e8802e73&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[Saharan dust cloud pushing off northern Africa into the Atlantic on Monday. Credit: NASA.]]></media:description></media:content></item><item><title><![CDATA[Es temporada de polvo del Sahara. Así se está desarrollando]]></title><link>https://www.local10.com/news/local/2026/06/24/es-temporada-de-polvo-del-sahara-asi-se-esta-desarrollando/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/24/es-temporada-de-polvo-del-sahara-asi-se-esta-desarrollando/</guid><dc:creator><![CDATA[Michael Lowry]]></dc:creator><description></description><pubDate>Wed, 24 Jun 2026 17:40:18 +0000</pubDate><content:encoded><![CDATA[<p>It’s the time of year giant plumes of dust heaved off the African continent from the Sahara Desert travel thousands of miles across the Atlantic, sprinkling down on the shoreline sands of Florida and the U.S. Gulf Coast.</p><p>The dust not only affects our skies when it arrives – dulling skies in the daytime with a milky, rust-like haze while sharpening sunsets with vibrant palettes – but also our weather, tamping down the odds of typical afternoon thunderstorms and often degrading air quality.</p><figure><img src="https://www.local10.com/resizer/v2/ZGWFULUOKNED7GQMI2Q37SYEFI.gif?auth=f255214c90cae0112b39ae564de8a2062d25c0f17b81cfa80009239eaa610866&smart=true&width=1200&height=900" alt="Dust forecast through Sunday evening (June 28th) from the ECMWF Copernicus Atmosphere Monitoring Service (CAMS). Credit: weathermodels.com." height="900" width="1200"/><figcaption>Dust forecast through Sunday evening (June 28th) from the ECMWF Copernicus Atmosphere Monitoring Service (CAMS). Credit: weathermodels.com.</figcaption></figure><p>For us in South Florida, the biggest push of Saharan dust since the start of June will arrive over the next few days and hang around into early next week, suppressing rain chances and raising the summer heat risk, with feels-like temperatures approaching 105 degrees.</p><h3><b>How is the dust shaping up across the Atlantic?</b></h3><p>But across the wider tropical Atlantic, where continent-sized clouds of Saharan dust can act like a thorn in the side of would-be hurricanes, the dust has been running well below average heading into what’s typically the peak weeks of the Saharan dust season. Since the start of May, Saharan dust concentrations across the tropical North Atlantic have been the third lowest on record (behind only 2023 and 2019).</p><figure><img src="https://www.local10.com/resizer/v2/ZOPT7SIHAZGELDYGPBVWRJTQ2E.png?auth=cfb95da5b1bb922655cb44f55e970a908e5543df297e8ef36ea9c8cad0f9a74a&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>The dust – more specifically known as the Saharan Air Layer or SAL – is one of the factors that keeps tropical activity low in the early months of the hurricane season. When the SAL is strong, it not only helps to extinguish organized thunderstorms through heaping helpings of dry, dusty air, but the base of the Saharan dust plume increases wind shear that doubles down against hurricane development.</p><p>Saharan dust season usually slacks off very quickly in August, so it becomes less of an overall player by the peak months of the hurricane season. Thankfully, this season, we have an unusually cool Atlantic and much stronger-than-average wind shear courtesy of a burgeoning El Niño to pick up the slack and help deter early-season tropical mischief.</p><p>It’s worth monitoring the progress of the Saharan dust during the early months of the hurricane season, as lower dust concentrations over the tropical Atlantic can portend weaker tropical disturbances known as African Easterly Waves or a weaker jet of winds over western Africa (the African Easterly Jet or AEJ) that can affect tropical seedlings later in the season.</p><p>For now, the current round of dust and belt of blistering wind shear over the tropical Atlantic will shut down organized activity at least into the latter part of next week.</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/K2BSRIWPANCTPMKZQ4HWBZ6CGM.png?auth=59e4ff9dc1e48d8a497447a1ef92230cd3363ac2a542e204a267ec00e8802e73&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[Saharan dust cloud pushing off northern Africa into the Atlantic on Monday. Credit: NASA.]]></media:description></media:content></item><item><title><![CDATA[Dior moves Paris men’s show earlier as heat wave grips city]]></title><link>https://www.local10.com/entertainment/2026/06/24/dior-moves-paris-mens-show-earlier-as-heat-wave-grips-city/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/24/dior-moves-paris-mens-show-earlier-as-heat-wave-grips-city/</guid><dc:creator><![CDATA[By THOMAS ADAMSON, Associated Press]]></dc:creator><description><![CDATA[PARIS (AP) — Dior moved its men’s Paris Fashion Week show to 9 a.m. Wednesday to avoid the extreme heat sweeping much of Western Europe. It still was not early enough.]]></description><pubDate>Wed, 24 Jun 2026 17:37:06 +0000</pubDate><content:encoded><![CDATA[<p>PARIS (AP) — Dior moved its men’s Paris Fashion Week show to 9 a.m. Wednesday to avoid the extreme heat sweeping much of Western Europe. It still was not early enough.</p><p>Guests arrived at the Musée Nissim de Camondo as a heat wave gripped Paris. Cold towels, strawberries and parasols were offered at the door.</p><p>Inside the mansion, where Northern Irish designer Jonathan Anderson showed his latest Dior men’s collection, the temperature rose quickly. Some guests appeared overcome and water was in limited supply.</p><p>The front row still delivered the expected star power. LaKeith Stanfield, Little Simz, James Marsden, Drew Starkey, Mike Faist, 070 Shake, Alexander Ludwig and Sam Nivola were among those at the show.</p><p>Anderson’s collection was about formality losing its grip — tuxedos loosened, denim ripped, sequins flashing, disco-ball boots stepping through a house built on old-world taste.</p><p>Dior described the mood as “a soiree turning into a house party.” Anderson called it “something quite formal becoming undone.”</p><p>That was the show’s clearest idea: the Dior man was not arriving at the party; he had stayed until morning.</p><p>The looks</p><p>Anderson opened with tailoring, but made it lighter and less fixed. Pinstripes and houndstooth were printed onto silk chiffon rather than woven, creating a look that was formal, yet transparent.</p><p>The collection pushed Dior’s codes into rougher territory. Sequined trousers resembled jeans, while ripped denim was finished with fine silver chains. A tuxedo came in a looser fit and pink denim shorts appeared under formal coats.</p><p>Accessories included crystal sunglasses, disco-ball boots and patchworked Japanese denim shirts.</p><p>The best looks worked because they kept Dior visible while disturbing it. A scarf motif came from 1979 Dior haute couture; silver embroidery borrowed from an 18th-century gentleman’s coat.</p><p>Boots were made to look deliberately disheveled, with tiny ladybirds across them.</p><p>It was not a rejection of Dior’s past. It was a way of making it move.</p><p>The setting</p><p>The Musée Nissim de Camondo gave the show weight.</p><p>The mansion, now closed for restoration, was built around Moïse de Camondo’s collection of 18th-century decorative arts, the same century that fascinated Christian Dior.</p><p>Anderson showed a collection about loosened formality in a house also caught between preservation and repair. Dior’s own notes described that “in-between” state as part of the point: beauty in imperfection.</p><p>The history of the place is also dark. Camondo’s son died in World War I, and later members of the family were deported and killed during the Holocaust.</p><p>The mansion now stands as both a museum and a memorial to loss.</p><p>Against that background, the show’s playfulness gave the clothes some tension. Anderson took things Dior already owns — the tuxedo, the Bar shape, couture embroidery, 18th-century decoration — and shifted them into a younger, messier register.</p><p>The result was one of Anderson’s clearest Dior outings so far.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/S3QQKXJQTXTJQO2J7TYSCCLHLQ.jpg?auth=68d1946476b04288945db6d814d2ab106e2a418e82f17ac8017363ac9842b0c6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Models wear creations as part of the Dior Homme Spring Summer 2027 collection presented in Paris, France, Wednesday, June 24, 2026. (AP Photo/Aurelien Morissard)]]></media:description><media:credit role="author" scheme="urn:ebu">Aurelien Morissard</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XTTW5MJFJQHVQ33FSCJJQ52U54.jpg?auth=cb066446bbeb09f1c788954321c19af1c1a20439630a1ba119470dddc0ab5b66&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Models wear creations as part of the Dior Homme Spring Summer 2027 collection presented in Paris, France, Wednesday, June 24, 2026. (AP Photo/Aurelien Morissard)]]></media:description><media:credit role="author" scheme="urn:ebu">Aurelien Morissard</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AD7R7BPRWRVJVCFFDO3YQZSFTU.jpg?auth=63ff08f26392e1844afdfd797b1d075abf9d81af0d756d057f9d9849501161bc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Dylan Ennis poses for photographers at the photo call for the Dior Homme Spring Summer 2027 collection presented in Paris, France, Wednesday, June 24, 2026. (AP Photo/Aurelien Morissard)]]></media:description><media:credit role="author" scheme="urn:ebu">Aurelien Morissard</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/M5ZOCWVJHFGKODJWUDINMEM5DI.jpg?auth=ae53d829887fa0c89cb4e98e2a0ff6c959bb10beec308a6ab53479510ba26b92&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Jimin poses for photographers at the photo call for the Dior Homme Spring Summer 2027 collection presented in Paris, France, Wednesday, June 24, 2026. (AP Photo/Aurelien Morissard)]]></media:description><media:credit role="author" scheme="urn:ebu">Aurelien Morissard</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Q2NCJL3CMMPJ3LWESKZTFZQSXE.jpg?auth=513ee944841b8effbcf86a351f8122ff70dd25137fe6fb09a01a7724fac8ee29&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Jimin poses for photographers at the photo call for the Dior Homme Spring Summer 2027 collection presented in Paris, France, Wednesday, June 24, 2026. (AP Photo/Aurelien Morissard)]]></media:description><media:credit role="author" scheme="urn:ebu">Aurelien Morissard</media:credit></media:content></item><item><title><![CDATA[Soto's status is undetermined as Lindor gets ready to rejoin Mets, and Senga shifts to bullpen]]></title><link>https://www.local10.com/sports/2026/06/24/sotos-status-is-undetermined-as-lindor-gets-ready-to-rejoin-mets-and-senga-shifts-to-bullpen/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/24/sotos-status-is-undetermined-as-lindor-gets-ready-to-rejoin-mets-and-senga-shifts-to-bullpen/</guid><dc:creator><![CDATA[By JERRY BEACH, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Francisco Lindor is ready to rejoin the New York Mets — just as Juan Soto deals with a back injury that may sideline him beyond Wednesday.]]></description><pubDate>Wed, 24 Jun 2026 17:31:53 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Francisco Lindor is ready to rejoin the New York Mets — just as Juan Soto deals with a back injury that may sideline him beyond Wednesday.</p><p>Mets manager Carlos Mendoza said he couldn’t rule out a trip to the injured list for Soto, who exited a 9-6 loss to the Chicago Cubs after the fourth inning Tuesday night because of a tight back.</p><p>Soto, who was pictured on SNY wearing a wrap around his back in the dugout Tuesday, underwent imaging before Wednesday’s doubleheader. Mendoza said he hoped Soto could be available at some point Wednesday but acknowledged a level of concern for the superstar outfielder, who is in the second season of a 15-year, $765 million deal.</p><p>“We’ve got to wait,” Mendoza said. “Obviously not ideal when a player like him come out of a game. Those guys are tough and they know how important they are and they take pride on being in the lineup everyday and posting.</p><p>“I just didn’t like how he looked yesterday. We’ve got to wait.”</p><p>Soto’s injury may delay his reunion with Lindor, who is expected to be activated prior to Wednesday’s nightcap. The 32-year-old shortstop has been sidelined since suffering a strained left calf while running the bases against the Minnesota Twins on April 22 — the same day Soto returned from an 18-day stint on shelf due to a strained right calf.</p><p>Lindor played in his third rehab game Tuesday, when he was 2 for 5 while scoring twice for Triple-A Syracuse. He made the four-hour trip back to New York following the game, which factored into the Mets’ decision to hold off on activating him.</p><p>“Everything checked out well after the game last night but he got in late, so we told him to kind of recover this morning,” Mendoza said. “We anticipate him being in the lineup.”</p><p>Mendoza said the Mets will proceed cautiously with Lindor following the longest injured stint of his 12-year career. Lindor, who missed just 15 games the previous four years, will likely sit out Thursday’s game and will also see more time than usual at designated hitter.</p><p>Lindor and Soto have played just nine games together this season for the last-place Mets, who haven’t recovered from the 12-game losing streak they endured during Soto’s absence. New York, which hasn’t finished in last place since 2003, is seven games out of the final National League playoff spot.</p><p>“I’m just worried about Soto,” Mendoza said. “I’m not thinking about Lindor back, Soto out. It is what it is, right? Hopefully we can get those two in the lineup for a long time here for the rest of the season and we can make a run at it.”</p><p>Mendoza also announced beleaguered starter Kodai Senga has been shifted to the bullpen. Senga gave up seven runs over 3 2/3 innings Tuesday as his ERA rose to 10.08. He hasn’t earned a win since June 12, 2025, when he suffered a hamstring injury covering first base against the Washington Nationals.</p><p>Senga, a noted creature of habit, has made just one relief appearance for the Mets. He threw the final 1 2/3 innings of Game 6 of the 2024 NLCS against the Los Angeles Dodgers.</p><p>“We’re going to adjust his routine, he’s going to have to adjust his routine,” Mendoza said.</p><p>___</p><p>AP MLB: https://apnews.com/hub/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4KVOOFRXSFTUPICS55VIBUJ324.jpg?auth=8f1e0ac5e413fda6e04add4716c4604ca5dd8a13f1d34d03db3f1bb2cfafcea5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Mets' Juan Soto looks back after striking out during the eighth 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><media:content url="https://www.local10.com/resizer/v2/RMJ5I5X3Y37TU3LB22Z3JWJIP4.jpg?auth=78435e55af9a5c928f412edca8a2ecf9804cd14dce67fbe1ca9d3e30e9f61548&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[An inured Francisco Lindor looks on from the New York Mets dugout during the eighth inning of a baseball game against the Cincinnati Reds, Monday, May 25, 2026, in New York. (AP Photo/Heather Khalifa)]]></media:description><media:credit role="author" scheme="urn:ebu">Heather Khalifa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FOQFRZS4BP4NAXM73FXMKMBCGM.jpg?auth=cedc2cdd16c90f3d7876fb8ad03cf29aadacd5e301920324fd6986199088ae10&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Mets pitcher Kodai Senga throws against the Chicago Cubs during the first inning of a baseball game, Tuesday, June 23, 2026, in New York. (AP Photo/Noah K. Murray)]]></media:description><media:credit role="author" scheme="urn:ebu">Noah K. Murray</media:credit></media:content></item><item><title><![CDATA[Ex-Canes Rashaun Jones faces new case over K2 papers in Miami-Dade jail ]]></title><link>https://www.local10.com/news/local/2026/06/24/ex-canes-rashaun-jones-faces-new-case-over-k2-papers-in-jail/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/24/ex-canes-rashaun-jones-faces-new-case-over-k2-papers-in-jail/</guid><dc:creator><![CDATA[Bridgette Matter, Andrea Torres]]></dc:creator><description><![CDATA[Rashaun Jones, a former University of Miami Hurricanes player waiting for a retrial in the 2006 murder of UM Canes player Bryan Pata, appeared in Miami-Dade County court on Wednesday morning. ]]></description><pubDate>Wed, 24 Jun 2026 15:56:51 +0000</pubDate><content:encoded><![CDATA[<p>Rashaun Jones, a former University of Miami Hurricanes player waiting for a retrial in the 2006 murder of UM Canes player Bryan Pata, appeared in Miami-Dade County court on Wednesday morning. </p><p><a href="https://www.local10.com/news/local/2026/06/24/ex-jugador-de-los-canes-enfrenta-nuevo-caso-por-papeles-con-k2-en-carcel-de-miami-dade/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/24/ex-jugador-de-los-canes-enfrenta-nuevo-caso-por-papeles-con-k2-en-carcel-de-miami-dade/">Leer en español</a></p><p>Miami-Dade Sheriff’s Office deputies re-arrested Jones, 40, at 9 a.m. on Tuesday at the Metrowest Detention Center, where he was held without bond for the first-degree murder case, records show. </p><p>A Miami-Dade corrections officer reported that he and his K-9 found “a half sheet, and 17 individually torn sheets with suspected K2” on March 27, 2024, at Metrowest, according to a MDSO deputy’s report. </p><p>Jones, a jail inmate since Aug. 26, 2021, had the “half sheet of paper” in his shirt sleeve and “the individually torn sheets of paper” in his waistband, according to the MDSO deputy’s arrest report. </p><p>On Tuesday, a detective “downloaded the test results” from the MDSO’s crime laboratory analytical section drug unit and found that the papers had tested positive for ADB-BUTINACA, a potent synthetic cannabinoid, according to the deputy’s report. </p><p>Jones faced a new<a href="https://www.leg.state.fl.us/statutes/index.cfm?App_mode=Display_Statute&amp;Search_String=&amp;URL=0900-0999/0944/Sections/0944.47.html" target="_self" rel="" title="https://www.leg.state.fl.us/statutes/index.cfm?App_mode=Display_Statute&amp;Search_String=&amp;URL=0900-0999/0944/Sections/0944.47.html"> third-degree felony</a> charge of<b> </b>introducing, possessing, or controlling a controlled substance in a jail or correctional facility, according to county court records. </p><figure><img src="https://www.local10.com/resizer/v2/UMDRGM4Z3RHWDC2EGRJTM3C5X4.jpg?auth=5449e615954399a833c24b9da2712c86aa56938999e4f3b9adc273b5549fde07&smart=true&width=1200&height=900" alt="Corrections booked Rashaun Jones on Aug. 26, 2021 and he was in the custody of the Metrowest Detention Center on Wednesday, according to inmate records." height="900" width="1200"/><figcaption>Corrections booked Rashaun Jones on Aug. 26, 2021 and he was in the custody of the Metrowest Detention Center on Wednesday, according to inmate records.</figcaption></figure><p>Miami-Dade County Circuit Judge Cristina Miranda was set to preside over the new case. </p><p><b>RETRIAL DELAYS </b></p><p>Pata, a UM defensive lineman of Haitian descent who was a top NFL draft prospect, was fatally shot on Nov. 7, 2006, in the parking lot outside of his apartment in Kendall, records show. He was 22. </p><p>Detective Juan Segovia, a Miami-Dade Sheriff’s Office veteran, took over the cold case in 2020, and deputies arrested Jones <a href="https://miamisao.com/for-immediate-release-arrest-made-in-2006-brian-pata-cold-case-homicide-former-football-teammate-charged/" target="_self" rel="" title="https://miamisao.com/for-immediate-release-arrest-made-in-2006-brian-pata-cold-case-homicide-former-football-teammate-charged/">on Aug. 19, 2021</a> in Lake County.</p><p>Last year, <a href="https://www.espn.com/college-football/story/_/id/46305236/witness-long-delayed-u-murder-not-dead" target="_self" rel="" title="https://www.espn.com/college-football/story/_/id/46305236/witness-long-delayed-u-murder-not-dead">ESPN journalists found Paul Conner</a> — a key eyewitness the prosecution had repeatedly told the court was dead — was alive in Kentucky.</p><p>Jones’s trial started on Feb. 17. Segovia was a star witness for the prosecution. Miranda, who has also been presiding over the murder case, declared a mistrial on March 2 after the jury deadlocked. </p><p>Segovia took center stage again after the local law enforcement community learned that he was <a href="https://www.local10.com/news/local/2026/05/04/defense-in-pata-case-claims-detective-violated-order-by-commenting-on-local-10-clips-about-trial/" target="_self" rel="" title="https://www.local10.com/news/local/2026/05/04/defense-in-pata-case-claims-detective-violated-order-by-commenting-on-local-10-clips-about-trial/">accused of using Instagram to express his opinions</a> anonymously during the trial. </p><p>Miranda postponed the retrial after Jones’s defense filed an emergency motion regarding Segovia’s alleged misconduct.</p><p>On June 17, Miami-Dade State Attorney Katherine Fernandez Rundle filed <a href="https://www2.miamidadeclerk.gov/cjis/viewDocument?qs=oxkE7YNCU3LBc0GxwimDcW2CBAYje60GpyxAql6sAXE6g8iRzBlxIz%252B9wj%252BVGiiwVatpKFSdJk%252B5E7XNChRHVQD2mFgw1f1LjPWnr%252FkX68tfLJjKNaLZR%252FEvtkmK7sNyBOFTJ51NdlMmAbVzBvjiI02w7hYta9c6H1QLmOX0IcyRCWLlLPhFU6q92OyQADFaNcTaeevREq80eTIlCz56Pg%253D%253D" target="_self" rel="" title="https://www2.miamidadeclerk.gov/cjis/viewDocument?qs=oxkE7YNCU3LBc0GxwimDcW2CBAYje60GpyxAql6sAXE6g8iRzBlxIz%252B9wj%252BVGiiwVatpKFSdJk%252B5E7XNChRHVQD2mFgw1f1LjPWnr%252FkX68tfLJjKNaLZR%252FEvtkmK7sNyBOFTJ51NdlMmAbVzBvjiI02w7hYta9c6H1QLmOX0IcyRCWLlLPhFU6q92OyQADFaNcTaeevREq80eTIlCz56Pg%253D%253D">a motion</a> asking the judge for an order to “preserve” e-mails, text messages, or any other electronic messages between Jones’s defense attorneys, Attorney Jeremy McLymont, and “any media outlets,” court records show. </p><p><a href="https://www2.miamidadeclerk.gov/cjis/viewDocument?qs=oxkE7YNCU3LBc0GxwimDcW2CBAYje60GpyxAql6sAXE6g8iRzBlxIz%252B9wj%252BVGiiwVatpKFSdJk%252B5E7XNChRHVQD2mFgw1f1LjPWnr%252FkX68tfLJjKNaLZR%252FEvtkmK7sNyBOFTJ51NdlMmAbVzBvjiI02w7hYta9c6H1QLmOX0IcyRCWLlLPhFU6q92OyQADFaNcTaeevREq80eTIlCz56Pg%253D%253D" target="_self" rel="" title="https://www2.miamidadeclerk.gov/cjis/viewDocument?qs=oxkE7YNCU3LBc0GxwimDcW2CBAYje60GpyxAql6sAXE6g8iRzBlxIz%252B9wj%252BVGiiwVatpKFSdJk%252B5E7XNChRHVQD2mFgw1f1LjPWnr%252FkX68tfLJjKNaLZR%252FEvtkmK7sNyBOFTJ51NdlMmAbVzBvjiI02w7hYta9c6H1QLmOX0IcyRCWLlLPhFU6q92OyQADFaNcTaeevREq80eTIlCz56Pg%253D%253D">The motion</a> refers to a deposition on May 19 of George Jones, a jailhouse informant, who allegedly said “McLymont facilitated conversations with defense counsel, passed along messages, and arranged an in-person, unrecorded, private meeting on May 5″ at the Turner Guilford Knight Correction Center, records show. </p><p>In <a href="https://www2.miamidadeclerk.gov/cjis/viewDocument?qs=oxkE7YNCU3LBc0GxwimDcW2CBAYje60GpyxAql6sAXE6g8iRzBlxIz%252B9wj%252BVGiiwVatpKFSdJk%252B5E7XNChRHVQD2mFgw1f1LjPWnr%252FkX68tfLJjKNaLZR%252FEvtkmK7sNyBOFTJ51NdlMmAbVzBvjiI02w7hYta9c6H1QLmOX0IcyRCWLlLPhFU6q92OyQADFaNcTaeevREq80eTIlCz56Pg%253D%253D" target="_self" rel="" title="https://www2.miamidadeclerk.gov/cjis/viewDocument?qs=oxkE7YNCU3LBc0GxwimDcW2CBAYje60GpyxAql6sAXE6g8iRzBlxIz%252B9wj%252BVGiiwVatpKFSdJk%252B5E7XNChRHVQD2mFgw1f1LjPWnr%252FkX68tfLJjKNaLZR%252FEvtkmK7sNyBOFTJ51NdlMmAbVzBvjiI02w7hYta9c6H1QLmOX0IcyRCWLlLPhFU6q92OyQADFaNcTaeevREq80eTIlCz56Pg%253D%253D">the motion</a>, the prosecution mentions there could be “violations of privileged communications or dissemination of the personal information of law enforcement officers to the media” and asks the judge for an order “requiring” the defense to “provide” documents for an in-camera review. </p><p>A hearing to discuss the motions is at 10:30 a.m. on July 6, according to court records. </p><p><b>More stories on Jones</b></p><ul><li><a href="https://www.local10.com/news/local/2026/05/18/hearing-held-for-bryan-patas-accused-killer-as-lawyers-prepare-for-second-trial/" target="_self" rel="" title="https://www.local10.com/news/local/2026/05/18/hearing-held-for-bryan-patas-accused-killer-as-lawyers-prepare-for-second-trial/">Hearing held for Bryan Pata’s accused killer as lawyers prepare for second trial</a></li><li><a href="https://www.local10.com/news/local/2026/05/07/retrial-for-um-football-players-accused-killer-delayed-after-claims-against-detective/" target="_self" rel="" title="https://www.local10.com/news/local/2026/05/07/retrial-for-um-football-players-accused-killer-delayed-after-claims-against-detective/">Retrial for UM football player’s accused killer delayed after claims against detective</a></li><li><a href="https://www.local10.com/news/local/2026/05/04/defense-in-pata-case-claims-detective-violated-order-by-commenting-on-local-10-clips-about-trial/" target="_self" rel="" title="https://www.local10.com/news/local/2026/05/04/defense-in-pata-case-claims-detective-violated-order-by-commenting-on-local-10-clips-about-trial/">Defense in Pata case claims detective violated order by commenting on Local 10 clips about trial</a></li></ul>]]></content:encoded></item><item><title><![CDATA[Ex jugador de los Canes enfrenta nuevo caso por papeles con K2 en cárcel de Miami-Dade]]></title><link>https://www.local10.com/news/local/2026/06/24/ex-jugador-de-los-canes-enfrenta-nuevo-caso-por-papeles-con-k2-en-carcel-de-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/24/ex-jugador-de-los-canes-enfrenta-nuevo-caso-por-papeles-con-k2-en-carcel-de-miami-dade/</guid><dc:creator><![CDATA[Bridgette Matter, Andrea Torres]]></dc:creator><description><![CDATA[Rashaun Jones, ex jugador de los Hurricanes de la Universidad de Miami que espera un nuevo juicio por el asesinato en 2006 del jugador de los Canes Bryan Pata, compareció la mañana del miércoles ante un tribunal del condado Miami-Dade.]]></description><pubDate>Wed, 24 Jun 2026 17:30:07 +0000</pubDate><content:encoded><![CDATA[<p>Rashaun Jones, ex jugador de los Hurricanes de la Universidad de Miami que espera un nuevo juicio por el asesinato en 2006 del jugador de los Canes Bryan Pata, compareció la mañana del miércoles ante un tribunal del condado Miami-Dade.</p><p>Los agentes de la Oficina del Sheriff de Miami-Dade volvieron a arrestar a Jones, de 40 años, a las 9 a.m. del martes en el Centro de Detención Metrowest, donde permanecía detenido sin derecho a fianza por el caso de asesinato en primer grado, según muestran los registros.</p><p>Un oficial de correcciones de Miami-Dade reportó que él y su unidad K-9 encontraron “media hoja y 17 hojas arrancadas individualmente con presunto K2” el 27 de marzo de 2024 en Metrowest, según un informe de un agente de la MDSO.</p><p>Jones, quien permanece encarcelado desde el 26 de agosto de 2021, tenía la “media hoja de papel” en la manga de su camisa y “las hojas arrancadas individualmente” en la cintura de sus pantalones, según el informe de arresto del agente de la MDSO.</p><p>El martes, un detective “descargó los resultados de las pruebas” de la unidad de análisis de drogas de la sección an</p><p>alítica del laboratorio criminalístico de la MDSO y determinó que los papeles dieron positivo para ADB-BUTINACA, un potente cannabinoide sintético, según el informe del agente.</p><p>Jones enfrenta un nuevo cargo grave de tercer grado por introducir, poseer o controlar una sustancia controlada en una cárcel o instalación correccional, según los registros del tribunal del condado.</p><figure><img src="https://www.local10.com/resizer/v2/UMDRGM4Z3RHWDC2EGRJTM3C5X4.jpg?auth=5449e615954399a833c24b9da2712c86aa56938999e4f3b9adc273b5549fde07&smart=true&width=1200&height=900" alt="Corrections booked Rashaun Jones on Aug. 26, 2021 and he was in the custody of the Metrowest Detention Center on Wednesday, according to inmate records." height="900" width="1200"/><figcaption>Corrections booked Rashaun Jones on Aug. 26, 2021 and he was in the custody of the Metrowest Detention Center on Wednesday, according to inmate records.</figcaption></figure><p>La jueza de circuito del condado Miami-Dade, Cristina Miranda, tenía previsto presidir el nuevo caso.</p><p><b>RETRASOS EN EL NUEVO JUICIO</b></p><p>Pata, un liniero defensivo de la UM de ascendencia haitiana que era considerado una de las principales promesas para el draft de la NFL, fue asesinado a tiros el 7 de noviembre de 2006 en el estacionamiento exterior de su apartamento en Kendall, según los registros. Tenía 22 años.</p><p>El detective Juan Segovia, veterano de la Oficina del Sheriff de Miami-Dade, asumió la investigación del caso sin resolver en 2020, y los agentes arrestaron a Jones <a href="https://miamisao.com/for-immediate-release-arrest-made-in-2006-brian-pata-cold-case-homicide-former-football-teammate-charged/" target="_blank" rel="noreferrer" title="https://miamisao.com/for-immediate-release-arrest-made-in-2006-brian-pata-cold-case-homicide-former-football-teammate-charged/">el 19 de agosto de 2021</a> en el condado Lake.</p><p>El año pasado, <a href="https://www.espn.com/college-football/story/_/id/46305236/witness-long-delayed-u-murder-not-dead" target="_blank" rel="noreferrer" title="https://www.espn.com/college-football/story/_/id/46305236/witness-long-delayed-u-murder-not-dead">periodistas de ESPN encontraron que Paul Conner</a>, un testigo clave que la fiscalía había dicho repetidamente al tribunal que estaba muerto, estaba vivo en Kentucky.</p><p>El juicio de Jones comenzó el 17 de febrero. Segovia fue un testigo estrella de la fiscalía. Miranda, quien también ha estado presidiendo el caso de asesinato, declaró un juicio nulo el 2 de marzo después de que el jurado no lograra alcanzar un veredicto.</p><p>Segovia volvió a ocupar el centro de atención después de que la comunidad local de las fuerzas del orden supiera que fue <a href="https://www.local10.com/news/local/2026/05/04/defense-in-pata-case-claims-detective-violated-order-by-commenting-on-local-10-clips-about-trial/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/05/04/defense-in-pata-case-claims-detective-violated-order-by-commenting-on-local-10-clips-about-trial/">acusado de utilizar Instagram para expresar sus opiniones</a> de forma anónima durante el juicio.</p><p>Miranda aplazó el nuevo juicio después de que la defensa de Jones presentara una moción de emergencia relacionada con la presunta conducta indebida de Segovia.</p><p>El 17 de junio, la fiscal estatal de Miami-Dade, Katherine Fernandez Rundle, presentó <a href="https://www2.miamidadeclerk.gov/cjis/viewDocument?qs=oxkE7YNCU3LBc0GxwimDcW2CBAYje60GpyxAql6sAXE6g8iRzBlxIz%252B9wj%252BVGiiwVatpKFSdJk%252B5E7XNChRHVQD2mFgw1f1LjPWnr%252FkX68tfLJjKNaLZR%252FEvtkmK7sNyBOFTJ51NdlMmAbVzBvjiI02w7hYta9c6H1QLmOX0IcyRCWLlLPhFU6q92OyQADFaNcTaeevREq80eTIlCz56Pg%253D%253D" target="_blank" rel="noreferrer" title="https://www2.miamidadeclerk.gov/cjis/viewDocument?qs=oxkE7YNCU3LBc0GxwimDcW2CBAYje60GpyxAql6sAXE6g8iRzBlxIz%252B9wj%252BVGiiwVatpKFSdJk%252B5E7XNChRHVQD2mFgw1f1LjPWnr%252FkX68tfLJjKNaLZR%252FEvtkmK7sNyBOFTJ51NdlMmAbVzBvjiI02w7hYta9c6H1QLmOX0IcyRCWLlLPhFU6q92OyQADFaNcTaeevREq80eTIlCz56Pg%253D%253D">una moción</a> solicitando a la jueza una orden para “preservar” correos electrónicos, mensajes de texto u otros mensajes electrónicos entre los abogados defensores de Jones, el abogado Jeremy McLymont, y “cualquier medio de comunicación”, según muestran los registros judiciales.</p><p><a href="https://www2.miamidadeclerk.gov/cjis/viewDocument?qs=oxkE7YNCU3LBc0GxwimDcW2CBAYje60GpyxAql6sAXE6g8iRzBlxIz%252B9wj%252BVGiiwVatpKFSdJk%252B5E7XNChRHVQD2mFgw1f1LjPWnr%252FkX68tfLJjKNaLZR%252FEvtkmK7sNyBOFTJ51NdlMmAbVzBvjiI02w7hYta9c6H1QLmOX0IcyRCWLlLPhFU6q92OyQADFaNcTaeevREq80eTIlCz56Pg%253D%253D" target="_blank" rel="" title="https://www2.miamidadeclerk.gov/cjis/viewDocument?qs=oxkE7YNCU3LBc0GxwimDcW2CBAYje60GpyxAql6sAXE6g8iRzBlxIz%252B9wj%252BVGiiwVatpKFSdJk%252B5E7XNChRHVQD2mFgw1f1LjPWnr%252FkX68tfLJjKNaLZR%252FEvtkmK7sNyBOFTJ51NdlMmAbVzBvjiI02w7hYta9c6H1QLmOX0IcyRCWLlLPhFU6q92OyQADFaNcTaeevREq80eTIlCz56Pg%253D%253D">La moción</a> hace referencia a una declaración tomada el 19 de mayo a George Jones, un informante encarcelado, quien presuntamente afirmó que “McLymont facilitó conversaciones con el abogado defensor, transmitió mensajes y organizó una reunión privada, presencial y no grabada el 5 de mayo” en el Centro Correccional Turner Guilford Knight, según los registros.</p><p>En <a href="https://www2.miamidadeclerk.gov/cjis/viewDocument?qs=oxkE7YNCU3LBc0GxwimDcW2CBAYje60GpyxAql6sAXE6g8iRzBlxIz%252B9wj%252BVGiiwVatpKFSdJk%252B5E7XNChRHVQD2mFgw1f1LjPWnr%252FkX68tfLJjKNaLZR%252FEvtkmK7sNyBOFTJ51NdlMmAbVzBvjiI02w7hYta9c6H1QLmOX0IcyRCWLlLPhFU6q92OyQADFaNcTaeevREq80eTIlCz56Pg%253D%253D" target="_blank" rel="noreferrer" title="https://www2.miamidadeclerk.gov/cjis/viewDocument?qs=oxkE7YNCU3LBc0GxwimDcW2CBAYje60GpyxAql6sAXE6g8iRzBlxIz%252B9wj%252BVGiiwVatpKFSdJk%252B5E7XNChRHVQD2mFgw1f1LjPWnr%252FkX68tfLJjKNaLZR%252FEvtkmK7sNyBOFTJ51NdlMmAbVzBvjiI02w7hYta9c6H1QLmOX0IcyRCWLlLPhFU6q92OyQADFaNcTaeevREq80eTIlCz56Pg%253D%253D">la moción</a>, la fiscalía menciona que podría haber “violaciones de comunicaciones privilegiadas o divulgación de información personal de agentes de las fuerzas del orden a los medios de comunicación” y solicita a la jueza una orden que “requiera” a la defensa “proporcionar” documentos para una revisión confidencial por parte del tribunal.</p><p>Una audiencia para discutir las mociones está programada para las 10:30 a.m. del 6 de julio, según los registros judiciales.</p><p><b>Más historias sobre Jones</b></p><ul><li><a href="https://www.local10.com/news/local/2026/05/18/hearing-held-for-bryan-patas-accused-killer-as-lawyers-prepare-for-second-trial/" target="_self" rel="" title="https://www.local10.com/news/local/2026/05/18/hearing-held-for-bryan-patas-accused-killer-as-lawyers-prepare-for-second-trial/">Se celebró una audiencia para el acusado del asesinato de Bryan Pata mientras los abogados se preparan para un segundo juicio.</a></li><li><a href="https://www.local10.com/news/local/2026/05/07/retrial-for-um-football-players-accused-killer-delayed-after-claims-against-detective/" target="_self" rel="" title="https://www.local10.com/news/local/2026/05/07/retrial-for-um-football-players-accused-killer-delayed-after-claims-against-detective/">Se pospuso el nuevo juicio del presunto asesino del jugador de fútbol americano de la Universidad de Miami tras las acusaciones contra el detective.</a></li><li><a href="https://www.local10.com/news/local/2026/05/04/defense-in-pata-case-claims-detective-violated-order-by-commenting-on-local-10-clips-about-trial/" target="_self" rel="" title="https://www.local10.com/news/local/2026/05/04/defense-in-pata-case-claims-detective-violated-order-by-commenting-on-local-10-clips-about-trial/">La defensa en el caso Pata alega que el detective violó una orden judicial al comentar videos de Local 10 sobre el juicio.</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[A member of the cultlike Zizians group is charged in the killings of her parents in Pennsylvania]]></title><link>https://www.local10.com/news/2026/06/24/a-member-of-the-cultlike-zizians-group-is-charged-in-the-killings-of-her-parents-in-pennsylvania/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/24/a-member-of-the-cultlike-zizians-group-is-charged-in-the-killings-of-her-parents-in-pennsylvania/</guid><dc:creator><![CDATA[By HOLLY RAMER, Associated Press]]></dc:creator><description><![CDATA[A member of the cultlike group known as Zizians has been charged with murder in the shooting of her parents at their Pennsylvania home on her 30th birthday, and a prosecutor said Wednesday she wasn't acting alone.]]></description><pubDate>Wed, 24 Jun 2026 21:02:58 +0000</pubDate><content:encoded><![CDATA[<p>A member of the cultlike group known as Zizians has been charged with murder in the shooting of her parents at their Pennsylvania home on her 30th birthday, and a prosecutor said Wednesday she wasn't acting alone.</p><p>Delaware County District Attorney Tanner Rouse said evidence from a neighbor’s doorbell camera, ballistics and analysis of cellphone records have left investigators certain Michelle Zajko is at least partly responsible for the deaths of her parents, Rita and Richard. They were shot in her childhood playroom on New Year’s Eve 2022, surrounded by her old dolls and toys.</p><p>"At this time we do not know who her co-conspirators were, but we are very certain that Michelle Zajko was in the home and arranged for the death of her parents,” Rouse said.</p><p>The new charges against Zajko, who has been jailed in Maryland on other charges since February 2025, include murder, burglary and conspiracy charges in her parents’ deaths. She has denied killing them, and in court filings suggested her father might have killed her mother and himself.</p><p>“I didn’t murder my parents,” she wrote in an April 2025 “ Open Letter to the World” that her attorney sent to The Associated Press.</p><p>Authorities had long described Zajko as a person of interest.</p><p>The two deaths are among six linked to the Zizians, a group of young, highly intelligent computer scientists who appear to share radical beliefs about veganism, animal rights, gender identity and artificial intelligence. Since 2022, members have been tied to the death of one of their own during an attack on a California landlord, the landlord’s subsequent killing, the Zajkos’ deaths in Pennsylvania, and a highway shootout in Vermont that left a border agent and another Zizian dead.</p><p>Ballistics and list of mistakes provided links to Zajko</p><p>In the Pennsylvania case, investigators spent years painstakingly collecting evidence, Rouse said, including video from a neighbor's doorbell camera that captured two people getting out of a car outside the Zajkos' home in Chester Heights, a voice shouting “Mom!” and another voice exclaiming, “Oh my God! Oh, God, God!”</p><p>Authorities haven't found a weapon, but Zajko made a list describing mistakes such as leaving shell casings behind, he said. Those casings matched ammunition from Zajko's home in Vermont and from a firing range in her backyard, Rouse said.</p><p>“If she wasn’t the one who actually pulled the trigger, she was certainly aligned with those who did,” he said.</p><p>Online court records didn't indicate whether Zajko had an attorney in the Pennsylvania case as of Wednesday. An attorney representing her in Maryland did not respond to a message seeking comment, and the Delaware County Public Defender’s office declined to comment.</p><p>Zizians face charges in multiple states</p><p>Zajko, now 33, also is charged with providing the gun used to kill U.S. Border Patrol Agent David Maland in January 2025, though nothing has happened in that case. She was arrested in Maryland a few weeks later along with Daniel Blank and Jack “Ziz” LaSota, whom authorities describe as the group’s leader. Police who responded to a landowner's complaint about suspicious people parked in box trucks on his property described them as having “ties with the Zizians Cult” and said they would be questioned about crimes across the country.</p><p>All three have pleaded not guilty to charges of trespassing and illegal gun and drug possession, while LaSota also has pleaded not guilty to a federal charge of illegal gun possession by a fugitive. A judge recently granted a defense request for a competency evaluation in the federal case.</p><p>In court filings, LaSota’s attorneys said their client eschews the term Zizian and denies that she and her friends have formed a cult. Zajko has claimed authorities arrested the group in Maryland to prevent them from exonerating Teresa Youngblut, who has pleaded not guilty to murder in the Vermont shooting and could face the death penalty if convicted.</p><p>Zajko was living with Blank in Vermont at the time of her parents’ deaths and was questioned there by police shortly after they died. A few weeks later, officers briefly took her into custody at a hotel while she was in Pennsylvania for the funeral but released her without charges. LaSota, staying at the same hotel, was charged with obstructing the homicide investigation and disorderly conduct. Her attorney at the time has said she is innocent of those charges.</p><p>Family questions remain unanswered in the Pennsylvania killings</p><p>Zajko had been estranged from her parents in the year leading up to their deaths, the prosecutor said. In a January 2022 text message to her father, she complained that her mother had “assumed the worst” about her since she was a child.</p><p>“Every time I interact with mom in a nonsuperficial way she spends the time insulting a life she knows nothing about,” Zajko wrote. Hours before her death, Rita Zajko apologized to her daughter and wished her a happy birthday.</p><p>“That text went unanswered,” Rouse said.</p><p>Richard Zajko's sister-in-law, Roseanne Zajko, thanked police and prosecutors Wednesday, saying that her family has endured “countless days of darkness and despair" waiting for justice.</p><p>“We don't know yet if the trial will begin to heal the void in our lives and the ache in our hearts, but we do know that the detectives, the DA's office, and we, the family, have done everything possible to achieve justice for Rick and Rita.”</p><p>The prosecutor described their deaths as a crime that “goes beyond comprehension.”</p><p>“I can’t wrap my mind around or figure out what led to this point," he said. "We are clearly talking about someone that has gone down an unimaginably dark road and has led to a tragedy that just defies any sort of description.”</p><p>____</p><p>Ramer reported from Concord, New Hampshire.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BUGXYG2BSETNGF2TIZYRNH6GU4.jpg?auth=26a347fa23936270955edd566649ee71d8dd1a632b6b7513d0e97b40e9817ad9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - In this image from video, Michelle Zajko, who is associated with a cultlike group known as Zizians that is linked to several deaths across the U.S., is escorted into court for a pretrial hearing on trespassing, gun and drug charges in Cumberland, Md., Friday, Jan. 16, 2026. (AP Photo/Mark Scolforo, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Scolforo</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MS7RP7GFFXRCBCBKW6CHHYVPBA.jpg?auth=2a1e454ae55e44f282d2cc65d07d2974d36b4f89a0770bfa0b012c855866f7d0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - In this combination of undated photos provided by the Pennsylvania State Police, Richard Zajko, left, and his wife Rita Zajko, who police say were shot to death in their home in suburban Philadelphia on Dec. 31, 2022, are shown. (Pennsylvania State Police via AP, File)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/W2FQUYR3TGF7OXULV4VZ5IYQWM.jpg?auth=84f8a52e484b6e4be4df24b507350185d5d5c5b2f432ca7cdd0882630941e1f5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - This Jan. 29, 2025 photo shows a Chester Heights, Pa., home, the scene of the 2022 killing of Richard and Rita Zajko, (AP Photo/Matt Rourke, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Rourke</media:credit></media:content></item><item><title><![CDATA[Brasil arresta a una española en otro caso de extranjeros denunciados por racismo]]></title><link>https://www.local10.com/espanol/2026/06/24/brasil-arresta-a-una-espanola-en-otro-caso-de-extranjeros-denunciados-por-racismo/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/24/brasil-arresta-a-una-espanola-en-otro-caso-de-extranjeros-denunciados-por-racismo/</guid><dc:creator><![CDATA[Por ELÉONORE HUGHES, Associated Press]]></dc:creator><description><![CDATA[RÍO DE JANEIRO (AP) — La policía federal de Brasil detuvo a una ciudadana española en el aeropuerto internacional Guarulhos de Sao Paulo por racismo el miércoles, el caso más reciente de una serie de arrestos de turistas extranjeros por motivos similares.]]></description><pubDate>Wed, 24 Jun 2026 19:40:47 +0000</pubDate><content:encoded><![CDATA[<p>RÍO DE JANEIRO (AP) — La policía federal de Brasil detuvo a una ciudadana española en el aeropuerto internacional Guarulhos de Sao Paulo por racismo el miércoles, el caso más reciente de una serie de arrestos de turistas extranjeros por motivos similares.</p><p>Brasil tiene algunas de las leyes antirracismo más estrictas de América Latina. Insultar a una persona por motivos de raza conlleva una pena de prisión de dos a cinco años y una multa.</p><p>La tripulación de un vuelo de LATAM Airlines que llegaba desde la ciudad nororiental de Sao Luis llamó a la policía, que arrestó a la ciudadana española cuando desembarcaba, después de que presuntamente hiciera comentarios racistas dirigidos a los trabajadores que descargan el equipaje del avión, informó la policía en un comunicado.</p><p>La aerolínea señaló que no había justificación para la agresión dirigida contra sus empleados y condenó todas las formas de racismo y discriminación.</p><p>En enero, los medios locales informaron que la policía arrestó a la ciudadana argentina Agostina Páez en Río después de que fuera filmada imitando a un mono frente a un mesero en un club nocturno. El video del incidente se viralizó.</p><p>A Páez se le prohibió inicialmente salir de Brasil, pero finalmente regresó a Argentina en abril, donde imágenes la mostraron reuniéndose con la senadora Patricia Bullrich, una aliada cercana del presidente argentino Javier Milei. Ambas celebraron su regreso a Argentina. Los procedimientos legales siguen en curso.</p><p>La policía arrestó a otro argentino, Eduardo Ignacio Murias, en Minas Gerais en mayo, después de que presuntamente fotografiara y filmara a un niño pequeño sin autorización y compartiera las imágenes acompañadas de mensajes racistas en español. El medio local G1 informó el 17 de junio que un tribunal imputó a Murias, quien permanece en prisión preventiva.</p><p>La policía también arrestó a un ciudadano chileno en mayo por insultos racistas y homofóbicos contra miembros de la tripulación de un vuelo entre Guarulhos y Fráncfort, según un comunicado del 15 de mayo. El sospechoso intentó abrir la puerta del avión durante el vuelo y, cuando la tripulación lo inmovilizó, profirió insultos racistas y homofóbicos contra los profesionales, indicó el comunicado.</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/627SOKSD25A3KQAUNZUBJCCADY.jpg?auth=f4d92e2705ff7707db71edc1db9a48773f3c76534b269782bd1193e6e9cb590d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Vista de la terminal 3 en el Aeropuerto Internacional de Sao Paulo en Guarulhos, Brasil, el 20 de mayo de 2014. (AP Foto/Andre Penner)]]></media:description><media:credit role="author" scheme="urn:ebu">Andre Penner</media:credit></media:content></item><item><title><![CDATA[Daniel Muñoz scores and Colombia edges Congo 1-0 to reach the knockout stage at the World Cup]]></title><link>https://www.local10.com/news/local/2026/06/24/daniel-munoz-scores-and-colombia-edges-congo-1-0-to-reach-the-knockout-stage-at-the-world-cup/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/24/daniel-munoz-scores-and-colombia-edges-congo-1-0-to-reach-the-knockout-stage-at-the-world-cup/</guid><dc:creator><![CDATA[The Associated Press]]></dc:creator><description><![CDATA[Daniel Muñoz helped Colombia break through Congo’s stingy defense and advance to the knockout stage of the World Cup with a 1-0 win on Tuesday night.]]></description><pubDate>Wed, 24 Jun 2026 14:57:17 +0000</pubDate><content:encoded><![CDATA[<p>Daniel Muñoz helped Colombia break through Congo’s stingy defense and advance to the knockout stage of the World Cup with a 1-0 win on Tuesday night.</p><p>Muñoz scored in the 76th minute after the Colombians had been held back by a strong performance from Congo goalkeeper Lionel Mpasi, who made five difficult saves in the first 20 minutes.</p><p>Mpasi had no chance to stop Muñoz’s left-footed strike from inside the area after the ball deflected off a defender. It was Muñoz’s second goal in the tournament, and the Crystal Palace fullback was named the man of the match.</p><p>“We played with intensity and aggression, and we stuck to our style,” Muñoz said. “We earned these three points as a team and for all the fans who came out to support us. This victory gives us a morale boost. We don’t want to settle for this.”</p><figure><img src="https://www.local10.com/resizer/v2/YGGCYVUCMBDLTE7PW5Q6ICDCRI.jpg?auth=7c467362fc4a4afb001f38e34eebec779d74182e72a4c6258f1e7e89e398dd83&smart=true&width=1200&height=900" alt="Daniel Muñoz celebrates after scoring the only goal of the Group K match against Congo on Tuesday night in Zapopan, near Guadalajara, Mexico. Photo by Fernando Llano/ The Associated Press" height="900" width="1200"/><figcaption>Daniel Muñoz celebrates after scoring the only goal of the Group K match against Congo on Tuesday night in Zapopan, near Guadalajara, Mexico. Photo by Fernando Llano/ The Associated Press</figcaption></figure><p>Congo twice came close to equalizing in stoppage time, with Colombia goalkeeper Camilo Vargas making a superb save of a long-range strike by Nathanael Mbuku and then stopping a header by Chancel Mbemba off the ensuing corner kick.</p><p>“We probably could have scored more goals, but Congo made it difficult and it was tense there until the end,” Colombia coach Néstor Lorenzo said. “But I think we were the deserved winners.”</p><p>Colombia star forward Luis Díaz had two goals called back in quick succession late in the second half, one for a foul in the 79th minute and another for offside in the 80th.</p><p>Congo had opened its first World Cup in 52 years with a surprising 1-1 draw against Cristiano Ronaldo and Portugal.</p><p>Colombia has six points from two matches in Group K, two ahead of Portugal and five clear of Congo. Portugal routed Uzbekistan 5-0 behind a pair of goals by Ronaldo earlier Tuesday in Houston.</p><figure><img src="https://www.local10.com/resizer/v2/OTJRL4U7NNHI7B7RAP3N45GXZI.jpg?auth=f66fdcfe66f88fabfdbea514a501e8f3f86a4b893893d0ed180f15bb2d923535&smart=true&width=1200&height=900" alt="Colombian goalkeeper Camilo Vargas reacts to victory against Congo on Tuesday night in Zapopan, near Gaudalajara, Mexico. Photo by Fernando Llano/The Associated Press" height="900" width="1200"/><figcaption>Colombian goalkeeper Camilo Vargas reacts to victory against Congo on Tuesday night in Zapopan, near Gaudalajara, Mexico. Photo by Fernando Llano/The Associated Press</figcaption></figure><p>Colombia needs at least a draw against Portugal on Saturday to win the group. That result would also be enough to send Portugal to the knockout stage.</p><p>Colombia, which did not qualify for the 2022 World Cup, is ranked 11th in the world, third best among South American teams behind Brazil and Argentina. Los Cafeteros opened with a 3-1 win over Uzbekistan. Congo, ranked 47th, had its World Cup preparations affected because of an Ebola outbreak.</p><p>Many Congo fans were prevented from traveling for the tournament because of restrictions tied to Ebola.</p><p>One fan who missed the first game because of quarantine requirements was Michel Nkuka Mboladinga, who gained fame during the Africa Cup of Nations for posing as a statue of Congo’s assassinated independence hero Patrice Lumumba. He made it to the game in Guadalajara, maintaining his statue pose throughout the match.</p><figure><img src="https://www.local10.com/resizer/v2/MIW5HSLCWVDRXJZKXXHA7CKZ74.jpg?auth=6b356b40746271979abfe26e158366d61aefbe71af8b530ad77f873882efbc3d&smart=true&width=1200&height=900" alt="Daniel Muñoz reacts to a failed goal attempt during a Group K match against Congo on Tuesday night in Zapopan, near Guadalajara, Mexico. The pain was temporary. Muñoz later scored the match's winning goal and Colombia advanced to the Round of 32. Photo by Natacha Pisarenko/ The Associated Press" height="900" width="1200"/><figcaption>Daniel Muñoz reacts to a failed goal attempt during a Group K match against Congo on Tuesday night in Zapopan, near Guadalajara, Mexico. The pain was temporary. Muñoz later scored the match's winning goal and Colombia advanced to the Round of 32. Photo by Natacha Pisarenko/ The Associated Press</figcaption></figure><p>Colombia had never been involved in a scoreless draw in 23 World Cup appearances.</p><p>The team’s play improved on Tuesday after Juan Quintero came off the bench to replace James Rodríguez, who joined Colombia greats Freddy Rincón and Carlos Valderrama with 10 World Cup appearances.</p><p>It was all Colombia at the start, with Los Cafeteros creating several scoring opportunities that Mpasi turned away.</p><figure><img src="https://www.local10.com/resizer/v2/4O3BO7TSTZGH3HZ6TNAAVHXKJU.jpg?auth=08dea401e5341a105b1c820db787a6605f80568318581aae9129e45da57b1297&smart=true&width=1200&height=900" alt="Congo's goalkeeper Lionel Mpasi reacts to Colombia's Luis Diaz after he attempted to score a goal on Tuesday night in Zapopan, near Guadalajara, Mexico. Photo by Silvia Izquierdo/ The Associated Press" height="900" width="1200"/><figcaption>Congo's goalkeeper Lionel Mpasi reacts to Colombia's Luis Diaz after he attempted to score a goal on Tuesday night in Zapopan, near Guadalajara, Mexico. Photo by Silvia Izquierdo/ The Associated Press</figcaption></figure><p>The goalkeeper saved long-range shots by Rodríguez, Johan Mojica and Gustavo Puerta, and close-range attempts by Díaz and Muñoz. He also came up with a big stop on a close-range strike by Díaz in the 50th minute.</p><p>“Our goalkeeper was excellent today, but I’m not surprised. He’s been having excellent matches with us,” Congo coach Sébastien Desabre said. “Collectively the defense had a hard time but we did defend well overall, except for the goal. We must recognize that Colombia is superior, even though we could have equalized in the end. Now we have a decisive match ahead of us.”</p><p><b>Related coverage </b></p><ul><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/">FIFA World Cup 2026 Group K: Colombia advances to Round of 32</a></li><li><a href="https://www.local10.com/sports/2026/06/23/ronaldo-becomes-first-player-to-score-in-six-world-cups-with-two-goals-against-uzbekistan/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/23/ronaldo-becomes-first-player-to-score-in-six-world-cups-with-two-goals-against-uzbekistan/">Ronaldo becomes first player to score in six World Cups with two goals against Uzbekistan</a><b> </b></li><li><a href="https://www.local10.com/sports/2026/06/24/fifa-world-cup-2026-here-is-the-june-24-schedule-for-day-14-of-group-matches/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/24/fifa-world-cup-2026-here-is-the-june-24-schedule-for-day-14-of-group-matches/">FIFA World Cup 2026: Here is the June 24 schedule for Day 14 of group matches</a></li><li><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/">Track teams advancing to Round of 32</a></li></ul><h3><b>Today’s schedule </b> </h3><p>FIFA World Cup 2026 fans have six games on Wednesday, as group-stage matches continue.</p><p>Switzerland vs. Canada, a <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> match, is at 3 p.m. </p><p>Bosnia vs. Qatar, a <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> match, is at 3 p.m. </p><p>Morocco vs. Haiti, a <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> match, is at 6 p.m. </p><p>Scotland vs. Brazil, a <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> match, is at 6 p.m. </p><p>South Africa vs. South Korea, a <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> match, is at 9 p.m. </p><p>Czech Republic vs. Mexico, a <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> match, is at 9 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 2 p.m. to 9 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>Miami Beach watch party: </b>Doors open at 4 p.m. on June 24 at The Bandshell, at 7275 Collins Ave., for the 6 p.m. Scotland vs. Brazil match.</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><h3><b>Group-stage progress</b></h3><p><b>Group L: </b><a href="https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-l-2-matches-on-june-17/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-l-2-matches-on-june-17/">Ghana holds England</a></p><p><b>Group K</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/">Colombia advances to Round of 32</a></p><p><b>Group J</b>: <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/">Argentina advances to Round of 32 </a></p><p><b>Group I</b>: <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/">France and Norway advance to Round of 32 </a></p><p><b>Group H: </b><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/">Spain leads with 4 points</a></p><p><b>Group G:</b> <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/">Egypt leads with 4 points</a></p><p><b>Group F</b>: <a href="https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-f-2-matches-on-june-14/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-f-2-matches-on-june-14/">The Netherlands gets 3 points</a></p><p><b>Group E</b>: <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/">Germany advances to Round of 32</a></p><p><b>Group D:</b> <a href="https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-d-australia-gets-3-points-united-states-gets-3-points/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-d-australia-gets-3-points-united-states-gets-3-points/">U.S. advances to Round of 32 </a></p><p><b>Group C</b>: <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/">Brazil eliminates Haiti</a></p><p><b>Group B: </b><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/">Canada and Switzerland tie for 1st place</a></p><p><b>Group A: </b><a href="https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-a-mexico-and-south-korea-each-get-3-points-after-openers/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-a-mexico-and-south-korea-each-get-3-points-after-openers/">Mexico advances to Round of 32</a></p><h3><b>Tournament’s schedule </b> </h3><p><b>June 25</b>: There are six matches: The <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>, Curaçao vs. Ivory Coast, game is at 4 p.m. The <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>, Ecuador vs. Germany, game is at 4 p.m. The <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>, Tunisia vs. Netherlands, game is at 7 p.m. The <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>, Japan vs. Sweden, game is at 7 p.m. The <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>, Turkey vs. U.S., game is at 10 p.m. The <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>, Paraguay vs. Australia, game 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>June 26</b>: There are six matcuphes: 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/4IQRVBAF7JDEPFFMW4TJRTXQ24.jpg?auth=464c6dea58b0332e85966419583736efa7b35248647d05ea5dcbf2ab4a5ec79e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Daniel Muñoz celebrates after scoring the only goal of the Group K match against Congo on Tuesday night in Zapopan, near Guadalajara, Mexico. Photo by Ricardo Mazalan/ The Associated Press]]></media:description><media:credit role="author" scheme="urn:ebu"></media:credit></media:content></item><item><title><![CDATA[Niño en scooter choca contra autobús escolar en el noroeste de Miami-Dade, dicen agentes]]></title><link>https://www.local10.com/news/local/2026/06/24/nino-en-scooter-choca-contra-autobus-escolar-en-el-noroeste-de-miami-dade-dicen-agentes/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/24/nino-en-scooter-choca-contra-autobus-escolar-en-el-noroeste-de-miami-dade-dicen-agentes/</guid><dc:creator><![CDATA[Amanda Batchelor, Jackie Pascale]]></dc:creator><description><![CDATA[Un niño que conducía un scooter chocó contra un autobús escolar la mañana del miércoles en el noroeste de Miami-Dade, confirmaron los equipos de primera respuesta a Local 10 News.]]></description><pubDate>Wed, 24 Jun 2026 16:56:12 +0000</pubDate><content:encoded><![CDATA[<p>Un niño que conducía un scooter chocó contra un autobús escolar la mañana del miércoles en el noroeste de Miami-Dade, confirmaron los equipos de primera respuesta a Local 10 News.</p><p>El accidente fue reportado poco antes de las 7:30 a.m. en el área de Northwest 122nd Street y 27th Avenue, cerca de un centro de transporte de autobuses escolares.</p><p>Un video de vigilancia obtenido por Local 10 News muestra al conductor del autobús preparándose para girar hacia la 27th Avenue.</p><p>Tanto el conductor del scooter como el conductor del autobús se detienen. Pero justo cuando el niño en el scooter arrancó, el autobús avanzó y chocó contra el scooter.</p><p>La detective Samantha Choon, de la Oficina del Sheriff de Miami-Dade, dijo que el scooter impactó el costado del autobús escolar.</p><p>Se vio al niño alejarse de la vía cojeando mientras una persona salía del autobús para verificar su estado.</p><p>Funcionarios de Miami-Dade Fire Rescue informaron a Local 10 que trasladaron al menor a un centro de trauma después del accidente. Choon indicó que el niño no resultó herido, pero fue llevado al hospital como medida de precaución.</p><p>Según las Escuelas Públicas del Condado Miami-Dade, no había estudiantes a bordo del autobús en ese momento.</p><p>El propietario de un negocio cercano dijo a Local 10 que no es la primera vez que ocurre un accidente frente al centro de transporte, ya que un scooter fue impactado por un autobús hace apenas un par de meses.</p><p>Las autoridades no confirmaron de inmediato quién tenía el derecho de paso en el momento de la colisión del miércoles.</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[Lakers will re-sign Austin Reaves to a 4-year, $185 million deal, AP source says]]></title><link>https://www.local10.com/sports/2026/06/24/lakers-will-re-sign-austin-reaves-to-a-4-year-185-million-deal-ap-source-says/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/24/lakers-will-re-sign-austin-reaves-to-a-4-year-185-million-deal-ap-source-says/</guid><dc:creator><![CDATA[By GREG BEACHAM, Associated Press]]></dc:creator><description><![CDATA[EL SEGUNDO, Calif. (AP) — Austin Reaves is re-signing with the Los Angeles Lakers on a four-year contract worth $185 million, a person with knowledge of the deal told The Associated Press on Wednesday.]]></description><pubDate>Wed, 24 Jun 2026 18:03:33 +0000</pubDate><content:encoded><![CDATA[<p>EL SEGUNDO, Calif. (AP) — Austin Reaves is re-signing with the Los Angeles Lakers on a four-year contract worth $185 million, a person with knowledge of the deal told The Associated Press on Wednesday.</p><p>The person spoke on condition of anonymity because the deal is not yet official for Reaves, who cements his status as one of the most successful undrafted players in recent NBA history with this contract.</p><p>Reaves is declining his $14.9 million player option for the upcoming season to reach this deal with the team that signed him out of Oklahoma after the draft in 2021. The shifty guard has grown into one of the NBA's most effective scorers and playmakers, increasing his scoring average in every season of his five-year career.</p><p>The 28-year-old Reaves averaged 23.3 points, 5.5 assists and 4.7 rebounds last season despite missing two significant chunks of the year with injuries that followed him into the postseason. He has also developed a close bond with his Lakers backcourt partner, NBA scoring champion Luka Doncic.</p><p>Reaves would have been one of the NBA's top free agents on the open market this summer. Instead, he remains firmly alongside Doncic while the Lakers and LeBron James determine their next steps. Los Angeles also has been discussing the future with impending free agents Rui Hachimura, Luke Kennard and Jaxson Hayes during the exclusive negotiating window with a team's own free agents.</p><p>After the Pacific Division champion Lakers' season ended with a second-round loss to the Oklahoma City Thunder while Doncic was sidelined by a hamstring injury, general manager Rob Pelinka made it clear Reaves likely wasn't going anywhere, saying the team and Reaves had both already essentially decided to work out an extension. Reaves grew up in Arkansas as a Lakers fan, and he is a fan favorite in Los Angeles.</p><p>“He started his journey here as a Laker, and has made it very clear to us that he wants his journey to continue as a Laker,” Pelinka said. “And we feel the same way."</p><p>The Lakers also formalized their draft-night trade on Wednesday, acquiring the rights to 24th overall pick Cameron Carr in a deal with the New York Knicks. Los Angeles gave up cash considerations and the draft rights to Spain's Sergio De Larrea, who was picked by the Lakers with the 25th selection Tuesday night.</p><p>Carr, a 6-foot-5 wing who scored 18.9 points per game for Baylor last season, will wear No. 43 with the Lakers.</p><p>___</p><p>AP NBA: https://apnews.com/NBA</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LSZMBS4VYCD5T6ZEM667PNTD64.jpg?auth=0d682da707929c80bbda513512206431c944a0f07007f914c0dc13c1100e3b99&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Los Angeles Lakers guard Austin Reaves (15) shoots after getting past Oklahoma City Thunder center Chet Holmgren, center, and Shai Gilgeous-Alexander, right, in the first half of Game 1 in a second-round NBA basketball playoffs series May 5, 2026 in Oklahoma City. (AP Photo/Kyle Phillips, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Kyle Phillips</media:credit></media:content></item><item><title><![CDATA[Agility Robotics heads to Wall Street in a $2.5B bet on staffing warehouses with humanoids]]></title><link>https://www.local10.com/business/2026/06/24/agility-robotics-heads-to-wall-street-in-a-25b-bet-on-staffing-warehouses-with-humanoids/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/24/agility-robotics-heads-to-wall-street-in-a-25b-bet-on-staffing-warehouses-with-humanoids/</guid><dc:creator><![CDATA[By MATT O'BRIEN, Associated Press]]></dc:creator><description><![CDATA[A maker of humanlike robots that carry totes around warehouses is aiming to go public on Wall Street in a test of whether there is a market for putting AI-powered humanoid machines to work.]]></description><pubDate>Wed, 24 Jun 2026 22:06:06 +0000</pubDate><content:encoded><![CDATA[<p>A maker of humanlike robots that carry totes around warehouses is aiming to go public on Wall Street in a test of whether there is a market for putting AI-powered humanoid machines to work.</p><p>Agility Robotics, based in Salem, Oregon, announced Wednesday a planned merger with an investment firm that will value the company at $2.5 billion as it becomes the first publicly traded company entirely devoted to building and selling humanoids.</p><p>Its competitors include Tesla, whose CEO Elon Musk has pitched its humanoid prototype Optimus as the future of the carmaker; and Chinese robotics company Unitree, which recently moved toward going public on Shanghai's stock exchange.</p><p>Designed to pick up and move heavy bins and totes, Agility's flagship product, called Digit, is the “first humanoid robot employed and commercially operational in warehouse and industrial facilities,” said Michael Klein, co-founder and chairman of Churchill Capital Group, which runs the special-purpose acquisition company that intends to merge with Agility by the end of the year.</p><p>Klein said on an investor call Wednesday that the company has backing from Amazon, Nvidia, SoftBank and Taiwanese electronics manufacturer Foxconn. Its early customers include Toyota, industrial parts supplier Schaeffler, and Mercado Libre, the Latin American e-commerce giant.</p><p>While Agility describes its fully autonomous robot as a humanoid, the company's co-founder and chief robot officer Jonathan Hurst told investors Wednesday that “we’ve never set out to build a machine that looks like a person.” Unlike other humanoids, like Tesla's Optimus, Digit's legs are more birdlike than human in a design that is meant to better fit the work they do. Its hands are more like grippers or claws.</p><p>Agility CEO Peggy Johnson said Digit specializes in manual labor that for humans would be repetitive, dirty and prone to injury.</p><p>“The demand here is large and increasing,” she said on the investor call. “We have companies reshoring production, older workers retiring, and younger generations just not opting for these types of menial jobs.”</p><p>While earlier generations of industrial robots are typically so large and fast-moving that they must be fenced off from human workers, Hurst said upcoming versions of Digit will be able to work alongside humans in warehouses and manufacturing facilities. In the years to come, they could eventually find their way into hospitality, home services and elder care, he said.</p><p>Agility's plan to merge with Churchill's special-purpose acquisition company, known as a SPAC, provides a quicker timeline for going public and fewer disclosure requirements.</p><p>Johnson said the company will use the capital it raises to expand commercial deployments and scale production of its next robot model, Digit V5. It will be the fifth generation in a line of two-legged robots Agility first unveiled nearly a decade ago after spinning off from a robotics laboratory at Oregon State University.</p><p>The company is predicting a more than $1 trillion market for the types of robots it is building, though it is far from the only one trying to make them.</p><p>The surprise news of its planned public debut attracted a crowd of well-wishers to Agility’s booth Wednesday at the sprawling Automate robotics trade show in Chicago, said Aaron Prather, director of market intelligence at the Association for Advancing Automation, which helped organize the event.</p><p>Prather said the race between Agility and China's Unitree to go public also underscored the different approaches of companies designing humanoids, with Agility narrowing its focus on “worker bee” robots and Unitree frequently showing off machines that dance on two or four legs and do backflips and other entertaining gimmicks.</p><p>“Maybe it’s just maturing of the marketplace and these manufacturers are trying to find where their sweet spot is,” Prather said. “They’ll probably compete in some areas. But the space is so wide open, and everyone I think is trying to find where they fit.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QAHYX3DDEEMF2WLOOO474CCFBM.jpg?auth=6c14a7a56503eaa030f22e34c1cccc279346a18cbd8085e3c649d57dec5ebe69&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Agility Robotics' warehouse robot Digit performs maneuvers at the company's office in Pittsburgh on Aug. 16, 2023. (AP Photo/Matt Freed, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Freed</media:credit></media:content></item><item><title><![CDATA[Judge temporarily blocks subpoenas in criminal probe of transgender care at New York hospitals]]></title><link>https://www.local10.com/health/2026/06/24/judge-temporarily-blocks-subpoenas-in-criminal-probe-of-transgender-care-at-new-york-hospitals/</link><guid isPermaLink="true">https://www.local10.com/health/2026/06/24/judge-temporarily-blocks-subpoenas-in-criminal-probe-of-transgender-care-at-new-york-hospitals/</guid><dc:creator><![CDATA[By LARRY NEUMEISTER, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — A judge temporarily blocked federal prosecutors in Texas from getting access to the medical records of transgender patients treated at New York hospitals on Wednesday, saying they were part of an improper government effort to “demonize and eradicate an entire population of transgender” people.]]></description><pubDate>Wed, 24 Jun 2026 18:39:29 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — A judge temporarily blocked federal prosecutors in Texas from getting access to the medical records of transgender patients treated at New York hospitals on Wednesday, saying they were part of an improper government effort to “demonize and eradicate an entire population of transgender” people.</p><p>Judge Katherine Polk Failla ruled a day after hearing oral arguments in Manhattan, calling the government's pursuit of the most sensitive medical records of a “uniquely vulnerable group” of patients treated over a six-year period to be “most egregious” and unconstitutional.</p><p>Failla accused the Justice Department of turning to criminal probes as a way to obtain otherwise private records about those undergoing transgender care after judges across the country repeatedly rejected similar requests through civil means.</p><p>The Justice Department had sought the records as part of a probe of potential “misbranding” of drugs approved by the U.S. Food and Drug Administration.</p><p>The Justice Department declined comment after Failla's ruling, which concluded that the subpoenas violated Constitutional protections against government overreach in criminal probes and against improper searches and seizures.</p><p>Omar Gonzalez-Pagan, a lawyer for the plaintiffs, called the ruling “a victory for the basic privacy of our clients and all families like theirs across New York City.” He added in a statement that using subpoenas to attain the identities and sensitive health information of transgender young people “should send chills down the spine of every American.”</p><p>Failla ruled in a lawsuit filed this month on behalf of minors, their parents and young adults who received medically necessary gender-affirming care in New York City.</p><p>According to the lawsuit, NYU Langone Hospitals was one of several institutions to receive a federal grand jury subpoena on May 7 from the U.S. Attorney's Office for the Northern District of Texas. The records of transgender patients were to be sent electronically to a special agent of the FDA's Kansas City office of criminal investigation.</p><p>Failla said there were at least 40 individuals who received treatment at NYU Langone alone during the Jan. 1, 2020 to May 5, 2026 period covered by the subpoenas.</p><p>At a Tuesday hearing, Failla was critical of the federal government, saying executive orders addressing transgender issues contained “language some people might consider inflammatory.”</p><p>She said it seemed from an “atmospheric perspective” that the government was “rounding up” vulnerable individuals by finding out the most personal information about them and then “giving them no comfort they're not going to be ostracized or even harmed.”</p><p>“There are episodes of this in our history and they are not nice episodes,” Failla said. “Some may see it as a rounding up of people for all bad purposes.”</p><p>Most major medical groups say access to gender-affirming care is important for people with gender dysphoria. Transgender teens, parents and providers have described it as life-saving for children who are depressed or suicidal because their gender identities do not match the gender assigned them at birth.</p><p>Gender-affirming care can include counseling, medications that block puberty, hormone therapy to produce physical changes or surgeries, although those are rare for minors.</p><p>Twenty-seven states have limited or banned gender-affirming care for minors, and the U.S. Supreme Court ruled in June 2025 that they could do so under the U.S. Constitution.</p><p>President Donald Trump has aggressively sought to roll back transgender rights. During his second term, the U.S. Department of Health and Human Services has moved to use its regulatory power to block gender-affirming care for minors, and the DOJ has demanded access to providers’ private records, putting pressure on hospitals that often rely on federal funding to operate.</p><p>At the outset of reading a lengthy ruling to the parties participating in an electronic proceeding, Failla noted that the “current administration” had issued orders in the first few days of its existence in which it “sought to demonize and eradicate an entire population of transgender individuals.”</p><p>Before finishing an hour later, Failla had granted class-action status to the plaintiffs and ruled that the Justice Department had violated the Fourth and Fifth Amendments to the Constitution. She set a July 8 hearing to hear additional evidence before deciding whether to impose a preliminary injunction, the next step in the legal process after Wednesday's temporary restraining order.</p><p>___</p><p>Associated Press Writer Kimberlee Kruesi in Providence, Rhode Island, contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LPI64WOL3IYVY3IMAP75DBS6I4.jpg?auth=17c8f55d51a08a71adcc4a6577e45b9c81f9a5393908f4cf4f6a194890abb04a&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. Department of Justice logo is seen on a podium before a news conference, May 4, 2026, in Washington. (AP Photo/Julia Demaree Nikhinson, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</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]]></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[Clark and Scheffler switch from tough US Open to rain-softened Travelers Championship]]></title><link>https://www.local10.com/sports/2026/06/24/clark-and-scheffler-switch-from-tough-us-open-to-rain-softened-travelers-championship/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/24/clark-and-scheffler-switch-from-tough-us-open-to-rain-softened-travelers-championship/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[CROMWELL, Conn. (AP) — Two days of rain gave way to a clearing sky Wednesday at the Travelers Championship, a reminder that his week could be a soft re-entry into the post-U.S. Open world.]]></description><pubDate>Wed, 24 Jun 2026 16:38:57 +0000</pubDate><content:encoded><![CDATA[<p>CROMWELL, Conn. (AP) — Two days of rain gave way to a clearing sky Wednesday at the Travelers Championship, a reminder that his week could be a soft re-entry into the post-U.S. Open world.</p><p>Scottie Scheffler says that doesn't make it any easier, just different.</p><p>Scheffler, who won this signature event two years ago, joins U.S. Open champion Wyndham Clark, runner-up Sam Burns and most of the best players on the PGA Tour at rain-softened TPC River Highlands, a course that tends to produce birdies even without rain.</p><p>“I really do enjoy kind of harder tests and sometimes the battle is fun as well,” Scheffler said. "This golf course I think is interesting in a sense of you hit some different clubs off the tee, there’s some strategy involved, but you got to show up and make birdies.</p><p>“When you look at the closing stretch on this golf course, especially if you’re in contention on Sunday, you’re not going to be able to just limp in,” he said. “You got to go out there and you got to make birdies and hit some really, really great shots in order to win this tournament.”</p><p>That's what Keegan Bradley did last year when he rallied over the closing stretch to overcome Tommy Fleetwood — a two-shot swing on the final hole — to win the Travelers. It was a victory that put Bradley squarely in the conversation of whether the Ryder Cup captain should pick himself. Ultimately, he didn't.</p><p>Fleetwood was crushed making bogey on the final hole as Bradley made birdie, particularly because he had yet to win on U.S. soil. He took care of that in much more grander style two months later by winning the Tour Championship for the FedEx Cup.</p><p>“As disappointed and gutted as I was I felt like I got a lot of support from it,” Fleetwood said of the runner-up finish last year. “I’ve seen Rory (McIlroy) talk about it before, like you go through those upsets and you wait for the next day and you realize maybe it’s not as bad as you think and you have to get back to work no matter what.”</p><p>McIlroy headed back home to London instead of playing the Travelers, the third time this year he has chosen not to play a $20 million signature event.</p><p>That's not a requirement, and it won't be in 2028 when the PGA Tour embarks on a bold, new competition model that essentially divides the tour into two circuits — the Championship Series of some 24 events (including majors) and $20 million purses, and the Challenger Series for players to try to earn their way into the top tier.</p><p>Key to the change is the Championship Series will be 120 players on average, instead of 72 players that now compete at the Travelers Championship and other signature events. That appeals to Scheffler as much as anything else.</p><p>“I think what people want is to get the best players playing together more often,” Scheffler said. “I’m not sure if the smaller fields were a huge fan favorite, so getting fields back to 120-man fields, getting a cut back, I think it’s a good change.”</p><p>Eight of his 20 titles on the PGA Tour have had smaller fields, including the 64-man Match Play Championship he won in 2024 when he first rose to No. 1 in the world. That includes a pair of postseason events, and five signature events.</p><p>“I think when you look at larger fields it will be much harder to win tournaments,” Scheffler said. “It will be different than the old days on tour where you could win a tournament where there wasn’t many of the top players playing.”</p><p>Scheffler said winning any of the tournaments on the Championship Series in 2020 will be significant.</p><p>“You'll have beaten pretty much all of the best players in the world in order to do it,” he said. “So I’m excited about it.”</p><p>Scheffler is the only player to go from a major title to a signature event victory in consecutive weeks, in 2024 at the Masters and RBC Heritage. That task now falls to Clark, who is coming down from the high of winning his second U.S. Open title at Shinnecock Hills last week.</p><p>___</p><p>AP golf: https://apnews.com/hub/golf</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KIYJILUHSQDNGAWH5VBDLX23YA.jpg?auth=cdbeda930871d6f4c28b36514fadb7c318281f9a7c781be02b661ab65f9a5327&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Scottie Scheffler watches his tee shot on the sixth hole during the final round of the U.S. Open golf tournament at Shinnecock Hills Golf Club in Southampton, N.Y., Sunday, June 21, 2026. (AP Photo/David J. Phillip)]]></media:description><media:credit role="author" scheme="urn:ebu">David J. Phillip</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5QHM2W3OW3DNIY6GEOMO5AODOY.jpg?auth=64cc17d0844950d36e5e674b1b6d7c2355591c9603f43a126ba620645977f1f7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Wyndham Clark holds the trophy after winning the U.S. Open golf tournament at Shinnecock Hills Golf Club in Southampton, N.Y., Sunday, June 21, 2026. (AP Photo/Seth Wenig)]]></media:description><media:credit role="author" scheme="urn:ebu">Seth Wenig</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JKDWC7FHWL4UBK4XHHULWKNH7E.jpg?auth=092e139b9c96256dbebaea14322c35a77c762644ee0166926ba489baae2929e0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Tommy Fleetwood, of England, celebrates after a birdie on the second hole during the final round of the U.S. Open golf tournament at Shinnecock Hills Golf Club in Southampton, N.Y., Sunday, June 21, 2026. (AP Photo/George Walker IV)]]></media:description><media:credit role="author" scheme="urn:ebu">George Walker IV</media:credit></media:content></item><item><title><![CDATA[Federal judge bars Trump from implementing proof of citizenship requirement to vote]]></title><link>https://www.local10.com/news/politics/2026/06/24/federal-judge-bars-trump-from-implementing-proof-of-citizenship-requirement-to-vote/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/24/federal-judge-bars-trump-from-implementing-proof-of-citizenship-requirement-to-vote/</guid><dc:creator><![CDATA[By JULIE CARR SMYTH and MICHAEL CASEY, Associated Press]]></dc:creator><description><![CDATA[A federal judge on Wednesday permanently barred President Donald Trump’s administration from implementing most of his first executive order on elections, part of which sought to require people to show documentary proof of citizenship when they register to vote.]]></description><pubDate>Wed, 24 Jun 2026 23:11:10 +0000</pubDate><content:encoded><![CDATA[<p>A federal judge on Wednesday permanently barred President Donald Trump’s administration from implementing most of his first executive order on elections, part of which sought to require people to show documentary proof of citizenship when they register to vote.</p><p>The ruling by U.S. District Court Judge Denise Casper in Boston effectively converts a preliminary injunction she issued a year ago, in which she temporarily blocked many of Trump’s efforts to overhaul elections, into a permanent ban.</p><p>Casper rejected the Republican administration’s argument that the lawsuit to block the changes brought by Democratic state attorneys general was premature because the rules had yet to be put in place. Instead, she agreed that the Constitution gives states and Congress the authority to regulate elections, and that Trump’s requirements violated the separation of powers.</p><p>The Constitution "does not grant the President any specific powers over elections,” wrote Casper, who was nominated by former Democratic President Barack Obama.</p><p>Among other proposed changes, Trump’s order would have required people to provide documentary proof of citizenship when registering to vote, prevented mail ballots from being counted if they arrive after Election Day, even if they were postmarked by then, and punished states that failed to comply by withholding certain federal grants, including those intended to beef up election security.</p><p>Democrats see order as a constitutional overstep</p><p>In a statement, New York Attorney General Letitia James said she was grateful the court had blocked Trump's "unconstitutional attempt to seize control of our elections" and would continue to defend voting rights in this year's midterm elections.</p><p>“Generations of Americans fought tirelessly for the right to vote, and we honor their legacy by protecting that right against anyone who tries to undermine it," said James, a Democrat.</p><p>California Attorney General Rob Bonta, whose state was the lead plaintiff in the case, said the ruling reaffirmed the constitutional principle that it's up to the states and Congress to set election rules.</p><p>“While we are proud of this result, we are clear-eyed that President Trump’s attacks on voting rights and our elections show no signs of slowing down,” Bonta, a Democrat, said in a statement. "So let me be clear: we will keep fighting back every step of the way.”</p><p>In a statement, a White House spokeswoman said the Republican president wants to ensure that Americans are confident in the way elections are administered. The administration can appeal Wednesday's ruling if it chooses.</p><p>“The President’s executive order lawfully protects our elections, and we are confident that we will ultimately prevail in its implementation,” spokeswoman Abigail Jackson said.</p><p>Trump also is trying to enact voting changes through Congress</p><p>The ruling was the latest in a series against the elections executive order Trump signed just months after taking office for his second term. He has since signed another executive order on elections that seeks to create a national voter list and limit mail balloting. That directive also faces multiple legal challenges.</p><p>Last fall, a federal judge in Washington, D.C., overseeing a separate challenge to the first election executive order by civil rights and Democratic Party-aligned groups blocked the government from taking steps to include the proof-of-citizenship requirement on the federal voter registration form. That judge later barred Trump's defense secretary from requiring documentary proof of citizenship when military personnel register to vote or request ballots.</p><p>In an apparent nod to the difficulty of implementing a proof-of-citizen requirement by executive order, Trump is pushing legislation in the Republican-controlled Congress to create such a mandate. The SAVE America Act has passed the House but has stalled in the Senate, leading Trump to advocate for eliminating the filibuster that is blocking the legislation.</p><p>On Wednesday, he abruptly canceled the expected signing of a bipartisan housing bill, saying he would not sign legislation until Congress passes his proof of citizenship requirement for voting.</p><p>Documents need to prove citizenship not always easy to obtain</p><p>Enacting a proof-of-citizenship requirement to vote can be complicated, especially if it's done on the eve of a major election with little time for states or voters to adjust.</p><p>A 2025 University of Maryland study estimates that 21.3 million Americans who are eligible to vote do not have — or don't have easy access to — documents to prove their citizenship. That includes nearly 10% of Democrats, 7% of Republicans and 14% of people unaffiliated with either major party.</p><p>Only about half of Americans have a passport, which can take four to six weeks to obtain and cost around $165. And the processing time for an online birth certificate can take anywhere from a few days to 12 weeks. Married women who have changed their names might need additional documentation, such as a marriage certificate.</p><p>A proof-of-citizenship requirement that passed in Kansas 15 years ago ended up blocking the voter registrations of more than 31,000 U.S. citizens who were otherwise eligible to vote before the law was halted by the courts.</p><p>The president and many of his Republican allies have been promoting the narrative that voting by noncitizens is a major problem, when in fact it's quite rare. The federal voter registration form already requires people to attest that they are U.S. citizens. Violating that is punishable as a felony that can lead to prison or deportation.</p><p>In another major voting case, the U.S. Supreme Court is due to issue an opinion soon on whether mail ballots must arrive by Election Day. That could immediately change the rules in 14 states that allow grace periods ranging from days to weeks if the ballots are postmarked by Election Day.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TZFMHETED3H7C4JXJ4ELXHPEEE.jpg?auth=3de41abd2ff948b1efc3737db1b7d6ae875fefbb788db3191c8259da1f88409f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People cast their votes at the Upper Marlboro Community Center Tuesday,, June 23, 2026, in Upper Marlboro, Md. (AP Photo/Gail Burton)]]></media:description><media:credit role="author" scheme="urn:ebu">Gail Burton</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/54SZNSJEWAIEGVVQ23OQMEIABQ.jpg?auth=62ea0096ca36b880c5d08f056a2126e6b0fd3d041e660bcd0bed0db3a32b56f7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A voter casts a ballot during New York’s primary election on Tuesday, June 23, 2026, in New York. (AP Photo/Ryan Murphy)]]></media:description><media:credit role="author" scheme="urn:ebu">Ryan Murphy</media:credit></media:content></item><item><title><![CDATA[Associate Producer]]></title><link>https://www.local10.com/careers/2026/06/24/associate-producer-3/</link><guid isPermaLink="true">https://www.local10.com/careers/2026/06/24/associate-producer-3/</guid><description><![CDATA[Oversee the complete preparation of newscast including writing stories and coordinating with: reporters, executive producers, assignment desk staff and production department.  ]]></description><pubDate>Wed, 24 Jun 2026 16:08:24 +0000</pubDate><content:encoded><![CDATA[<p><u><b>As of June 23, 2026</b></u></p><p><u><b>Job Listing</b></u><b>: Associate Producer </b></p><p><b>Responsibilities:</b></p><p>Oversee the complete preparation of newscast including writing stories and coordinating with: reporters, executive producers, assignment desk staff and production department. The producer will also coordinate the program in the control room. Must be able to use knowledge of current events to participate in editorial process and write scripts.</p><p><b>Qualifications:</b></p><ul><li>Knowledge of television news</li><li>Excellent interpersonal and communication skills required</li><li>Ability to work flexible hours including nights, weekends and holidays</li><li>Ability to work in a fast-paced high-energy environment with daily deadlines and changing priorities</li><li>3-5 years’ experience as a writer or producer in a commercial news operation required</li><li>College degree in journalism or broadcasting preferred</li><li>News computer knowledge necessary</li></ul><p> <i>***All of the essential functions of this position are not necessarily described in this posting.</i></p><p><i>***We are an Equal Opportunity Employer and will consider all qualified candidates regardless of race, color, religion, national origin, age, gender, marital status, disability, or political affiliation. Any offer of employment is conditioned on successful completion of a pre-employment drug screen, investigative background check, employment/education verifications and reference checks. A valid driver’s license is required.</i></p><p><b>Please follow link below to apply for Associate Producer Position:</b></p><p><a href="https://jobs.dayforcehcm.com/en-US/wplg/CANDIDATEPORTAL/jobs/8976" rel="">https://jobs.dayforcehcm.com/en-US/wplg/CANDIDATEPORTAL/jobs/8976</a></p><p>Emily Hales</p><p>Executive Producer</p><p><b>WPLG/TV</b></p><p>3401 W. Hallandale Beach Blvd.</p><p>Pembroke Park, FL 33023</p><p><a href="mailto:ehales@wplg.com" rel="">ehales@wplg.com</a></p><p>No phone calls please.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LPPJMX4BHJDQFMV66ISUWVBKVE.jpg?auth=0db37ab6179236b8be376383ad9969fbcacfca660c6366d72cc4fea34bda11b6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Associate Producer]]></title><link>https://www.local10.com/careers/2026/06/24/associate-producer-2/</link><guid isPermaLink="true">https://www.local10.com/careers/2026/06/24/associate-producer-2/</guid><description><![CDATA[Oversee the complete preparation of newscast including writing stories and coordinating with: reporters, executive producers, assignment desk staff and production department.]]></description><pubDate>Wed, 24 Jun 2026 16:06:58 +0000</pubDate><content:encoded><![CDATA[<p><u><b>As of June 23, 2026</b></u></p><p><u><b>Job Listing</b></u><b>: Associate Producer </b></p><p><b>Responsibilities:</b></p><p>Oversee the complete preparation of newscast including writing stories and coordinating with: reporters, executive producers, assignment desk staff and production department. The producer will also coordinate the program in the control room. Must be able to use knowledge of current events to participate in editorial process and write scripts.</p><p><b>Qualifications:</b></p><ul><li>Knowledge of television news</li><li>Excellent interpersonal and communication skills required</li><li>Ability to work flexible hours including nights, weekends and holidays</li><li>Ability to work in a fast-paced high-energy environment with daily deadlines and changing priorities</li><li>3-5 years’ experience as a writer or producer in a commercial news operation required</li><li>College degree in journalism or broadcasting preferred</li><li>News computer knowledge necessary</li></ul><p> <i>***All of the essential functions of this position are not necessarily described in this posting.</i></p><p><i>***We are an Equal Opportunity Employer and will consider all qualified candidates regardless of race, color, religion, national origin, age, gender, marital status, disability, or political affiliation. Any offer of employment is conditioned on successful completion of a pre-employment drug screen, investigative background check, employment/education verifications and reference checks. A valid driver’s license is required.</i></p><p><b>Please follow link below to apply for Associate Producer Position:</b></p><p><a href="https://jobs.dayforcehcm.com/en-US/wplg/CANDIDATEPORTAL/jobs/8966" rel="">https://jobs.dayforcehcm.com/en-US/wplg/CANDIDATEPORTAL/jobs/8966</a></p><p>Emily Hales</p><p>Executive Producer</p><p><b>WPLG/TV</b></p><p>3401 W. Hallandale Beach Blvd.</p><p>Pembroke Park, FL 33023</p><p><a href="mailto:ehales@wplg.com" rel="">ehales@wplg.com</a></p><p>No phone calls please.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LPPJMX4BHJDQFMV66ISUWVBKVE.jpg?auth=0db37ab6179236b8be376383ad9969fbcacfca660c6366d72cc4fea34bda11b6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item></channel></rss>