<?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>Tue, 16 Jun 2026 11:42:59 +0000</lastBuildDate><language>en</language><ttl>1</ttl><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><item><title><![CDATA[MDSO: Man accidentally shoots himself at home in the Redlands ]]></title><link>https://www.local10.com/news/local/2026/06/16/mdso-man-accidentally-shoots-himself-at-home-in-the-redlands/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/16/mdso-man-accidentally-shoots-himself-at-home-in-the-redlands/</guid><dc:creator><![CDATA[Amanda Batchelor, Gabrielle Arzola]]></dc:creator><description><![CDATA[The Miami-Dade Sheriff’s Office is investigating an accidental shooting that was reported early Tuesday morning at a home in the Redlands, authorities confirmed.]]></description><pubDate>Tue, 16 Jun 2026 11:41:37 +0000</pubDate><content:encoded><![CDATA[<p>The Miami-Dade Sheriff’s Office is investigating an accidental shooting that was reported early Tuesday morning at a home in the Redlands, authorities confirmed.</p><p>According to MDSO, the shooting was reported just before 2:30 a.m. at a home in the area of Southwest 190<sup>th</sup> Street and 203<sup>rd</sup> Avenue.</p><p>A Local 10 News crew went to the scene and saw multiple deputies outside the home.</p><p>One neighbor told Local 10 that he often hears noises coming from home, but didn’t think anything serious occurred Tuesday. </p><p>“We have always heard noises coming from the house. I’d hear screaming, but I figured it was normal for them and didn’t think something was actually happening in the house,” the man said in Spanish. </p><p>Deputies later confirmed that a man had accidentally shot himself while handling his gun. </p><p>He was airlifted by Miami-Dade Fire Rescue to Jackson South Medical Center in critical condition, authorities confirmed.</p><p>The man’s identity has not been released.</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[History takes flight: America’s founding documents touch down in Miami]]></title><link>https://www.local10.com/news/local/2026/06/15/history-takes-flight-americas-founding-documents-touch-down-in-miami/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/15/history-takes-flight-americas-founding-documents-touch-down-in-miami/</guid><dc:creator><![CDATA[Christina Vazquez]]></dc:creator><description><![CDATA[Several pieces of American history are in South Florida. ]]></description><pubDate>Mon, 15 Jun 2026 22:48:46 +0000</pubDate><content:encoded><![CDATA[<p>Several pieces of American history are in South Florida. </p><p>A specially-designed <a href="https://freedomplane.org/the-documents/" target="_blank" rel="noreferrer" title="https://freedomplane.org/the-documents/">”Freedom Plane" is bringing the country’s original founding documents</a> across the U.S. as part of the nation’s 250th anniversary celebration. </p><p>National Archives Foundation CEO Patrick Madden explained how the documents are traveling in style, in temperature-controlled cases inside the passenger cabin of a Boeing 737 donated to the foundation for this national tour.</p><p>“For the first time, nine original documents from the holdings of the National Archives vault have traveled to Miami,” said Madden. “I think the number one thing people are going to be excited to see is the copy of the Declaration of Independence.”</p><p>Miami is one of just eight cities chosen for the honor of hosting the document that started a new nation.</p><p>“Ideas that have stood the test of time and have become a living democracy that has evolved, endured,” said Madden. “Miami for us is a major market. It is a hub of international activity and the community really represents what these documents represent.”</p><p>The documents <a href="https://urldefense.com/v3/__https://museumofmiami.org/exhibition/documents-that-forged-a-nation/__;!!FfvXB3Q!gh_GTpBdJyEv2FBizmly8QhS2iPIN4HPjU54cf5kiEnAFBtIDYk1xN7dOq96T7H2RUuv4abvCjce9V7UyiTxEjnWMZc$" target="_blank" rel="noreferrer" title="https://urldefense.com/v3/__https://museumofmiami.org/exhibition/documents-that-forged-a-nation/__;!!FfvXB3Q!gh_GTpBdJyEv2FBizmly8QhS2iPIN4HPjU54cf5kiEnAFBtIDYk1xN7dOq96T7H2RUuv4abvCjce9V7UyiTxEjnWMZc$">will be displayed at History Miami Museum</a>. </p><p>“I think it speaks volumes for what Miami is, a city built by people who have come from all over the world, with hope, seeking opportunity and believing in the American promise,” said History Miami Museum CEO Natalia Crujeiras.</p><p>The historic parchments provide a glimpse at how framers came to America’s promise through negotiation and compromise, such as the 1789 Senate markup of the Bill of Rights.</p><p>“Editing Article 3, which eventually becomes our First Amendment, so literally this is the day that they are debating what should be in the First Amendment, what should not be in the First Amendment. That is history right there,” said Madden. </p><p>Crujeiras said the exhibition, called “Documents That Forged A Nation,” creates space for reflection. </p><p>“America was maybe founded in that moment, but this experiment continues to exist today and depends on our participation,” she said. </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[Fans react to parking situation, prices around Miami Stadium for FIFA World Cup]]></title><link>https://www.local10.com/news/local/2026/06/15/fans-react-to-parking-situation-prices-around-miami-stadium-for-fifa-world-cup/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/15/fans-react-to-parking-situation-prices-around-miami-stadium-for-fifa-world-cup/</guid><dc:creator><![CDATA[Saira Anwer]]></dc:creator><description><![CDATA[The World Cup arriving in Miami Gardens has created parking pandemonium.]]></description><pubDate>Mon, 15 Jun 2026 21:01:29 +0000</pubDate><content:encoded><![CDATA[<p>The World Cup arriving in Miami Gardens has created parking pandemonium.</p><p>Fans of Uruguay and Saudi Arabia arrived early to Miami Stadium Monday for <a href="https://www.local10.com/sports/2026/06/15/miami-stadium-to-host-1st-fifa-world-cup-2026-match-in-just-hours/" target="_blank" rel="noreferrer" title="https://www.local10.com/sports/2026/06/15/miami-stadium-to-host-1st-fifa-world-cup-2026-match-in-just-hours/">South Florida’s first match as a 2026 FIFA World Cup host</a>.</p><p>“I went yesterday to Houston and over there, it was a little bit better,” said Uruguay fan Victor Sepulvida. </p><p>Last fall, parking passes were listed for $75, but now they range from $175 to $250, with some hitting the resale market for several hundred dollars.</p><p>Added Saudi Arabia fan Walid Chaker: “I took an Uber just to save some money because that’s ridiculous.”</p><p>Many attendees already shelled out hundreds, if not thousands of dollars for tickets. </p><p>“It’s crazy, even the tickets,” said Chaker. “I think FIFA ripped us off.”</p><p>A ticket to park at Calder Casino and then walk a mile and a half to the stadium entrance is going for $170 while parking closer to the stadium can cost as much as $800.</p><p>Traffic began backing up near the stadium by the early afternoon. </p><p>Parking hacks that spectators use for Miami Dolphins and Miami Hurricanes games are no good for FIFA, with extra fencing and added patrol. </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[‘It was unjustified’: Family suing central Florida police department over fatal shooting]]></title><link>https://www.local10.com/news/local/2026/06/15/it-was-unjustified-family-suing-central-florida-police-department-over-fatal-shooting/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/15/it-was-unjustified-family-suing-central-florida-police-department-over-fatal-shooting/</guid><dc:creator><![CDATA[Caroline Coles]]></dc:creator><description><![CDATA[A federal lawsuit is raising new questions about a police shooting in central Florida.]]></description><pubDate>Mon, 15 Jun 2026 22:41:43 +0000</pubDate><content:encoded><![CDATA[<p>A federal lawsuit is raising new questions about a police shooting in central Florida.</p><p>The family of 20-year-old Deshay Turner says body camera footage shows that he was complying with the commands of a St. Cloud Police Department officer moments before he was shot and killed. </p><p>His family says one moment in particular raises questions about why he was shot, arguing that Turner’s hands were visible to officers before gunfire erupted. </p><p>The shooting happened in December of last year.</p><p>Police say Turner ran from officers following a car burglary investigation and pointed a gun at them before an officer opened fire.</p><p>“Officers gave the subject numerous times to cooperate but the suspect did not comply,” said SCPD Chief Doug Goerke. </p><p>Turner’s family says he did comply and they argue the video supports their claim.</p><p>In the body camera video, officers can be heard repeatedly ordering Turner to show his hands.</p><p>Moments before shots are fired, another officer appears to indicate Turner’s hands are visible.</p><p>“If this officer is saying, ‘I got hands,’ he is not saying ‘I see a gun,’ so why did he shoot?” asked Turner’s cousin, Shonda Lilybud. </p><p>The family’s lawsuit argues Turner had his hands up and did not deserve to be shot.</p><p>His mother, Tamika McKnight, never thought this would be her story.</p><p>“I have pictures of me out there for Trayvon Martin, but I never thought it would be my own son,” she said. </p><p>McKnight said the video doesn’t match what police officers say happened in those final moments. </p><p>“It was unjustified,” she said. “It was unreasonable. There are many tactics they could’ve done besides murdering my son like they were hunting a deer.”</p><p>McKnight also disputes how her son has been portrayed.</p><p>While police described Turner as a convicted felon, a Local 10 News review of Florida court records did not uncover any adult felony convictions in his name.</p><p>McKnight described her son as a loving young man who never would have pointed a gun at police.</p><p>“I didn’t have to see any footage. My son has never been a violent person,” said McKnight. “He is not a violent person.”</p><p>The family’s attorney, Harold Thompson, argues the video shows Turner was complying with officers’ commands when the shots were fired.</p><p>“There’s no disputing that his hands were up,” said Thompson. “He had a bullet fragment pulled from both underarms.”</p><p>But in previously released statements, SCPD said Turner was armed and that officers acted within the law when they opened fire.</p><p>The police chief also defended the officers’ actions after the shooting, saying they immediately began life-saving efforts.</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 traffic: Expect Turnpike 2X ramp and exit delays at Miami Stadium]]></title><link>https://www.local10.com/traffic/2026/06/15/fifa-world-cup-2026-expect-turnpike-2x-ramp-and-exit-delays-at-miami-stadium/</link><guid isPermaLink="true">https://www.local10.com/traffic/2026/06/15/fifa-world-cup-2026-expect-turnpike-2x-ramp-and-exit-delays-at-miami-stadium/</guid><dc:creator><![CDATA[Caroline Coles, Andrea Torres]]></dc:creator><description><![CDATA[The first of seven FIFA World Cup 2026 matches at the Miami Stadium comes with traffic alerts on Monday.  ]]></description><pubDate>Mon, 15 Jun 2026 19:25:15 +0000</pubDate><content:encoded><![CDATA[<p>The first of seven FIFA World Cup 2026 matches at the Miami Stadium comes with traffic delays on Monday in Miami Gardens. </p><p><a href="https://www.miamidade.gov/global/release.page?Mduid_release=rel1781278551458970" target="_self" rel="" title="https://www.miamidade.gov/global/release.page?Mduid_release=rel1781278551458970">Deputies warned</a> drivers about restrictions on the Florida Turnpike 2X northbound and southbound ramp and exit at Northwest 199th Street.</p><p>Drivers who do not have <a href="https://www.justpark.com/us/event-parking/fifa-world-cup-2026/miami-stadium/" target="_self" rel="" title="https://www.justpark.com/us/event-parking/fifa-world-cup-2026/miami-stadium/">a valid FIFA parking pass</a> will not be allowed through 199th Street, between 27th Avenue and 14th Court.</p><p>Saudi Arabia vs. Uruguay, a <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> match, was set to start with a ceremony at 6 p.m. at 347 Don Shula Drive. </p><p>Until postgame traffic clears, deputies plan to close 27th Avenue between 203 and 199<sup> </sup>streets and the Turnpike northbound between Golden Glades and the Turnpike’s 2X Exit.</p><p><b>More on local World Cup coverage</b></p><ul><li><a href="https://www.local10.com/sports/2026/06/15/miami-stadium-to-host-1st-fifa-world-cup-2026-match-in-just-hours/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/15/miami-stadium-to-host-1st-fifa-world-cup-2026-match-in-just-hours/">Miami Stadium hosts 1st of 7 FIFA World Cup 2026 matches</a></li><li><b>Pre-game coverage</b>: <a href="https://www.local10.com/sports/2026/06/15/uruguayans-arrive-in-high-spirits-ahead-of-fifa-world-cup-match-against-saudi-arabia-in-miami/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/15/uruguayans-arrive-in-high-spirits-ahead-of-fifa-world-cup-match-against-saudi-arabia-in-miami/">Uruguayans arrive in high spirits</a></li><li><a href="https://www.local10.com/sports/2026/06/15/dona-paulina-serves-fifa-world-cup-spirit-to-uruguayans-in-miami-dade/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/15/dona-paulina-serves-fifa-world-cup-spirit-to-uruguayans-in-miami-dade/">Doña Paulina serves FIFA World Cup spirit to Uruguayans in Miami-Dade</a> </li><li><a href="https://www.local10.com/sports/2026/06/15/fifa-displays-world-cup-trophy-for-8-hours-at-miamis-freedom-tower/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/15/fifa-displays-world-cup-trophy-for-8-hours-at-miamis-freedom-tower/">FIFA displays World Cup trophy for 8 hours at Miami’s Freedom Tower </a></li><li><a href="https://www.local10.com/news/local/2026/06/15/fans-react-to-parking-situation-prices-around-miami-stadium-for-fifa-world-cup/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/15/fans-react-to-parking-situation-prices-around-miami-stadium-for-fifa-world-cup/">Fans react to parking situation, prices around Miami Stadium for FIFA World Cup</a></li><li><a href="https://www.local10.com/news/local/2026/06/15/miami-beach-admits-mistake-after-restaurant-told-to-remove-world-cup-flags/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/15/miami-beach-admits-mistake-after-restaurant-told-to-remove-world-cup-flags/">Miami Beach admits mistake after restaurant told to remove World Cup flags</a></li><li><a href="https://www.local10.com/sports/2026/06/15/fifa-fan-festival-hosts-world-cup-watch-parties-in-downtown-miami/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/15/fifa-fan-festival-hosts-world-cup-watch-parties-in-downtown-miami/">FIFA Fan Festival hosts World Cup watch parties in downtown Miami</a></li></ul><h3><b>Groups’ stage progress </b></h3><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/">Cape Verde holds Spain to a 0-0 draw</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/">Belgium and Egypt each get 1 point</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/">Sweden 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 and Ivory Coast each get 3 points </a></p><p><b>Group D</b>: <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/">Australia and United States each get 3 points </a></p><p><b>Group C</b>: <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/">Brazil and Morocco each get 1 point; Scotland gets 3 points</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/">Qatar and Switzerland each get 1 point</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 and South Korea each get 3 points </a></p><h3><b>Schedule </b> </h3><p><b>June 16</b>: There are three matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a>, France vs. Senegal, 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>, Iraq vs. Norway, game is at 6 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>, Argentina vs. Algeria, game is at 9 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 2 p.m. to midnight at Bayfront Park, at 301 Biscayne Boulevard. </p><p><b>June 17</b>: There are five matches: 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>, Austria vs. Jordan, game is at Midnight. 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>, Portugal vs. Congo, game is at 1 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>, England vs. Croatia, game is at 4 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>, Ghana vs. Panama, game is at 7 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>, Uzbekistan vs. Colombia, game is at 10 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from noon to 10 p.m. at Bayfront Park, at 301 Biscayne Boulevard. </p><p><b>June 18</b>: There are four matches: The <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, The Czech Republic vs. South Africa, is at Noon. The <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>, Switzerland vs. Bosnia, game is at 3 p.m. The <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>, Canada vs. Qatar, game is at 6 p.m. The <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, Mexico vs. South Korea, is at 9 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens from 11 a.m. to 9 p.m. at Bayfront Park, at 301 Biscayne Boulevard. </p><p><b>June 19</b>: There are four matches: 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>, U.S. vs. Australia, game is at 3 p.m. 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>, Scotland vs. Morocco, game is at 6 p.m. 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>, Brazil vs. Haiti, game is at 8:30 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. Paraguay, game is at 11 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 2 p.m. to midnight at Bayfront Park, at 301 Biscayne Boulevard. </p><p><b>June 20</b>: There are three matches: 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>, Netherlands vs. Sweden, game is at 1 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>, Germany 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. Curaçao, game is at 8 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from noon to 11 p.m. at Bayfront Park, at 301 Biscayne Boulevard. </p><p><b>Miami Beach fan party: </b>Doors open at 6 p.m. on June 20 at The Bandshell, at 7275 Collins Ave., for an event for Uruguayan fans co-hosted by the Consulate General of Uruguay.</p><p><b>June 21</b>: There are five matches: 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. Japan, game is at midnight. 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>, Spain vs. Saudi Arabia, game is at Noon. 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>, Belgium vs. Iran, 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>, Uruguay vs. Cape Verde, game is at 6 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. Egypt, game is at 9 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 11 a.m. to 9 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>June 22</b>: There are four matches: 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>, Argentina vs. Austria, game is at 1 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>, France vs. Iraq, game is at 5 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>, Norway vs. Senegal, game is at 8 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. Algeria, game is at 11 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from noon to 8 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>Miami Beach watch party: </b>Doors open at 11 a.m. on June 22 at The Bandshell, at 7275 Collins Ave., for the 1 p.m. Argentina vs. Austria match.</p><p><b>June 23</b>: There are four matches: 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>, Portugal vs. Uzbekistan, game is at 1 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>, England vs. Ghana, game is at 4 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>, Panama vs. Croatia, game is at 7 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. Congo, game is at 10 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from noon to 1 a.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>June 24</b>: There are six matches: The <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>, Switzerland vs. Canada, game is at 3 p.m. The <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>, Bosnia vs. Qatar, game is at 3 p.m. 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>, Morocco vs. Haiti, game is at 6 p.m. 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>, Scotland vs. Brazil, game is at 6 p.m. The <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>, South Africa vs. South Korea, game is at 9 p.m. The <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>, Czech Republic vs. Mexico, game 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>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 matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a>, Norway vs. France, game is at 3 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a>, Senegal vs. Iraq, game is at 3 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H</a>, Cape Verde vs. Saudi Arabia, game is at 8 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H</a>, Uruguay vs. Spain, game is at 8 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a>, New Zealand vs. Belgium, game is at 11 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a>, Egypt vs. Iran, game is at 11 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 2 p.m. to 11 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>June 27</b>: There are six matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a>, Panama vs. England, game is at 5 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a>, Croatia vs. Ghana, game is at 5 p.m. The <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a>, Colombia vs. Portugal, game is at 7:30 p.m. The <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a>, Congo vs. Uzbekistan, game is at 7:30 p.m. The<a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/"> Group J</a>, Algeria vs. Austria, game is at 10 p.m. The<a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/"> Group J</a>, Jordan vs. Argentina, game is at 10 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 4 p.m. to 1 a.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>Sunrise watch party</b>: The indoor Amerant Bank Arena is hosting a free watch party <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" target="_self" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">for ticket holders</a> at 7:30 p.m. on June 27. Parking is free. Broward County is offering <a href="https://www.broward.org/BCT/Pages/WorldCup.aspx" target="_self" rel="" title="https://www.broward.org/BCT/Pages/WorldCup.aspx">free Express bus transportation</a> from the arena to the Miami Stadium, also known as Hard Rock, in Miami Gardens, to FIFA World Cup ticket holders.</p><h3><b>Round of 32 begins </b></h3><p><b>June 28</b>: There is a match at 3 p.m. </p><p><b>Miami watch party</b>: The fan festival opens from 1 p.m to 10 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>June 29</b>: There are three matches at 1 p.m., 4:30 p.m., and 9 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from noon to midnight at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>June 30</b>: There are three matches at 1 p.m., 5 p.m., and 9 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens from noon to midnight at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 1</b>: There are three matches at noon, 4 p.m., and 9 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 11 a.m. to 11 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 2</b>: There are three matches at 3 p.m., 7 p.m., and 11 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens from 2 p.m. to 10 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 3</b>: There are three matches at 2 p.m., 6 p.m., and 9:30 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens from 1 p.m to 9 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><h3><b>Round of 16 begins</b></h3><p><b>July 4:</b> There are two matches at 1 p.m. and 5 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens from noon to midnight at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 5</b>: There are two matches at 4 p.m. and 8 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens for the last day from 3 p.m. to 11 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 6</b>: There are two matches at 3 p.m. and 8 p.m. </p><p><b>July 7</b>: There are two matches at Noon and 4 p.m. </p><h3><b>Quarterfinals begin</b></h3><p><b>July 9</b>: There is a quarter-final match at 4 p.m. </p><p><b>July 10</b>: There is a quarter-final match at 3 p.m. </p><p><b>July 11</b>: There are two quarter-final matches at 5 p.m. and 9 p.m.</p><p><b>Sunrise watch party</b>: The indoor Amerant Bank Arena is hosting a free watch party <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" target="_self" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">for ticket holders</a> at 5 p.m. on July 11. Parking is free. </p><h3><b>Semifinals begin</b></h3><p><b>July 14</b>: The fan festival is closed. There is a semi-final match at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 14 at The Bandshell, at 7275 Collins Ave., for the semifinal match.</p><p><b>July 15</b>: There is a semi-final match at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 15 at The Bandshell, at 7275 Collins Ave., for the semifinal match.</p><h3><b>Finals begin</b></h3><p><b>July 18</b>: The third-place play-off match is at 5 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 18 at The Sandbowl, behind The Bandshell, at 7275 Collins Ave., for the 5 p.m. bronze final. </p><p><b>Sunrise ride to stadium</b>: The Amerant Bank Arena has free parking for FIFA World Cup ticket holders who ride Broward County’s <a href="https://www.broward.org/BCT/Pages/WorldCup.aspx" target="_self" rel="" title="https://www.broward.org/BCT/Pages/WorldCup.aspx">free Express bus transportation</a> to the Miami Stadium, also known as Hard Rock, in Miami Gardens. </p><p><b>July 19</b>: The final match is at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 1 p.m. on July 19 at The Sandbowl, behind The Bandshell, at 7275 Collins Ave., for the 3 p.m. final.</p><p><b>Sunrise watch party</b>: The indoor Amerant Bank Arena is hosting a free watch party <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" target="_self" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">for ticket holders</a> for the final on July 19. Parking is free. </p><p><b>Related stories </b></p><ul><li><a href="https://www.local10.com/sports/local/2026/06/11/fifa-world-cup-2026-key-information-for-fans-attending-matches-at-miami-stadium/" target="_self" rel="" title="https://www.local10.com/sports/local/2026/06/11/fifa-world-cup-2026-key-information-for-fans-attending-matches-at-miami-stadium/">Key information for fans attending matches at Miami Stadium </a></li><li><a href="https://www.local10.com/news/local/2026/06/10/security-guard-accused-of-stealing-fifa-referee-uniform-from-miami-beach-hotel/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/10/security-guard-accused-of-stealing-fifa-referee-uniform-from-miami-beach-hotel/">Security guard accused of stealing FIFA referee uniform from Miami Beach hotel</a></li></ul><h3><b>Track FIFA World Cup 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[Suspect accused of throwing man off 25th-floor Miami Beach balcony released on bond]]></title><link>https://www.local10.com/news/local/2026/06/15/suspect-accused-of-throwing-man-off-25th-floor-miami-beach-balcony-released-on-bond/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/15/suspect-accused-of-throwing-man-off-25th-floor-miami-beach-balcony-released-on-bond/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[A man facing a murder charge related to a condo death in Miami Beach has been released on bond. ]]></description><pubDate>Tue, 16 Jun 2026 02:33:14 +0000</pubDate><content:encoded><![CDATA[<p>A man facing a murder charge related to a condo death in Miami Beach has been released on bond. </p><p>Corey Hutterli, 37, of Parkland, <a href="https://www.local10.com/news/local/2026/06/11/hearing-continues-for-suspect-accused-of-throwing-man-off-25th-floor-miami-beach-balcony/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/11/hearing-continues-for-suspect-accused-of-throwing-man-off-25th-floor-miami-beach-balcony/">was granted a $150,000 bond by a judge last Thursday</a> and was released Monday. </p><figure><img src="https://www.local10.com/resizer/v2/SNA2ZUZ24JBDZOJV3IHQU6U2YU.jpg?auth=0794be964c3221a5b55dfcaf568ce81724f03e0d589750edcd87368318d4e31d&smart=true&width=1200&height=900" alt="Mugshot for Corey Hutterli, 37, of Parkland." height="900" width="1200"/><figcaption>Mugshot for Corey Hutterli, 37, of Parkland.</figcaption></figure><p>Hutterli is accused of pushing Justin Zelin, 35, off a 25th-floor balcony at the Akoya Condominiums, located at 6365 Collins Ave. on Mid-Beach on Feb. 15.</p><p>According to investigators, Zelin was heard on a 911 call telling Hutterli to get out of his apartment, and then a struggle could be heard.</p><p>A toxicology report revealed Zelin had fentanyl, cocaine, and ketamine in his system at the time of the incident, something Hutterli’s team pointed to while questioning a detective on the case.</p><p>The defense alleged those drugs possibly put Zelin in an altered state.</p><p>His attorneys say the state’s case <a href="https://www.local10.com/news/local/2026/06/02/man-accused-of-miami-beach-high-rise-murder-appears-in-court-seeking-bond/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/02/man-accused-of-miami-beach-high-rise-murder-appears-in-court-seeking-bond/">is purely circumstantial</a>.</p><p>Hutterli is facing charges of second-degree murder, burglary with assault or battery, possession of a controlled substance and possession of drug paraphernalia.</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[Judge orders teen charged in stepsister’s murder to be held behind bars]]></title><link>https://www.local10.com/news/local/2026/06/15/judge-orders-teen-charged-in-stepsisters-murder-be-held-behind-bars/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/15/judge-orders-teen-charged-in-stepsisters-murder-be-held-behind-bars/</guid><dc:creator><![CDATA[Bridgette Matter]]></dc:creator><description><![CDATA[The 16-year-old indicted for the murder of his 18-year-old stepsister is in the custody of U.S. Marshals. ]]></description><pubDate>Tue, 16 Jun 2026 01:09:00 +0000</pubDate><content:encoded><![CDATA[<p>The <a href="https://www.local10.com/news/local/2026/04/22/teen-pleads-not-guilty-to-raping-murdering-stepsister-on-miami-bound-cruise/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/04/22/teen-pleads-not-guilty-to-raping-murdering-stepsister-on-miami-bound-cruise/">16-year-old indicted for the murder of his 18-year-old stepsister</a> is in the custody of U.S. Marshals. </p><p>A newly unsealed judge’s order lays out serious concerns that Timothy Hudson could snap at any moment. </p><p>Hudson was indicted for the murder of Anna Kepner while their family was on a Carnival cruise ship bound for Miami in November of 2025. </p><p>He will be held behind bars while awaiting his federal trial. </p><p>It comes after <a href="https://www.local10.com/news/florida/2026/05/27/teen-charged-with-killing-stepsister-on-carnival-cruise-remains-free-after-hearing/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/florida/2026/05/27/teen-charged-with-killing-stepsister-on-carnival-cruise-remains-free-after-hearing/">his legal team previously convinced a judge to allow Hudson to stay with a close family member</a> under restrictions, but a judge ordered Hudson to turn himself into Marshals on Monday morning at a federal courthouse in Tampa. </p><p>A new court document ordering Hudson’s detention references the seriousness of the crimes and that he may be a danger to himself and others.</p><p>The document states: “Indeed it suggests a level of psychopathy and lack of remorse that by itself raises a serious concern that Defendant can snap at any time, despite the well-meaning and serious efforts of his caretakers to make sure that does not happen. The Government’s case for a forcible rape is beyond clear and convincing.”</p><p>Hudson is accused of murder and aggravated sexual abuse in the killing of Kepner. </p><p>Investigators allege he tried to cover up the murder, even damaging Kepner’s cellphone and tossing it in a trash can on deck. </p><p>Kepner’s body would be found the following morning in their shared cabin. </p><p>A medical examiner determined she died from asphyxiation. </p><p>Hudson will be held in a juvenile facility in Miami-Dade County.</p><p>His federal trial is set to begin on Sept. 8.</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[1 killed, 4 injured in explosion at Miami-Dade Fire Rescue logistics facility]]></title><link>https://www.local10.com/news/local/2026/06/15/at-least-1-hospitalized-after-possible-gas-explosion-at-miami-dade-maintenance-facility/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/15/at-least-1-hospitalized-after-possible-gas-explosion-at-miami-dade-maintenance-facility/</guid><dc:creator><![CDATA[Trent Kelly, Janine Stanwood, Amanda Batchelor]]></dc:creator><description><![CDATA[One person was killed and four others were injured Monday morning following an explosion and fire at a Miami-Dade Fire Rescue logistics facility, officials confirmed to Local 10 News.]]></description><pubDate>Mon, 15 Jun 2026 14:55:13 +0000</pubDate><content:encoded><![CDATA[<p>One person was killed and four others were injured Monday morning following an explosion and fire at a Miami-Dade Fire Rescue logistics facility, officials confirmed to Local 10 News.</p><p><a href="https://www.local10.com/espanol/2026/06/15/mdfr-una-persona-fue-hospitalizada-tras-un-incendio-en-un-centro-de-mantenimiento-de-miami-dade/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/15/mdfr-una-persona-fue-hospitalizada-tras-un-incendio-en-un-centro-de-mantenimiento-de-miami-dade/">Leer en español</a></p><p>The facility used to fuel Miami-Dade Fire Rescue vehicles and give them maintenance is located at 6100 SW 87<sup>th</sup> Ave., just south of Snapper Creek.</p><p>“It shook the whole neighborhood,” Stephanie Galvez, who lives nearby, said. “All of a sudden, there was a loud boom from like behind the house and the house, for a moment, felt like it was shaking and we had no idea what was going on.”</p><p>Sky 10 was above the scene at 10:40 a.m. as there appeared to be heavy damage to a fuel pump. </p><p>According to Miami-Dade Sheriff Rosie Cordero-Stutz, an explosion appeared to have caused a fire at the facility.</p><p>Officials said one person was killed and four others were injured, including an MDSO lieutenant. </p><p>According to the sheriff, the lieutenant and another person were transported to HCA Florida Kendall Hospital and a third victim was transported to another hospital.</p><p>Police said a fourth victim drove themself to a nearby hospital.</p><p>One of the victims is in critical condition, but all of the victims are stable, according to MDSO.</p><p>Miami-Dade Fire Chief Ray Jadallah, meanwhile, confirmed that after the explosion, crews found an overhang that was destroyed and an active fire coming from underground.</p><p>He said there was vapor coming from below ground and they are still investigating whether it might have been from a gasoline vault.</p><p>“From what we see, it may have been a gasoline cell that’s underground,” Jadallah said. “There’s three vaults underground. I believe there may have been some work that was being conducted, but we’re conducting that investigation.”</p><p>MDSO officials confirmed that homicide detectives have assumed the investigation. MDFR, along with the State Fire Marshall’s Office, will investigate the cause of the explosion. </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[Aumento de opciones de becas estudiantiles en EEUU deja atrás a muchos alumnos de escuelas públicas]]></title><link>https://www.local10.com/news/florida/2026/06/16/aumento-de-opciones-de-becas-estudiantiles-en-eeuu-deja-atras-a-muchos-alumnos-de-escuelas-publicas/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/06/16/aumento-de-opciones-de-becas-estudiantiles-en-eeuu-deja-atras-a-muchos-alumnos-de-escuelas-publicas/</guid><dc:creator><![CDATA[Por BIANCA VÁZQUEZ TONESS y SHARON LURYE, Associated Press]]></dc:creator><description><![CDATA[FORT WORTH, Texas, EE.UU. (AP) — La visita a la escuela católica terminó y María Contreras sintió un deseo irresistible de matricular allí a su hijo de 7 años. Pero antes una pregunta difícil: “¿Lo podría correr a mi hijo?”, le preguntó en español a la directora.]]></description><pubDate>Tue, 16 Jun 2026 11:03:05 +0000</pubDate><content:encoded><![CDATA[<p>FORT WORTH, Texas, EE.UU. (AP) — La visita a la escuela católica terminó y María Contreras sintió un deseo irresistible de matricular allí a su hijo de 7 años. Pero antes una pregunta difícil: “¿Lo podría correr a mi hijo?”, le preguntó en español a la directora.</p><p>El niño de segundo grado tiene problemas para concentrarse. No escucha a los maestros y corre por el aula, explicó. ¿Podría ser expulsado?</p><p>Cada vez más familias en diversas partes de Estados Unidos experimentan con escuelas privadas a medida que los estados —y pronto el gobierno federal— utilizan becas financiadas con los impuestos para incentivarlas a abandonar las escuelas públicas. Pronto, la mitad de los estudiantes estadounidenses serán elegibles a solicitar fondos estatales para financiar una educación privada, y muchos estados ofrecerán las becas incluso a familias con altos ingresos.</p><p>En teoría, estos programas deberían brindar a los niños una oportunidad educativa que de otra manera no tendrían. En la realidad, estudiantes que ya asisten a escuelas privadas o reciben educación en casa son quienes tienen más probabilidades de beneficiarse, según un análisis de The Associated Press.</p><p>Las razones son complejas. En algunos casos, las familias con hijos en escuelas públicas no saben sobre estos programas de becas, conocidos como vales o cuentas de ahorro para la educación. Podrían carecer de transporte para llevar a sus hijos a la escuela privada. A algunos les preocupa que su hijo no se adapte a un entorno disciplinario más estricto. A veces, tal como ocurre en Texas —el estado más reciente en sumarse al movimiento de libre elección de escuela privada, que ya cuenta con 10.500 millones de dólares—, la ley está redactada para beneficiar a familias que saben cómo desenvolverse en sistemas educativos complejos.</p><p>Contreras y su esposo crecieron en una familia católica en México. Se mudaron a Texas, donde él encontró trabajo como soldador, y a la larga obtuvieron sus “green cards”, la tarjeta de residencia permanente para inmigrantes. Estaban relativamente contentos de enviar a sus tres hijos mayores a las escuelas públicas de Fort Worth.</p><p>Pero Ian, su hijo menor, enfrentó varias dificultades. Leía muy por debajo del nivel esperado para su edad. En otoño, Contreras le pidió a la maestra de Ian que le hiciera una prueba para detectar posibles dificultades de aprendizaje, sin saber que existía un proceso legalmente obligatorio para solicitar dicha evaluación.</p><p>Durante meses, nadie evaluó a su hijo.</p><p>Y ella no fue la única. En la escuela primaria de su hijo —donde casi todos los alumnos provienen de familias de bajos recursos, y la mayoría aún está en proceso de aprender inglés— las dificultades de aprendizaje han sido diagnosticadas a una frecuencia sorprendentemente baja. Sólo el 4% reúne los requisitos para servicios de educación especial, en comparación con el 14% en todo el distrito.</p><p>Contreras no lo sabía entonces, pero sin esas pruebas, tendría pocas opciones para pagar una nueva escuela para Ian.</p><p>Los niños que se benefician de la selección escolar</p><p>De entre todos los lugares, Contreras se enteró en la iglesia de la oportunidad de obtener becas para escuelas privadas. Durante los anuncios en la misa, un hombre preguntó en español si alguien quería 10.000 dólares para asistir a una escuela católica. Ian se despertó de su siesta y levantó la mano.</p><p>El ambicioso programa de Texas inicia este otoño, y ofrece aproximadamente 1.000 millones de dólares de fondos públicos para ayudar a las familias con los gastos de escuelas privadas o la educación en el hogar. El programa financia cuentas de ahorro para la educación, un tipo de beca que va más allá de cubrir sólo la matrícula, proporcionando a las familias dinero para todo, desde libros de texto y clases de música hasta transporte y tecnología.</p><p>Desde hace tiempo, estados gobernados por republicanos, como Indiana, Florida y Arizona, han ofrecido becas financiadas con fondos públicos para estudiantes que asisten a escuelas privadas o que estudian en casa. Pero el movimiento para privatizar la educación ha cobrado fuerza en la presidencia de Donald Trump, quien ha aprovechado el creciente escepticismo hacia las escuelas públicas.</p><p>Durante años, Texas se resistió a implementar un programa de vales escolares, dado que los demócratas y los republicanos rurales bloquearon iniciativas que temían desviarían fondos de las escuelas públicas. El gobernador republicano Greg Abbott aceleró la creación de las Cuentas de Libertad Educativa de Texas el año pasado, con ayuda de Trump. El propio presidente llamó a los legisladores del Partido Republicano para instarlos a aprobar esta parte de su agenda educativa.</p><p>Con el fin de obtener los votos, los republicanos de Texas eliminaron una disposición que, en el primer año, habría otorgado el 80% de las Cuentas de Libertad Educativa a estudiantes que dejaran las escuelas públicas.</p><p>Sin dicha disposición, la evidencia de otros estados es clara: la mayoría de las becas serán utilizadas por estudiantes que ya asisten a escuelas privadas o que estudian en casa.</p><p>El año pasado en Alabama, por ejemplo, los exalumnos de escuelas públicas representaron sólo el 13% de los beneficiarios de las becas, según un análisis de la AP. Menos de la mitad de los estudiantes de escuelas públicas de Alabama a quienes se les ofreció una beca la utilizaron, en comparación con el 94% de los niños que ya asistían a escuelas privadas.</p><p>Alabama planea eliminar cualquier límite de ingresos para su programa de becas el próximo año, con lo que se sumará a estados como Arizona que ofrecen becas a todos. En Arizona, según muestra el análisis de la AP, el uso de las becas es casi tres veces mayor en los códigos postales de altos ingresos que en los barrios de bajos ingresos.</p><p>A fin de cuentas, el proyecto de ley de Texas le dio prioridad a estudiantes de cualquier tipo de escuela con discapacidades documentadas, además de sus hermanos. Esos alumnos —siempre y cuando sus familias ganen menos de 165.000 dólares al año para una familia de cuatro— serán los primeros en recibir las becas de las Cuentas de Libertad Educativa de Texas esta primavera.</p><p>A continuación, el estado le dio prioridad a niños de familias de bajos ingresos, cuyas familias ganan menos de 66.000 dólares al año para una familia de cuatro.</p><p>Ian estaría en el tercer grupo, prácticamente al final de la fila, ya que sus padres ganan aproximadamente 70.000 dólares al año.</p><p>Prioridad para niños con discapacidades</p><p>Para ser catapultado al principio de la fila, Ian necesitaría tener una discapacidad documentada, una tendencia creciente en los programas estatales de vales escolares. Actualmente, nueve estados cuentan con becas financiadas por los contribuyentes para ayudar a estudiantes con necesidades especiales a asistir a escuelas privadas o a aprender en casa.</p><p>Pero abandonar el sistema de escuelas públicas es arriesgado para muchos de esos alumnos, y desde hace tiempo los defensores de la educación especial han advertido en contra de ello. Las escuelas privadas no están obligadas legalmente a admitir a estudiantes con necesidades especiales. A Contreras le sorprendió enterarse que las escuelas privadas tampoco están obligadas a ofrecer servicios para ayudar a niños con discapacidades, como sí lo están las escuelas públicas.</p><p>A pesar de décadas de investigación sobre la selección de escuela, los estudios científicos no han avanzado al mismo ritmo que los estados que asignan los vales educativos a los estudiantes con discapacidades. Se desconoce cómo les va académicamente a esos alumnos en escuelas privadas tradicionales.</p><p>Los educadores de la Escuela Católica de Santa Rita se mostraron imperturbables cuando, en medio de su recorrido, Contreras interrumpió la descripción que hacían de la lista de lectura de tercer grado para revelar lo mucho que le cuesta a Ian permanecer quieto.</p><p>“A veces, un niño preferiría ser visto como activo y no como que no comprende”, respondió la directora Kindra Johnston, una exorientadora que lleva a su perro golden retriever al trabajo todos los días. “Yo puedo enseñarle cómo autorregularse. Cómo tener un propósito”.</p><p>El estar en una clase más pequeña y con un profesor que sepa cómo conectar con él podría ayudarle, agregó.</p><p>Actualmente, la escuela matricula a estudiantes con dificultades de aprendizaje, incluidas la dislexia, la disgrafía, el trastorno por déficit de atención e hiperactividad, y la discapacidad intelectual límite, expuso a un periodista.</p><p>No hay información pública que muestre cuántos estudiantes con discapacidades asisten a escuelas privadas en Texas. Representantes de la Diócesis de Fort Worth dicen haber animado a estudiantes de escuelas católicas a solicitar el dinero de las becas, de forma que las escuelas puedan costear las terapias de educación especial que los estudiantes necesitan.</p><p>Incumplimiento del plazo para la evaluación de discapacidades</p><p>Contreras salió de la visita a la escuela de Santa Rita con ganas de matricular allí a su hijo de inmediato. Pero pronto se dio cuenta de que, sin el vale, no puede pagar la matrícula de 7.000 dólares.</p><p>Con la ayuda de su hija, solicitó formalmente una evaluación de educación especial en la escuela pública de su hijo.</p><p>Bajo la ley de Texas, el distrito tiene 15 días escolares para responder, y luego 45 días escolares para realizar la evaluación después de que un padre presenta una solicitud de evaluación de discapacidades. Si los evaluadores encuentran una discapacidad y determinan que afecta la capacidad de aprendizaje del niño, la escuela está obligada por ley a elaborar un plan y proporcionar servicios de apoyo.</p><p>Pero para cuando venció el plazo para la solicitud del vale de Texas, el distrito escolar de Fort Worth aún no evaluaba a Ian. Contreras presentó la solicitud demasiado tarde.</p><p>Texas comenzó a notificar a las familias en abril si recibirían el vale. Según la información publicada hasta el momento, los solicitantes aprobados no reflejan la composición demográfica del estado. Sólo el 43% asistió recientemente a una escuela pública. Si bien más de la mitad de los estudiantes de escuelas públicas de Texas son hispanos, solamente un poco más de una cuarta parte de los beneficiarios del vale lo son.</p><p>Al mismo tiempo, tres cuartas partes de las aproximadamente 95.000 cuentas otorgadas hasta mayo fueron a niños de bajos ingresos. La proporción de solicitudes aprobadas de personas con discapacidades, 28%, fue el doble de la proporción en el sistema de escuelas públicas.</p><p>El grupo de Ian ha sido incluido en la lista de espera.</p><p>En abril, poco antes de que venciera el plazo para que la escuela respondiera sobre las pruebas de discapacidad, y poco después de que la AP le preguntara al distrito sobre la evaluación de Ian, su escuela contactó a Contreras para programar pruebas de detección del trastorno por déficit de atención e hiperactividad (TDAH). A Contreras le sorprendió saber que el proceso comenzaba con una encuesta que debía completar uno de los padres y el maestro de Ian, además de una visita a su pediatra.</p><p>El último día de clases, Contreras finalmente obtuvo respuestas. A Ian le diagnosticaron TDAH. La escuela accedió a sentarlo cerca del maestro y a brindarle apoyo adicional para los conceptos difíciles.</p><p>Sin embargo, actualmente no reúne los requisitos para recibir servicios especializados por su discapacidad. Y no se le ha dado prioridad para esta ronda de vales.</p><p>Es posible que Ian pudiese beneficiarse de dejar su escuela pública y asistir a Santa Rita este otoño.</p><p>No obstante, lo más probable es que no reciba ninguna ayuda financiera del estado para hacerlo.</p><p>____</p><p>La cobertura educativa de The Associated Press recibe apoyo financiero de múltiples fundaciones privadas. La AP es la única responsable de todo el contenido. Consulte los estándares de la AP para trabajar con organizaciones filantrópicas, una lista de patrocinadores y las áreas de cobertura financiadas en AP.org.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HFJ3JPCAO5DZOWDHBE2JXGNBIM.jpg?auth=ccdfe661d86475a5668f9c00b4a5b176d5c3e4bf5de7596001e7bd53afe3be0e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Oscar Ortiz, representante de la diócesis católica de Fort Worth, habla en la escuela católica St. George durante una sesión con padres sobre el programa de Texas de ayudas para escuelas privadas, el miércoles 21 de enero de 2026, en Fort Worth, Texas. (AP Foto/Julio Cortez)]]></media:description><media:credit role="author" scheme="urn:ebu">Julio Cortez</media:credit></media:content></item><item><title><![CDATA[Washington, DC, voters cast ballots in crucial primaries as Trump reshapes the capital]]></title><link>https://www.local10.com/news/2026/06/16/washington-dc-voters-cast-ballots-in-crucial-primaries-as-trump-reshapes-the-capital/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/16/washington-dc-voters-cast-ballots-in-crucial-primaries-as-trump-reshapes-the-capital/</guid><dc:creator><![CDATA[By GARY FIELDS, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Voters in the nation's capital head to the polls on Tuesday to select party candidates for mayor and the district's delegate to Congress, an election taking place as Washington undergoes major change under President Donald Trump's administration.]]></description><pubDate>Tue, 16 Jun 2026 04:08:26 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Voters in the nation’s capital head to the polls on Tuesday to select party candidates for mayor and the district’s delegate to Congress, an election taking place as Washington undergoes major change under President Donald Trump’s administration.</p><p>The primary marks the first time in a generation that D.C. residents will vote for a new mayor and delegate in the same election. And in an overwhelmingly Democratic city, that party’s winner is expected to come out on top in the general election in November.</p><p>The most prominent race is for mayor after Muriel Bowser, who was first elected in 2014, decided not to seek a fourth term. Democratic front-runners Janeese Lewis George and Kenyan McDuffie are hoping to replace her.</p><p>The district’s long-serving congressional delegate Eleanor Holmes Norton is also stepping down, with top candidates council member Brooke Pinto and at-large council member Robert White Jr. vying for the role. Republican Denise Rosado, an immigration lawyer, is running unopposed.</p><p>The primary will include rank choice voting for the first time, which D.C. election officials have warned could delay results for days.</p><p>Trump looms large over the vote</p><p>Central to all the campaigns has been the city’s fraught relationship with the Trump administration and the federal government. The city has limited autonomy and federal leaders retain significant control over local affairs, including the approval of the budget and laws passed by the D.C. Council.</p><p>That autonomy has been further squeezed under Trump, who launched a federal law enforcement surge last summer and sent in the National Guard for an ongoing, open-ended deployment. Trump’s efforts to downsize the federal government also roiled the capital region, costing thousands of people their jobs. He has also been reshaping the city by removing or renovating storied landmarks and putting his name or image on buildings.</p><p>Trump just last week threatened a new federal takeover of Washington, when asked about his response to a potential victory by Lewis George, a democratic socialist.</p><p>“Maybe we’d take back Washington, run it on the federal basis,” he said.</p><p>Bowser found herself walking a fine line between staying in Trump’s good graces and responding to the concerns of constituents, many of whom said she didn’t push back hard enough on Trump’s actions.</p><p>Republicans in Congress meanwhile have used their oversight authority to challenge the local government’s limited autonomy.</p><p>“We are the capital of the United States, and it’s an incredibly symbolic place, this city,” said Amanda Huron, a professor at the University of the District of Columbia who teaches courses on D.C. history and politics.</p><p>She said it’s important to remind the public that what the federal government does to its capital city is a harbinger of “how it’s going to treat the rest of the country as well.”</p><p>Federal intervention, affordability among candidates’ top priorities</p><p>Lewis George, in responding to questions sent by The Associated Press, said her top priority is addressing “the affordability crisis here in DC, which the Trump administration has only made worse by unjustly firing federal employees en masse and militarizing our streets.”</p><p>McDuffie said his top priority is public safety. He would add 1,000 police officers over four years and take a public health approach to violence reduction that would include a focus on mental health.</p><p>Other candidates for mayor include former council member Vincent Orange and Hope Solomon, a former federal contractor who lost her job because of cuts by the Department of Government Efficiency.</p><p>Some residents have expressed concern on how Trump will react to pushback. Pat Wheeler, who lives in Washington, said candidates must be realistic. Trump still has enormous power over the Republican Congress and could easily order members to take steps against the city’s home rule authority, she said.</p><p>Five people are seeking to replace Norton, who is finishing her 18th term representing D.C. in Congress. Norton, 89, faced heavy pressure to stand down by critics, including her former chief of staff, who said she was diminished and not capable of mounting the defense the moment called for against Trump.</p><p>Pinto and White both say their top priority for the city is self-governance along with affordability for middle and working class residents.</p><p>Other candidates seeking the Democratic spot on the ticket include Trent Holbrook, a former Norton staffer; Kenney Zalesne, the former Deputy National Finance Chair of the Democratic National Committee; and Gregory Jaczko, former chairman of the U.S. Nuclear Regulatory Commission.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/AHP77U6LWNJIVE7BP2L4GW4C7U.jpg?auth=3af4142080e4c633e6f968a5f95c830626abcac7a212774fa350780974405e70&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[District of Columbia mayoral candidate Janeese Lewis George walks down a street while canvassing in a Washington, neighborhood, Monday, June 15, 2026. (AP Photo/Matt Brown)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Brown</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6JG3XKWXHG4FOXTS2P6OVBF46I.jpg?auth=9325a931fa860afb7970122315c521fe8099f6f57d71b8f1eb582dfc36ebdc7c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Washington mayoral candidate Kenyan McDuffie, right, walks during the District of Columbia's annual Martin Luther King Day parade on Jan. 19, 2026, in Washington. (AP Photo/Mark Schiefelbein, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PRHOHMNWBCNITYHCRSKQMZV2UY.jpg?auth=f7cbca8d0fdc594e5f4685dbcbf06df6e7a59d3871a2df9e2695eb394deaaf1d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[D.C. Council members Brooke Pinto speaks with Robert White Jr. during the D.C. Council hearing on the Fiscal Year 2027 budget at the Wilson Building, City Hall, Tuesday, June 9, 2026, in Washington. (AP Photo/Jose Luis Magana)]]></media:description><media:credit role="author" scheme="urn:ebu">Jose Luis Magana</media:credit></media:content></item><item><title><![CDATA[June 16: Heat advisory issued; afternoon storms expected]]></title><link>https://www.local10.com/weather/2026/06/16/june-16-heat-advisory-issued-afternoon-storms-expected/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/06/16/june-16-heat-advisory-issued-afternoon-storms-expected/</guid><dc:creator><![CDATA[Julie Durda]]></dc:creator><description><![CDATA[A heat advisory has been issued again this morning and is in effect for coastal/metro Miami-Dade and Broward counties from 12 a.m. until 6 p.m. today.]]></description><pubDate>Tue, 16 Jun 2026 10:48:25 +0000</pubDate><content:encoded><![CDATA[<p>A heat advisory has been issued again this morning and is in effect for coastal/metro Miami-Dade and Broward counties from 12 a.m. until 6 p.m. today. Max heat indices are expected around 103-107 degrees, but isolated areas could experience slightly higher values. High temperatures will be in the low-to-mid 90s. Afternoon storms are expected again with the development of the sea breeze. The storms will be steered towards the metro coastal areas again later this afternoon. Flooding could be a big concern after the days of rain. Keep it tuned to Local 10 for more.</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[Serena and Venus Williams to play doubles together at Wimbledon]]></title><link>https://www.local10.com/sports/2026/06/16/serena-and-venus-williams-to-play-doubles-together-at-wimbledon/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/16/serena-and-venus-williams-to-play-doubles-together-at-wimbledon/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — Serena and Venus Williams are bringing their doubles partnership back at Wimbledon.]]></description><pubDate>Tue, 16 Jun 2026 10:42:52 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — Serena and Venus Williams are bringing their doubles partnership back at Wimbledon.</p><p>The All England Club announced a doubles wild card invitation on Tuesday for the sisters to the tournament which starts in less than two weeks.</p><p>The move comes after 44-year-old Serena recently returned to competition after nearly four years away from professional tennis.</p><p>Venus, who has still been competing sporadically, turns 46 on Wednesday.</p><p>The Williams sisters have won 14 Grand Slam titles together in doubles, including six at Wimbledon — the first of them in 2000 and the last in 2016.</p><p>Serena won her first doubles match with partner Victoria Mboko at Queen’s Club in London last week and was slated to play doubles with Karolina Muchova at the Berlin Open later Tuesday.</p><p>The Williams sisters last played doubles together at the 2022 U.S. Open, where they lost their opening match. That was the first time they played doubles together in 4 ½ years.</p><p>Serena and Mboko won their opening match at Queen’s Club but then had to withdraw after Mboko injured her knee in a singles match.</p><p>Singles wild card spot left open</p><p>Serena has not ruled out a return in singles, too, and one of the eight wild card spots for women’s singles was left as “to be announced.”</p><p>Recent French Open finalist Maja Chwalinska received a singles wild card, as did six British women: Harriet Dart, Alicia Dudeney, Hannah Klugman, Mika Stojsavljevic, Katie Swan, and Mimi Xu.</p><p>Wawrinka, Dimitrov and Kyrgios</p><p>Men’s singles wild cards went to Stan Wawrinka and Grigor Dimitrov and four British players: Jacob Fearnley, Arthur Fery, Jack Pinnington Jones and Toby Samuel.</p><p>Wawrinka, a three-time Grand Slam champion whose best result at Wimbledon was reaching the quarterfinals twice, plans to retire at the end of the year.</p><p>Dimotrov led eventual champion Jannik Sinner two sets to none in the round of 16 last year before having to retire early in the third due to an injured pectoral muscle. Dimitrov is now ranked No. 169.</p><p>Two more men’s singles wild cards were also left open.</p><p>In men’s doubles, a wild card went to the pairing of Alexander Bublik and Nick Kyrgios. Kyrgios was a singles finalist in 2022.</p><p>Matteo Berrettini, a Wimbledon finalist in 2021, was left off the list despite a quarterfinal appearance at the French Open. He’s ranked No. 49 but was ranked outside the top 100 when Wimbledon’s entry list was established. Still, Berrettini could get direct entry into the main draw depending on withdrawals.</p><p>___</p><p>AP tennis: https://apnews.com/hub/tennis</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WO5KK2GMNZX6TATPVTKWAUKMTM.jpg?auth=69e20805a715326c9c80b9098eba42fecac4183b0d8f2f28ec07ad6e2151a6da&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE -Serena Williams, left, and Venus Williams of the U.S hold their trophies after winning the women's doubles final against Yaroslava Shvedova of Kazahkstan and Timea Babos of Hungary on day thirteen of the Wimbledon Tennis Championships in London, July 9, 2016. (AP Photo/Tim Ireland, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Tim Ireland</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RBRTFFL6SGH2RE772BF53RGBA4.jpg?auth=ad4defba1d619d784d4449fcabe21e8fecd303099c1b50cf3eb959eeeac76e21&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Serena Williams of the United States, hits a return as she and playing partner Victoria Mboko of Canada play against Nicole Melichar-Martinez of Canada and Erin Routliffe of New Zealand during their first round doubles match at the Queen's Club tennis championships in London, Tuesday, June 9, 2026. (AP Photo/Alberto Pezzali)]]></media:description><media:credit role="author" scheme="urn:ebu">Alberto Pezzali</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CFFAXYO7OUBLFDJV55EQWMM5CQ.jpg?auth=cdb89bcd1060145234c60566422a0a25dfcf86607f8628a0d9e1685af773478e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE -Venus Williams, left, and sister Serena talk together, during their Women's Doubles match against Irina Spirlea and Caroline Vis, at Wimbledon, July 4, 2000. (AP Photo/Alastair Grant, File)]]></media:description><media:credit role="author" scheme="urn:ebu">ALASTAIR GRANT</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PRJDJZ3YMZY5BO2GD5QNANBXVE.jpg?auth=791a2dc71b12be43a224c42e5a66e4c5b91eace2010ca728b565c2c71a6dcddd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE -Serena Williams, right, and her sister Venus of the U.S celebrate after winning their women's doubles match against Andreja Klepac and Katarina Srebotnik of Slovenia on day four of the Wimbledon Tennis Championships in London, June 30, 2016. (AP Photo/Tim Ireland), File)]]></media:description><media:credit role="author" scheme="urn:ebu">Tim Ireland</media:credit></media:content></item><item><title><![CDATA[Luke's 'Empire' light saber, 'Wizard of Oz' witch hat and Lebowski rugs going up for auction]]></title><link>https://www.local10.com/entertainment/2026/06/16/lukes-empire-light-saber-wizard-of-oz-witch-hat-and-lebowski-rugs-going-up-for-auction/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/16/lukes-empire-light-saber-wizard-of-oz-witch-hat-and-lebowski-rugs-going-up-for-auction/</guid><dc:creator><![CDATA[By ANDREW DALTON, Associated Press]]></dc:creator><description><![CDATA[LOS ANGELES (AP) — A light saber with Luke Skywalker's severed hand from “The Empire Strikes Back” that is expected to sell for seven figures headlines an upcoming auction of valuables from movies, music and other corners of pop culture.]]></description><pubDate>Tue, 16 Jun 2026 10:06:26 +0000</pubDate><content:encoded><![CDATA[<p>LOS ANGELES (AP) — A light saber with Luke Skywalker's severed hand from “The Empire Strikes Back” that is expected to sell for seven figures headlines an upcoming auction of valuables from movies, music and other corners of pop culture.</p><p>The Hollywood & Entertainment Signature Auction presented by Heritage Auctions announced Tuesday and held July 13-17 also includes hats from “The Wizard of Oz” and “Willy Wonka and the Chocolate Factory,” hoverboards from “Back to the Future II,” rugs from “The Big Lebowski” and a pair of Rocky's boxing boots.</p><p>A major Beatles artifact will also be up for sale: John Lennon's handwritten lyrics for “If I fell,” written on the back of a Valentine card while he was in New York for the Fab Four's first appearance on “The Ed Sullivan Show” in 1964. The bidding for it will open at $500,000.</p><p>The light saber, used onscreen by Mark Hamill in the climactic Cloud City fight in the 1980 “Star Wars” sequel, where Darth Vader declares “I am your father,” includes a severed hand effects rig. It’s never been up for auction before and bidding opens at $1 million.</p><p>Bidding starts at $100,000 for a Wicked Witch of the West hat worn by actor Margaret Hamilton in 1939's “The Wizard of Oz” and at $50,000 for the brown top hat worn by Gene Wilder as the title character in 1971's “Willy Wonka and the Chocolate Factory.”</p><p>The auction will also include a pair of boxing boots worn by Sylvester Stallone in “Rocky III.” Stallone wears the showy boots featuring tassels and a Nike swoosh in the opening montage of the 1982 film. Bids will begin at $100,000.</p><p>Also up for sale are the two rugs that are essential to the plot of “The Big Lebowski,” including the rug belonging to Jeff Bridges' the Dude that is soiled at the beginning of the 1998 film that “really tied the room together,” and the other that he takes from his wealthy namesake. Bidding on them opens at $15,000 apiece.</p><p>“This auction represents the full spectrum of entertainment history, from Hollywood’s Golden Age to modern blockbuster cinema and the most influential moments in popular music,” Joe Maddalena, executive vice president of Heritage Auctions, said in a statement.</p><p>Many other items including a Paul Newman hockey jersey from “Slap Shot,” a necklace worn by the title character in “The Bride of Frankenstein” and the inflatable “Otto the Autopilot” from “Airplane” will be up for auction.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LATHRT4ERLCJIIHKXH3AJYIFPQ.jpg?auth=47537a1d90da257ba43bd251b901c8c8a59b728c400f4101d6413710e6ecf5ef&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This combination of images released by Heritage Auctions show the light saber used on screen by Mark Hamill's character Luke Skywalker in the 1980 "Star Wars" sequel "The Empire Strikes Back." (Heritage Auctions via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/6YCXKLLNN6EYV6EVFMFU2AU224.jpg?auth=c6349795239e6e7f494ccbf6487ca80b3d72a72b19c07c0d983769d5fccd4cd2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This combination of images released by Heritage Auctions shows boxing boots worn by Sylvester Stallone in the 1982 film "Rocky III." (Heritage Auctions via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/KC5WVIYE2AZ4GXBAINRHVTHR44.jpg?auth=5f8f9956c2aa54d1ebaaa31b3052f30499cd51af0f9622311c22d828f009c15b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This combination of images released by Heritage Auctions shows a top hat from the 1971 film "Willy Wonka & the Chocolate Factory," left, and a witch hat worn by Margaret Hamilton in "The Wizard of Oz." (Heritage Auctions via AP)]]></media:description></media:content></item><item><title><![CDATA[Japan's tech business SoftBank rolls out OpenAI 'patches' against cyberattacks]]></title><link>https://www.local10.com/business/2026/06/16/japans-tech-business-softbank-rolls-out-openai-patches-against-cyberattacks/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/16/japans-tech-business-softbank-rolls-out-openai-patches-against-cyberattacks/</guid><dc:creator><![CDATA[By YURI KAGEYAMA, Associated Press]]></dc:creator><description><![CDATA[TOKYO (AP) — Japanese technology giant SoftBank Group Corp. is launching a service using OpenAI technology to protect against the looming threat of cyberattacks, both companies said Tuesday.]]></description><pubDate>Tue, 16 Jun 2026 08:53:35 +0000</pubDate><content:encoded><![CDATA[<p>TOKYO (AP) — Japanese technology giant SoftBank Group Corp. is launching a service using OpenAI technology to protect against the looming threat of cyberattacks, both companies said Tuesday.</p><p>Chief Executive Masayoshi Son called Japan’ s vulnerability to cyberattacks “a crisis,” comparing it to a potential assault by machine guns instead of the rifle shots of the past.</p><p>SoftBank will offer “a patching service,” targeting the nation’s top 3,000 companies behind crucial infrastructure like airports, power systems and transportation, Son said.</p><p>“I feel it is our duty,” Son said, repeatedly referring to the criminal attackers as “the bad guys.”</p><p>The service involves first diagnosing any weaknesses to attacks, and then analyzing what needs to be done to patch up such “holes," Son said.</p><p>Sam Altman, chief of OpenAI, was scheduled to attend the launch, but instead appeared only in a short video. He said he couldn’t make it because his baby daughter was born earlier than expected. Mark Chen, OpenAI’s chief researcher, was present in his place.</p><p>SoftBank and OpenAI, behind the popular chatbot ChatGPT, set up a 50:50 joint venture named SB OAI Japan last year to develop and exclusively market an AI service for the Japanese market.</p><p>Tuesday’s announcement was a key update, highlighting the rollout. No monetary value was announced. But SoftBank said everyone who came to the presentation in Tokyo Tuesday can apply for a free diagnosis.</p><p>The use of AI has caused the number of attacks to balloon exponentially and grow more complex, meaning defenses have had to become more AI-savvy and versatile.</p><p>___</p><p>Yuri Kageyama is on Threads: https://www.threads.com/@yurikageyama</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CIQV3TWN5Y7KHZDZ2JVIL36JVQ.jpg?auth=872602976bebc35eb9d1964ea31554e07de3e5cf08d4cf63b09c5f432528ff38&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Masayoshi Son, left, chairman and CEO of SoftBank Group, speaks as Mark Chen, chief research officer for OpenAI, listens during a talk at their business event at a hotel in Tokyo, Tuesday, June 16, 2026. (AP Photo/Hiro Komae)]]></media:description><media:credit role="author" scheme="urn:ebu">Hiro Komae</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CKPFMNKFSFM24YPBGV4OZEATGQ.jpg?auth=7503f5beb2561759b6165b6e5bd102a35609ec8e128df274cb6d839409df68f4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Masayoshi Son, left, chairman and CEO of SoftBank Group, listens to Mark Chen, chief research officer for OpenAI, during a talk at their business event in Tokyo, Tuesday, June 16, 2026. (AP Photo/Hiro Komae)]]></media:description><media:credit role="author" scheme="urn:ebu">Hiro Komae</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/E4G6BGFETDUCL3SYONB3NZXIIE.jpg?auth=f3c517cc7cc3b2fc0225d6c9c8f451abe51bf750a70d97729a235893b66e632c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Colin Jarvis, head of Forward Deployed Engineering for OpenAI, speaks during its business event with SoftBank at a hotel in Tokyo, Tuesday, June 16, 2026. (AP Photo/Hiro Komae)]]></media:description><media:credit role="author" scheme="urn:ebu">Hiro Komae</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RGCRCRQFPYAJCRUJ7MXUICAAJI.jpg?auth=a82147a78699ca3b1fc1192fcf84b9fc6eeb8b11d02a1860eb434900ee9576ef&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mark Chen, chief research officer for OpenAI, speaks during a talk with Masayoshi Son, chairman and CEO of SoftBank Group, at their business event at a hotel in Tokyo, Tuesday, June 16, 2026. (AP Photo/Hiro Komae)]]></media:description><media:credit role="author" scheme="urn:ebu">Hiro Komae</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6YH4MTX4SE7OKKR523XJETZ6PQ.jpg?auth=81a9bdf3f78690667f3262aa058cdc7d7e2d961af48ee7843f81a332bed54746&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Colin Jarvis, head of Forward Deployed Engineering for OpenAI, speaks during its business event with SoftBank at a hotel in Tokyo, Tuesday, June 16, 2026. (AP Photo/Hiro Komae)]]></media:description><media:credit role="author" scheme="urn:ebu">Hiro Komae</media:credit></media:content></item><item><title><![CDATA[A man who set fire to homes linked to Starmer is in jail. His Russian-speaking handler slipped away]]></title><link>https://www.local10.com/news/world/2026/06/16/a-man-who-set-fire-to-homes-linked-to-starmer-is-in-jail-his-russian-speaking-handler-slipped-away/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/16/a-man-who-set-fire-to-homes-linked-to-starmer-is-in-jail-his-russian-speaking-handler-slipped-away/</guid><dc:creator><![CDATA[By EMMA BURROWS, Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — The Russian-speaking handler, a shadowy figure known as “El Money,” was not happy.]]></description><pubDate>Tue, 16 Jun 2026 11:04:54 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — The Russian-speaking handler, a shadowy figure known as “El Money,” was not happy.</p><p>A string of arson attacks targeting a car and two London homes linked to British Prime Minister Keir Starmer had attracted little attention, possibly because the then 21-year-old attacker, a Ukrainian recruited online, was not very good at documenting them.</p><p>One video that was supposed to show Starmer’s former car on fire lasted only seconds. The second, filmed in the dark, largely captured the repeated sound of striking matches.</p><p>El Money wanted publicity and was prepared to pay.</p><p>The attacker, Roman Lavrynovych, was found guilty Monday alongside his accomplice. But the person — or network — behind the online persona of El Money has escaped public blame or punishment.</p><p>The plot fits the description of Russian state-backed sabotage, said Cmdr. Dominic Murphy, who has spent two decades investigating such activities — including previous high-profile attacks — and who oversaw the initial investigation into the fires before retiring in March.</p><p>But establishing Moscow's involvement is difficult. There is a difference between proving something in court — which could raise public awareness — and assessing such attacks in the context of a wider threat and often classified and incomplete intelligence.</p><p>European officials say Moscow is exploiting that space as it carries out a sabotage campaign against European countries that support Ukraine. The Associated Press has tracked at least 192 attacks across Europe since the 2022 invasion of Ukraine that include arson and cyberattacks as well as attempted assassinations.</p><p>When asked by AP in June if Russia is waging a covert war against the West, President Vladimir Putin brushed the allegations off.</p><p>“What are the specific facts?” he said. “What has been proven?”</p><p>The U.K. Home Office called the fires an “abhorrent attack” in a statement and said those responsible have been brought to justice. It did not respond to requests for comment about whether the British government blamed Russia.</p><p>Three arson attacks targeted property linked to Starmer</p><p>Lavrynovych was tasked with setting and filming the fires over several days in May 2025, according to evidence presented during his six-week trial.</p><p>El Money recruited him online and sent detailed instructions, including the locations of the targets and how to mix flammable liquids from a hardware store.</p><p>The attacks did not cause injuries or major damage, but the prime minister’s sister-in-law, Judith Alexander, said she was left “struggling to breathe” after smoke filled her house in the third attack. She and her family were staying at the residence, which had been Starmer's home before he became prime minister.</p><p>“It’s all dead quiet so far — not a single article or announcement about the incident on this street,” El Money wrote to Lavrynovych on the messaging app Telegram after the fire.</p><p>It had, however, attracted the attention of British counterterrorism police.</p><p>Jurors heard little about the ‘devil in the background’</p><p>At the trial, jurors heard extensive evidence about how Lavrynovych conspired to set the fires — and almost nothing about the person or group of people who ordered them.</p><p>He was initially paid to post anti-Islam posters and graffiti in Muslim neighborhoods of London, an apparent attempt to stoke unrest. He told the court he was offered larger sums for the fires — and threatened if he did not comply. His lawyer, James Scobie, said he was a “vulnerable, ignorant” puppet in the hands of a serious operator.</p><p>“It must be a bit of a frustration that no part of this case has really looked into the devil in the background,” said Scobie. Without mentioning Russia by name, he said the attacks targeted Starmer over his support for Ukraine, calling them an assault on “the very institutions and fabric of this country.”</p><p>Prosecutors, however, did not bring charges under Britain's National Security Act, passed in 2023 to counter state threats, so no evidence was presented of a wider conspiracy linked to Moscow.</p><p>El Money is the “central figure in the case but a man or group about whom we know very little,” Justice Neil Garnham said. For that reason, he directed the jury “not to speculate about him.”</p><p>There's a gap between evidence and intelligence</p><p>Police have “no evidence to suggest that this was a state-backed threat and target on the prime minister,” said Helen Flanagan, the current head of counterterrorism police. She was referring to evidence gathered by police, as opposed to classified intelligence assessments.</p><p>European intelligence services say Russia is recruiting people online and paying them relatively small sums of money to carry out sabotage. Last year, a British court found three men guilty in the torching of a London warehouse. Prosecutors said the ringleader was recruited online for a plot masterminded by Russia’s intelligence services.</p><p>Murphy said there is a difference between assessing state-level involvement in an attack and using evidence like cellphone data and messages to prove something in court beyond a reasonable doubt.</p><p>Sometimes evidence, particularly from intelligence services, cannot be shown to jurors because it would reveal “highly sensitive capabilities and tactics,” Murphy said.</p><p>Investigators spend “a huge amount of time and effort” trying to identify the individuals overseas behind attacks, he said. They comb digital devices, online footprints and links among suspected co-conspirators, often working with partner countries.</p><p>He said evidence gathered by police showed that El Money spoke Russian and is “likely to be in Russia.” El Money's methods were “very similar” to those known to be used by Russian intelligence services acting in the U.K. Such plots, he said, often have “very senior sign-off.”</p><p>But that’s not enough for a jury — or, it seems, to publicly assign blame.</p><p>AP asked various departments if the government plans to attribute the attack to Russia or if there was additional evidence suggesting a link to the Russian state that was not shown in court.</p><p>The prime minister’s office referred questions to the Home Office, which provided the statement about the case but did not answer questions about Russian involvement. In a statement, U.K. counterterrorism police said a thorough investigation has been carried out and that it does not comment on matters of intelligence.</p><p>Officials say the threat from Moscow is growing</p><p>British intelligence agencies have accused Russia of probing the U.K. and its European allies with activities just below the threshold of conventional war. Court cases are key to raising public awareness of the threat and can lead to tougher action, such as sanctions, said Murphy.</p><p>“We need to keep calling Russia out and we need to ensure our society is as resilient as it possibly can be,” he said, calling for a wider public conversation about the threat from Moscow, including to critical infrastructure.</p><p>Murphy was a lead investigator into the attempted killing of Sergei Skripal, a Russian former military intelligence officer, in 2018. The U.K. attributed that attack to Moscow, and it led to a mass expulsion of Russian diplomats — and spies — from Western countries.</p><p>Since then, Russia has shifted toward the recruitment of local proxies.</p><p>Shortly before police arrested Lavrynovych, El Money wrote to him, promising to pay.</p><p>“Don't worry, I won't set you up,” El Money wrote. But Lavrynovych never got the money.</p><p>There is “only one winner” in the case, Scobie told the court as he argued for his client, “the anonymous devil who manipulated, used and won.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/I2ZJKYALFBGIV6JZAGZBFLAHSU.jpg?auth=0721a8d950e833039831c5b6424f7a17cb822b1372654c35add119d58cd5386e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This photo combination of undated photos originally issued on April 29, 2025 by the Metropolitan Police shows Roman Lavrynovych, left, and Stanislav Carpiuc. (Metropolitan Police /PA via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/2JPOJ5ERYE4EBCCCG6CEJYFIAE.jpg?auth=ef2691ef1d8c1317d1d5cfd11413c4753e8e5da63173f24e91c4595c5d9bc51f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Britain's Prime Minister Keir Starmer speaks as he visits STARK, a leading defence tech company in Swindon, England, Friday, June 5, 2026. (AP Photo/Alastair Grant, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Alastair Grant</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3T6UAFFES6VYCFIDX27HLQF64Q.jpg?auth=262c72fc6acab8768ca5f0f3f2598464d229078d8cccbd2bf00c4456418da5fe&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Russian President Vladimir Putin meets with representatives of international news agencies on the sidelines of the St. Petersburg International Economic Forum at the Constantine Palace in St. Petersburg, Russia, on Thursday, June 4, 2026. (AP Photo/Dmitri Lovetsky, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Dmitri Lovetsky</media:credit></media:content></item><item><title><![CDATA[Iran says the deal to end the war with the US requires Israel to withdraw from Lebanon]]></title><link>https://www.local10.com/news/world/2026/06/16/iran-says-the-deal-to-end-the-war-with-the-us-requires-israel-to-withdraw-from-lebanon/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/16/iran-says-the-deal-to-end-the-war-with-the-us-requires-israel-to-withdraw-from-lebanon/</guid><dc:creator><![CDATA[By JON GAMBRELL, SAM METZ and SAMY MAGDY, Associated Press]]></dc:creator><description><![CDATA[DUBAI, United Arab Emirates (AP) — Iran’s top diplomat said Tuesday that the tentative deal to end the war with the United States would require Israel to withdraw from Lebanon — a condition Israel has already rejected and that could sink the agreement, leading to the resumption of all-out war.]]></description><pubDate>Tue, 16 Jun 2026 10:57:40 +0000</pubDate><content:encoded><![CDATA[<p>DUBAI, United Arab Emirates (AP) — Iran’s top diplomat said Tuesday that the tentative deal to end the war with the United States would require Israel to withdraw from Lebanon — a condition Israel has already rejected and that could sink the agreement, leading to the resumption of all-out war.</p><p>The deal, which is between the U.S. and Iran, has not been made public, and officials have sometimes offered contradictory interpretations of what is in it. While Israel is not party to the agreement, it is part of the war: It joined the U.S. in launching strikes on Iran on Feb. 28, and has since fought the Iran-backed Hezbollah militant group in Lebanon and seized large swaths of that country.</p><p>Iranian Foreign Minister Abbas Araghchi said Israel’s continued occupation of southern Lebanon would violate the deal.</p><p>“Without the withdrawal of Israeli forces from the territories they occupied during this war, the war has not fully come to an end,” Araghchi said.</p><p>Pakistan, a key mediator, has said the deal called for an end to military operations, including in Lebanon, as Iran long insisted. But Araghchi’s call for a withdrawal adds a new wrinkle.</p><p>A U.S. official, who spoke on condition of anonymity to discuss outlines of the agreement, has said the deal did not call for an Israeli withdrawal. And Israeli Prime Minister Benjamin Netanyahu said Monday that Israel would remain in Lebanon “as long as necessary.”</p><p>The negotiations to end the war have been plagued by such disagreements before — leading to a prolonged but uneasy ceasefire that has failed to develop into a permanent end to hostilities and that has left the Strait of Hormuz, a crucial waterway for the world’s energy supplies, effectively shut.</p><p>Unresolved issues cast doubt on agreement's long-term prospects</p><p>The discrepancy underscored how much of the agreement remains apparently unresolved ahead of a planned ceremonial signing Friday in Geneva.</p><p>The agreement is meant to provide a meaningful truce in a monthslong war that has killed thousands across the Middle East, including the top leaders of Iran’s theocracy, and raised the prices of fuel, food and other basic goods far beyond the region.</p><p>The unpublished agreement provides for the “immediate” opening of the Strait of Hormuz and lifting of the blockade, according to a senior U.S. official who spoke to reporters on condition of anonymity to discuss outlines of the agreement on Monday.</p><p>Brokered mainly by Pakistan, it starts with the simultaneous lifting of Iran’s closure of the strait and the U.S. blockade of Iran’s ports, according to Pakistani officials. The United States and Iran will then begin 60 days of negotiations over Iran’s nuclear program and the potential lifting of sanctions, Pakistani officials who helped broker the interim deal said, speaking on condition of anonymity about the unpublished text.</p><p>It also includes the possibility of releasing Iran’s frozen funds and a $300 billion fund to help rebuild Iran if Tehran meets certain benchmarks, senior U.S. officials told reporters Monday. President Donald Trump later said the United States would not “invest” funds in Iran.</p><p>Araghchi’s comments Tuesday appear to match the understanding of two regional officials with direct knowledge of the interim deal. The officials, speaking to The Associated Press on condition of anonymity to discuss the closed-door negotiations, said it would require Israel to leave nearly all the territory it occupies in Lebanon, minus a few hilltop points along the border seized earlier.</p><p>The officials say Iran insisted the accord include Lebanon in the last days of the negotiations. Regarding the timeline, the officials said the release of frozen Iranian assets are tied to Tehran implementing the deal. Gulf Arab states also have pledged to inject billions of dollars in Iran’s economy, they added.</p><p>Beyond Lebanon, there’s one more point of possible contention on Iran’s nuclear program. The interim deal begins a 60-day clock for talks over Tehran’s stockpile of highly enriched uranium.</p><p>Iran has agreed to discuss ways to possibly “dilute or remove” its stockpile, the officials said. However, it remains unclear whether Tehran would agree to that, particularly with hard-liners opposing to giving it up.</p><p>U.S. officials have not yet explained how they see the agreement addressing Iran’s nuclear program, including who will be in charge of verifying that Iran is in compliance and who will destroy or remove highly enriched uranium believed to be buried under nuclear sites that were badly damaged by U.S. strikes last summer.</p><p>Despite anger, US allies push to make deal work at G7 summit</p><p>Meanwhile, world leaders gathered in France for the first full day of the Group of Seven summit of major industrialized nations, where Iran was high on the agenda. Scheduled discussions include a work session focused on “ending crises and ensuring stability in the Middle East.” Leaders of Egypt, Qatar and the United Arab Emirates are to join the talks.</p><p>Trump has clashed with European leaders over not consulting them before going to war in Iran. Even so, leaders are expected to strike a measured tone as they seek ways to ease the economic fallout from rising oil prices caused by the blockade of the Strait of Hormuz.</p><p>The president told reporters on Tuesday that he’s “not happy with the way Israel has handled themselves with Lebanon and with Hezbollah.”</p><p>“It just goes on forever," he said of Israel's strategy. "And when that happens, it throws a negative light on the big deal. And that’s the deal with Iran.”</p><p>Ahead of their meeting, the leaders of France, Germany, Italy and the United Kingdom issued a joint statement congratulating the United States, the Iranian government and the mediators on what they called a “diplomatic breakthrough.” Canada also signed the statement. The leaders said it was vital for detailed negotiations to take place and for the deal to be quickly implemented so the Strait of Hormuz can be reopened to tanker traffic.</p><p>___ Metz reported from Ramallah, West Bank, and Magdy from Cairo. Munir Ahmed in Islamabad and Aamer Madhani in Geneva contributed reporting.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PBEGNLSRBXFE4A6OTB2TTQAE44.jpg?auth=9becef9bd80cd498d4a9f0667688185ff81d0af399a68a5af26e8d3f01d4f5e1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A woman waves an Iranian flag during a pro-government campaign as a portrait of the slain Supreme Leader Ayatollah Ali Khamenei, who was killed in U.S. and Israeli strikes on Feb. 28, is displayed at right, in downtown Tehran, Iran, Monday, June 15, 2026. (AP Photo/Vahid Salemi)]]></media:description><media:credit role="author" scheme="urn:ebu">Vahid Salemi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DH4NJCGRFM6TLDW4BET5LPMQQQ.jpg?auth=a26805d5a22e4c9942805c8435e3b3cb0bd57fda11b116861dfcf3e60df6a75e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People walk along Tajrish square in northern Tehran, Monday, June 15, 2026. (AP Photo/Vahid Salemi)]]></media:description><media:credit role="author" scheme="urn:ebu">Vahid Salemi</media:credit></media:content></item><item><title><![CDATA[The Latest: Trump at G7 summit for talks with world leaders on Iran and Ukraine]]></title><link>https://www.local10.com/news/world/2026/06/16/the-latest-trump-at-g7-summit-for-talks-with-world-leaders-on-iran-and-ukraine/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/16/the-latest-trump-at-g7-summit-for-talks-with-world-leaders-on-iran-and-ukraine/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[Leaders of the Group of Seven gathered on Tuesday to discuss Russia's war in Ukraine along with a tentative deal struck by U.S. President Donald Trump to end the conflict with Iran.]]></description><pubDate>Tue, 16 Jun 2026 11:32:58 +0000</pubDate><content:encoded><![CDATA[<p>Leaders of the Group of Seven gathered on Tuesday to discuss Russia's war in Ukraine along with a tentative deal struck by U.S. President Donald Trump to end the conflict with Iran.</p><p>The first full day of the G7 summit of leading industrialized nations is being held in the French town of Evian-les-Bains.</p><p>Shortly before his arrival, Trump announced an agreement to end the 3 1/2-month-old U.S. war against Iran.</p><p>“Now that this (Iran) is finished, we’re going to be focusing on that,” Trump said.</p><p>The leaders will also hold a working session focused on ending crises and ensuring stability in the Middle East. They are expected to discuss the global economic crisis resulting from the war and the closure of the Strait of Hormuz. Egypt, Qatar and the United Arab Emirates will join the talks.</p><p>The G7 includes France, the United States, Canada, Germany, Italy, Japan and the United Kingdom. Guest nations at this summit include Brazil, Egypt, India, Kenya, South Korea, Qatar, Ukraine and the UAE.</p><p>Here is the latest:</p><p>No G7 invite received for Putin-Zelenskyy talks, Kremlin says</p><p>Russian President Vladimir Putin did not receive an invitation from Ukraine’s Volodymyr Zelenskyy to attend the G7 summit through official channels.</p><p>Asked whether such an invitation had been made, Kremlin spokesman Dmitry Peskov said: “Of course there wasn’t. As you know, there aren’t even any official channels between Moscow and Kyiv.”</p><p>Peskov said Putin has repeatedly said Zelenskyy could go to Moscow. “If Zelenskyy is ready to talk responsibly and seriously...he can always come to Moscow, where he will be received,” Peskov said.</p><p>Zelenskyy and Trump meet on sidelines of G7 summit</p><p>Zelenskyy and Trump have held talks on the sidelines of the G7 summit in France.</p><p>Zelenskyy posted photos of the meeting on social media, writing that “it is always important to coordinate positions.”</p><p>Rustem Umerov, Ukraine’s National Security and Defense Council chief, and U.S. Secretary of State Marco Rubio also took part, the photos showed. In one image, the two leaders sat close enough that their knees nearly touched.</p><p>The encounter between the two presidents “was in the context of the general meeting at the summit,” Zelenskyy’s communications adviser Dmytro Lytvyn told reporters, suggesting a separate meeting would take place later.</p><p>G7 leaders meeting with leaders of Egypt, Qatar and UAE</p><p>The leaders of the G7 are holding a meeting with the leaders of Egypt, Qatar and the UAE.</p><p>They are attending a working lunch dubbed “Addressing Crises and Ensuring Stability in the Middle East.”</p><p>The Middle East countries are not G7 members, but were invited to the summit at a tumultuous moment for the region and beyond because of the Iran war.</p><p>Ceasefire should ‘mean a definitive end to Iran’s nuclear program,’ EU says</p><p>European Commission President Ursula von der Leyen met with Trump at the G7 summit and then took to social media to congratulate him on striking a ceasefire with Tehran.</p><p>“We both agree that it should mean a definitive end to Iran’s nuclear programme. The Strait will reopen. Oil prices are falling. And that’s how diplomacy delivers,” von der Leyen said in a post.</p><p>Economies across the European Union have been rattled by rising fuel and fertilizer prices.</p><p>Summit discusses increasing pressure on Russia over Ukraine, diplomat says</p><p>G7 leaders have agreed to increase pressure on Russia, including through sanctions targeting its oil and natural gas sectors, a French diplomat familiar with the summit talks said.</p><p>The diplomat, who spoke on condition of anonymity, said G7 leaders held “very fruitful” discussions on Ukraine during a session attended by Zelenskyy.</p><p>They also agreed on a common position to support Ukraine in its war against Russia by providing additional air defense capabilities and other means of protection, the diplomat said.</p><p>Trump says Syria could handle Hezbollah better than Israel</p><p>Trump said he proposed asking Syria to help against Hezbollah in Lebanon.</p><p>“I suggested to Israel to let Syria take care of Hezbollah,” Trump said. “Because to be honest with you, I think they’d do a better job.”</p><p>Syria has a long complicated relationship with Lebanon, with Syrian troops maintaining a military occupation in the country from 1976 to 2005.</p><p>UK is ready to help reopen Strait of Hormuz, Starmer says</p><p>The U.K. will “play our full part” in reopening the Strait of Hormuz, Prime Minister Keir Starmer said, though he declined to confirm when British warships could be in the area.</p><p>Speaking at the G7 summit, he said leaders of the group of wealthy nations were discussing next steps to reopen the strait.</p><p>Britain and France have assembled a group of countries that Starmer said are “prepared to play their part in terms of reassurance to get vessels through the strait.”</p><p>Trump dismisses claim of a $300B fund to rebuild Iran as a ‘rumor’</p><p>The U.S. is “not investing any money in Iran,” Trump said.</p><p>“That rumor got out there yesterday, it was ridiculous,” he told reporters. “We have no obligation to invest any money in Iran.”</p><p>The president made the comment a day after senior U.S. officials told reporters that a memorandum of understanding includes a $300 billion fund to help rebuild if Tehran meets certain benchmarks.</p><p>Trump denied the claim twice on Tuesday during a bilateral meeting with the Emir of Qatar, Sheikh Tamim bin Hamad al-Thani.</p><p>Trump ‘not happy’ with Israel’s handling of Hezbollah and Lebanon</p><p>Trump said he is “not happy with the way Israel has handled themselves with Lebanon and with Hezbollah.”</p><p>“They should have been able to deal with them faster,” Trump told reporters in reference to Israeli operations to target Iran-backed Hezbollah militants in Lebanon.</p><p>“It just goes on forever. And when that happens, it throws a negative light on the big deal. And that’s the deal with Iran,” he said.</p><p>Trump says he will ‘do whatever I can’ on Ukraine war</p><p>The U.S. president said he wants to focus on Ukraine, adding that the issue of Iran will soon be “back in the rear view mirror.”</p><p>Trump, who said he will meet with Zelenskyy for further talks, downplayed the impact of Russia’s war in Ukraine on the U.S., but lamented the death toll.</p><p>“The whole thing is ridiculous,” Trump said. “So, yeah, I’m going to do whatever I can.”</p><p>Trump holds talks with Qatar’s emir</p><p>Trump and Sheikh Tamim have much to discuss with the U.S. and Iran expected to formally sign a ceasefire settlement later this week and open up negotiations about Tehran’s nuclear program.</p><p>“You’ll always be my friend,” Trump said at the start of the bilateral meeting.</p><p>The emir in turned thanked Trump for his leadership, adding that the ceasefire agreement between the U.S. and Iran “is a very important deal” but much work remains to be done.</p><p>The desert peninsula of Qatar was shaken by the three-month Iran war.</p><p>Iranian strikes caused billions of dollars in damage to Qatar’s critical energy infrastructure. Experts estimate it will take three to five years to repair liquefied natural gas pipelines that were damaged by strikes.</p><p>Talks on Ukraine war wrapped quickly</p><p>Trump and other leaders of the G7 gathered with Ukraine’s President Volodymyr Zelenskyy for an hour and 15 minutes Tuesday morning at the summit in Evian-les-Bains.</p><p>The talks focused on how to “build peace and security for Ukraine and Europe,” the French organizers of the summit said.</p><p>Macron and Zelenskyy met in hotel garden ahead of G7 talks</p><p>Macron and Zelenskyy took a little walk through the wooded garden at the Hotel Royal as they held bilateral talks before joining other G7 leaders.</p><p>French organizers of the G7 summit in the resort town of Evian-les-Bains placed Ukraine high on the agenda during efforts to end the war more than four years after Russia’s full-scale invasion.</p><p>Macron said he would urge Trump to maintain U.S. support for Ukraine and increase pressure on Russia to help secure a peace agreement.</p><p>“The right negotiation is one with Ukraine and Russia at the table, with Europeans and Americans also present,” Macron said Monday.</p><p>Merz offers custom ‘Trump 47’ soccer jersey to US president</p><p>German Chancellor Friedrich Merz, who has had a frosty relationship with Trump, gave the U.S. president a soccer jersey with Trump’s name and the number 47 on the back.</p><p>Merz approached with the jersey as Trump sat down at a conference table for a working session. Trump smiled and held it up for a photo.</p><p>The white jersey appeared to be the same one the German national team is wearing in the ongoing World Cup.</p><p>Merz and Trump exchanged barbs earlier this year after Merz said the U.S. was being “humiliated” by Iran and criticized the U.S. for going into the war without any strategy.</p><p>Trump later said Merz “should spend more time on ending the war with Russia/Ukraine” and “fixing his broken Country, especially Immigration and Energy.”</p><p>US-Iran ceasefire deal will get plenty of attention Tuesday</p><p>Trump is scheduled to host one-on-one talks with the Emir of Qatar, Sheikh Tamim bin Hamad al-Thani, and United Arab Emirates President Mohammed bin Zayed Al Nahyan later in the morning.</p><p>The Gulf nations are not part of the G7, but Macron extended invitations to the leaders to take part in the summit at a fraught moment for the region.</p><p>G7 leaders also will convene a working lunch to discuss the situation in the Middle East, where the conversation is expected to focus on the path ahead after the ceasefire agreement between the U.S. and Iran.</p><p>UK slaps new sanctions on Russia</p><p>Britain has announced a new set of sanctions targeting the “shadow fleet” Russia uses to ship oil and gas and the finance networks used by Moscow to evade Western sanctions.</p><p>The sanctioned ships include several vessels recently purchased by Russia to ship liquefied natural gas from its sanctioned Arctic LNG 2 project.</p><p>Britain says it has now sanctioned more than 600 shadow fleet vessels.</p><p>U.K. troops seized a Russian shadow fleet vessel in the English Channel for the first time last weekend.</p><p>The sanctions were announced as Prime Minister Keir Starmer attends the G7 summit in France. He is due to meet Ukraine’s President Volodymyr Zelenskyy on Tuesday.</p><p>Macron and Zelenskyy hold one-on-one talks</p><p>Zelenskyy is getting some time for private talks with Macron before he is scheduled to meet with the other G7 leaders, according to the French government.</p><p>G7 leaders gathering for opening session on Russia-Ukraine war</p><p>Five of the seven leaders, representing Britain, Canada, Germany, Italy and Japan, were huddled in conversation with European Commission President Ursula von der Leyen before the start of the first session on Ukraine.</p><p>Trump was missing. Macron, too, hadn’t arrived yet because he was with Zelenskyy.</p><p>Zelenskyy arrives at summit venue</p><p>Ukrainian President Volodymyr Zelensky was welcomed by French President Emmanuel Macron ahead of the morning working session with G7 leaders to discuss the ongoing Russian war against Ukraine.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YX4UXZF3QZUJLOZ2CQD6CIXQKA.jpg?auth=905fa67b4b746ec9f23768142f1eab47f0203166109ec62efb0e0db386a7b604&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[From left, U.S. President Donald Trump, French President Emmanuel Macron and Ukrainian President Volodymyr Zelenskyy during a working session at the G7 summit in Evian-les-Bains, France, Tuesday, June 16, 2026. (AP Photo/Thibault Camus, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Thibault Camus</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5RLVCGKPNL574EKA2I3RIJJMUE.jpg?auth=1e2e3b2da5b7bfeb8cdfef553479bd13de35e9ad826a27420fb59f21dc2c2770&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[From left, Japan's Prime Minister Sanae Takaichi, European Commission President Ursula von der Leyen, U.S. President Donald Trump, French President Emmanuel Macron and Ukrainian President Volodymyr Zelenskyy during a working session at the G7 summit in Evian-les-Bains, France, Tuesday, June 16, 2026. (AP Photo/Thibault Camus, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Thibault Camus</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZXQ6LIBLSD4JUWQ2JUTZCMHUQU.jpg?auth=88eabfd87cd1901cc38b4927502bde2e16764d6b631575dd84d4d72abe46194f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El presidente de Estados Unidos, Donald Trump, a la derecha, sostiene una camiseta con el número 47 mientras el primer ministro británico, Keir Starmer, a la izquierda, y el canciller alemán, Friedrich Merz, miran durante una sesión de trabajo en la cumbre del G7 en Evian-les-Bains, Francia, el martes 16 de junio de 2026. (AP Foto/Thibault Camus, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Thibault Camus</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/N54CAJPYMYVM7HSRGIDDAWO22I.jpg?auth=9cdb26bd7af335858f17743e3a5bf57401e03418b57f6f2b30e760ad9fbf319d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[French President Emmanuel Macron, right, walks with Ukrainian President Volodymyr Zelenskyy at the Hotel Royal for the G7 Summit in Evian-les-Bains, France, Tuesday, June 16, 2026. (Yoan Valat/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Yoan Valat</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IFRQ2MZSO4ID5SB6HPVYH6NGUA.jpg?auth=d8da23dd2a3f2b40b67f4e927111b1213a8beae5b23b6e4768339adb239c4538&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Qatar's Emir Sheikh Tamim bin Hamad Al Thani arrives at the Hotel Royal for a G7 Summit in Evian-les-Bains, France, Tuesday, June 16, 2026. (Yoan Valat/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Yoan Valat</media:credit></media:content></item><item><title><![CDATA[Cubs outfielder Pete Crow-Armstrong becomes 1st MLB player to hit for cycle this season]]></title><link>https://www.local10.com/sports/2026/06/16/cubs-outfielder-pete-crow-armstrong-becomes-1st-mlb-player-to-hit-for-cycle-this-season/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/16/cubs-outfielder-pete-crow-armstrong-becomes-1st-mlb-player-to-hit-for-cycle-this-season/</guid><dc:creator><![CDATA[By LUKE DeCOCK, Associated Press]]></dc:creator><description><![CDATA[CHICAGO (AP) — Pete Crow-Armstrong put his name in the Chicago Cubs' record book next to Hall of Fame slugger Hack Wilson — and then nearly ruined the celebration at Wrigley Field.]]></description><pubDate>Tue, 16 Jun 2026 06:22:37 +0000</pubDate><content:encoded><![CDATA[<p>CHICAGO (AP) — Pete Crow-Armstrong put his name in the Chicago Cubs' record book next to Hall of Fame slugger Hack Wilson — and then nearly ruined the celebration at Wrigley Field.</p><p>Crow-Armstrong completed the first cycle by a major leaguer this season with a seventh-inning single Monday night, then was promptly picked off first base by Colorado Rockies reliever Brennan Bernardino in a one-run game.</p><p>“My excitement was a little short-lived,” Cubs manager Craig Counsell quipped after his team scored two runs in the bottom of the ninth for a 5-4 win.</p><p>Crow-Armstrong, who was a single short of the cycle Saturday in San Francisco, hit a leadoff home run in the first inning, tripled off the wall on almost the same trajectory in the third and doubled down the right-field line in the fifth.</p><p>When he came up again to lead off the seventh, the 24-year-old said he was more prepared for the moment than he might have been earlier in his career, or even earlier this season.</p><p>“Earlier, it probably made me a little nervous," Crow-Armstrong said. "I felt like I ‘had to’ instead of ‘I get to' hit in this really cool moment with this crowd of 40,000 pulling for me. I think I'm learning to use that to my advantage instead of me shaking in my boots when I'm up there and wanting to get the job done so badly. It's also a regular thing at Wrigley. That happens a lot."</p><p>With both Crow-Armstrong and the crowd fully aware of what was at stake, Crow-Armstrong lined a 1-1 fastball from Bernardino to right to finish the 13th cycle in Cubs history and only the second since 1993.</p><p>Just two Cubs center fielders have hit for the cycle since 1901: Crow-Armstrong on Monday and Wilson on June 23, 1930.</p><p>Crow-Armstrong was asked what that sort of history means to him.</p><p>“I know it’s a rare feat," he said. “It’s hard to answer questions like those when the game just ended and I’m processing a lot. Maybe I’ll have a better answer tomorrow.”</p><p>Crow-Armstrong also added a key sacrifice fly in the eighth to cut the Rockies' lead to 4-3.</p><p>“I absolutely put up great at-bats tonight and I’m proud of the production that I’ve helped have over the past few weeks,” he said. “But you saw it tonight: The game’s not over until it’s over. I did everything I could to help the team. But I also had a real lapse in focus and that really could have hurt us tonight. That’s what I’m talking about. Not going to dwell on that. Something so simple as someone gets in your ear and says that can’t ever happen again, and it can’t ever happen again.”</p><p>Crow-Armstrong has a 19-game on-base streak dating to May 26, hitting safely in 18 of those games. He's batting .402 with seven doubles, three triples, seven home runs and 12 RBIs during that span.</p><p>“Watching him every day, he's a player who overcomes your imagination,” Cubs pitcher Shota Imanaga said through an interpreter.</p><p>___</p><p>AP MLB: https://apnews.com/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/42HOTMQGPB6VLOZE2HMQPXZKQ4.jpg?auth=d8ed23b80df1ac22d137c4c8e4ec2a82630c7cb82e1e39c0d5b4e379fcfc9462&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Chicago Cubs' Pete Crow-Armstrong hits a single to complete the cycle during the seventh inning of a baseball game against the Colorado Rockies in Chicago, Monday, June 15, 2026. (AP Photo/Nam Y. Huh)]]></media:description><media:credit role="author" scheme="urn:ebu">Nam Y. Huh</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RJFAWBIHLWKAHNW2WQZZQIVQQU.jpg?auth=1d2275981fd45d3a9c648978c260490b985b0e4f6d7c8af90f09c6020a2b5694&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Chicago Cubs' Pete Crow-Armstrong watches his solo home run during the first inning of a baseball game against the Colorado Rockies in Chicago, Monday, June 15, 2026. (AP Photo/Nam Y. Huh)]]></media:description><media:credit role="author" scheme="urn:ebu">Nam Y. Huh</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RRCPU5AZQ44FLDI4GFAZ2IJMGY.jpg?auth=f067cefb8bb434c4baf360a8607569d82caaa72979f1a7d5b740e279daf72615&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Chicago Cubs' Pete Crow-Armstrong waves to fans after hitting a single to complete the cycle during the seventh inning of a baseball game against the Colorado Rockies in Chicago, Monday, June 15, 2026. (AP Photo/Nam Y. Huh)]]></media:description><media:credit role="author" scheme="urn:ebu">Nam Y. Huh</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/W6QDL75AVL6DK55MZL3ZRFLEGY.jpg?auth=68d88d0def7a25c96f670162ef9b67fff212404c2df6e20d841a038c399e6c43&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Chicago Cubs' Pete Crow-Armstrong celebrates after hitting a single to complete the cycle during the seventh inning of a baseball game against the Colorado Rockies in Chicago, Monday, June 15, 2026. (AP Photo/Nam Y. Huh)]]></media:description><media:credit role="author" scheme="urn:ebu">Nam Y. Huh</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/E6VLM73DQOUEPIIB2HXW63Z6JQ.jpg?auth=d815b6062dae6be19f2d12a848e0f4561f392b3986a45985e6608fc7480cf39c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Chicago Cubs' Pete Crow-Armstrong hits a solo home run during the first inning of a baseball game against the Colorado Rockies in Chicago, Monday, June 15, 2026. (AP Photo/Nam Y. Huh)]]></media:description><media:credit role="author" scheme="urn:ebu">Nam Y. Huh</media:credit></media:content></item><item><title><![CDATA[Global shares are mostly higher and Japan's Nikkei tops 70,000 before BOJ's rate hike]]></title><link>https://www.local10.com/business/2026/06/16/asian-shares-are-mostly-higher-and-japans-nikkei-tops-70000-before-boj-rate-hike/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/16/asian-shares-are-mostly-higher-and-japans-nikkei-tops-70000-before-boj-rate-hike/</guid><dc:creator><![CDATA[By YURI KAGEYAMA, Associated Press]]></dc:creator><description><![CDATA[TOKYO (AP) — Global shares mostly advanced and Japan’s benchmark Nikkei 225 briefly topped 70,000 for the first time Tuesday before trimming early gains after the Bank of Japan raised its key interest rate to 1%.]]></description><pubDate>Tue, 16 Jun 2026 09:23:26 +0000</pubDate><content:encoded><![CDATA[<p>TOKYO (AP) — Global shares mostly advanced and Japan’s benchmark Nikkei 225 briefly topped 70,000 for the first time Tuesday before trimming early gains after the Bank of Japan raised its key interest rate to 1%.</p><p>The quarter percentage point hike took the benchmark rate to its highest level in three decades.</p><p>France's CAC 40 jumped 0.7% in early trading to 8,446.06, while the German DAX added 0.8% to 25,102.01. Britain's FTSE 100 surged 0.6% to 10,492.11.</p><p>The future for the S&P 500 was nearly unchanged while that for the Dow Jones Industrial Average edged 0.1% higher.</p><p>Japan's Nikkei 225 rose 0.1% to finish at 69,404.50, while South Korea's Kospi moved further into record territory, gaining 2.1% to 8,726.60.</p><p>In Hong Kong, the Hang Seng slipped 1.4% to 24,493.95, while the Shanghai Composite fell 0.1% to 4,091.89.</p><p>Australia’s S&P/ASX 200 was little changed, rising less than 0.1% to 8,917.70.</p><p>Taiwan's Taiex surged 0.9%, while India's Sensex picked up 0.7%.</p><p>On Monday, stock markets rallied worldwide and oil prices eased after the United States and Iran reached a tentative deal to get the global flow of crude going again. The S&P 500 rose 1.7% and the Dow climbed 0.9% to a record. The Nasdaq composite jumped 3.1%.</p><p>Brent crude fell 4.8% on expectations that the U.S.-Iran agreement might reopen the Strait of Hormuz, where much of Asia gets its oil supply. But some analysts have urged caution, noting many issues remain uncertain. Negotiations with Iran are expected to continue over the next 60 days. Even after Hormuz reopens on Friday as expected, it will likely take months for the energy industry to get back to full speed.</p><p>Oil prices have declined recently on hopes for an extension of the ceasefire in the war, falling from the $100 plus levels they were at a few weeks ago. Before the war, oil was trading at about $70 a barrel.</p><p>Early Tuesday, benchmark U.S. crude was down $2.03 at $78.72 a barrel. Brent crude, the international standard, declined $1.82 to $81.35 a barrel.</p><p>In currency trading, the U.S. dollar inched down to 160.32 Japanese yen from 160.33 yen. The euro cost $1.1604, up from $1.1594.</p><p>___</p><p>Yuri Kageyama is on Threads: https://www.threads.com/@yurikageyama</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RD5VJYW3ZBVOO2A7IZYF7VNIHQ.jpg?auth=ba84a245bc3423e872cbb7a4a8a5b56b13ed08fe404e4e411421ebc6fe6a0f36&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A dealer watches computer monitors at a dealing room of Hana Bank in Seoul, South Korea, Tuesday, June 16, 2026. (AP Photo/Lee Jin-man)]]></media:description><media:credit role="author" scheme="urn:ebu">Lee Jin-man</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XEZ3IWLCYZVBXPSFFKNH2BYSXQ.jpg?auth=10791d796c85630197fd751d101e2027961b0835f1363d00988272eae8a12e73&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The screens showing the Korea Composite Stock Price Index (KOSPI) the foreign exchange rate between U.S. dollar and South Korean won and the Korean Securities Dealers Automated Quotations (KOSDAQ) at a dealing room of Hana Bank in Seoul, South Korea, Tuesday, June 16, 2026. (AP Photo/Lee Jin-man)]]></media:description><media:credit role="author" scheme="urn:ebu">Lee Jin-man</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WGSA435DDN5KGDI6QHFWLOIRLU.jpg?auth=91af6cf1eef4df75de951fc4a61119d98ed759af8f862fd1dde199b6755dba51&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A board above the New York Stock Exchange trading floor displays the closing number for the Dow Jones industrial averge, Monday, June 15, 2026. (AP Photo/Richard Drew)]]></media:description><media:credit role="author" scheme="urn:ebu">Richard Drew</media:credit></media:content></item><item><title><![CDATA[Scaloni: 'The whole planet' awaits Messi's 200th cap as Argentina opens World Cup against Algeria]]></title><link>https://www.local10.com/sports/2026/06/16/scaloni-the-whole-planet-awaits-messis-200th-cap-as-argentina-opens-world-cup-against-algeria/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/16/scaloni-the-whole-planet-awaits-messis-200th-cap-as-argentina-opens-world-cup-against-algeria/</guid><dc:creator><![CDATA[By DAVE SKRETTA, Associated Press]]></dc:creator><description><![CDATA[KANSAS CITY, Mo. (AP) — Lionel Scaloni tends to be pensive about a lot of things, but especially when the subject turns to another Lionel — a much more famous one, arguably the most famous athlete in the world, and one the Argentina coach gets to see on a daily basis.]]></description><pubDate>Tue, 16 Jun 2026 04:31:45 +0000</pubDate><content:encoded><![CDATA[<p>KANSAS CITY, Mo. (AP) — Lionel Scaloni tends to be pensive about a lot of things, but especially when the subject turns to another Lionel — a much more famous one, arguably the most famous athlete in the world, and one the Argentina coach gets to see on a daily basis.</p><p>You see, Scaloni has watched Lionel Messi for much of his life. Both hail from the Argentine province of Santa Fe, Scaloni from the small town of Pujato and Messi from the much larger Rosario. Both of their paths passed through Newell's Old Boys, the historic club that has produced the likes of Maxi Rodriguez, Gabriel Batistuta and the current U.S. coach, Mauricio Pochettino.</p><p>So when Scaloni speaks about Messi's legacy, it bears listening.</p><p>“Not only the Argentinian population but everybody — the whole planet — wants to see him play,” Scaloni explained. “Everybody wants to see him on the pitch, because he has an effect not only on Argentina fans but supporters all over the world.”</p><p>Those supporters will likely get their last chance to see Messi wearing his light blue striped shirt at the World Cup beginning Tuesday night, when the defending champions open their tournament against Algeria at Kansas City's Arrowhead Stadium.</p><p>Messi had been dealing with a minor hamstring issue in the lead-up to the World Cup, but he's looked comfortable in the rare chances reporters have witnessed training. And in last week's final tuneup against Iceland at Auburn's Jordan-Hare Stadium, he came into the game as a second-half substitute, scored moments later on a penalty kick and played 20 minutes without any problems.</p><p>So barring an unforeseen event, Messi — who has yet to speak publicly since the national team congregated for the World Cup about two weeks ago — will earn his 200th cap during its match against Les Fennecs.</p><p>“There's nothing negative to say,” Scaloni said. “He's always been there, and he's essential for us. He's going to remain that way.”</p><p>Everybody wants to be part of Messi mania</p><p>Tapash Chakraborty, the 57-year-old owner of an engineering design company, posted up Monday inside a Kansas City bar, hoping to catch a glimpse of an Argentina player at a meet-and-greet held roughly 24 hours before the match.</p><p>He had one in particular he wanted to see.</p><p>“Messi is Messi,” said Chakraborty, who will be in the stands Tuesday. “He is the god of football.”</p><p>He wasn’t alone, either. The room teemed with Messi shirts, just as the streets have in the early days of the World Cup. His famous No. 10 is ubiquitous, whether it be on his old Barcelona jersey, his current Inter Miami kit or that of the national team.</p><p>“We’re all Messi fans. He’s the best player in the world,” said Michelle Lemmon, who made the 160-mile (257.50-kilometer) drive with her four children from her home in Kirksville, Missouri, to Union Station in Kansas City on Monday to celebrate her 42nd birthday.</p><p>Lemmon, who played college soccer at a Catholic school after captaining the boys' team at her high school, will be cheering for the U.S. throughout the tournament. But her dream matchup, Lemmon said, would be for the Americans to face Argentina in the final.</p><p>“It’s hard. You've got to like him,” Lemmon said. “I’m nervous that this might be his last World Cup, so we’re very excited. Honored that they chose Kansas City as their home base. To have the World Cup champions here, you know, from 2022 is amazing.”</p><p>Messi seeks to join Pele as repeat World Cup champion</p><p>The list of greatest soccer players in history often begins with Messi and ends with Pele, the Brazilian star who not only took Brazil to World Cup glory but was instrumental in growing the game in the U.S. during his time with the New York Cosmos.</p><p>What would tie the two even tighter? Argentina successfully defending its title.</p><p>Only twice before has a nation been a repeat winner of the World Cup. Italy did it in the 1930s and Brazil did it in 1962, when despite an injury to Pele in the group stage, the Canarinho went on to beat Czechoslovakia in the final in Chile.</p><p>France nearly made it three repeat winners, but Argentina denied that four years ago in a shootout in Qatar.</p><p>“What happened back in Qatar was just amazing. The whole country united,” recalled Messi's longtime national teammate, Nicolas Otamendi. “We have that engraved in our minds, and it's just injected us with the strength to keep trying. There's no relaxing. We need to keep working with that level of humility that is required in these types of competitions.”</p><p>There are few more humble superstars than Messi, whom Otamendi described as “simple man that just focuses on training.”</p><p>“He's also a competitive animal,” Otamendi said. “You want to be there with him, supporting him, serving him, and laughing our hearts out all the time. As I've said, when the ball is rolling, that's when you need to press, unite and come together as a family on the pitch.”</p><p>___</p><p>Associated Press writer Heather Hollingsworth contributed to this report.</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/VUQERJX5UVEWOLAHM6L36WK4L4.jpg?auth=a0ba088371ccdf8d711841118f00e5a188d6b9bc29cbed23adf5969810625ca4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Argentina's Lionel Messi practices for the FIFA World Cup soccer tournament Thursday, June 11, 2026, in Kansas City, Kan. (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/WL4URNPABZK7XQS2HNX6OQA5NU.jpg?auth=6e50ea47dec09ec34ba84088a2e7012c71760e1fd32a14c540a0c314d1f1aa5d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Argentina forward Lionel Messi, sitting, takes a break with teammates during practice for the FIFA World Cup soccer Wednesday, June 3, 2026, in Kansas City, Kan. (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/I7EZ2ZNENWHWOYZG2KNIA4245M.jpg?auth=db53b881ad5077d20c34ac1b8eaee1c0e547382f65db1ae5808fc374e53e2b16&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Argentina forward Lionel Messi (10) gets control of the ball as Iceland midfielder Kristian Hlynsson (20) defends during the second half of an international friendly match soccer match Tuesday, June 9, 2026, in Auburn, Ala. (AP Photo/Butch Dill)]]></media:description><media:credit role="author" scheme="urn:ebu">Butch Dill</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5THXGPGYVJFQXLQR62VUXESNNU.jpg?auth=0b5144d65dba054fa3059e53d09028387ff27f1dd2338eb732c00ca7c13ccbeb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Women walk past a mural of Argentinian soccer player Lionel Messi made by Mooz Graffiti in Mumbai, India, Monday, June 15, 2026. (AP Photo/Rafiq Maqbool)]]></media:description><media:credit role="author" scheme="urn:ebu">Rafiq Maqbool</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YSWUZ7RNH7DYWPX3FZXXHUJ5SY.jpg?auth=7cf93fb742875e5a5e7043f7e2f806b6ebc31ed739d956d0fa9a8c00a111e675&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Argentina's Lionel Messi practices with teammates for the FIFA World Cup soccer tournament Thursday, June 11, 2026, in Kansas City, Kan. (AP Photo/Charlie Riedel)]]></media:description><media:credit role="author" scheme="urn:ebu">Charlie Riedel</media:credit></media:content></item><item><title><![CDATA[Cardinals' Dustin May continues to put health woes behind him with 1-hit shutout against Padres]]></title><link>https://www.local10.com/sports/2026/06/16/cardinals-dustin-may-continues-to-put-health-woes-behind-him-with-1-hit-shutout-against-padres/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/16/cardinals-dustin-may-continues-to-put-health-woes-behind-him-with-1-hit-shutout-against-padres/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[ST. LOUIS (AP) — After losing a perfect game in the seventh inning, Dustin May won the adulation of the Busch Stadium crowd and his St. Louis Cardinals teammates by closing out the most dominant performance of his injury-plagued career.]]></description><pubDate>Tue, 16 Jun 2026 04:24:21 +0000</pubDate><content:encoded><![CDATA[<p>ST. LOUIS (AP) — After losing a perfect game in the seventh inning, Dustin May won the adulation of the Busch Stadium crowd and his St. Louis Cardinals teammates by closing out the most dominant performance of his injury-plagued career.</p><p>“This is about as good as I’ve felt in a long time,” May said after pitching a one-hitter Monday night in a 3-0 victory over the San Diego Padres.</p><p>The 28-year-old righty threw 69 strikes during his 101-pitch masterpiece, which he capped off with his ninth strikeout of the night.</p><p>May issued only one walk during his first complete game in 71 major league starts. Fernando Tatis Jr. drew a free pass leading off the seventh inning, followed two batters later by Manny Machado's single to left field that broke up the bid for a no-hitter.</p><p>May, however, wasn't flustered. He retired the last seven batters he faced, and his final pitch broke low and away so sharply that Tatis was unable to check his swing as the ball skipped off the dirt and into catcher Jimmy Crooks' glove for strike three.</p><p>May (5-6) let out a triumphant roar and clenched his right fist as he skipped off the mound. He hugged Crooks and tipped his cap to the crowd before approaching teammates and coaches who'd lined up in front of the dugout to exchange high-fives.</p><p>One teammate dumped a chest of ice on him.</p><p>“After all the stuff I’ve been through in my career,” May said, “that was fantastic.”</p><p>May (5-6) became the first Cardinals starter this season to get an out in the eighth inning, something even he failed to do during a seven-inning, no-hit bid against Milwaukee last month.</p><p>May left that game in the eighth and took the loss after the Brewers rallied for a 2-1 victory on May 27. This time, Cardinals manager Oliver Marmol left May in.</p><p>The pitcher was plagued by multiple arm injuries — and a life-threatening esophagus tear — early in his career. He accumulated just 101 innings pitched between 2021 and 2024, missing the entire 2024 season.</p><p>His first team, the Los Angeles Dodgers, traded him to Boston last season, and this season is his first with St. Louis.</p><p>May's outing on Monday night marked the ninth complete game and sixth individual shutout in the majors this season.</p><p>___</p><p>AP MLB: https://apnews.com/hub/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JVX3DDPN37K2WTKVASO46S4MUA.jpg?auth=52dbc8ed52709b47e76ed995fd210d5d48bd6240f8dd03940489f98c332a6768&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[St. Louis Cardinals starting pitcher Dustin May celebrates after San Diego Padres' Gavin Sheets grounded into a double play to end the top of the seventh inning of a baseball game, Monday, June 15, 2026, in St. Louis. (AP Photo/Joe Puetz)]]></media:description><media:credit role="author" scheme="urn:ebu">Joe Puetz</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WGVO2LCXJWD55JMK4JTRUBND44.jpg?auth=66476ff9f82b5226431efdc6199328b42d4c0e582daee54443b411da60526b21&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[St. Louis Cardinals starting pitcher Dustin May throws in the first inning of a baseball game against the San Diego Padres, Monday, June 15, 2026, in St. Louis. (AP Photo/Joe Puetz)]]></media:description><media:credit role="author" scheme="urn:ebu">Joe Puetz</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CFMVZHT6BSP6NITKZDTF5GZ7ZE.jpg?auth=d521b3bde47ea0c285fbc556ad104e6cf9ce2b482a0335f11cbe79ad65c34ac8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[St. Louis Cardinals starting pitcher Dustin May, left, is doused after the team defeated the San Diego Padres in a baseball game, Monday, June 15, 2026, in St. Louis. (AP Photo/Joe Puetz)]]></media:description><media:credit role="author" scheme="urn:ebu">Joe Puetz</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/APF7ZLY3IDLJFUR5Z2PVAFKDGI.jpg?auth=c52d983a3b23386560d542404acffcb32547c408e6f1e7c38342268ea84deb87&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[St. Louis Cardinals starting pitcher Dustin May throws in the ninth inning of a baseball game against the San Diego Padres, Monday, June 15, 2026, in St. Louis. (AP Photo/Joe Puetz)]]></media:description><media:credit role="author" scheme="urn:ebu">Joe Puetz</media:credit></media:content></item><item><title><![CDATA[Author Amy Griffin sues woman who alleged she stole her stories of sexual abuse in memoir 'The Tell']]></title><link>https://www.local10.com/entertainment/2026/06/16/author-amy-griffin-sues-woman-who-alleged-she-stole-her-stories-of-sexual-abuse-in-memoir-the-tell/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/16/author-amy-griffin-sues-woman-who-alleged-she-stole-her-stories-of-sexual-abuse-in-memoir-the-tell/</guid><dc:creator><![CDATA[By ANDREW DALTON, Associated Press]]></dc:creator><description><![CDATA[LOS ANGELES (AP) — Author Amy Griffin sued a former classmate for defamation on Monday, saying the woman's statements in a New York Times story and a subsequent lawsuit alleging Griffin appropriated her stories of sexual abuse for her bestselling 2025 memoir “The Tell” are false in “every element.”]]></description><pubDate>Tue, 16 Jun 2026 04:16:39 +0000</pubDate><content:encoded><![CDATA[<p>LOS ANGELES (AP) — Author Amy Griffin sued a former classmate for defamation on Monday, saying the woman's statements in a New York Times story and a subsequent lawsuit alleging Griffin appropriated her stories of sexual abuse for her bestselling 2025 memoir “The Tell” are false in “every element.”</p><p>Griffin’s lawsuit, filed in federal court in Nevada, says that in 2025 her former middle school classmate “told The New York Times — and through it, the world — that Amy Griffin is a fraud and a thief.”</p><p>The lawsuit says that in the woman's telling, “Mrs. Griffin stole the rape of another woman and built a bestseller on it.”</p><p>A Times spokesperson said the lawsuit misrepresents its story and reporting. The former classmate said her account will prove true in court.</p><p>In “The Tell,” a hit that became an Oprah's Book Club selection, Griffin, a venture capitalist and memoirist, recounts being sexually abused as a child by a teacher at her middle school in Amarillo, Texas, and writes that years later she recovered memories of the experience by undergoing therapy using the psychedelic drug MDMA.</p><p>The Times story published six months after the book included stories from a classmate who said some of Griffin's experiences were eerily similar to her own. Then in March the woman filed a lawsuit in California state court, which Griffin is fighting and seeking to have dismissed.</p><p>The Associated Press doesn’t typically name people who say they have been sexually abused unless they come forward publicly or otherwise consent. The woman who sued Griffin filed her lawsuit as Jane Doe, and her name did not appear in the Times story.</p><p>Griffin says documentation backs her in every aspect</p><p>Griffin's lawsuit says the most essential fact is that she put her account of her abuse in writing in 2020, and in 2021 she provided another detailed and documented account in an interview with the Amarillo Police Department. Both accounts match up with the book, and both came before Griffin is alleged to have extracted the woman's abuse story by having someone posing as a talent agent call her in 2022, according to the lawsuit. The statute of limitations prevented the criminal investigation from moving forward.</p><p>Griffin's lawsuit says the woman falsely claimed to be another middle school classmate who appears in “The Tell” under the pseudonym “Claudia,” whose meeting with the author is recounted in the book. The lawsuit Griffin had not talked to the woman in more than 35 years, had never been part of the same church youth group as alleged, and was demonstrably not in the Palm Springs area in 2019 — or the years before or after — when the woman claims the two of them met for coffee.</p><p>Griffin's lawsuit says the coffee shop conversation with “Claudia” took place thousands of miles away in the presence of a collaborator, and that the woman in the Times story had been unable to produce any evidence the meeting with her had taken place.</p><p>Accuser says this is an attempt to silence her</p><p>In an email to The Associated Press sent through her lawyers, the woman said the shame and humiliation from her sexual assault were unimaginable and she was “violated all over again after reading about my own experiences in Amy’s book.”</p><p>“Despite trying to remain anonymous, Amy has now chosen to use her immense wealth and influence to try and silence me,” the email said. “She has had her lawyers identify me publicly as well as sue me. I am shocked and disappointed that she would choose to take this route, especially since she herself knows the truth.”</p><p>Griffin's lawsuit seeks a declaration that the allegations that she stole the woman's abuse stories are false, along with financial damages to be determined at trial.</p><p>New York Times stands by its reporting and story</p><p>Griffin's lawsuit, while not naming the Times as a defendant, is harshly critical of the paper, saying it "deemed the story too good to scrutinize” despite Griffin's lawyers making it clear the woman's account was “demonstrably false.”</p><p>Times spokesperson Danielle Rhoades Ha said in an email to the AP that the lawsuit and related filings “repeatedly misrepresent The New York Times story and its reporting,” and that the article “is markedly different in key aspects put forth” in both women's lawsuits.</p><p>Rhoades points out that many of the allegations Griffin is pushing back against did not appear in the Times' story, including that the woman they spoke to was “Claudia,” or that a person posing as a talent agent on Griffin's behalf called to get her stories of abuse.</p><p>And Rhoades said the Times story did not say Griffin “misappropriated” the woman's story, and she said claims that the reporters did not vet their story are false, and that they “engaged extensively with Ms. Griffin’s legal representatives prior to publication including meticulous fact checking.”</p><p>“Our story was about a publishing phenomenon, the reliability of memories recovered while under the influence of MDMA and the impact of a bestselling memoir on the author’s hometown,” Rhoades said. “Our reporters’ only agenda was to pursue the facts, including corroboration of accounts from all sources.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YC7IMCHYWZAC2I2K7PSEVISEDU.jpg?auth=86e476d322b50c32a5f1cbb02d2212de42734bf0eaf4d5d6e8b15f7ba387ef32&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - G9 Ventures founder Amy Griffin attends the Time100 Gala in New York, April 24, 2025. (Photo by Evan Agostini/Invision/AP File)]]></media:description><media:credit role="author" scheme="urn:ebu">Evan Agostini</media:credit></media:content></item><item><title><![CDATA[Enjuiciarán a los dueños del club nocturno Jet Set en el que murieron 236 personas en Dominicana]]></title><link>https://www.local10.com/espanol/2026/06/16/enjuiciaran-a-los-duenos-del-club-nocturno-jet-set-en-el-que-murieron-236-personas-en-dominicana/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/16/enjuiciaran-a-los-duenos-del-club-nocturno-jet-set-en-el-que-murieron-236-personas-en-dominicana/</guid><dc:creator><![CDATA[Por MARTÍN ADAMES, Associated Press]]></dc:creator><description><![CDATA[SANTO DOMINGO (AP) — Los hermanos propietarios del club nocturno de Santo Domingo en el que murieron 236 personas y más de 100 quedaron heridas tras desplomarse el techo el año pasado serán juzgados por homicidio involuntario, determinó un juez el lunes.]]></description><pubDate>Tue, 16 Jun 2026 04:09:49 +0000</pubDate><content:encoded><![CDATA[<p>SANTO DOMINGO (AP) — Los hermanos propietarios del club nocturno de Santo Domingo en el que murieron 236 personas y más de 100 quedaron heridas tras desplomarse el techo el año pasado serán juzgados por homicidio involuntario, determinó un juez el lunes.</p><p>Antonio y Maribel Espaillat, propietarios del club nocturno Jet Set, podrían enfrentar hasta 2 años de prisión si son declarados culpables.</p><p>El derrumbe del 8 de abril de 2025 sacudió a toda la República Dominicana. Las autoridades trabajaron frenéticamente durante días para llegar hasta las personas atrapadas bajo los escombros.</p><p>El fallo emitido el lunes por el magistrado Reymundo Mejía Zorrilla, del Primer Juzgado de la Instrucción del Distrito Nacional en Santo Domingo, generó frustración entre familiares de las víctimas, que esperaban cargos de homicidio, los cuales conllevan penas más severas de hasta 20 años de cárcel.</p><p>La resolución indicó que el caso no ameritaba un cargo de homicidio porque eso implicaría que los acusados sabían que su negligencia causaría la muerte de las víctimas. Pero si hubieran podido prever el derrumbe del techo, “la lógica y la razón” dejan entrever que no habrían puesto en riesgo sus propias vidas además de las de las víctimas, señaló el fallo.</p><p>Unos 30 familiares de las víctimas se reunieron en el tribunal antes de la audiencia, tomados de las manos y rezando.</p><p>Los fiscales han acusado previamente a los Espaillat de intentar intimidar o manipular a empleados. Antonio Espaillat es considerado un poderoso empresario, propietario de centros de entretenimiento de alto nivel y de decenas de emisoras de radio locales. El Ministerio Público ha sostenido que cuenta con cientos de elementos de prueba que vinculan a los hermanos con el derrumbe.</p><p>Cientos de personas, entre ellas deportistas y políticos, estaban en el Jet Set cuando se desplomó el techo, asistiendo a un concierto del cantante Rubby Pérez, el cual falleció. También se encontraba Octavio Dotel, exlanzador de las Grandes Ligas, quien fue rescatado de entre los escombros, pero murió en un hospital.</p><p>Los Espaillat serán juzgados juntos. No se ha fijado una fecha para el juicio.</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/YQZWRIWAOPDM4K35NHN4II26SM.jpg?auth=48c8a5887678d5463a3674cb6ea771d6fe3924d970579abd752f8d1caa617db1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[ARCHIVO - Antonio Espaillat, al centro, propietario de la discoteca Jet Set --cuyo derrumbe del techo en 2025 dejó víctimas mortales-- llega al tribunal para su juicio, el 27 de abril de 2026, en Santo Domingo, República Dominicana. (AP Foto/Ricardo Hernández, archivo)]]></media:description><media:credit role="author" scheme="urn:ebu">Ricardo Hernandez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IXRDRL7NZFUC6QK3VZDG6URC3A.jpg?auth=69cad05fe6b160b7ba11cec4295fe5aa9171bf4ef4e604393085909096215ca3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[ARCHIVO - Equipos de rescate buscan cuerpos en la discoteca Jet Set tras el derrumbe de su techo durante un concierto de merengue, el 10 de abril de 2025, en Santo Domingo, República Dominicana. (AP Foto/Matías Delacroix, archivo)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5Q6CZC6ZL4B2XEHHXXUKYXBLYA.jpg?auth=a57091238897de6cac15831589330bf0ac413dadf815420b8d478fc6176e096b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[ARCHIVO - Varias personas encienden velas en un monumento improvisado frente a la discoteca Jet Set, en memoria de las más de 200 personas que fallecieron al derrumbarse su techo, el 11 de abril de 2025, en Santo Domingo, República Dominicana. (AP Foto/Matías Delacroix, archivo)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content></item><item><title><![CDATA[Higher prices for gas, groceries and flights will likely outlast the Iran war]]></title><link>https://www.local10.com/news/2026/06/16/higher-prices-for-gas-groceries-and-flights-will-outlast-the-iran-war-experts-say/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/16/higher-prices-for-gas-groceries-and-flights-will-outlast-the-iran-war-experts-say/</guid><dc:creator><![CDATA[By MAE ANDERSON, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — A tentative deal to end the Iran war makes it reasonable to ask how soon prices will drop for gasoline, groceries, airline tickets and other items that got more expensive during the conflict.]]></description><pubDate>Tue, 16 Jun 2026 09:18:53 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — A tentative deal to end the Iran war makes it reasonable to ask how soon prices will drop for gasoline, groceries, airline tickets and other items that got more expensive during the conflict.</p><p>Not so fast, experts say.</p><p>Even after oil starts flowing again from the Middle East, it could take a while for consumers to see a difference at local fuel pumps, supermarkets and other places they shop, according to economists and industry analysts.</p><p>Fighting over the Strait of Hormuz disrupted not only supplies of crude and refined fuel but also the supply chains for fertilizer, food and even footwear. Businesses expect higher costs to linger, which means their customers might need to prepare for that too.</p><p>“It is not clear, despite three months of war, that anything has been achieved that makes the American consumer better off,” Brett House, an economist who teaches at Columbia Business School, said. “In fact, by almost any measure, not just the American consumer, but the world, is worse off as a result of this attack.”</p><p>If the deal between the U.S. and Iran holds, here’s how experts see the war's effects receding — or not — in the weeks ahead:</p><p>US motorists can expect some gas price relief</p><p>Following news of the tentative agreement, oil prices fell Monday to about $80 for a barrel of U.S. benchmark crude. That compares to $67 per barrel before the war and the price of over $120 a barrel reached earlier in the conflict.</p><p>Refineries typically pay for crude oil a month or more in advance, so even after oil prices drop, they won’t immediately be processing cheaper products.</p><p>“The tendency of gasoline prices to fall slowly is partly because the raw material takes weeks to work through the system until it’s delivered to consumers,” said Michael Lynch, a distinguished fellow at the nonpartisan Energy Policy Research Foundation.</p><p>In places without enough refining capacity to meet their needs, such as the West Coast of the U.S., gas prices will take longer to drop, said Mark Barteau, a professor of chemical engineering and chemistry at Texas A&M University.</p><p>In some Asian and African countries that rely more on oil from the Middle East, the supply shock led to school and government office closures and instructions to work from home, according to the International Energy Agency.</p><p>“The bottom line is that getting back to ‘normal’ will be a lengthy process involving many parties and countries,” Barteau said. “Getting an agreement between the U.S. and Iran to open the strait is just the beginning.”</p><p>Flights won't get cheaper right away</p><p>Industry experts have spent months warning that even if the war ended, travelers should not expect airfares to go down immediately.</p><p>Airlines typically buy fuel in advance, adjust their schedules gradually and price tickets based heavily on demand, meaning lower oil and jet fuel prices can take weeks or months to get factored into the cost of commercial flights.</p><p>“I think it’s unlikely that we’re going to see a retreat or reduction in the cost of flying at any point this summer,” Columbia's House said.</p><p>Fuel surcharges that some airlines outside the U.S. added are one of the first areas where passengers might get a reprieve, said Gordon Ho, a professor at the University of Southern California’s business school.</p><p>“Consumers are going to say, ‘Wait a minute, why are you still charging me a fuel surcharge?’” Ho said.</p><p>Pressure on grocery prices will likely continue</p><p>Reopening the strait is unlikely to deliver instant relief at the grocery store, according to David Ortega, a professor of food economics and policy at Michigan State University.</p><p>Fuel accounts for roughly 15% to 30% of the total cost of food, according to the Independent Grocers Alliance, a grouping of 7,500 global supermarkets.</p><p>But it can take months for an energy shock like the one caused by the Iran war to wind through the food supply chain and raise grocery prices. And once prices go up, it takes them a long time to come back down, especially when the future is unpredictable, Ortega said.</p><p>“We’re likely still looking at inflationary pressure on food in the coming months,” Ortega said. “There’s still a good deal of uncertainty about how the reopening will unfold, and it will take time for fuel, diesel and retail fertilizer prices to come back down.”</p><p>Rabobank, which is based in the Netherlands, said it expected war-related food price inflation to peak sometime next year in Europe. In the U.S., grocery prices are expected to rise 3.2% this year, which compares to a historical average of 2.6%, according to the U.S. Department of Agriculture.</p><p>Farmers remain strapped for fertilizer</p><p>Reopening the Strait of Hormuz would also be a welcome change for farmers and the production of food globally. Roughly 30% of the world’s fertilizer passed through the waterway before the war began. Prices soared as the supply was effectively cut off, and shipments probably will take a long time to return to pre-war levels.</p><p>The consequences of the shortage facing farmers now may only intensify down the road, regardless.</p><p>Many farmers around the world are going through planting seasons without the fertilizer they need or paying sky-high prices for both fertilizer and fuel needed to produce and transport their products. The World Food Program of the United Nations expects this to have a “devastating impact” on crop yields — and consequently, food prices and the availability of food — for months to come.</p><p>Retailers don't anticipate a cost reprieve</p><p>U.S. retailers that sell shoes were encouraged to see falling gasoline prices, hoping they would mean Americans have more money to spend on back-to-school shopping, said Andy Polk, senior vice president of the Footwear Distributors and Retailers of America trade group.</p><p>However, shoe companies anticipate their own costs staying higher for the foreseeable future, Polk said. The group's members keep a two- to three-month inventory of finished products, but their next orders may include suppliers charging more for materials, he said.</p><p>Most of the footwear sold in the U.S. is imported, and Polk said he expects shipping costs to remain higher for the rest of 2026 and 2027.</p><p>U.S. tariffs imposed last year have made it more difficult for shoe sellers to absorb higher costs or pass them on customers, he said. In May, footwear prices were 5.2% higher than the same month a year earlier, according to government figures.</p><p>Shipping industry expects a slow recovery</p><p>Judah Levine, head of research at the freight booking platform Freightos, said the Straight of Hormuz closure has affected about 2% to 3 % of the total volume of container ships that are used for global shipping, but higher oil prices and disruption have impacted the shipping industry more broadly.</p><p>Josh Steinitz, chief strategy officer of the business logistics platform ShipStation Global, said consumers might notice higher shipping costs and more out-of-stock items online until the end of the year.</p><p>“I think fuel surcharges, which then flow into shipping costs, which then get passed along to consumers, are still going to be with us for quite sometime from many of the major carriers,” Steinitz said.</p><p>___</p><p>Associated Press writers Cathy Bussewitz, Anne D’Innocenzio, and Wyatte Grantham-Philips in New York, Dee-Ann Durbin in Detroit and Rio Yamat in Las Vegas contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6FW5JX5Z4FL6DRJDII4WF24ITE.jpg?auth=0fc98690d673b86e8a16bbf8d55f5d0d896c2eb9fafd00e87efcd03fb02ab829&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A employee works at a cash register in a grocery store in Schaumburg, Ill., Thursday, May 14, 2026. (AP Photo/Nam Y. Huh, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Nam Y. Huh</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IC2AZPB3SEZ4C2CE4EJPVLDGFI.jpg?auth=dbdf49939cf93924fa52e43cc54aa9fddd914a6a0dd2daddd42c0425144575ac&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The American Flag flies next to a One9 Fuel Stop sign displaying gas prices for diesel and unleaded gas in Wilmington, Ohio, Wednesday, June 10, 2026. (AP Photo/Carolyn Kaster)]]></media:description><media:credit role="author" scheme="urn:ebu">Carolyn Kaster</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/K7D36N4FAYRNKJ7SUVMXQOE4MY.jpg?auth=683092d0d2c78bb73b7f7a5f3213003a6f03a674685e1f7fd70b141b2fb6d90f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People paddle along the shoreline as cargo ships are anchored in the Strait of Hormuz off Bandar Abbas, Iran, Monday, June 1, 2026. (Amirhosein Khorgooi/ISNA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Amirhosein Khorgooi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IK6KNSNPACCPBSVKFUDXBJNKOI.jpg?auth=f91f7b667999fdc1c231dfe2e012a912b14925f22dc87874f212ece36cdcc01b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Customer checks gas price before she fills up her vehicle's tank at a gas station in Lincolnshire, Ill., Monday, June 8, 2026. (AP Photo/Nam Y. Huh)]]></media:description><media:credit role="author" scheme="urn:ebu">Nam Y. Huh</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LSEKCURDY47YAXWS54LQ56UTG4.jpg?auth=aaf8d9b39a906781be36573d02c72e5c1b643e6dbc9c3c9ef640c00e8d5aa004&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Congress party supporters hold placards during a protest against the rising prices of essential commodities, in Jammu, India, Wednesday, June 3, 2026. (AP Photo/Channi Anand)]]></media:description><media:credit role="author" scheme="urn:ebu">Channi Anand</media:credit></media:content></item><item><title><![CDATA[G7 allies scramble to put Ukraine back atop Trump's agenda as war drags on]]></title><link>https://www.local10.com/news/world/2026/06/16/g7-allies-scramble-to-put-ukraine-back-atop-trumps-agenda-as-war-drags-on/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/16/g7-allies-scramble-to-put-ukraine-back-atop-trumps-agenda-as-war-drags-on/</guid><dc:creator><![CDATA[By SYLVIE CORBET, DARLENE SUPERVILLE and AAMER MADHANI, Associated Press]]></dc:creator><description><![CDATA[EVIAN-LES-BAINS, France (AP) — U.S. allies at the Group of Seven summit of major industrialized nations worked Tuesday to push the war in Ukraine back up the agenda of President Donald Trump after more than four years of fighting sparked by Russia’s full-scale invasion.]]></description><pubDate>Tue, 16 Jun 2026 10:47:41 +0000</pubDate><content:encoded><![CDATA[<p>EVIAN-LES-BAINS, France (AP) — U.S. allies at the Group of Seven summit of major industrialized nations worked Tuesday to push the war in Ukraine back up the agenda of President Donald Trump after more than four years of fighting sparked by Russia’s full-scale invasion.</p><p>The Iran conflict has in recent weeks overshadowed the war in Ukraine that Russian President Vladimir Putin launched. Host President Emmanuel Macron of France said he’ll seek to persuade Trump to continue supporting Ukraine and increase pressure on Russia to help reach a peace agreement.</p><p>As the U.S. under Trump has cut back aid to Ukraine, France and its European allies are now the biggest providers of military and financial support to Kyiv.</p><p>Ukrainian President Volodymyr Zelenskyy joined G7 leaders for a morning working session but talks wrapped quickly, as leaders gathered for just 75 minutes, according to the French G7 presidency.</p><p>The Ukraine talks came on the heels of Trump’s announcement of an agreement to end the 3 1/2-month-old U.S. war against Iran. Trump said Tuesday he’ll be meeting one-on-one with Zelenskyy.</p><p>Trump said he wants to focus on Ukraine now, saying Iran will soon be “back in the rearview mirror.” He downplayed the impact of the Russia-Ukraine war on the U.S. but lamented the death toll.</p><p>“The whole thing is ridiculous,” Trump said. “So, yeah, I’m going to do whatever I can.”</p><p>Meanwhile, the U.K. announced a new set of sanctions targeting the “ shadow fleet ” Russia uses to ship oil and gas, and the finance networks used by Moscow to evade Western sanctions. The ships targeted include several vessels recently purchased by Russia to transport liquefied natural gas from its sanctioned Arctic LNG 2 project.</p><p>Last weekend, U.K. troops seized a Russian shadow fleet vessel in the English Channel for the first time.</p><p>Trump has been frustrated by a lack of movement toward Ukraine-Russia resolution</p><p>Hours before the summit began, Russia fired hundreds of drones and dozens of missiles at Ukraine’s biggest cities in a barrage that killed 11 people and set fire to a religious landmark.</p><p>The attacks on Ukraine's biggest cities came after Zelenskyy and Putin spoke separately by phone with Trump on Sunday, the U.S. leader's 80th birthday. The exchange suggests Washington hasn’t given up on its diplomatic efforts to stop the fighting that followed Moscow’s all-out invasion of its neighbor in 2022.</p><p>While campaigning in 2024 for a return to the White House, Trump claimed he could end the Russia-Ukraine war within 24 hours of taking office. He has since acknowledged it has proved much harder than he initially thought.</p><p>Ukraine on Monday officially started European Union membership negotiations, launching a process that will require its government to commit to years of political reforms even as it fights the Russian invasion.</p><p>Ukraine sees EU membership as a security guarantee for a stable future once the war ends. Its best guarantee would be membership in the NATO military alliance, but the Trump administration insists that cannot happen, and others are wary of it joining while the war continues.</p><p>Iran war has been a flashpoint between Trump and European leaders</p><p>The U.S.-Iran ceasefire deal is getting plenty of attention at Tuesday’s sessions. Trump held one-on-one talks with the Emir of Qatar, Sheikh Tamim bin Hamad al-Thani, and will meet with United Arab Emirates President Mohammed bin Zayed Al Nahyan later. The Gulf nations are not part of the G7, but Macron extended invitations to the leaders to take part in the summit at a fraught moment for the region.</p><p>Trump expressed frustration over Israel’s continued hostilities with the Iranian-backed militia Hezbollah in Lebanon, telling reporters he’s “not happy with the way Israel has handled themselves with Lebanon and with Hezbollah.”</p><p>“They should have been able to deal with them faster,” Trump added about Israeli operations to target Hezbollah.“It just goes on forever. And when that happens, it throws a negative light on the big deal. And that’s the deal with Iran.”</p><p>G7 leaders also convened a working lunch to discuss the situation in the Middle East, with conversation expected to focus on the path ahead after the U.S.-Iran ceasefire agreement.</p><p>In recent months, Trump has had sharp disagreements with Macron, British Prime Minister Keir Starmer, German Chancellor Friedrich Merz and Italian Prime Minister Giorgia Meloni over his failure to consult them before the decision to go to war in Iran. Trump has threatened reprisals, including drawing down U.S. troops in all four countries, all NATO members, for their lack of support.</p><p>Despite those disagreements, U.S. allies seek rapid progress that could ease the economic impact of rising oil prices caused by the blockade of the Strait of Hormuz.</p><p>Macron said France and other Western partners are “ready to take action very quickly” to help reopen the strait peacefully. France and the U.K. have championed a mission to restore maritime security in the strait as soon as conditions allow.</p><p>The G7 comprises France, the United States, Canada, Germany, Italy, Japan and the United Kingdom. Other guest nations at this summit, including Brazil, India, Kenya and South Korea, were invited to participate in some discussions.</p><p>___</p><p>Madhani reported from Geneva. Jill Lawless and Samuel Petrequin in London contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5UQGUUUKYKS7KY2ISDVGIGI3BU.jpg?auth=4aa6cf74d613c53cd02a345b709594306f9643d907bff3fa958a40870ab11739&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[U.S. President Donald Trump, right, holds up a jersey with the number 47 on it as British Prime Minister Keir Starmer, left, and German Chancellor Friedrich Merz look on during a working session at the G7 summit in Evian-les-Bains, France, Tuesday, June 16, 2026. (AP Photo/Thibault Camus, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Thibault Camus</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FLR5U2BW32QSBTOQQP42SVFN2Y.jpg?auth=4027acaa04d7284adfe6107a0d61cd91ff9d566728ce4bed13b7904eaffd7f3a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[From left, U.S. President Donald Trump, French President Emmanuel Macron and Ukrainian President Volodymyr Zelenskyy during a working session at the G7 summit in Evian-les-Bains, France, Tuesday, June 16, 2026. (AP Photo/Thibault Camus, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Thibault Camus</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/N54CAJPYMYVM7HSRGIDDAWO22I.jpg?auth=9cdb26bd7af335858f17743e3a5bf57401e03418b57f6f2b30e760ad9fbf319d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[French President Emmanuel Macron, right, walks with Ukrainian President Volodymyr Zelenskyy at the Hotel Royal for the G7 Summit in Evian-les-Bains, France, Tuesday, June 16, 2026. (Yoan Valat/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Yoan Valat</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VBSRDGX76T53LL4MRVGV4AS67E.jpg?auth=2a8707a6b995483267bb52c07702cb47f0eb64f49fd923615211918ae53d6240&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[French President Emmanuel Macron, right, welcomes Ukrainian President Volodymyr Zelenskyy at the Hotel Royal for the G7 Summit in Evian-les-Bains, France, Tuesday, June 16, 2026. (Yoan Valat/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Yoan Valat</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JUNUJUQIBDPS6QCLA3IW4UBKVE.jpg?auth=17687e3b2e8b25caf54acda247e7cfd79892013bb4dbb0b09fac9f94f0d49072&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States Secretary of State Marco Rubio, center, speaks with U.S. President Donald Trump, left, during a working session at the G7 summit in Evian-les-Bains, France, Tuesday, June 16, 2026. (AP Photo/Thibault Camus, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Thibault Camus</media:credit></media:content></item><item><title><![CDATA[Pete Crow-Armstrong hits for the cycle as the Cubs walk off the Rockies, 5-4]]></title><link>https://www.local10.com/sports/2026/06/16/pete-crow-armstrong-hits-for-the-cycle-as-the-cubs-walk-off-the-rockies-5-4/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/16/pete-crow-armstrong-hits-for-the-cycle-as-the-cubs-walk-off-the-rockies-5-4/</guid><dc:creator><![CDATA[By LUKE DeCOCK, Associated Press]]></dc:creator><description><![CDATA[CHICAGO (AP) — Pete Crow-Armstrong became the first major league player to hit for the cycle this season as the Chicago Cubs rallied for a 5-4 victory over the Colorado Rockies on Monday night.]]></description><pubDate>Tue, 16 Jun 2026 06:00:21 +0000</pubDate><content:encoded><![CDATA[<p>CHICAGO (AP) — Pete Crow-Armstrong became the first major league player to hit for the cycle this season as the Chicago Cubs rallied for a 5-4 victory over the Colorado Rockies on Monday night.</p><p>Chicago trailed 4-3 in the ninth inning before Pedro Ramírez hit an RBI single off Seth Halvorsen with the bases loaded and nobody out. Matt Shaw then walked on five pitches to force home the winning run.</p><p>Cole Carrigg's three-run homer off Caleb Thielbar in the eighth, his third home run in seven big league games, gave the Rockies a 4-2 lead. Crow-Armstrong's sacrifice fly in the bottom half pulled Chicago within one.</p><p>Crow-Armstrong extended his on-base streak to 19 games with his second leadoff home run in three games, a 434-foot shot center field off Michael Lorenzen.</p><p>Crow-Armstrong led off the third with a triple to center. He doubled in the fifth and singled leading off the seventh for the 13th cycle in Cubs history and second since 1993.</p><p>A triple short of a cycle on Saturday, Crow-Armstrong joined Hack Wilson (1930) as the only Cubs center fielders to hit for the cycle since 1901.</p><p>Crow-Armstrong finished 4 for 4 with two RBIs but only scored once as the Cubs went 0 for 9 with runners in scoring position until the ninth. He was picked off first base by Brennan Bernardino after his single.</p><p>Daniel Palencia (2-1) pitched a scoreless ninth for the Cubs (38-35).</p><p>Juan Mejia (1-6) took the loss for the Rockies (27-46).</p><p>Chicago starter Shota Imanaga allowed one run over 5 2/3 innings. He was lifted with two on before reliever Phil Maton walked Carrigg to force home Colrado's first run.</p><p>With the score tied 1-all in the sixth, Shaw tripled into the right-field corner to score Moises Ballesteros from first.</p><p>Ramírez entered as a pinch hitter in the eighth.</p><p>Up next</p><p>Rockies RHP Ryan Feltner (2-2, 5.20 ERA) starts Tuesday against Cubs RHP Edward Cabrera (4-3, 4.86).</p><p>___</p><p>AP MLB: https://apnews.com/hub/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RJFAWBIHLWKAHNW2WQZZQIVQQU.jpg?auth=1d2275981fd45d3a9c648978c260490b985b0e4f6d7c8af90f09c6020a2b5694&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Chicago Cubs' Pete Crow-Armstrong watches his solo home run during the first inning of a baseball game against the Colorado Rockies in Chicago, Monday, June 15, 2026. (AP Photo/Nam Y. Huh)]]></media:description><media:credit role="author" scheme="urn:ebu">Nam Y. Huh</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QW442VHAS72BFJ7N25O2RMSN6M.jpg?auth=86fe024539c87c0bc8b84afe7016da1f5ba492581ba8ccb60ebd370ae3a9735a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Chicago Cubs' Pete Crow-Armstrong reacts as he rounds the bases after hitting a solo home run during the first inning of a baseball game against the Colorado Rockies in Chicago, Monday, June 15, 2026. (AP Photo/Nam Y. Huh)]]></media:description><media:credit role="author" scheme="urn:ebu">Nam Y. Huh</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AIJDKAOEMTINVKZCTIEWVJJKCI.jpg?auth=14a850039425331a995cd07a4a608fe6ec14aeeabfe14fd377bcc1e895f5c869&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Chicago Cubs' Pete Crow-Armstrong, right, celebrates with Michael Busch after hitting a solo home run during the first inning of a baseball game against the Colorado Rockies in Chicago, Monday, June 15, 2026. (AP Photo/Nam Y. Huh)]]></media:description><media:credit role="author" scheme="urn:ebu">Nam Y. Huh</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/42HOTMQGPB6VLOZE2HMQPXZKQ4.jpg?auth=d8ed23b80df1ac22d137c4c8e4ec2a82630c7cb82e1e39c0d5b4e379fcfc9462&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Chicago Cubs' Pete Crow-Armstrong hits a single to complete the cycle during the seventh inning of a baseball game against the Colorado Rockies in Chicago, Monday, June 15, 2026. (AP Photo/Nam Y. Huh)]]></media:description><media:credit role="author" scheme="urn:ebu">Nam Y. Huh</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RRCPU5AZQ44FLDI4GFAZ2IJMGY.jpg?auth=f067cefb8bb434c4baf360a8607569d82caaa72979f1a7d5b740e279daf72615&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Chicago Cubs' Pete Crow-Armstrong waves to fans after hitting a single to complete the cycle during the seventh inning of a baseball game against the Colorado Rockies in Chicago, Monday, June 15, 2026. (AP Photo/Nam Y. Huh)]]></media:description><media:credit role="author" scheme="urn:ebu">Nam Y. Huh</media:credit></media:content></item><item><title><![CDATA[Can $100 million overcome a Trump endorsement? What to watch in Tuesday's elections]]></title><link>https://www.local10.com/news/politics/2026/06/16/can-100-million-overcome-a-trump-endorsement-what-to-watch-in-tuesdays-elections/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/16/can-100-million-overcome-a-trump-endorsement-what-to-watch-in-tuesdays-elections/</guid><dc:creator><![CDATA[By JONATHAN J. COOPER and JESSE BEDAYN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — An endorsement from President Donald Trump is worth a lot in Republican primaries. But is it worth more than $100 million in Georgia? Can it propel a congressman past an insurgent outsider in Alabama? Can it transform a candidate into a front-runner in Oklahoma?]]></description><pubDate>Tue, 16 Jun 2026 11:02:33 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — An endorsement from President Donald Trump is worth a lot in Republican primaries. But is it worth more than $100 million in Georgia? Can it propel a congressman past an insurgent outsider in Alabama? Can it transform a candidate into a front-runner in Oklahoma?</p><p>Trump has been at the center of this year's midterm campaigns, and his influence will be tested in different ways Tuesday as four states and the District of Columbia hold primaries.</p><p>Among Democrats, the primaries will hinge on longstanding divides between progressives and moderates as the party tries to chart the best path forward to November.</p><p>Here are a few things to watch as voters go to the polls in Alabama, California, the District of Columbia, Georgia and Oklahoma.</p><p>How much is a Trump endorsement worth?</p><p>Nothing is certain in politics, but a “complete and total endorsement” from Trump is about the surest path possible to winning a Republican primary.</p><p>Rick Jackson is testing that truism in his campaign for Georgia governor. The healthcare tycoon, who faces Trump-backed Lt. Gov. Burt Jones in a runoff, has given his campaign more than $100 million to try to convince Republican primary voters to overlook Trump's advice.</p><p>Trump endorsed Jones more than a year ago and reiterated his support last week, praising Jones' “Courage and Wisdom” in a social media post. Rarely has the power of Trump's endorsement been tested against such a lopsided spending disparity.</p><p>Jones finished first with 38% and Jackson second with 33% in the May 19 primary. Now the election to lead one of the nation's preeminent battleground states will be decided by the voters who didn't back either of them.</p><p>Meanwhile, Oklahoma's Republican primary for governor will test Trump's endorsement in a different way. There, the president weighed in late, throwing his support two weeks ago to former state Sen. Mike Mazzei among a crowded field without a clear front-runner. The race will go to a runoff if no candidate gets a majority.</p><p>Trump is used to getting his way, but earlier this month his choice for governor of Iowa, U.S. Rep. Randy Feenstra, lost to Zach Lahn in the state's primary.</p><p>MAGA becomes the insider movement and faces an outsider</p><p>Trump rose to power as an outsider, the head of a “Make America Great Again” movement keen to bulldoze the old political order.</p><p>But now the onetime insurgent sits atop a sprawling establishment. What happens when he endorses an insider candidate?</p><p>That question is at the heart of the Republican primary runoff for Alabama's open Senate seat.</p><p>Trump is backing U.S. Rep. Barry Moore, a three-term congressman who has promised to be “a warrior for President Trump’s ‘America First’ agenda" if elected.</p><p>He faces former Navy SEAL Jared Hudson, who is presenting himself as a Washington outsider, trying to harness the anti-establishment fervor that propelled Trump to power to defeat Trump’s preferred candidate.</p><p>Alabama is a Republican stronghold, so whoever wins the primary will be heavily favored to prevail in November over either candidate in Tuesday's Democratic runoff, business owner Dakarai Larriett and lawyer Everett Wess.</p><p>The seat is being vacated by Sen. Tommy Tuberville, the Republican nominee in the race for Alabama governor.</p><p>DC mayor’s race features a democratic socialist and a new voting system</p><p>One of the leading Democratic contenders in the District of Columbia mayor's race, Janeese Lewis George, describes herself as a democratic socialist, a political denomination that became more prominent with Sen. Bernie Sanders' presidential campaigns.</p><p>George’s bid for the party’s nomination is not so far removed from democratic socialist Zohran Mamdani's upset victory for New York City mayor last year. And, as in New York, the race has drawn national attention, including the president's.</p><p>Trump indicated days before the mayoral primary election that he might take over the city if George wins, saying “we won’t put up with it.” George called Trump’s threat “an attack on democracy itself.”</p><p>The overwhelmingly Democratic city's relationship to the president is a focal point of the campaigns as Trump has exercised broad power over Washington, D.C. That’s included an open-ended deployment of National Guard troops in the streets and his culling of the federal workforce, a chunk of the city’s jobs.</p><p>Some residents were frustrated that the mayor, Muriel Bowser, didn’t push back enough on the administration. Part of George’s platform on her website, which heavily focuses on affordability, is to “protect Home Rule” with “leaders that stand up and fight back, not shrink in the face of injustice.”</p><p>George and another Democrat, Kenyan McDuffie, who’s focused on public safety, are two of the seven candidates whose race will be the first decided with D.C.’s new ranked choice voting system.</p><p>Like a handful of other places, D.C. voters will rank the candidates on a ballot, and if no one crosses 50% of the popular vote, then residents' second choices come into play. That happened in Maine, where election officials started counting ranked choice votes for governor and a key House race three days after election night.</p><p>In D.C., election officials have warned the new system could delay results by days.</p><p>Election denial looms over race for Georgia secretary of state</p><p>Six years ago, Georgia Secretary of State Brad Raffensperger resisted Trump’s unfounded claims of election fraud and his request to “find 11,780 votes” to overtake Democrat Joe Biden.</p><p>Now, in the first open election for the seat since Raffensperger’s defiance, the two Republicans in the runoff echo Trump’s falsehoods to varying degrees.</p><p>Candidate Vernon Jones, who was previously elected to the statehouse as a Democrat but switched parties and aligned himself with Trump, has said he believes there were “irregularities” and “violations” and he stands “with those who believe there was election fraud.”</p><p>Of four key points on Jones’ campaign platform, three have to do with election management, including stronger voter identification rules and requiring voting in person with limited exceptions.</p><p>Jones’ runoff opponent, state Rep. Tim Fleming, has tiptoed around the topic, saying there were “irregularities” in 2020 but adding he’s “not running on conspiracy theories.”</p><p>Still, of the seven platform points on his campaign website, four are focused on election management and one says the state should "make it impossible for the Left to cheat in our elections.”</p><p>Skepticism of elections flared up recently in California after Trump made a baseless claim that Democrats were cheating to defeat a Republican candidate for governor and another for Los Angeles mayor.</p><p>Soon after, the U.S. attorney's office in Los Angeles, led by Trump appointee Bill Essayli, said it was opening fraud investigations related to the elections.</p><p>A special election to fill Eric Swalwell’s seat after sexual assault allegations</p><p>Eric Swalwell resigned from the U.S. House in April after a woman alleged he had sexually assaulted her twice, saying she was too intoxicated to consent to sex in both cases.</p><p>The Democrat has denied the accusations, but he dropped out of the race for California governor and resigned from Congress.</p><p>That’s what prompted a special primary election Tuesday, when both Republican and Democratic candidates will compete to serve out Swalwell’s term until January. If a candidate gets more than 50% of the vote Tuesday, that candidate wins outright, otherwise the top two contenders will go to a runoff election Aug. 18.</p><p>The Democratic candidates, favored to win in the blue district covering several East Bay cities, include Aisha Wahab, a state senator, and Melissa Hernandez, a Bay Area Rapid Transit director.</p><p>It's a competition between the more progressive Wahab, who's established in California politics, and Hernandez, a local politician who sits closer to the political center. To lower costs, Wahab takes aim at “corporate profiteering” and argues for an expansion to social safety nets. Hernandez focuses on local job growth and supporting small businesses.</p><p>Both candidates also ran in the regular primary election for Swalwell’s seat and will face off in the general election in November. Whoever wins that race will take over next year.</p><p>___</p><p>This story has been corrected to show Trump wanted to find 11,780, not 11,800, votes.</p><p>___</p><p>Cooper reported from Phoenix, Bedayn from Austin, Texas.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CRH5YOEG5RADBNUVH4S4GF7R44.jpg?auth=ea7034153eeade3889b3725d1d9a4d0e14bd7e10f3f1356ebd4d56525b5e2e24&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Republican presidential nominee former President Donald Trump arrives for a faith town hall with Georgia Lt. Gov. Burt Jones, Oct. 23, 2024, in Zebulon, Ga. (AP Photo/Alex Brandon, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AHP77U6LWNJIVE7BP2L4GW4C7U.jpg?auth=3af4142080e4c633e6f968a5f95c830626abcac7a212774fa350780974405e70&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[District of Columbia mayoral candidate Janeese Lewis George walks down a street while canvassing in a Washington, neighborhood, Monday, June 15, 2026. (AP Photo/Matt Brown)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Brown</media:credit></media:content></item><item><title><![CDATA[6.7-magnitude earthquake shakes part of Indonesia, causing damage and injuries]]></title><link>https://www.local10.com/news/world/2026/06/16/67-magnitude-earthquake-shakes-part-of-indonesia-causing-scattered-damage/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/16/67-magnitude-earthquake-shakes-part-of-indonesia-causing-scattered-damage/</guid><dc:creator><![CDATA[By MOHAMMAD TAUFAN, Associated Press]]></dc:creator><description><![CDATA[PALU, Indonesia (AP) — A 6.7 magnitude earthquake shook part of central Indonesia’s Sulawesi island Tuesday, injuring at least eight people, causing scattered damage and rattling residents of a city devastated by a quake and tsunami eight years ago.]]></description><pubDate>Tue, 16 Jun 2026 09:40:15 +0000</pubDate><content:encoded><![CDATA[<p>PALU, Indonesia (AP) — A 6.7 magnitude earthquake shook part of central Indonesia’s Sulawesi island Tuesday, injuring at least eight people, causing scattered damage and rattling residents of a city devastated by a quake and tsunami eight years ago.</p><p>The strong shaking sent people fleeing into open areas in and around Palu, a city of about 400,000 people and the capital of Central Sulawesi province. Several hospitals evacuated patients, some with IV drips, outdoors as a safety measure.</p><p>Three regencies close to the epicenter — with a combined population of 1.2 million — have yet to be fully assessed. At least eight people were reported injured in Sigi and rushed to a nearby hospital, including two with serious injuries, according to the National Search and Rescue Agency.</p><p>Images from the area showed heavily damaged structures with partially collapsed roofs, shattered walls and debris scattered across the streets. The National Disaster Management Agency said information on the damage, possible casualties and displaced people was still being gathered.</p><p>“We have evacuated all guests from the hotel, including several guests who remained in their rooms,” said Effendi Natali, a general manager of a four-star hotel in Palu.</p><p>“They all panicked, which is a natural reaction during an earthquake, but everyone is safe,” Natali said, adding that the hotel sustained only minor damage.</p><p>The initial quake was centered 43 kilometers (27 miles) east-southeast of Palu, and the U.S. Geological Survey said it was about 10 kilometers (6 miles) deep. Several aftershocks followed, the strongest being 5.2 magnitude.</p><p>People also moved away from coastal areas as a precaution in case the quake set off a tsunami. Indonesia's Meteorology, Climatology and Geophysical Agency said there was no danger of a tsunami but warned aftershocks could continue.</p><p>“The earthquake shaking was extremely strong,” Palu resident Muhtar Ahmad said. “We are still traumatized by the previous earthquake, so we chose to remain outside because we are afraid that aftershocks may continue.”</p><p>Indonesia is crossed by several seismic faults, and earthquakes and volcanic activity are common.</p><p>Many Sulawesi residents are haunted by the magnitude 7.5 earthquake that devastated Palu in 2018, setting off a 3-meter (10-foot) high tsunami and a phenomenon called liquefaction in which soil collapses into itself. More than 4,000 people were killed, including many who were buried when whole neighborhoods were swallowed in the falling ground.</p><p>In January 2021, a magnitude 6.2 earthquake near the city of Mamuju on Sulawesi island left at least 100 people dead, with thousands sleeping outdoors for days out of fear of aftershocks.</p><p>___</p><p>Associated Press journalists Niniek Karmini and Edna Tarigan in Jakarta, contributed.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UNNIKN45JZ34JFTXKJ2ED75WWU.jpg?auth=cdae2349bbc9de46b1775edb52270d12d94535377403144748a23b4a03a25def&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A man talks on his mobile phone near a building damaged in an earthquake in Palu, Central Sulawesi, Tuesday, June 16, 2026. (AP Photo/Josua Marunduh)]]></media:description><media:credit role="author" scheme="urn:ebu">Josua Marunduh</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/U4SMFSG6OSS5GNXXUGASWQDOWM.jpg?auth=e47bec79a542d33a59b59ca21e5ca852a5be156959618572d5a8433c8b7028b6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Patients are evacuated outside a local hospital following an earthquake in Palu, Central Sulawesi, Indonesia Tuesday, June 16, 2026. (AP Photo/Taufan Bustan)]]></media:description><media:credit role="author" scheme="urn:ebu">Taufan Bustan</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KHOPFBTAWL7NARHPHZY7UTBHGI.jpg?auth=d3083417fea8b7ce9e982a692a36c2f61a2a648884eec49304b303debdd5f510&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Patients who were evacuated are seen outside of a local hospital following an earthquake in Palu, Central Sulawesi, Tuesday, June 16, 2026. (AP Photo/Taufan Bustan)]]></media:description><media:credit role="author" scheme="urn:ebu">Taufan Bustan</media:credit></media:content></item><item><title><![CDATA[Paris Hilton returns to Utah 'troubled teen' facility to support others who allege mistreatment]]></title><link>https://www.local10.com/entertainment/2026/06/16/paris-hilton-returns-to-utah-troubled-teen-facility-to-support-others-who-allege-mistreatment/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/16/paris-hilton-returns-to-utah-troubled-teen-facility-to-support-others-who-allege-mistreatment/</guid><dc:creator><![CDATA[By HANNAH SCHOENBAUM, Associated Press]]></dc:creator><description><![CDATA[SPRINGVILLE, Utah (AP) — Paris Hilton returned Monday to the Utah boarding school where she said she was abused as a teenager, the latest stop in her yearslong campaign calling for reforms to what is commonly known as the troubled teen industry.]]></description><pubDate>Tue, 16 Jun 2026 04:54:34 +0000</pubDate><content:encoded><![CDATA[<p>SPRINGVILLE, Utah (AP) — Paris Hilton returned Monday to the Utah boarding school where she said she was abused as a teenager, the latest stop in her yearslong campaign calling for reforms to what is commonly known as the troubled teen industry.</p><p>This time Hilton was speaking in support of two families who filed lawsuits Monday alleging that their children were mistreated at Provo Canyon School, the same facility where Hilton spent almost a year in the late 1990s. The hotel heiress and media personality alleges staff members beat her, watched her shower, fed her unknown pills and locked her in solitary confinement without clothing.</p><p>“I dreamed of becoming strong enough, successful enough and powerful enough to come back and be the hero that I needed when I was a little girl locked inside,” Hilton said. “Today is that day, and I am not backing down.”</p><p>The school is now under new ownership, and the administration has said it can’t comment on anything that came before the change, including Hilton’s time there.</p><p>Hilton, 45, called on Utah licensors to shut down the school. She has testified about her experiences there in Congress and state legislatures around the U.S., helping pass laws to protect teens in Utah and 15 other states. Utah has long played an outsized role in the troubled teen industry, a network of private, for-profit residential centers for children with behavioral issues.</p><p>State health officials imposed temporary restrictions on Provo Canyon School in May, saying the staff did not seek immediate medical care for a student with serious injuries. The restrictions, which include a prohibition on accepting new clients, are set to end Thursday.</p><p>Aleah Corona, the mother of the injured student, alleged in Monday's lawsuit that the school did not immediately help the 13-year-old after another resident slammed his head on the ground. The boy ended up with a fractured jaw and a traumatic brain injury, she said. Another family alleged their daughter had severe stomach pain and nausea for more than a week before the school sought proper medical attention. She then experienced kidney failure, their lawsuit alleges.</p><p>The school said it could not comment on specific cases due to patient privacy laws.</p><p>“At Provo Canyon School, the safety, dignity, and well-being of those entrusted to our care are our highest priorities,” the school said in a statement.</p><p>Hilton strutted toward the campus in Springville with her middle fingers raised, telling The Associated Press she refused to be intimidated by a place where she once feared for her life every day.</p><p>She warned that parents, like her own, can fall victim to misleading marketing tactics that portray teen facilities as safe.</p><p>“These places really just pray on parents who are just looking for help for their children,” Hilton said. “I wasn't a bad kid, I was just sneaking out at night, getting bad grades. I had ADHD, so I wasn't doing well in school, but this was definitely not the place that I should've been sent. My parents had no idea.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XXBBLP7XNT5BFWSXQ7KBL6OUUI.jpg?auth=b1cc8ed74cdfe96b3c4710ada0606394786537b7da8f5712249e1eab40197d73&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Paris Hilton protests outside the Provo Canyon School, where she says she suffered abuse as a teen, Monday, June 15, 2026, in Springville, Utah. (AP Photo/Hannah Schoenbaum)]]></media:description><media:credit role="author" scheme="urn:ebu">Hannah Schoenbaum</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YQIKZSN6FFH5ZDN5GL6KXU33BE.jpg?auth=743ead54c92382b80f36b08d7bd62da0b57b8cfa0817d27bf557cc43861a5cc2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Paris Hilton, left, stands alongside Aleah Corona, the mother of a student injured at the Provo Canyon School, during a news conference Monday, June 15, 2026, in Provo, Utah. (AP Photo/Hannah Schoenbaum)]]></media:description><media:credit role="author" scheme="urn:ebu">Hannah Schoenbaum</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PUO5IWISZZCQIGO5445DJ2HHVY.jpg?auth=d4029043bf7024e708d66833ad50963bdf01ff7c7bffbe61e820de654c1aa847&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Paris Hilton appears alongside fellow survivors of residential teen treatment facilities, Monday, June 15, 2026, in Provo, Utah. (AP Photo/Hannah Schoenbaum)]]></media:description><media:credit role="author" scheme="urn:ebu">Hannah Schoenbaum</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/REWRXV5FWWCJ7MZVFF7ZPKPQQQ.jpg?auth=7697033bc03557e3d02c51b509f0d9be9c9c35703c75cddf644768996e126f57&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Paris Hilton calls for a crackdown on the so-called troubled teen industry, Monday, June 15, 2026, in Provo, Utah. (AP Photo/Hannah Schoenbaum)]]></media:description><media:credit role="author" scheme="urn:ebu">Hannah Schoenbaum</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/37NQYUFR66VPYGCO7LTKJ3L3QI.jpg?auth=477a96b73a0a4dd531e52efdf0274d73b73eb002d8fd5c5f139463676e6fcb88&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Signage for the Provo Canyon School in Springville, Utah, is pictured Monday, June 15, 2026. (AP Photo/Hannah Schoenbaum)]]></media:description><media:credit role="author" scheme="urn:ebu">Hannah Schoenbaum</media:credit></media:content></item><item><title><![CDATA[Iran coach says team ordered out of US right after 2-2 draw with New Zealand in World Cup opener]]></title><link>https://www.local10.com/sports/2026/06/16/iran-coach-says-team-ordered-out-of-us-right-after-2-2-draw-with-new-zealand-in-world-cup-opener/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/16/iran-coach-says-team-ordered-out-of-us-right-after-2-2-draw-with-new-zealand-in-world-cup-opener/</guid><dc:creator><![CDATA[By GREG BEACHAM, Associated Press]]></dc:creator><description><![CDATA[INGLEWOOD, Calif. (AP) — The coach of Iran's World Cup team said it was ordered to leave the U.S. and return to its training base in Mexico only a few hours after opening its politically charged tournament by playing to a 2-2 draw with New Zealand on Monday night.]]></description><pubDate>Tue, 16 Jun 2026 05:07:36 +0000</pubDate><content:encoded><![CDATA[<p>INGLEWOOD, Calif. (AP) — The coach of Iran's World Cup team said it was ordered to leave the U.S. and return to its training base in Mexico only a few hours after opening its politically charged tournament by playing to a 2-2 draw with New Zealand on Monday night.</p><p>Coach Amir Ghalenoei didn't say who ordered the Iranians to leave earlier than planned. The team had expected to spend the night in California to maximize the normal recovery process after its opening game, only to be told after the match that everyone must immediately get on a plane for the 140-mile trip back to Tijuana.</p><p>“They didn’t even give us time to recover,” Ghalenoei said through an interpreter. “After the game today, they said to us, ‘You have to leave immediately.’ It’s very important for us to have time for recovery, (but) we are asked to get on a plane and return to our camp in Tijuana, and we are really troubled by that.”</p><p>The Iranians’ World Cup cycle has been in upheaval since the U.S. and Israel began a war against Iran on Feb. 28. Iran ultimately decided to compete even after FIFA rejected its request to move its three group-stage matches out of the U.S.</p><p>Iran captain Mehdi Taremi said the team endured five hours of travel and security checks during what's normally a very short trip from Tijuana to the Los Angeles area on Sunday.</p><p>“We don’t know why they are returning us, to be honest,” Ghalenoei said. “I think it’s very strange. It seems like others are doing the planning for us. The decision-making for us is being made elsewhere. We were supposed to come two nights before the game, and we were supposed to stay tonight to recover and return tomorrow at lunchtime. We have no idea why.</p><p>"I think our team is perhaps the most oppressed in the World Cup.”</p><p>Taremi and Ghalenoei both decried the team's lack of many important staff members — including the president of Iran's football federation, coaching support personnel and media officials — who were denied visas by the U.S., amplifying the team's difficult preparations.</p><p>“We have to leave Los Angeles right now, and it’s not good for us,” Taremi said about an hour after the match. “I think FIFA have to help us more than this. ... Everything is like a disaster, actually, for us.”</p><p>Ghalenoei said several players developed cramps during the game, which was played in mild conditions. He attributed the injury problems to the lack of proper preparation time caused by Iran's bureaucratic and diplomatic obstacles.</p><p>“Before the game, I said we haven’t had time to adjust because of the travel,” Ghalenoei said. “Many of our players, they had cramps, and that’s why we had to substitute them. So it wasn’t for technical reasons that we made substitutions. It was because of the injury and because of the cramp. They will be examined (Tuesday) by our technical staff, but the fact they delayed our arrivals and they are forcing us to go back early without time for recovery, they are making the situation more difficult."</p><p>The Iranians’ remaining two games in group stage play are against Belgium in Inglewood on Sunday, followed by a trip to Seattle to face Egypt next week.</p><p>Iran opened its World Cup with a disappointing draw to a team ranked 65 places lower in FIFA's rankings. Yet the Iranians also overcame two deficits in an exciting match, getting the tying goal from Mohammad Mohebi in the 64th minute before a strongly pro-Iranian crowd at SoFi Stadium near Los Angeles, which has the world’s largest population of Iranians outside Iran.</p><p>The game was played in a crackling atmosphere created in part by a conflicted, diasporic fan base which remains furious with the current Iranian government, but is still largely supportive of Team Melli.</p><p>While several hundred Iranian Americans protested the government outside, many fans from the diaspora jeered and turned their backs on the field during the national anthem. Dozens of Lion and Sun emblems — the centerpiece of Iran’s official flag before 1979 — were displayed in the crowd despite FIFA’s attempts to keep them away, while dozens more fans wore the Lion and Sun emblems on T-shirts.</p><p>Yet the vast majority of the crowd vocally supported the Iranian players once the match kicked off.</p><p>“It was an incredible atmosphere in the game, all 90 minutes,” Taremi said. “It was like at home for us.”</p><p>Elijah Just scored early in each half for New Zealand, but Iran responded twice with a pair of beautiful goals, including Mohebi’s header off a perfect pass from Ramin Rezaeian, who had scored off the side of his boot in the first half.</p><p>Mohebi appeared to mime the shooting of a gun after his goal, setting off criticism online. He also made the now-ubiquitous “ice in my veins” gesture originated 10 miles away from SoFi Stadium by Los Angeles Lakers rookie D’Angelo Russell a decade ago, before he held up a heart to the cheering fans.</p><p>“The Iranians who live in Los Angeles, they make a great atmosphere,” Mohebi said. “That celebration, it comes in the mind, and I did like this" — motioning to his arm — "for all the fans. Just a celebration.”</p><p>Players from both teams embraced and shook hands after the final whistle, with at least one jersey swap occurring. While Ghalenoei sat by himself in the dugout, his players gathered together and walked around the field applauding their remaining thousands of flag-shaking, roaring fans.</p><p>Both of Iran’s next two matches are tougher on paper, endangering their chances of getting out of the World Cup group stage for the first time. Iran, Belgium, Egypt and New Zealand have one point apiece after the opening round.</p><p>“We’re facing more hurdles, but we’re not going to let that stop us from doing our best,” Ghalenoei said. “I think today was one of the best games in the World Cup so far, and I think the fans really enjoyed it inside the stadium and outside the stadium.”</p><p>___</p><p>Associated Press writer Amy Taxin and AP Sports Writer Beth Harris contributed to this report.</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/IV2NIEJFLMMP4W3EJQIYE6WB44.jpg?auth=2b7726e82bf7a8eef0dc17d098bb900df4fdd317ebf5cb98c4b306bfca3f271d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Iran's Ramin Rezaeian (23) celebrates with his teammates after scoring a goal during the World Cup Group G soccer match between Iran and New Zealand in Inglewood, Calif., near Los Angeles, Monday, June 15, 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/A7YESRIXHBTJZI5ZO45RUIXC4I.jpg?auth=66825349a43aefdae3db0790dae91a1d8e018c8c0c528026f867b40628a1bbc9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Iran's Ramin Rezaeian (23) celebrates after scoring a goal during the World Cup Group G soccer match between Iran and New Zealand in Inglewood, Calif., near Los Angeles, Monday, June 15, 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/BTPUSEKSXNFIKZM642KCSKG4JI.jpg?auth=cf733563a4e5c65990a7d34b3c6f6c2dc0bfd8b6b7b0099952e800bc8488a020&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Iran's Milad Mohammadi (5) jumps over New Zealand's Callum McCowatt (20) during the World Cup Group G soccer match between Iran and New Zealand in Inglewood, Calif., near Los Angeles, Monday, June 15, 2026. (AP Photo/Mark J. Terrill)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark J. Terrill</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GTHECPQCRY3B6NH6C2ZQYYBBSA.jpg?auth=4c84008b82d01d040160d17fe57a955159ecef22c93c75882d3bc2fccc9274b8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Iran's Arya Yousefi (17) and New Zealand's Joe Bell (6) battle for the ball during the World Cup Group G soccer match between Iran and New Zealand in Inglewood, Calif., near Los Angeles, Monday, June 15, 2026. (AP Photo/Mark J. Terrill)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark J. Terrill</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RSELM2AJJLHQBI5MWYLYMRP6XM.jpg?auth=c3f13899dea59a241e98b71e15196c7b1bdae151fd6771198a0e7fe9fb22069b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[An attendees holds an Iranian flag with an "X" on it before the World Cup Group G soccer match between Iran and New Zealand in Inglewood, Calif., near Los Angeles, Monday, June 15, 2026. (AP Photo/Mark J. Terrill)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark J. Terrill</media:credit></media:content></item><item><title><![CDATA[Dustin May perfect into 7th inning and completes 1-hitter as Cardinals blank Padres 3-0]]></title><link>https://www.local10.com/sports/2026/06/15/dustin-may-perfect-into-7th-inning-and-completes-1-hitter-as-cardinals-blank-padres-3-0/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/15/dustin-may-perfect-into-7th-inning-and-completes-1-hitter-as-cardinals-blank-padres-3-0/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[ST. LOUIS (AP) — Dustin May took a perfect game into the seventh inning before finishing a one-hitter as the St. Louis Cardinals beat the San Diego Padres 3-0 on Monday night.]]></description><pubDate>Tue, 16 Jun 2026 06:12:27 +0000</pubDate><content:encoded><![CDATA[<p>ST. LOUIS (AP) — Dustin May took a perfect game into the seventh inning before finishing a one-hitter as the St. Louis Cardinals beat the San Diego Padres 3-0 on Monday night.</p><p>Jimmy Crooks had a two-run double and Alec Burleson added an RBI double for the Cardinals, who won for the eighth time in 11 games.</p><p>May (5-6) struck out nine and walked one. He threw 69 of his 101 pitches for strikes during his first complete game in 71 major league starts.</p><p>The 28-year-old right-hander didn’t allow a baserunner until he walked Fernando Tatis Jr. to begin the seventh. Manny Machado singled one out later, putting runners at the corners, but Gold Glove shortstop Masyn Winn turned a nifty double play on Gavin Sheets’ grounder up the middle to keep it 3-0.</p><p>May struck out the side in the sixth and eighth. He became the first Cardinals starter to get an out in the eighth inning this year and the first to go the distance since Sonny Gray threw a one-hitter against the Guardians on June 27 last season.</p><p>It was the ninth complete game and sixth individual shutout in the majors this season.</p><p>Center fielder Jackson Merrill robbed Burleson of a home run against Lucas Giolito leading off the fourth. Giolito retired eight in a row before Lars Nootbaar and Winn had two-out singles. Crooks followed with a double to left-center for a 2-0 lead.</p><p>Iván Herrera walked with two outs in the fifth and advanced on a wild pitch before scoring on Burleson's double.</p><p>Giolito (2-2) allowed three runs and seven hits in five innings of relief after opener Wandy Peralta pitched a scoreless first. Kyle Hart gave up one hit over two innings.</p><p>Hart was recalled from Triple-A El Paso when the Padres placed closer Mason Miller on the bereavement list. Miller, who leads the majors with 19 saves, will miss the series.</p><p>Padres manager Craig Stammen served a one-game suspension after Major League Baseball ruled that reliever Ron Marinaccio intentionally hit Baltimore's Gunnar Henderson with a pitch on Saturday. Marinaccio received a three-game suspension, but he appealed and remains eligible to pitch.</p><p>Up next</p><p>Padres RHP Michael King (4-5, 3.46 ERA) starts Tuesday opposite Cardinals RHP Andre Pallante (7-4, 3.88).</p><p>___</p><p>AP MLB: https://apnews.com/hub/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OFAFLUBWORCWC3AWIYV7YV4MX4.jpg?auth=5b9e899f10c621f00d693e152cd984d1d0d6b585db5b59d38672ca0a22c993b1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[St. Louis Cardinals starting pitcher Dustin May celebrates after the team defeated the San Diego Padres in a baseball game, Monday, June 15, 2026, in St. Louis. (AP Photo/Joe Puetz)]]></media:description><media:credit role="author" scheme="urn:ebu">Joe Puetz</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/APF7ZLY3IDLJFUR5Z2PVAFKDGI.jpg?auth=c52d983a3b23386560d542404acffcb32547c408e6f1e7c38342268ea84deb87&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[St. Louis Cardinals starting pitcher Dustin May throws in the ninth inning of a baseball game against the San Diego Padres, Monday, June 15, 2026, in St. Louis. (AP Photo/Joe Puetz)]]></media:description><media:credit role="author" scheme="urn:ebu">Joe Puetz</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UIMCN6JM2J3SNX3P4476BPWNQU.jpg?auth=dec6f78571eadb5764b3ff63ee0e5cfe9fcb62c27affa53a10f2167dfef300d8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[St. Louis Cardinals starting pitcher Dustin May, center, is doused after the team defeated the San Diego Padres in a baseball game, Monday, June 15, 2026, in St. Louis. (AP Photo/Joe Puetz)]]></media:description><media:credit role="author" scheme="urn:ebu">Joe Puetz</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YPIOSQI4SJMZSJPE3MVIVNX27I.jpg?auth=a8a640e7be9080635ff37da91f2562a7cad103b6c4d68c6e40ce260ede19468f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[San Diego Padres' Manny Machado (13) is out at second base as St. Louis Cardinals shortstop Masyn Winn, right, turns a double play in the seventh inning of a baseball game, Monday, June 15, 2026, in St. Louis. (AP Photo/Joe Puetz)]]></media:description><media:credit role="author" scheme="urn:ebu">Joe Puetz</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SE4XKCF6PQIMUZOLRKRCUK5K3A.jpg?auth=98fe321ceedf1504c8eecf6f5799e7aaf7e9713bd979b90129d00f787de705c2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[San Diego Padres center fielder Jackson Merrill jumps at the wall and catches a fly ball hit by St. Louis Cardinals' Alec Burleson in the fourth inning of a baseball game, Monday, June 15, 2026, in St. Louis. (AP Photo/Joe Puetz)]]></media:description><media:credit role="author" scheme="urn:ebu">Joe Puetz</media:credit></media:content></item><item><title><![CDATA[FHP cruiser crash on Turnpike leaves 2 troopers seriously hurt]]></title><link>https://www.local10.com/news/local/2026/06/15/fhp-cruiser-crash-closes-turnpike-near-medley-2-seriously-hurt/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/15/fhp-cruiser-crash-closes-turnpike-near-medley-2-seriously-hurt/</guid><dc:creator><![CDATA[Chris Gothner, Roy Ramos]]></dc:creator><description><![CDATA[A serious crash involving a Florida Highway Patrol cruiser shut down Florida’s Turnpike near Medley on Monday morning.]]></description><pubDate>Mon, 15 Jun 2026 15:20:19 +0000</pubDate><content:encoded><![CDATA[<p>A serious crash involving a Florida Highway Patrol cruiser shut down all lanes of Florida’s Turnpike near Medley on Monday morning.</p><p><a href="https://www.local10.com/espanol/2026/06/15/choque-de-una-patrulla-de-la-fhp-provoca-el-cierre-de-la-turnpike-cerca-de-medley-dos-heridos-de-gravedad/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/15/choque-de-una-patrulla-de-la-fhp-provoca-el-cierre-de-la-turnpike-cerca-de-medley-dos-heridos-de-gravedad/">Leer en español</a></p><p>Dispatch data indicates that the crash happened at around 11 a.m. near Northwest 106th Street.</p><p>According to FHP, two state troopers suffered serious injuries. FHP identified them as Trooper Amaury Quinones, 32, and Sgt. Alexis Otano, 54. </p><p>They were taken to HCA Florida Kendall Hospital. An FHP spokesperson said the injured troopers are expected to survive.</p><p>Video from Sky 10 shows a mangled FHP Dodge Charger that appears to have collided with one of the agency’s trailers. It additionally shows a damaged Cadillac SUV in the middle of the roadway.</p><p>According to FHP, both FHP vehicles had been driving together when the FHP truck towing the trailer got a flat tire. </p><p>After both troopers pulled to the shoulder to deal with the issue, agency officials said the Cadillac’s 28-year-old driver, Yasmel Rodriguez Moreno, veered off the roadway and hit the Charger, hitting a trooper standing near the trailer and also injuring the trooper sitting inside of the Charger.</p><p>“They are extremely lucky to have survived that incident,” FHP Chief Matthew Williams said at a news conference outside of the hospital. “(It) obviously could’ve been a lot worse.”</p><p>Williams said the crash serves as a reminder for drivers to heed the state’s move-over law.</p><p>Rodriguez Moreno was treated at an area hospital for minor injuries. Authorities said they took a blood sample from him to determine whether he was impaired at the time of the crash.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Deputies investigating Miami-Dade stabbing, victim in critical condition]]></title><link>https://www.local10.com/news/local/2026/06/15/deputies-investigating-miami-dade-stabbing-victim-in-critical-condition/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/15/deputies-investigating-miami-dade-stabbing-victim-in-critical-condition/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[Authorities in Miami-Dade County are investigating a stabbing incident. ]]></description><pubDate>Tue, 16 Jun 2026 02:13:41 +0000</pubDate><content:encoded><![CDATA[<p>Authorities in Miami-Dade County are investigating a stabbing incident. </p><p>It happened around 6:15 p.m. Monday in the area of the 16000 block of Northeast Fourth Avenue. </p><p>According to the Miami-Dade Sheriff’s Office, deputies responded to reports of a stabbing to find a man who appeared to be suffering from apparent stab wounds. </p><p>Miami-Dade Fire Rescue crews rushed the man to a nearby hospital in critical condition, authorities said. </p><p>Deputies did not provide any information on any potential suspects or persons of interest. </p><p>Anyone with information is urged to contact Miami-Dade Crime Stoppers at 305-471-TIPS. </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 Fan Festival hosts World Cup watch parties in downtown Miami]]></title><link>https://www.local10.com/sports/2026/06/15/fifa-fan-festival-hosts-world-cup-watch-parties-in-downtown-miami/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/15/fifa-fan-festival-hosts-world-cup-watch-parties-in-downtown-miami/</guid><dc:creator><![CDATA[Jason Carter, Andrea Torres]]></dc:creator><description><![CDATA[World Cup fans at the FIFA Fan Festival had four free watch parties on Monday in downtown Miami. ]]></description><pubDate>Mon, 15 Jun 2026 21:38:59 +0000</pubDate><content:encoded><![CDATA[<p>World Cup fans at the FIFA Fan Festival had four free watch parties on Monday in downtown Miami. </p><p>As the tournament’s group-stage matches continued, fans watched from Bayfront Park as Cape Verde stopped Spain during an unexpected 0-0 draw. </p><p>The international crowd at the fan festival watched Belgium vs. Egypt, a <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> match, as FIFA ticket holders arrived at the Miami Stadium. </p><p>The venue, better known as the Hard Rock Stadium in Miami Gardens, is hosting Saudi Arabia vs. Uruguay, a <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> match, at 6 p.m. </p><p>Fans will have to watch Iran vs. New Zealand, a <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> match, at home since the festival, at 301 Biscayne Boulevard, closes at 9 p.m. </p><p><b>More local World Cup coverage</b></p><ul><li><a href="https://www.local10.com/sports/2026/06/15/miami-stadium-to-host-1st-fifa-world-cup-2026-match-in-just-hours/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/15/miami-stadium-to-host-1st-fifa-world-cup-2026-match-in-just-hours/">Miami Stadium hosts 1st of 7 FIFA World Cup 2026 matches</a></li><li><a href="https://www.local10.com/sports/2026/06/15/dona-paulina-serves-fifa-world-cup-spirit-to-uruguayans-in-miami-dade/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/15/dona-paulina-serves-fifa-world-cup-spirit-to-uruguayans-in-miami-dade/">Doña Paulina serves FIFA World Cup spirit to Uruguayans in Miami-Dade</a> </li><li><a href="https://www.local10.com/sports/2026/06/15/fifa-displays-world-cup-trophy-for-8-hours-at-miamis-freedom-tower/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/15/fifa-displays-world-cup-trophy-for-8-hours-at-miamis-freedom-tower/">FIFA displays World Cup trophy for 8 hours at Miami’s Freedom Tower </a></li><li><a href="https://www.local10.com/news/local/2026/06/15/fans-react-to-parking-situation-prices-around-miami-stadium-for-fifa-world-cup/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/15/fans-react-to-parking-situation-prices-around-miami-stadium-for-fifa-world-cup/">Fans react to parking situation, prices around Miami Stadium for FIFA World Cup</a></li><li><a href="https://www.local10.com/news/local/2026/06/15/miami-beach-admits-mistake-after-restaurant-told-to-remove-world-cup-flags/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/15/miami-beach-admits-mistake-after-restaurant-told-to-remove-world-cup-flags/">Miami Beach admits mistake after restaurant told to remove World Cup flags</a></li></ul><h3><b>Groups’ stage progress </b></h3><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/">Cape Verde holds Spain to a 0-0 draw</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/">Belgium and Egypt each get 1 point</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/">Sweden 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 and Ivory Coast each get 3 points </a></p><p><b>Group D</b>: <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/">Australia and United States each get 3 points </a></p><p><b>Group C</b>: <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/">Brazil and Morocco each get 1 point; Scotland gets 3 points</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/">Qatar and Switzerland each get 1 point</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 and South Korea each get 3 points </a></p><h3><b>Schedule </b> </h3><p><b>June 16</b>: There are three matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a>, France vs. Senegal, 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>, Iraq vs. Norway, game is at 6 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>, Argentina vs. Algeria, game is at 9 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 2 p.m. to midnight at Bayfront Park, at 301 Biscayne Boulevard. </p><p><b>June 17</b>: There are five matches: 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>, Austria vs. Jordan, game is at Midnight. 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>, Portugal vs. Congo, game is at 1 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>, England vs. Croatia, game is at 4 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>, Ghana vs. Panama, game is at 7 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>, Uzbekistan vs. Colombia, game is at 10 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from noon to 10 p.m. at Bayfront Park, at 301 Biscayne Boulevard. </p><p><b>June 18</b>: There are four matches: The <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, The Czech Republic vs. South Africa, is at Noon. The <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>, Switzerland vs. Bosnia, game is at 3 p.m. The <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>, Canada vs. Qatar, game is at 6 p.m. The <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, Mexico vs. South Korea, is at 9 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens from 11 a.m. to 9 p.m. at Bayfront Park, at 301 Biscayne Boulevard. </p><p><b>June 19</b>: There are four matches: 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>, U.S. vs. Australia, game is at 3 p.m. 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>, Scotland vs. Morocco, game is at 6 p.m. 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>, Brazil vs. Haiti, game is at 8:30 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. Paraguay, game is at 11 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 2 p.m. to midnight at Bayfront Park, at 301 Biscayne Boulevard. </p><p><b>June 20</b>: There are three matches: 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>, Netherlands vs. Sweden, game is at 1 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>, Germany 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. Curaçao, game is at 8 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from noon to 11 p.m. at Bayfront Park, at 301 Biscayne Boulevard. </p><p><b>Miami Beach fan party: </b>Doors open at 6 p.m. on June 20 at The Bandshell, at 7275 Collins Ave., for an event for Uruguayan fans co-hosted by the Consulate General of Uruguay.</p><p><b>June 21</b>: There are five matches: 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. Japan, game is at midnight. 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>, Spain vs. Saudi Arabia, game is at Noon. 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>, Belgium vs. Iran, 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>, Uruguay vs. Cape Verde, game is at 6 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. Egypt, game is at 9 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 11 a.m. to 9 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>June 22</b>: There are four matches: 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>, Argentina vs. Austria, game is at 1 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>, France vs. Iraq, game is at 5 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>, Norway vs. Senegal, game is at 8 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. Algeria, game is at 11 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from noon to 8 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>Miami Beach watch party: </b>Doors open at 11 a.m. on June 22 at The Bandshell, at 7275 Collins Ave., for the 1 p.m. Argentina vs. Austria match.</p><p><b>June 23</b>: There are four matches: 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>, Portugal vs. Uzbekistan, game is at 1 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>, England vs. Ghana, game is at 4 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>, Panama vs. Croatia, game is at 7 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. Congo, game is at 10 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from noon to 1 a.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>June 24</b>: There are six matches: The <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>, Switzerland vs. Canada, game is at 3 p.m. The <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>, Bosnia vs. Qatar, game is at 3 p.m. 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>, Morocco vs. Haiti, game is at 6 p.m. 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>, Scotland vs. Brazil, game is at 6 p.m. The <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>, South Africa vs. South Korea, game is at 9 p.m. The <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>, Czech Republic vs. Mexico, game 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>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 matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a>, Norway vs. France, game is at 3 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a>, Senegal vs. Iraq, game is at 3 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H</a>, Cape Verde vs. Saudi Arabia, game is at 8 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H</a>, Uruguay vs. Spain, game is at 8 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a>, New Zealand vs. Belgium, game is at 11 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a>, Egypt vs. Iran, game is at 11 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 2 p.m. to 11 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>June 27</b>: There are six matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a>, Panama vs. England, game is at 5 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a>, Croatia vs. Ghana, game is at 5 p.m. The <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a>, Colombia vs. Portugal, game is at 7:30 p.m. The <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a>, Congo vs. Uzbekistan, game is at 7:30 p.m. The<a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/"> Group J</a>, Algeria vs. Austria, game is at 10 p.m. The<a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/"> Group J</a>, Jordan vs. Argentina, game is at 10 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 4 p.m. to 1 a.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>Sunrise watch party</b>: The indoor Amerant Bank Arena is hosting a free watch party <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" target="_self" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">for ticket holders</a> at 7:30 p.m. on June 27. Parking is free. Broward County is offering <a href="https://www.broward.org/BCT/Pages/WorldCup.aspx" target="_self" rel="" title="https://www.broward.org/BCT/Pages/WorldCup.aspx">free Express bus transportation</a> from the arena to the Miami Stadium, also known as Hard Rock, in Miami Gardens, to FIFA World Cup ticket holders.</p><h3><b>Round of 32 begins </b></h3><p><b>June 28</b>: There is a match at 3 p.m. </p><p><b>Miami watch party</b>: The fan festival opens from 1 p.m to 10 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>June 29</b>: There are three matches at 1 p.m., 4:30 p.m., and 9 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from noon to midnight at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>June 30</b>: There are three matches at 1 p.m., 5 p.m., and 9 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens from noon to midnight at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 1</b>: There are three matches at noon, 4 p.m., and 9 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 11 a.m. to 11 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 2</b>: There are three matches at 3 p.m., 7 p.m., and 11 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens from 2 p.m. to 10 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 3</b>: There are three matches at 2 p.m., 6 p.m., and 9:30 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens from 1 p.m to 9 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><h3><b>Round of 16 begins</b></h3><p><b>July 4:</b> There are two matches at 1 p.m. and 5 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens from noon to midnight at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 5</b>: There are two matches at 4 p.m. and 8 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens for the last day from 3 p.m. to 11 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 6</b>: There are two matches at 3 p.m. and 8 p.m. </p><p><b>July 7</b>: There are two matches at Noon and 4 p.m. </p><h3><b>Quarterfinals begin</b></h3><p><b>July 9</b>: There is a quarter-final match at 4 p.m. </p><p><b>July 10</b>: There is a quarter-final match at 3 p.m. </p><p><b>July 11</b>: There are two quarter-final matches at 5 p.m. and 9 p.m.</p><p><b>Sunrise watch party</b>: The indoor Amerant Bank Arena is hosting a free watch party <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" target="_self" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">for ticket holders</a> at 5 p.m. on July 11. Parking is free. </p><h3><b>Semifinals begin</b></h3><p><b>July 14</b>: The fan festival is closed. There is a semi-final match at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 14 at The Bandshell, at 7275 Collins Ave., for the semifinal match.</p><p><b>July 15</b>: There is a semi-final match at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 15 at The Bandshell, at 7275 Collins Ave., for the semifinal match.</p><h3><b>Finals begin</b></h3><p><b>July 18</b>: The third-place play-off match is at 5 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 18 at The Sandbowl, behind The Bandshell, at 7275 Collins Ave., for the 5 p.m. bronze final. </p><p><b>Sunrise ride to stadium</b>: The Amerant Bank Arena has free parking for FIFA World Cup ticket holders who ride Broward County’s <a href="https://www.broward.org/BCT/Pages/WorldCup.aspx" target="_self" rel="" title="https://www.broward.org/BCT/Pages/WorldCup.aspx">free Express bus transportation</a> to the Miami Stadium, also known as Hard Rock, in Miami Gardens. </p><p><b>July 19</b>: The final match is at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 1 p.m. on July 19 at The Sandbowl, behind The Bandshell, at 7275 Collins Ave., for the 3 p.m. final.</p><p><b>Sunrise watch party</b>: The indoor Amerant Bank Arena is hosting a free watch party <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" target="_self" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">for ticket holders</a> for the final on July 19. Parking is free. </p><p><b>Related stories </b></p><ul><li><a href="https://www.local10.com/sports/local/2026/06/11/fifa-world-cup-2026-key-information-for-fans-attending-matches-at-miami-stadium/" target="_self" rel="" title="https://www.local10.com/sports/local/2026/06/11/fifa-world-cup-2026-key-information-for-fans-attending-matches-at-miami-stadium/">Key information for fans attending matches at Miami Stadium </a></li><li><a href="https://www.local10.com/news/local/2026/06/10/security-guard-accused-of-stealing-fifa-referee-uniform-from-miami-beach-hotel/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/10/security-guard-accused-of-stealing-fifa-referee-uniform-from-miami-beach-hotel/">Security guard accused of stealing FIFA referee uniform from Miami Beach hotel</a></li></ul><h3><b>Track FIFA World Cup 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[Doña Paulina serves FIFA World Cup spirit to Uruguayans in Miami-Dade ]]></title><link>https://www.local10.com/sports/2026/06/15/dona-paulina-serves-fifa-world-cup-spirit-to-uruguayans-in-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/15/dona-paulina-serves-fifa-world-cup-spirit-to-uruguayans-in-miami-dade/</guid><dc:creator><![CDATA[Brett Knese, Andrea Torres]]></dc:creator><description><![CDATA[FIFA World Cup 2026 fans have four games on Monday, as group-stage matches continue.  ]]></description><pubDate>Mon, 15 Jun 2026 22:27:38 +0000</pubDate><content:encoded><![CDATA[<p>Doña Paulina, a steakhouse in Westchester, aims to help Uruguayans feel at home. </p><p>On Monday, that meant catering to FIFA World Cup 2026 fans who were not at the Miami Stadium. </p><p>Uruguay’s national team faced Saudi Arabia in Miami Gardens during a <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> match, one that ended in a 1-1 draw. </p><p>The restaurant at 8263 Bird Road serves cuts of beef, ribs, pork, and chorizo, and has plenty of options for “dulce de leche.”</p><p><b>More local World Cup coverage</b></p><ul><li><a href="https://www.local10.com/sports/2026/06/15/uruguayans-arrive-in-high-spirits-ahead-of-fifa-world-cup-match-against-saudi-arabia-in-miami/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/15/uruguayans-arrive-in-high-spirits-ahead-of-fifa-world-cup-match-against-saudi-arabia-in-miami/">Uruguayans arrive in high spirits ahead of FIFA World Cup match against Saudi Arabia in Miami</a></li><li><a href="https://www.local10.com/sports/2026/06/15/miami-stadium-to-host-1st-fifa-world-cup-2026-match-in-just-hours/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/15/miami-stadium-to-host-1st-fifa-world-cup-2026-match-in-just-hours/">Miami Stadium hosts 1st of 7 FIFA World Cup 2026 matches</a></li><li><a href="https://www.local10.com/sports/2026/06/15/fifa-displays-world-cup-trophy-for-8-hours-at-miamis-freedom-tower/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/15/fifa-displays-world-cup-trophy-for-8-hours-at-miamis-freedom-tower/">FIFA displays World Cup trophy for 8 hours at Miami’s Freedom Tower </a></li><li><a href="https://www.local10.com/news/local/2026/06/15/fans-react-to-parking-situation-prices-around-miami-stadium-for-fifa-world-cup/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/15/fans-react-to-parking-situation-prices-around-miami-stadium-for-fifa-world-cup/">Fans react to parking situation, prices around Miami Stadium for FIFA World Cup</a></li><li><a href="https://www.local10.com/news/local/2026/06/15/miami-beach-admits-mistake-after-restaurant-told-to-remove-world-cup-flags/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/15/miami-beach-admits-mistake-after-restaurant-told-to-remove-world-cup-flags/">Miami Beach admits mistake after restaurant told to remove World Cup flags</a></li></ul><h3><b>Groups’ stage progress </b></h3><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/">Cape Verde holds Spain to a 0-0 draw</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/">Belgium and Egypt each get 1 point</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/">Sweden 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 and Ivory Coast each get 3 points </a></p><p><b>Group D</b>: <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/">Australia and United States each get 3 points </a></p><p><b>Group C</b>: <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/">Brazil and Morocco each get 1 point; Scotland gets 3 points</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/">Qatar and Switzerland each get 1 point</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 and South Korea each get 3 points </a></p><h3><b>Tournament’s schedule </b> </h3><p><b>June 16</b>: There are three matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a>, France vs. Senegal, 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>, Iraq vs. Norway, game is at 6 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>, Argentina vs. Algeria, game is at 9 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 2 p.m. to midnight at Bayfront Park, at 301 Biscayne Boulevard. </p><p><b>June 17</b>: There are five matches: 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>, Austria vs. Jordan, game is at Midnight. 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>, Portugal vs. Congo, game is at 1 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>, England vs. Croatia, game is at 4 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>, Ghana vs. Panama, game is at 7 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>, Uzbekistan vs. Colombia, game is at 10 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from noon to 10 p.m. at Bayfront Park, at 301 Biscayne Boulevard. </p><p><b>June 18</b>: There are four matches: The <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, The Czech Republic vs. South Africa, is at Noon. The <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>, Switzerland vs. Bosnia, game is at 3 p.m. The <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>, Canada vs. Qatar, game is at 6 p.m. The <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, Mexico vs. South Korea, is at 9 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens from 11 a.m. to 9 p.m. at Bayfront Park, at 301 Biscayne Boulevard. </p><p><b>June 19</b>: There are four matches: 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>, U.S. vs. Australia, game is at 3 p.m. 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>, Scotland vs. Morocco, game is at 6 p.m. 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>, Brazil vs. Haiti, game is at 8:30 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. Paraguay, game is at 11 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 2 p.m. to midnight at Bayfront Park, at 301 Biscayne Boulevard. </p><p><b>June 20</b>: There are three matches: 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>, Netherlands vs. Sweden, game is at 1 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>, Germany 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. Curaçao, game is at 8 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from noon to 11 p.m. at Bayfront Park, at 301 Biscayne Boulevard. </p><p><b>Miami Beach fan party: </b>Doors open at 6 p.m. on June 20 at The Bandshell, at 7275 Collins Ave., for an event for Uruguayan fans co-hosted by the Consulate General of Uruguay.</p><p><b>June 21</b>: There are five matches: 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. Japan, game is at midnight. 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>, Spain vs. Saudi Arabia, game is at Noon. 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>, Belgium vs. Iran, 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>, Uruguay vs. Cape Verde, game is at 6 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. Egypt, game is at 9 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 11 a.m. to 9 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>June 22</b>: There are four matches: 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>, Argentina vs. Austria, game is at 1 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>, France vs. Iraq, game is at 5 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>, Norway vs. Senegal, game is at 8 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. Algeria, game is at 11 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from noon to 8 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>Miami Beach watch party: </b>Doors open at 11 a.m. on June 22 at The Bandshell, at 7275 Collins Ave., for the 1 p.m. Argentina vs. Austria match.</p><p><b>June 23</b>: There are four matches: 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>, Portugal vs. Uzbekistan, game is at 1 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>, England vs. Ghana, game is at 4 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>, Panama vs. Croatia, game is at 7 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. Congo, game is at 10 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from noon to 1 a.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>June 24</b>: There are six matches: The <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>, Switzerland vs. Canada, game is at 3 p.m. The <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>, Bosnia vs. Qatar, game is at 3 p.m. 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>, Morocco vs. Haiti, game is at 6 p.m. 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>, Scotland vs. Brazil, game is at 6 p.m. The <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>, South Africa vs. South Korea, game is at 9 p.m. The <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>, Czech Republic vs. Mexico, game 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>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 matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a>, Norway vs. France, game is at 3 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a>, Senegal vs. Iraq, game is at 3 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H</a>, Cape Verde vs. Saudi Arabia, game is at 8 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H</a>, Uruguay vs. Spain, game is at 8 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a>, New Zealand vs. Belgium, game is at 11 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a>, Egypt vs. Iran, game is at 11 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 2 p.m. to 11 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>June 27</b>: There are six matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a>, Panama vs. England, game is at 5 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a>, Croatia vs. Ghana, game is at 5 p.m. The <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a>, Colombia vs. Portugal, game is at 7:30 p.m. The <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a>, Congo vs. Uzbekistan, game is at 7:30 p.m. The<a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/"> Group J</a>, Algeria vs. Austria, game is at 10 p.m. The<a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/"> Group J</a>, Jordan vs. Argentina, game is at 10 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 4 p.m. to 1 a.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>Sunrise watch party</b>: The indoor Amerant Bank Arena is hosting a free watch party <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" target="_self" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">for ticket holders</a> at 7:30 p.m. on June 27. Parking is free. Broward County is offering <a href="https://www.broward.org/BCT/Pages/WorldCup.aspx" target="_self" rel="" title="https://www.broward.org/BCT/Pages/WorldCup.aspx">free Express bus transportation</a> from the arena to the Miami Stadium, also known as Hard Rock, in Miami Gardens, to FIFA World Cup ticket holders.</p><h3><b>Round of 32 begins </b></h3><p><b>June 28</b>: There is a match at 3 p.m. </p><p><b>Miami watch party</b>: The fan festival opens from 1 p.m to 10 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>June 29</b>: There are three matches at 1 p.m., 4:30 p.m., and 9 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from noon to midnight at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>June 30</b>: There are three matches at 1 p.m., 5 p.m., and 9 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens from noon to midnight at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 1</b>: There are three matches at noon, 4 p.m., and 9 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 11 a.m. to 11 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 2</b>: There are three matches at 3 p.m., 7 p.m., and 11 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens from 2 p.m. to 10 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 3</b>: There are three matches at 2 p.m., 6 p.m., and 9:30 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens from 1 p.m to 9 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><h3><b>Round of 16 begins</b></h3><p><b>July 4:</b> There are two matches at 1 p.m. and 5 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens from noon to midnight at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 5</b>: There are two matches at 4 p.m. and 8 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens for the last day from 3 p.m. to 11 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 6</b>: There are two matches at 3 p.m. and 8 p.m. </p><p><b>July 7</b>: There are two matches at Noon and 4 p.m. </p><h3><b>Quarterfinals begin</b></h3><p><b>July 9</b>: There is a quarter-final match at 4 p.m. </p><p><b>July 10</b>: There is a quarter-final match at 3 p.m. </p><p><b>July 11</b>: There are two quarter-final matches at 5 p.m. and 9 p.m.</p><p><b>Sunrise watch party</b>: The indoor Amerant Bank Arena is hosting a free watch party <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" target="_self" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">for ticket holders</a> at 5 p.m. on July 11. Parking is free. </p><h3><b>Semifinals begin</b></h3><p><b>July 14</b>: The fan festival is closed. There is a semi-final match at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 14 at The Bandshell, at 7275 Collins Ave., for the semifinal match.</p><p><b>July 15</b>: There is a semi-final match at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 15 at The Bandshell, at 7275 Collins Ave., for the semifinal match.</p><h3><b>Finals begin</b></h3><p><b>July 18</b>: The third-place play-off match is at 5 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 18 at The Sandbowl, behind The Bandshell, at 7275 Collins Ave., for the 5 p.m. bronze final. </p><p><b>Sunrise ride to stadium</b>: The Amerant Bank Arena has free parking for FIFA World Cup ticket holders who ride Broward County’s <a href="https://www.broward.org/BCT/Pages/WorldCup.aspx" target="_self" rel="" title="https://www.broward.org/BCT/Pages/WorldCup.aspx">free Express bus transportation</a> to the Miami Stadium, also known as Hard Rock, in Miami Gardens. </p><p><b>July 19</b>: The final match is at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 1 p.m. on July 19 at The Sandbowl, behind The Bandshell, at 7275 Collins Ave., for the 3 p.m. final.</p><p><b>Sunrise watch party</b>: The indoor Amerant Bank Arena is hosting a free watch party <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" target="_self" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">for ticket holders</a> for the final on July 19. Parking is free. </p><p><b>Related stories </b></p><ul><li><a href="https://www.local10.com/sports/local/2026/06/11/fifa-world-cup-2026-key-information-for-fans-attending-matches-at-miami-stadium/" target="_self" rel="" title="https://www.local10.com/sports/local/2026/06/11/fifa-world-cup-2026-key-information-for-fans-attending-matches-at-miami-stadium/">Key information for fans attending matches at Miami Stadium </a></li><li><a href="https://www.local10.com/news/local/2026/06/10/security-guard-accused-of-stealing-fifa-referee-uniform-from-miami-beach-hotel/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/10/security-guard-accused-of-stealing-fifa-referee-uniform-from-miami-beach-hotel/">Security guard accused of stealing FIFA referee uniform from Miami Beach hotel</a></li></ul><h3><b>Track FIFA World Cup 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[South Africa marks 50 years since Soweto uprising by students, but challenges linger for its youth]]></title><link>https://www.local10.com/news/world/2026/06/15/south-africa-marks-50-years-since-soweto-uprising-but-challenges-linger-for-its-youth/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/15/south-africa-marks-50-years-since-soweto-uprising-but-challenges-linger-for-its-youth/</guid><dc:creator><![CDATA[By MOGOMOTSI MAGOME and MICHELLE GUMEDE, Associated Press]]></dc:creator><description><![CDATA[JOHANNESBURG (AP) — South Africa on Tuesday marks the 50th anniversary of the Soweto uprising when over 200 young people protesting against the apartheid education system were shot and killed by the police.]]></description><pubDate>Tue, 16 Jun 2026 07:44:02 +0000</pubDate><content:encoded><![CDATA[<p>JOHANNESBURG (AP) — South Africa on Tuesday marks the 50th anniversary of the Soweto uprising when over 200 young people protesting against the apartheid education system were shot and killed by the police.</p><p>The events of June 16, 1976 — now commemorated annually as Youth Day — are considered a turning point in South Africa's liberation struggle against white minority rule.</p><p>They ignited more demonstrations in various parts of the country, fueled more resistance against the apartheid system of segregation, and brought international attention to the racial oppression faced by Black people in South Africa.</p><p>Fifty years after the uprising, however, there are still concerns about the plight of young people in the country.</p><p>Survivors of the protests, experts and young South Africans have lamented the challenges facing the country's youth including inequality, high unemployment, poverty and social problems such as drug and alcohol abuse.</p><p>Soweto, one of the oldest townships in South Africa, bears symbols of the historic day which are frequently visited by local and international tourists.</p><p>These include a memorial named after Hector Pieterson, the boy whose lifeless body was seen being carried away by another student in an iconic photograph that came to symbolize the 1976 uprising.</p><p>Murals and billboards depicting protesting students can be found throughout the township, which is also home to the June 16 Memorial.</p><p>But for those who survived the protests, the symbols are a painful reminder of the day that changed their lives forever.</p><p>Seth Mazibuko, a survivor, remembers vividly how students fought back against the police, who were using tear gas to try and disperse the defiant demonstrators.</p><p>“They struggled with the tear gas because when they threw it our way, the wind would blow the gas back to them, so it was also affecting them,” said Mazibuko. “They then started sending the police dogs to us, we used stones to chase the dogs back to them.”</p><p>Mazibuko was detained for 18 months after his arrest and later imprisoned on Robben Island, where he served seven years alongside other political prisoners.</p><p>Fifty years after the uprising, South Africa has undergone significant changes but inequality, unemployment and poverty are among the most pressing challenges facing its “born free” generation — those born after the end of apartheid in 1994.</p><p>“I would say the issues of poverty and crime are the most pressing ones,” said Sima Poto, a 19-year-old visiting the June 16 Memorial. “It is poverty that is leading many of them into crime.”</p><p>Zola Mguli, a 29-year-old who works with the Southern African Alcohol Policy Alliance, an organization campaigning against alcohol and substance abuse, said he is grateful to belong to a generation that has grown up in freedom, even as significant challenges remain. "Things are not going as well as our forefathers hoped, there is still racism, alcoholism and other things we are battling with,” he said. “But if we, the youth, rise up, we can do better.”</p><p>Historian Noor Nieftagodien said the 1976 student protest movement was a traumatic and transformative moment that reshaped the anti-apartheid struggle, placing young people at the forefront of liberation politics.</p><p>“This was a generation that was young, gifted, and Black,” he said. “They wanted education.”</p><p>“The idea of Black power resonated with this new generation of young people,” Nieftagodien said. “Black consciousness was kind of electrifying; it inspired university students and then increasingly also students in high schools.”</p><p>He said that since June 16 was declared a public holiday after the end of apartheid, the significance of the event has diminished, overshadowed by celebratory events that, in his view, water down its political meaning.</p><p>“It has lost its meaning,” he said. “What has happened is that we’ve had the day marked with concerts, etc. I’m all for concerts. But, in fact, in so doing, the kind of celebrations that have been organized have been disinvested from politics, from a critical understanding of what happened.”</p><p>___</p><p>AP Africa news: https://apnews.com/hub/africa</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LNY7VZQHH37L4F5JGPXOMVE7LI.jpg?auth=c27d815162bde320d03228bd4d42deb153c4c36fd4816376a6d739e3f72787b1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Youth visit the June 16 Memorial Acre, in Soweto, South Africa, Monday, June 15, 2026. (AP Photo/Themba Hadebe)]]></media:description><media:credit role="author" scheme="urn:ebu">Themba Hadebe</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AT4FSGXJYOQVLBULADZLBRC3II.jpg?auth=8e7634a001fa16c70aab05e22d13ad8534d3246fa717edde781409969ba2c9f8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A man looks at June 16 iconic image taken by the late Sam Nzima displayed at The Hector Pieterson Memorial and Museum, in Soweto, South Africa, Monday, June 15, 2026. (AP Photo/Themba Hadebe)]]></media:description><media:credit role="author" scheme="urn:ebu">Themba Hadebe</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/33HXIBL5DCLZJO36TKEOIKGOCQ.jpg?auth=10d9734632650a9b05c704548a80c57338e50ac259fa6e874236686b4b09813e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Seth Mazibuko, a former student leader involved in the 1976 Soweto student movement, takes a question during a media briefing at the June 16 Memorial Acre, in Soweto, South Africa, Monday, June 15, 2026. (AP Photo/Themba Hadebe)]]></media:description><media:credit role="author" scheme="urn:ebu">Themba Hadebe</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BHEO3PHWITMZDSM7WAG2DWXNOI.jpg?auth=4119317348bd00cc7dadb98fae9acc6382bf3e59b0b6613b8cfafff5e0252c22&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A man walks past a June 16 mural, in Soweto, South Africa, Monday, June 15, 2026. (AP Photo/Themba Hadebe)]]></media:description><media:credit role="author" scheme="urn:ebu">Themba Hadebe</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5LVADC6H6WUDEXYGQFRYVBQAYA.jpg?auth=757e0011324da9fb038c53848eb7a55f3d65bb0c6dca9e0344ed775259e44296&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sarafina cast members performs during rehearsal at Jabulani Amphitheatre, in Soweto, South Africa, Monday, June 15, 2026. (AP Photo/Themba Hadebe)]]></media:description><media:credit role="author" scheme="urn:ebu">Themba Hadebe</media:credit></media:content></item><item><title><![CDATA[Trump's Iran deal greeted with skepticism and scrutiny on Capitol Hill]]></title><link>https://www.local10.com/news/politics/2026/06/15/trumps-iran-deal-greeted-with-skepticism-and-scrutiny-on-capitol-hill/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/15/trumps-iran-deal-greeted-with-skepticism-and-scrutiny-on-capitol-hill/</guid><dc:creator><![CDATA[By MARY CLARE JALONICK, LISA MASCARO and JOEY CAPPELLETTI, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Republicans on Capitol Hill said Monday they need more information about the agreement between the United States and Iran announced by President Donald Trump, and some are expressing skepticism as they ask the White House for details.]]></description><pubDate>Tue, 16 Jun 2026 00:51:12 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Republicans on Capitol Hill said Monday they need more information about the agreement between the United States and Iran announced by President Donald Trump, and some are expressing skepticism as they ask the White House for details.</p><p>The agreement announced Sunday to end the war in Iran, set for a ceremonial signing Friday in Geneva, is centered around reopening the Strait of Hormuz and lifting the United States’ naval blockade in the region, along with financial incentives for Iran if it meets certain benchmarks. But Senate Republicans and Democrats who returned to Washington on Monday said there were still many unanswered questions about the deal and they need thorough briefings before it is finalized.</p><p>“I just don’t know enough about it,” Senate Majority Leader John Thune, R-S.D., told reporters in the Capitol. “Even the people who follow this stuff closely up here don’t know that much about it.”</p><p>Congressional leaders and intelligence committees generally receive higher-level intelligence briefings before rank-and-file members, and they are notified of major developments before they are announced. But Thune said he had not been personally briefed on the deal.</p><p>“I think that my understanding of what it entails — and, again, not having seen anything — it would require, I think the issues are going to be compliance, and how are you going to enforce that,” Thune said.</p><p>Thune’s concerns were echoed by several other GOP senators.</p><p>“If it’s a secret deal then how can I take it seriously?” asked Republican Sen. Thom Tillis of North Carolina.</p><p>Vice President JD Vance told ABC News on Monday that the White House would release the text this week, “and what everybody will see is that Iran doesn’t get a dime of money unless they perform their obligations.”</p><p>Senators have questions about details</p><p>Trump has not yet explained how his agreement will address Iran’s nuclear program, including who will be in charge of verifying that Iran is in compliance and who will destroy or remove highly enriched uranium believed to be buried under nuclear sites that were badly damaged by U.S. strikes last summer.</p><p>A memorandum of understanding also includes the possibility of releasing Iran’s frozen funds, sanctions relief and a $300 billion fund to help rebuild Iran if Tehran meets certain benchmarks, senior U.S. officials told reporters Monday. But the document has not been released.</p><p>Thune said he wants to know more about the conditions on the financial incentives for Iran. He said the deal would be a “good one” if the incentives are conditioned upon Iran winding down its nuclear program and getting rid of the enriched uranium, “preventing them from having a nuclear capability in the future.”</p><p>Sen. John Kennedy, R-La., said he is hopeful but “until you see the final document, it’s hard to make an assessment.”</p><p>“I go into it very skeptical of the government of Iran,” Kennedy said. “They learn to lie before they learn to talk. So any agreement we make with them has to have guardrails. It has to have a way to judge through independent inspection if they’re doing what they say they’re doing.”</p><p>Senate could have a vote</p><p>Under the Iran nuclear agreement review act passed by Congress during the Obama era, any deal the U.S. reaches concerning Iran’s nuclear material must be submitted within a certain amount of time to Congress for review. But it is up to Congress whether that happens — it is not required.</p><p>President Barack Obama’s 2015 nuclear agreement with Iran, known as the JCPOA, was submitted for what’s called a vote of disapproval in the Senate. The outcome did not roll back the agreement, but put the senators on record with their support or opposition.</p><p>Sen. Lindsey Graham, a close ally of Trump and a longtime hawk on Iran, has appeared skeptical over the emerging agreement. He said he is “pulling for a deal” but Congress will need to review and vote on it, and he wants to see the memorandum that the two countries have agreed on.</p><p>“The way Iran describes it, it’s awful. The way we describe it, it makes sense to me,” Graham, R-S.C., said. “Let’s look at it and see what it actually is.”</p><p>Graham has said he wants Vance, whom he called “the architect of the deal,” to present it to lawmakers.</p><p>Vance responded to Graham on Monday, saying in the interview with ABC that he would “caution Lindsey Graham and anybody else not to believe the hard-liner propaganda in Iran, but to believe what’s actually in the agreement.”</p><p>Even though Iran’s new supreme leader, Mojtaba Khamenei, is the son of the last supreme leader, and Iran’s paramilitary Revolutionary Guard still has significant authority in Iran, Vance told CNN in a separate interview that “fundamentally, it is a much different group of people.” He insisted that the conflict had unlocked much more direct communication with high-level Iranian officials and that the relationship was “fundamentally transformed.”</p><p>Next steps in Congress unclear</p><p>Most Senate Republicans said they want to review the deal, but it was still unclear whether they would have a vote, or if Congress could pass it.</p><p>Republican Sen. Eric Schmitt of Missouri said he doesn’t think an up-or-down vote is necessary.</p><p>“You have the camp that wants us to lose and then you have a camp that wants a forever war,” Schmitt said. “President Trump’s not in either one of those camps, and neither am I.”</p><p>Sen. Ted Cruz, R-Texas, said he expects the Senate will get the final say. But he praised Trump for making “the single most consequential decision of his presidency” by attacking Iran.</p><p>“I think he made America safer,” Cruz said. “The president as commander in chief acted decisively to stop that ayatollah from getting nuclear weapons.”</p><p>Sen. James Lankford, an Oklahoma Republican who serves on the Intelligence Committee, said he expects there are still many more steps to the process before any package would come to Congress for review.</p><p>“Seems like early reports are showing that this is kind of the first step,” he said. “Once we have a final agreement, we need to take it up and pass it. … If you want a long-term agreement it’s got to be law.”</p><p>Democrats ask what has changed</p><p>Democrats questioned how the deal will improve upon the U.S. position before the war — and how it differs from Obama’s 2015 nuclear deal.</p><p>“For all his critique of JCPOA, we had international observers, we actually had an alliance there that included the Europeans, and Russia and China were all signatories,” Virginia Sen. Mark Warner, the top Democrat on the Intelligence Committee, told CBS’ “Face the Nation” on Sunday.</p><p>Sen. Elizabeth Warren, D-Mass., said there are more questions than answers, including what happens to the Iranian nuclear program and sanctions on Iranian oil.</p><p>Trump has spent “tens of billions of dollars” and service members and Iranians have died, “and he still cannot explain how one family in Massachusetts is better off,” Warren said.</p><p>Democratic Sen. Tim Kaine of Virginia said an end to what has been a costly and unpopular war would be a good resolution, but he wants to hear more details.</p><p>“An off ramp is good because it was a war that should have never been started,” he said.</p><p>___</p><p>Associated Press writers Michelle Price in Washington and Bill Barrow in Alpharetta, Georgia, contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RVHEMD2H7DG2OZJD3AUB6IXX6I.jpg?auth=32dd16467b4ebe26d36fc88c4225c847083a6e58ccbc490fd74d79f4639f47df&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump waves to reporters as he arrives for the G7 summit, Monday, June 15, 2026, in Evian-les-Bains, France. (AP Photo/Julia Demaree Nikhinson)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3U2T36D4TZRAT4GVXAV4YW2VRY.jpg?auth=72e55f788ce39696f796d7977aeffbf2b08f3e1730077ad7ebc7aca42d98858b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Poland's President Karol Nawrocki, center, shakes hand with Sen. Majority Leader John Thune, R-S.D., as Sen. Jim Risch, R-Idaho, left, Sen. Roger Wicker, R-Miss., right, stand for a group photo before a meeting on Capitol Hill, Monday, June 15, 2026, in Washington. (AP Photo/Mariam Zuhaib)]]></media:description><media:credit role="author" scheme="urn:ebu">Mariam Zuhaib</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZAWOCB55ZIN3DMXSJNF7PUFZJE.jpg?auth=122f3b546c9bd4a24348fa2ada877c16238db3c8562f6d541813c4de37a8cc70&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Vice President JD Vance attends UFC Freedom 250 on the South Lawn of the White House, Monday, June 15, 2026, in Washington. (AP Photo/Mark Schiefelbein)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CU5GH3WIJVEI5TOLU2RV5XB6Y4.jpg?auth=de829691e087b586b20705f7120db3ca804acf9ae66a4b617acbdd85f03b4a45&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The U.S. Capitol is visible as the motorcade with President Donald Trump heads from the White House to Joint Base Andrews, Md., Monday, June 15, 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[Uruguay's Maxi Araújo scores equalizer in 1-1 World Cup draw with Saudi Arabia]]></title><link>https://www.local10.com/sports/2026/06/15/uruguays-maxi-araujo-scores-equalizer-in-1-1-world-cup-draw-with-saudi-arabia/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/15/uruguays-maxi-araujo-scores-equalizer-in-1-1-world-cup-draw-with-saudi-arabia/</guid><dc:creator><![CDATA[By ALANIS THAMES, Associated Press]]></dc:creator><description><![CDATA[MIAMI GARDENS, Fla. (AP) — Maxi Araújo finally gave the crowd of mostly Uruguay fans in South Florida something to cheer about with his tying goal late in Monday's World Cup opener against Saudi Arabia.]]></description><pubDate>Tue, 16 Jun 2026 01:37:33 +0000</pubDate><content:encoded><![CDATA[<p>MIAMI GARDENS, Fla. (AP) — Maxi Araújo finally gave the crowd of mostly Uruguay fans in South Florida something to cheer about with his tying goal late in Monday's World Cup opener against Saudi Arabia.</p><p>La Celeste salvaged a point, but they were not thrilled with the result.</p><p>“We gave it away. We have to be honest,” midfielder Federico Valverde said in Spanish after his side played to a 1-1 draw, making up for a flat first half by controlling the second.</p><p>“We gave away the first half,” Valverde added. “We didn’t play the way we had trained. It wasn’t what we were aiming for. We rushed things too much. We wanted to win the game in the very first minute. Sometimes you need a bit more patience and just play our game. We improved a lot in the second half.”</p><p>Abdulelah Al-Amri scored on a rebound in the 41st minute for Saudi Arabia, and Araújo got the equalizer in the 80th, firing a rebound past goalkeeper Mohammed Al-Owais from close range.</p><p>La Celeste dominated possession and had 29 attempts on goal to Saudi Arabia's seven but trailed until late in the second half.</p><p>It was the fourth international goal for Araújo and second at Hard Rock Stadium, home to the NFL's Miami Dolphins.</p><p>Al-Amri, who had a shot denied by Uruguay's Fernando Muslera earlier in the first half, put his squad ahead with a quick tap-in after Muslera palmed away a header.</p><p>Al-Amri fell to his knees after the goal and placed his head down on the pitch as he was showered with cheers from Saudi Arabia fans, who were greatly outnumbered in South Florida but loud enough to make up the difference.</p><p>Four years ago, they watched their team deliver one of the most memorable moments of the 2022 World Cup, coming back to stun Lionel Messi and eventual champion Argentina 2-1 in Saudi Arabia's opening match.</p><p>Monday's result was much less dramatic, but Saudi Arabia — behind a mostly solid performance by Al-Owais — was able to shut out Uruguay, a two-time World Cup champion, until late.</p><p>The Green Falcons were more pleased with the outcome than their opponents.</p><p>“Uruguay is a team that is very energetic,” Saudi Arabia coach Georgios Donis said through an interpreter. “The players are well experienced, and there is depth on the bench. ... When you’re faced with such an opponent, getting one point is a positive.”</p><p>Donis replaced the fired Hervé Renard only two months ago. He said he's still learning the squad, though he was hopeful after Monday's performance.</p><p>“I need to get to know my team better,” Donis said. “I need to create a team that is competitive, and it only makes sense that we need time to do this. Today’s outcome gives us an advantage.”</p><p>La Celeste had plenty of chances. Al-Owais denied a point-blank header from Federico Vinas in the first half, then got his fingertips on an attempt by Manuel Ugarte in the 61st. He also denied Valverde's attempt a couple of minutes into stoppage time.</p><p>“When a team that is supposed to make a difference cannot do it, in terms of being dangerous or dominating the ball,” Uruguay coach Marcelo Bielsa said through an interpreter, “then the weaker team actually dares to do something.”</p><p>The result capped a surprising day for Group H — made up of Saudi Arabia, Uruguay, Spain and Cape Verde.</p><p>Cape Verde, making its World Cup debut, held heavily favored Spain to a scoreless draw in Atlanta.</p><p>“The draw involving Spain may be the biggest surprise in this World Cup,” Donis said. “Cape Verde was very competitive, very strong. It’s not like the (group) favorites changed. It’s Spain and Uruguay.”</p><p>It was also a matchup of the past, present and future in World Cup history. Uruguay hosted the first World Cup in 1930 and will host a match commemorating the tournament’s centennial in 2030, and Saudi Arabia will host the World Cup in 2034.</p><p>Among those at the match: FIFA President Gianni Infantino, Miami Heat star Bam Adebayo, former NFL star Chad Ochocinco and longtime Uruguay standout Luis Suárez -- Messi’s teammate with Inter Miami who was not picked to represent his country at this tournament.</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/RB43MUGYU6AEFRVKRHQV5PP6L4.jpg?auth=f75abbd8fa73887e81288ca35b92f690eb48552505d2059e5892fd7ab0a71ba1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Uruguay's Maxi Araujo celebrates scoring his side's opening goal against Saudi Arabia during a World Cup Group H soccer match in Miami Gardens, Fla., Monday, June 15, 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/53TYZFOKJTKRFFBOZ3POAXCOJI.jpg?auth=a487ab905010a8010941acb73fb9dc8b7a72bf8a08cb61c30fa49ab301292db8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Saudi Arabia's Abdulelah Alamri (4) shoots and scores their opening goal against Uruguay goalkeeper Fernando Muslera (23) during the World Cup Group H soccer match between Saudi Arabia and Uruguay in Miami Gardens, Fla., Monday, June 15, 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/M5CJC5UF4QMQUTPG2AI5KYHOEQ.jpg?auth=d953d5d985a241390f9241bebbb97058c0161acebe58930b06b4d3d258454309&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Uruguay's Maxi Araujo celebrates scoring his side's opening goal against Saudi Arabia during a World Cup Group H soccer match in Miami Gardens, Fla., Monday, June 15, 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/2P4JRGDKWQRQONPHOG6OLTAS4A.jpg?auth=cc67c8ed2ad7b8882defdc6df05c013b98a5d24501e49c4658eb1422d95700ae&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Uruguay's Maxi Araujo (20) celebrates after scoring their opening goal during the World Cup Group H soccer match between Saudi Arabia and Uruguay in Miami Gardens, Fla., Monday, June 15, 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/WBVEKIZMFT6NXPY3NZPBKGIJHE.jpg?auth=5f6875ead144fb1c7db695c51c45dc0f052b16e79543f591e087ee5a5c76b5a1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Saudi Arabia goalkeeper Mohammed Alowais stops a shot during a World Cup Group H soccer match against Uruguay in Miami Gardens, Fla., Monday, June 15, 2026. (AP Photo/Lynne Sladky)]]></media:description><media:credit role="author" scheme="urn:ebu">Lynne Sladky</media:credit></media:content></item><item><title><![CDATA[Venezuela y estadounidense General Electric firman acuerdo en materia de generación eléctrica]]></title><link>https://www.local10.com/espanol/2026/06/15/venezuela-y-estadounidense-general-electric-firman-acuerdo-en-materia-de-generacion-electrica/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/15/venezuela-y-estadounidense-general-electric-firman-acuerdo-en-materia-de-generacion-electrica/</guid><dc:creator><![CDATA[Por The Associated Press, Associated Press]]></dc:creator><description><![CDATA[CARACAS (AP) — El gobierno venezolano suscribió el lunes un acuerdo con el conglomerado estadounidense General Electric como parte de un esfuerzo para mejorar el servicio eléctrico del país sudamericano, azotado por frecuentes apagones.]]></description><pubDate>Tue, 16 Jun 2026 00:11:37 +0000</pubDate><content:encoded><![CDATA[<p>CARACAS (AP) — El gobierno venezolano suscribió el lunes un acuerdo con el conglomerado estadounidense General Electric como parte de un esfuerzo para mejorar el servicio eléctrico del país sudamericano, azotado por frecuentes apagones.</p><p>Los críticos atribuyen los cortes a problemas en la capacidad de generación, un deficiente mantenimiento de las instalaciones y mal manejo gerencial.</p><p>El acto realizado en el palacio presidencial de Miraflores fue encabezado por la presidenta encargada de Venezuela, Delcy Rodríguez, y Eric Gray, director ejecutivo del segmento de energía GE Vernova, una división de General Electric, enfocada en generación, transmisión, distribución y almacenamiento de electricidad.</p><p>Rodríguez indicó que la firma del memorando de entendimiento, luego de seis semanas de trabajo conjunto para levantar un minucioso informe sobre el sistema eléctrico venezolano, constituye “un paso histórico” con miras a la “recuperación de un servicio tan esencial para la vida de un país".</p><p>La mandataria pidió a los equipos de trabajo formalizar lo más pronto posible la redacción del contrato definitivo para dar comienzo a la las obras que permitirán recuperar en los primeros 24 meses 1.000 megavatios y más de 5.000 megavatios en cuatro años. No mencionó el costo del acuerdo.</p><p>Los expertos repetidamente señalan que las fallas que se registran casi a diario en 23 estados y la capital venezolana en la mayoría de los casos son consecuencia de una incapaz administración que se traduce en la falta de mantenimiento del sistema eléctrico nacional.</p><p>Las instalaciones eléctricas acusan deterioro, particularmente las centrales termoeléctricas que otrora conformaban el sistema de respaldo en temporadas de sequía o en caso de una avería en la hidroeléctrica de Gurí, que suministra 60% de la energía del país. Se estima que en Venezuela el déficit es de 3.000 megavatios.</p><p>El acuerdo fue suscrito luego de una serie de reformas legales realizadas desde enero pasado que han reducido drásticamente el rígido control estatal sobre el sector energético vigente en las últimas dos décadas y lo abrió ampliamente a la inversión extranjera.</p><p>En respuesta a las reformas legales, particularmente en el sector de los hidrocarburos, el Departamento del Tesoro de Estados Unidos comenzó a flexibilizar las sanciones contra Venezuela y amplió la capacidad de las compañías energéticas estadounidenses y de otros países para operar en el país.</p><p>Después que una operación militar de fuerzas estadounidenses depuso y capturó al entonces presidente Nicolás Maduro la madrugada del 3 de enero pasado, Washington se ha propuesto una hoja de ruta de “tres fases”, que incluye la estabilización, recuperación y transición democrática del país.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5TIGP7V5EI36BWZAJO3YQB4KVM.jpg?auth=23aac5174ace31b4ba2a33eae996049c9b37dd0e9a14ebbf099cec34674c981e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[La presidenta encargada de Venezuela, Delcy Rodríguez, se dirige a sus seguidores el jueves 30 de abril de 2026, en Caracas, Venezuela. (AP Foto/Pedro Mattey)]]></media:description><media:credit role="author" scheme="urn:ebu">Perdro Mattey</media:credit></media:content></item><item><title><![CDATA[Miami Stadium alberga el primero de los siete partidos de la Copa Mundial de la FIFA 2026]]></title><link>https://www.local10.com/espanol/2026/06/15/miami-stadium-albergara-en-pocas-horas-el-primero-de-los-siete-partidos-de-la-copa-mundial-de-la-fifa-2026/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/15/miami-stadium-albergara-en-pocas-horas-el-primero-de-los-siete-partidos-de-la-copa-mundial-de-la-fifa-2026/</guid><dc:creator><![CDATA[Jeff  Derderian , Andrea Torres]]></dc:creator><description><![CDATA[En pocas horas, el Miami Stadium, conocido como Hard Rock Stadium en Miami Gardens, abrirá sus puertas para albergar su primer partido de la Copa Mundial de la FIFA 2026.]]></description><pubDate>Mon, 15 Jun 2026 18:57:25 +0000</pubDate><content:encoded><![CDATA[<p>El <a href="https://www.fifa.com/en/tournaments/mens/worldcup/canadamexicousa2026/usa/miami" target="_self" rel="" title="https://www.fifa.com/en/tournaments/mens/worldcup/canadamexicousa2026/usa/miami">Miami Stadium</a>, conocido como Hard Rock Stadium en Miami Gardens, abrió sus puertas para albergar su primer partido de la Copa Mundial de la FIFA 2026 y hará historia.</p><p>Durante varias horas, aficionados al fútbol llegaron al estadio ubicado en el 347 de Don Shula Drive antes de la ceremonia inaugural programada para las 6:00 p.m.</p><p>Las selecciones nacionales de Arabia Saudita y Uruguay disputaron su primer partido correspondiente al Grupo H.</p><p>Alerta vial: <a href="https://www.local10.com/espanol/2026/06/15/trafico-por-el-mundial-de-la-fifa-preven-retrasos-en-las-rampas-de-acceso-y-salida-de-la-turnpike-hacia-el-miami-stadium/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/15/trafico-por-el-mundial-de-la-fifa-preven-retrasos-en-las-rampas-de-acceso-y-salida-de-la-turnpike-hacia-el-miami-stadium/">se prevén retrasos en la rampa de acceso y la salida 2X de la Turnpike</a>.</p><p>El Miami Stadium también albergará otros seis partidos de la Copa Mundial de la FIFA 2026, y para todos ellos estará vigente una prohibición de operar drones.</p><p>Uruguay vs. Cabo Verde: 21 de junio, 6:00 p.m.</p><p>Escocia vs. Brasil: 24 de junio, 6:00 p.m.Colombia vs. Portugal: 27 de junio, 7:30 p.m.</p><p>Dieciseisavos de final: primero del Grupo J vs. segundo del Grupo H, 3 de julio, 6:00 p.m.</p><p>Cuartos de final: ganador del partido 91 vs. ganador del partido 92, 11 de julio, 5:00 p.m.</p><p>Partido por el tercer lugar: 18 de julio, 5:00 p.m.</p><p>Para los aficionados que no consiguieron boletos, la FIFA instaló un festival gratuito para aficionados en Bayfront Park, ubicado en 301 Biscayne Boulevard, donde podrán seguir los partidos. El espacio permanecerá abierto de 11:00 a.m. a 9:00 p.m..</p><p><b>Guía relacionada:</b> <a href="https://www.local10.com/espanol/2026/06/15/mundial-de-la-fifa-2026-este-es-el-calendario-de-partidos-del-15-de-junio-quinto-dia-de-la-fase-de-grupos/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/15/mundial-de-la-fifa-2026-este-es-el-calendario-de-partidos-del-15-de-junio-quinto-dia-de-la-fase-de-grupos/">Calendario de los partidos de hoy</a>.</p><p>El Miami Stadium también será sede de otros seis partidos de la Copa Mundial de la FIFA 2026, y durante todos esos encuentros estará vigente una prohibición de operar drones.</p><p><b>Próximos partidos en el Miami Stadium:</b></p><ul><li><b>Uruguay vs. Cabo Verde:</b> 21 de junio, 6:00 p.m. </li><li><b>Escocia vs. Brasil:</b> 24 de junio, 6:00 p.m. </li><li><b>Colombia vs. Portugal:</b> 27 de junio, 7:30 p.m. </li><li><b>Dieciseisavos de final:</b> 1.º del Grupo J vs. 2.º del Grupo H, 3 de julio, 6:00 p.m. </li><li><b>Cuartos de final:</b> Ganador del partido 91 vs. ganador del partido 92, 11 de julio, 5:00 p.m. </li><li><b>Partido por el tercer lugar:</b> 18 de julio, 5:00 p.m. </li></ul>]]></content:encoded></item><item><title><![CDATA[La historia aterriza en Miami: los documentos fundacionales de Estados Unidos llegan a la ciudad]]></title><link>https://www.local10.com/espanol/2026/06/15/la-historia-aterriza-en-miami-los-documentos-fundacionales-de-estados-unidos-llegan-a-la-ciudad/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/15/la-historia-aterriza-en-miami-los-documentos-fundacionales-de-estados-unidos-llegan-a-la-ciudad/</guid><dc:creator><![CDATA[Christina Vazquez]]></dc:creator><description><![CDATA[Por primera vez, nueve documentos originales resguardados en la bóveda de los Archivos Nacionales han viajado a Miami.]]></description><pubDate>Tue, 16 Jun 2026 00:08:53 +0000</pubDate><content:encoded><![CDATA[<p>Varios documentos históricos de Estados Unidos ya se encuentran en el sur de Florida.</p><p>Un avión especialmente adaptado, conocido como el “Freedom Plane”, transporta los documentos fundacionales originales del país por distintas ciudades de Estados Unidos como parte de la celebración del 250.º aniversario de la nación.</p><p>El director ejecutivo de la National Archives Foundation, Patrick Madden, explicó que los documentos viajan en estuches con temperatura controlada dentro de la cabina de pasajeros de un Boeing 737, donado a la fundación para esta gira nacional.</p><p>“Por primera vez, nueve documentos originales resguardados en la bóveda de los Archivos Nacionales han viajado a Miami”, dijo Madden. “Creo que lo que más entusiasmará al público será ver una copia de la Declaración de Independencia”.</p><p>Miami es una de solo ocho ciudades elegidas para recibir el documento que dio origen a una nueva nación.</p><p>“Son ideas que han resistido el paso del tiempo y que se han convertido en una democracia viva que ha evolucionado y perdurado”, afirmó Madden. “Para nosotros, Miami es un mercado muy importante. Es un centro de actividad internacional y su comunidad representa lo que simbolizan estos documentos”.</p><p>Los documentos estarán en exhibición en el HistoryMiami Museum.</p><p>“Creo que esto dice mucho de lo que es Miami, una ciudad construida por personas que han llegado de todas partes del mundo con esperanza, buscando oportunidades y creyendo en la promesa estadounidense”, señaló la directora ejecutiva del museo, Natalia Crujeiras.</p><p>Los históricos pergaminos ofrecen una visión de cómo los fundadores llegaron a la promesa de Estados Unidos mediante la negociación y el compromiso, como lo demuestra la revisión realizada por el Senado en 1789 de la Carta de Derechos (Bill of Rights).</p><p>“Están editando el Artículo 3, que finalmente se convertiría en la Primera Enmienda. Literalmente estamos viendo el momento en que debatían qué debía incluirse y qué no en la Primera Enmienda. Eso es historia”, explicó Madden.</p><p>Crujeiras afirmó que la exposición, titulada “Documents That Forged a Nation” (“Documentos que forjaron una nación”), invita a la reflexión.</p><p>“Estados Unidos pudo haber sido fundado en aquel momento, pero ese experimento continúa hasta nuestros días y depende de nuestra participación”, concluyó.</p>]]></content:encoded></item><item><title><![CDATA[Continúan los testimonios en el juicio por homicidio relacionado con una embarcación contra George Pino]]></title><link>https://www.local10.com/espanol/2026/06/15/en-vivo-continuan-los-testimonios-en-el-juicio-por-homicidio-relacionado-con-una-embarcacion-contra-george-pino/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/15/en-vivo-continuan-los-testimonios-en-el-juicio-por-homicidio-relacionado-con-una-embarcacion-contra-george-pino/</guid><description><![CDATA[Este lunes continúan los testimonios en el juicio por homicidio relacionado con una embarcación contra el magnate inmobiliario George Pino.]]></description><pubDate>Mon, 15 Jun 2026 13:48:06 +0000</pubDate><content:encoded><![CDATA[<p>Este lunes continúan los testimonios en el juicio por homicidio relacionado con una embarcación contra el magnate inmobiliario George Pino.</p><p>Se espera que la fiscalía presente a dos testigos más antes de que la defensa comience a llamar a sus propios testigos durante la tarde.</p><p>Pino, de 55 años, enfrenta cargos de homicidio involuntario y homicidio por embarcación por la muerte de Lucy Fernández, de 17 años.</p><p>Los fiscales sostienen que Pino, quien tenía 52 años al momento de los hechos, actuó de manera imprudente cuando perdió el control de una embarcación Robalo de 29 pies durante la tarde del 4 de septiembre de 2022 y se estrelló contra una baliza de navegación cerca de Boca Chita Key, provocando la muerte de Fernández. Otras dos adolescentes resultaron gravemente heridas, entre ellas Katerina Puig, también de 17 años.</p><p>Por su parte, la defensa argumenta que el accidente fue simplemente un hecho fortuito y no el resultado de una conducta negligente.</p>]]></content:encoded></item><item><title><![CDATA[Norway embraces Viking theme for World Cup return and provokes some debate]]></title><link>https://www.local10.com/sports/2026/06/15/norway-embraces-viking-theme-for-world-cup-return-and-provokes-some-debate/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/15/norway-embraces-viking-theme-for-world-cup-return-and-provokes-some-debate/</guid><dc:creator><![CDATA[By STEVE DOUGLAS and KYLE HIGHTOWER, Associated Press]]></dc:creator><description><![CDATA[FOXBOROUGH, Massachusetts (AP) — First it was their fans performing a synchronized “Viking row” in the stands at matches.]]></description><pubDate>Tue, 16 Jun 2026 00:02:42 +0000</pubDate><content:encoded><![CDATA[<p>FOXBOROUGH, Massachusetts (AP) — First it was their fans performing a synchronized “Viking row” in the stands at matches.</p><p>Then it was their players donning authentic Viking attire, complete with weapons, shields and long boats, to the backdrop of a fjord for a moody, dramatic photo shoot.</p><p>“A dream 28 years in the making... let’s do this!” Norway star Erling Haaland wrote on the X platform Monday, reposting the photo of the team along with one of his father, Alfie Haaland, competing for the national team in the 1994 World Cup.</p><p>Norway is leaning into the country’s centuries-old history as its star-studded men’s team, containing Haaland and Martin Odegaard, heads into a first World Cup in 28 years.</p><p>It has created plenty of excitement and debate.</p><p>“It was an ask or a question from the (photographers),” Norway manager Stale Solbakken said Monday in advance of his team's World Cup opener against Iraq. “The players wanted me to do it. They were positive. The federation was positive. And I was average positive. And then we did it."</p><p>It could be the new “thunder clap”</p><p>The Norway fan routine sees lines of supporters, wearing Viking helmets and the team’s red-and-blue jerseys, rowing in unison, forward and backward, to the steady beat of a drum.</p><p>Expect it to catch the eye at the World Cup in Norway’s group games at Foxborough, Massachusetts (against Iraq and France) and in New Jersey (against Senegal).</p><p>It could potentially have a similar impact to the “thunder clap” performed by Iceland’s fans at the European Championship in 2016 that resonated around the world and has since been used by many other sports teams.</p><p>One critic says the photo is “chauvinistic”</p><p>The Norwegian soccer federation commissioned British photographer David Yarrow to take the Viking snap, and he said in an interview with The Athletic he knew “it might get some criticism.”</p><p>Yarrow was right.</p><p>As well as sparking wonder for its breathtaking backdrop and creativity, it also is regarded by some as controversial for harking back to a time — in the 800s and 900s — when Norwegian Vikings conducted raids featuring looting and pillaging.</p><p>One commentator, Markus Slettholm from daily paper Morgenbladet, said the photo was chauvinistic and “a bit reminiscent of what neo-Nazis were concerned with 10 years ago.”</p><p>Solbakken doesn’t see the fuss.</p><p>“There are many bigger and more difficult topics,” he said before the World Cup. “I can’t afford to waste time on that.”</p><p>Yarrow previously worked with Haaland in a solo photo shoot.</p><p>The BBC reported that sales of the Viking-themed team photo will raise funds for Norwegian charities.</p><p>___</p><p>Douglas reported from Sundsvall, Sweden.</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/GEMOVDOGF3Y5ZPG2557MTOWGLA.jpg?auth=44150680eecd18704fca90d3e8d7d48f8af2ade120f32e7271fb3f6bccb4f248&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A Norway fan cheers during a Group I, World Cup qualifier soccer match between Moldova and Norway at the Zimbru stadium in Chisinau, Moldova, Saturday, March 22, 2025. (AP Photo/Aurel Obreja, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Aurel Obreja</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3SXAYRQI2UTSGWGOXRV2KV7AJM.jpg?auth=6c97c527c0faf10cee0d4f295c9c58aeb52242c832aedfeaf58d333b5badd605&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Norway's Erling Haaland arrives during a training session ahead of the World Cup Group I soccer match between Iraq and Norway in Foxborough, Mass., near Boston, Monday, June 15, 2026. (AP Photo/Martin Meissner)]]></media:description><media:credit role="author" scheme="urn:ebu">Martin Meissner</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DGVZB5CDPLSPW2TEX7FZYMYHMA.jpg?auth=0fa0c5a72aa20ad328725a4b63c24c2c86331c013c491e14b688bafb50ac4b9c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A Norwegian fan reacts ahead of the Women's World Cup Group A soccer match between Norway and Nigeria at stadium Auguste Delaune in Reims, France, Saturday, June 8, 2019. (AP Photo/Alessandra Tarantino, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Alessandra Tarantino</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/A6V5IPTIOQGGGSQGJDDSM3MEEI.jpg?auth=793ae1e86b73c873b3aa0b2d1440ab505a531c3c4c565c771e71548dde54a386&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Norway head coach Stale Solbakken talks to the media during a press conference ahead of the World Cup Group I soccer match between Iraq and Norway in Foxborough, Mass., near Boston, Monday, June 15, 2026. (AP Photo/Martin Meissner)]]></media:description><media:credit role="author" scheme="urn:ebu">Martin Meissner</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SBCSQ47XDX2PLQO2NXJZENVCM4.jpg?auth=357bbb67272130819276f8543e5a09341282b949799b3ffb39a36f9691845561&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Norway's Erling Haaland smiles during a training session ahead of the World Cup Group I soccer match between Iraq and Norway in Foxborough, Mass., near Boston, Monday, June 15, 2026. (AP Photo/Martin Meissner)]]></media:description><media:credit role="author" scheme="urn:ebu">Martin Meissner</media:credit></media:content></item><item><title><![CDATA[Crews battle brush fire in west Miami-Dade]]></title><link>https://www.local10.com/news/local/2026/06/15/crews-battle-brush-fire-in-west-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/15/crews-battle-brush-fire-in-west-miami-dade/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[First responders rushed to a brush fire that sparked on Monday afternoon. ]]></description><pubDate>Mon, 15 Jun 2026 20:05:00 +0000</pubDate><content:encoded><![CDATA[<p>First responders rushed to a brush fire that sparked on Monday afternoon. </p><p><a href="https://www.local10.com/espanol/2026/06/15/equipos-de-emergencia-combaten-un-incendio-de-vegetacion-en-el-oeste-de-miami-dade/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/15/equipos-de-emergencia-combaten-un-incendio-de-vegetacion-en-el-oeste-de-miami-dade/">Leer en español</a></p><p>It’s located near Northwest 137th Avenue and 25th Street in the western part of unincorporated Miami-Dade County. </p><p>Miami-Dade Fire Rescue said they have units at the scene, and that the fire has been upgraded to a three-alarm incident. </p><p>Fire helicopters have been observed performing water drops on the flames. </p><p>The Florida Forest Service has also been contacted, officials said. </p><p>As of around 4 p.m., authorities said the fire was 60% contained. </p><p>Officials advised people with respiratory conditions to stay indoors and recirculate the air in their homes and vehicles using air conditioning.</p><p>There were no reports that the fire was impacting any structures or roadways. </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[Equipos de emergencia combaten un incendio de vegetación en el oeste de Miami-Dade]]></title><link>https://www.local10.com/espanol/2026/06/15/equipos-de-emergencia-combaten-un-incendio-de-vegetacion-en-el-oeste-de-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/15/equipos-de-emergencia-combaten-un-incendio-de-vegetacion-en-el-oeste-de-miami-dade/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[Equipos de emergencia respondieron la tarde de este lunes a un incendio de vegetación que se desató en el oeste de Miami-Dade.]]></description><pubDate>Tue, 16 Jun 2026 00:00:37 +0000</pubDate><content:encoded><![CDATA[<p>Equipos de emergencia respondieron la tarde de este lunes a un incendio de vegetación que se desató en el oeste de Miami-Dade.</p><p>El incendio se localiza cerca de la intersección de Northwest 137th Avenue y 25th Street, en la zona oeste del área no incorporada del condado de Miami-Dade.</p><p>El Departamento de Bomberos y Rescate de Miami-Dade informó que mantiene varias unidades en el lugar y que el incidente fue elevado a una alarma de nivel tres.</p><p>Helicópteros de bomberos fueron vistos realizando descargas de agua sobre las llamas.</p><p>Las autoridades también solicitaron el apoyo del Servicio Forestal de Florida.</p><p>Hasta alrededor de las 4:00 p.m., el incendio se encontraba contenido en un 60%, informaron las autoridades.</p><p>Los funcionarios recomendaron a las personas con enfermedades respiratorias permanecer en interiores y mantener el aire recirculando en sus viviendas y vehículos mediante el uso del aire acondicionado.</p><p>Hasta el momento, no se ha informado que el incendio haya afectado estructuras o vías de circulación.</p>]]></content:encoded></item><item><title><![CDATA[Teen accused of killing stepsister on Carnival Cruise taken into custody following adult charges]]></title><link>https://www.local10.com/news/florida/2026/06/15/teen-accused-of-killing-stepsister-on-carnival-cruise-taken-into-custody-following-adult-charges/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/06/15/teen-accused-of-killing-stepsister-on-carnival-cruise-taken-into-custody-following-adult-charges/</guid><dc:creator><![CDATA[By DAVID FISCHER, Associated Press]]></dc:creator><description><![CDATA[MIAMI (AP) — A teenager charged with sexually assaulting and killing his 18-year-old stepsister on a Carnival Cruise ship surrendered Monday after a federal judge reversed his decision on pretrial release now that the teen is charged as an adult.]]></description><pubDate>Mon, 15 Jun 2026 23:22:42 +0000</pubDate><content:encoded><![CDATA[<p>MIAMI (AP) — A teenager charged with sexually assaulting and killing his 18-year-old stepsister on a Carnival Cruise ship surrendered Monday after a federal judge reversed his decision on pretrial release now that the teen is charged as an adult.</p><p>The U.S. Attorney's Office in Miami confirmed that Timothy Hudson is in custody. U.S. Magistrate Judge Edwin Torres filed the order to revoke Hudson’s pretrial release last Wednesday, but the order was sealed until Monday afternoon. The order stated that Hudson should surrender to U.S. Marshals at the federal courthouse in Tampa Monday morning.</p><p>The judge had ruled in February that the 16-year-old could live with an uncle and be electronically monitored. But after the case was transferred to adult court in April, prosecutors wanted Hudson in custody.</p><p>The judge ultimately agreed that the issue of Hudson's pretrial detention should be treated as if he was an adult, though Hudson will be held in an approved juvenile facility.</p><p>“The Government has established, by clear and convincing evidence, that no condition or combination of conditions of release will reasonably assure the safety of the community going forward,” Torres wrote in his order.</p><p>Hudson has pleaded not guilty to charges of first-degree murder and aggravated sexual abuse in the death of Anna Kepner. His federal public defenders have declined to comment on the charges.</p><p>Minors are rarely prosecuted in federal court, and this case landed there because Kepner apparently died in international waters, outside any state’s jurisdiction.</p><p>Kepner had been traveling on the Carnival Horizon ship in November with her family, including Hudson. Before the ship was scheduled to return to Florida, her body was found concealed under a bed in a room she was sharing with Hudson and another teen, a criminal complaint said.</p><p>The cause of Kepner’s Nov. 6 death was determined to be mechanical asphyxia, which is when an object or physical force stops someone from breathing.</p><p>Attorneys for the prosecution and the defense made arguments for and against Hudson being jailed until his trial during a May 27 hearing, but Torres said he wanted to speak with the Marshals Service about the logistics of detaining Hudson in central Florida, closer to his family, rather than South Florida, where the trial is taking place. Hudson walked out of the courthouse after that hearing.</p><p>Assistant U.S. Attorney Alejandra Lopez argued at the hearing that the crimes Hudson is accused of are so serious that the court shouldn’t risk another violent attack. An autopsy determined that Kepner had been pinned down and forcibly raped, the prosecutors said. She also noted that it likely took 3-5 minutes for Hudson to allegedly strangle Kepner until she was dead.</p><p>The prosecutor also argued that Hudson was a much greater flight risk because he now faces a possible life sentence if convicted of the adult charges. As a juvenile, he would have been released at age 21, regardless of what counts he was found delinquent on.</p><p>Evan Kuhl, with the Federal Public Defender’s office, told the judge during the hearing that Hudson has abided by the conditions of his release for months without issue.</p><p>Kepner's father, Christopher Kepner, previously released a statement, saying the family was placing “trust in the justice system to pursue the truth with care and integrity.”</p><p>“The situation is deeply painful and complex for the entire family,” Kepner said.</p><p>Anna Kepner was a high school cheerleader at Temple Christian School in Titusville, Florida, about 40 miles (65 kilometers) east of Orlando. At her memorial service in November, family members encouraged people to wear bright colors instead of the traditional black “in honor of Anna’s bright and beautiful soul.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HG4K5EG65DVHIMZE2XJ5RWJAMU.jpg?auth=f211c03c918c04c90597a376b2ccd477c3c4cd64fcabb744ecf3ba4dc7d7b2c0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Timothy Hudson, center, charged with sexually assaulting and killing his 18-year-old stepsister on a Carnival Cruise ship, arrives for a hearing at the The James Lawrence King Federal Justice Building, Wednesday, May 27, 2026, in Miami. (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/YGFHSUPDVMAAIDQEYTD4BI5B74.jpg?auth=bae2f9e1400f8761338c9e1eb128d634a55ff4da0ce155dc8d2d953d7cd38354&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Timothy Hudson, center, charged with sexually assaulting and killing his 18-year-old stepsister on a Carnival Cruise ship, arrives for a hearing at the The James Lawrence King Federal Justice Building, Wednesday, May 27, 2026, in Miami. (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/6QRXGQZXDAFBZOU5WW7TU3USMA.jpg?auth=e8ed68d8087fda11f438e9e7e4e0f4931a69354cb3500ff9696d1453644768b4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Carnival Cruise Line's Carnival Horizon cruise ship is shown docked at PortMiami, April 9, 2021, in Miami. (AP Photo/Wilfredo Lee, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Wilfredo Lee</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/J7SLMQPNY3IAE67WSH7QT7YHRI.jpg?auth=fd39aadb4baa6e01d9866716a89c1b456eab238ac4dcff04ee9b742dcc54c4d2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Timothy Hudson, center, charged with sexually assaulting and killing his 18-year-old stepsister on a Carnival Cruise ship, arrives for a hearing at the The James Lawrence King Federal Justice Building, Wednesday, May 27, 2026, in Miami. (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/Z4HR7SQ63DBUMEMLNQMUUXIF7I.jpg?auth=fac3c815cdc3fa602d3ce34657215a4397e9046d61fa4c7e8fc609255c9d116b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Timothy Hudson, center, charged with sexually assaulting and killing his 18-year-old stepsister on a Carnival Cruise ship, arrives for a hearing at the James Lawrence King Federal Justice Building, Wednesday, May 27, 2026, in Miami. (AP Photo/Rebecca Blackwell)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca Blackwell</media:credit></media:content></item><item><title><![CDATA[Uruguayans arrive in high spirits ahead of FIFA World Cup match against Saudi Arabia in Miami]]></title><link>https://www.local10.com/sports/2026/06/15/uruguayans-arrive-in-high-spirits-ahead-of-fifa-world-cup-match-against-saudi-arabia-in-miami/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/15/uruguayans-arrive-in-high-spirits-ahead-of-fifa-world-cup-match-against-saudi-arabia-in-miami/</guid><dc:creator><![CDATA[Kacy Hintz, Will Manso, Andrea Torres]]></dc:creator><description><![CDATA[Uruguay hosted the first FIFA World Cup in 1930 and won the final against Argentina. The South American country won again in 1950. ]]></description><pubDate>Mon, 15 Jun 2026 21:03:07 +0000</pubDate><content:encoded><![CDATA[<p>Uruguay hosted the first FIFA World Cup in 1930 and won the final against Argentina. The South American country won again in 1950. </p><p><a href="https://www.local10.com/espanol/2026/06/15/uruguayos-llegan-con-gran-entusiasmo-al-partido-de-la-copa-mundial-de-la-fifa-contra-arabia-saudita-en-miami/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/15/uruguayos-llegan-con-gran-entusiasmo-al-partido-de-la-copa-mundial-de-la-fifa-contra-arabia-saudita-en-miami/">Leer en español</a></p><p>A group of fans arriving on Monday at the Miami Stadium, better known as the Hard Rock Stadium in Miami Gardens, sang together in Spanish: “We will be champions again, just like the first time.”</p><p>The country of about 3.4 million is proud of “La Celeste” or “Sky blue” jersey, and will be following the first FIFA World Cup 2026 group-stage match against Saudi Arabia starting at 6 p.m. </p><p>The Miami Stadium’s standard seating capacity is 65,300. The game will be the second <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> match of the day. The first surprised FIFA fans, as Cape Verde managed to hold Spain to a 0-0 draw. </p><p>The Miami Stadium is set to host six more FIFA World Cup 2026 matches, and a drone ban will be in effect for all of them. </p><ul><li>Uruguay vs. Cape Verde is at 6 p.m. on June 21 </li><li>Scotland vs. Brazil is at 6 p.m. on June 24</li><li>Colombia vs. Portugal is at 7:30 p.m. on June 27</li><li>Round of 32: 1J vs. 2H at 6 p.m. on July 3</li><li>Quarterfinal W91 vs. W92 at 5 p.m. on July 11</li><li>Play-off for third place at 5 p.m. on July 18</li></ul><p>For fans without tickets, FIFA set up a fan festival that opened for watch parties at 11 a.m., at Bayfront Park, at 301 Biscayne Boulevard, and closes at 9 p.m.</p><p><b>More local World Cup coverage</b></p><ul><li><a href="https://www.local10.com/sports/2026/06/15/miami-stadium-to-host-1st-fifa-world-cup-2026-match-in-just-hours/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/15/miami-stadium-to-host-1st-fifa-world-cup-2026-match-in-just-hours/">Miami Stadium hosts 1st of 7 FIFA World Cup 2026 matches</a></li><li><a href="https://www.local10.com/sports/2026/06/15/dona-paulina-serves-fifa-world-cup-spirit-to-uruguayans-in-miami-dade/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/15/dona-paulina-serves-fifa-world-cup-spirit-to-uruguayans-in-miami-dade/">Doña Paulina serves FIFA World Cup spirit to Uruguayans in Miami-Dade</a> </li><li><a href="https://www.local10.com/sports/2026/06/15/fifa-displays-world-cup-trophy-for-8-hours-at-miamis-freedom-tower/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/15/fifa-displays-world-cup-trophy-for-8-hours-at-miamis-freedom-tower/">FIFA displays World Cup trophy for 8 hours at Miami’s Freedom Tower </a></li><li><a href="https://www.local10.com/news/local/2026/06/15/fans-react-to-parking-situation-prices-around-miami-stadium-for-fifa-world-cup/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/15/fans-react-to-parking-situation-prices-around-miami-stadium-for-fifa-world-cup/">Fans react to parking situation, prices around Miami Stadium for FIFA World Cup</a></li><li><a href="https://www.local10.com/news/local/2026/06/15/miami-beach-admits-mistake-after-restaurant-told-to-remove-world-cup-flags/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/15/miami-beach-admits-mistake-after-restaurant-told-to-remove-world-cup-flags/">Miami Beach admits mistake after restaurant told to remove World Cup flags</a></li></ul><h3><b>Groups’ stage progress </b></h3><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/">Cape Verde holds Spain to a 0-0 draw</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/">Belgium and Egypt each get 1 point</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/">Sweden 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 and Ivory Coast each get 3 points </a></p><p><b>Group D</b>: <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/">Australia and United States each get 3 points </a></p><p><b>Group C</b>: <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/">Brazil and Morocco each get 1 point; Scotland gets 3 points</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/">Qatar and Switzerland each get 1 point</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 and South Korea each get 3 points </a></p><h3><b>Schedule </b> </h3><p><b>June 16</b>: There are three matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a>, France vs. Senegal, 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>, Iraq vs. Norway, game is at 6 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>, Argentina vs. Algeria, game is at 9 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 2 p.m. to midnight at Bayfront Park, at 301 Biscayne Boulevard. </p><p><b>June 17</b>: There are five matches: 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>, Austria vs. Jordan, game is at Midnight. 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>, Portugal vs. Congo, game is at 1 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>, England vs. Croatia, game is at 4 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>, Ghana vs. Panama, game is at 7 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>, Uzbekistan vs. Colombia, game is at 10 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from noon to 10 p.m. at Bayfront Park, at 301 Biscayne Boulevard. </p><p><b>June 18</b>: There are four matches: The <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, The Czech Republic vs. South Africa, is at Noon. The <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>, Switzerland vs. Bosnia, game is at 3 p.m. The <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>, Canada vs. Qatar, game is at 6 p.m. The <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, Mexico vs. South Korea, is at 9 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens from 11 a.m. to 9 p.m. at Bayfront Park, at 301 Biscayne Boulevard. </p><p><b>June 19</b>: There are four matches: 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>, U.S. vs. Australia, game is at 3 p.m. 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>, Scotland vs. Morocco, game is at 6 p.m. 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>, Brazil vs. Haiti, game is at 8:30 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. Paraguay, game is at 11 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 2 p.m. to midnight at Bayfront Park, at 301 Biscayne Boulevard. </p><p><b>June 20</b>: There are three matches: 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>, Netherlands vs. Sweden, game is at 1 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>, Germany 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. Curaçao, game is at 8 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from noon to 11 p.m. at Bayfront Park, at 301 Biscayne Boulevard. </p><p><b>Miami Beach fan party: </b>Doors open at 6 p.m. on June 20 at The Bandshell, at 7275 Collins Ave., for an event for Uruguayan fans co-hosted by the Consulate General of Uruguay.</p><p><b>June 21</b>: There are five matches: 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. Japan, game is at midnight. 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>, Spain vs. Saudi Arabia, game is at Noon. 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>, Belgium vs. Iran, 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>, Uruguay vs. Cape Verde, game is at 6 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. Egypt, game is at 9 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 11 a.m. to 9 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>June 22</b>: There are four matches: 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>, Argentina vs. Austria, game is at 1 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>, France vs. Iraq, game is at 5 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>, Norway vs. Senegal, game is at 8 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. Algeria, game is at 11 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from noon to 8 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>Miami Beach watch party: </b>Doors open at 11 a.m. on June 22 at The Bandshell, at 7275 Collins Ave., for the 1 p.m. Argentina vs. Austria match.</p><p><b>June 23</b>: There are four matches: 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>, Portugal vs. Uzbekistan, game is at 1 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>, England vs. Ghana, game is at 4 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>, Panama vs. Croatia, game is at 7 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. Congo, game is at 10 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from noon to 1 a.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>June 24</b>: There are six matches: The <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>, Switzerland vs. Canada, game is at 3 p.m. The <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>, Bosnia vs. Qatar, game is at 3 p.m. 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>, Morocco vs. Haiti, game is at 6 p.m. 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>, Scotland vs. Brazil, game is at 6 p.m. The <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>, South Africa vs. South Korea, game is at 9 p.m. The <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>, Czech Republic vs. Mexico, game 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>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 matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a>, Norway vs. France, game is at 3 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a>, Senegal vs. Iraq, game is at 3 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H</a>, Cape Verde vs. Saudi Arabia, game is at 8 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H</a>, Uruguay vs. Spain, game is at 8 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a>, New Zealand vs. Belgium, game is at 11 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a>, Egypt vs. Iran, game is at 11 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 2 p.m. to 11 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>June 27</b>: There are six matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a>, Panama vs. England, game is at 5 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a>, Croatia vs. Ghana, game is at 5 p.m. The <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a>, Colombia vs. Portugal, game is at 7:30 p.m. The <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a>, Congo vs. Uzbekistan, game is at 7:30 p.m. The<a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/"> Group J</a>, Algeria vs. Austria, game is at 10 p.m. The<a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/"> Group J</a>, Jordan vs. Argentina, game is at 10 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 4 p.m. to 1 a.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>Sunrise watch party</b>: The indoor Amerant Bank Arena is hosting a free watch party <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" target="_self" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">for ticket holders</a> at 7:30 p.m. on June 27. Parking is free. Broward County is offering <a href="https://www.broward.org/BCT/Pages/WorldCup.aspx" target="_self" rel="" title="https://www.broward.org/BCT/Pages/WorldCup.aspx">free Express bus transportation</a> from the arena to the Miami Stadium, also known as Hard Rock, in Miami Gardens, to FIFA World Cup ticket holders.</p><h3><b>Round of 32 begins </b></h3><p><b>June 28</b>: There is a match at 3 p.m. </p><p><b>Miami watch party</b>: The fan festival opens from 1 p.m to 10 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>June 29</b>: There are three matches at 1 p.m., 4:30 p.m., and 9 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from noon to midnight at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>June 30</b>: There are three matches at 1 p.m., 5 p.m., and 9 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens from noon to midnight at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 1</b>: There are three matches at noon, 4 p.m., and 9 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 11 a.m. to 11 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 2</b>: There are three matches at 3 p.m., 7 p.m., and 11 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens from 2 p.m. to 10 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 3</b>: There are three matches at 2 p.m., 6 p.m., and 9:30 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens from 1 p.m to 9 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><h3><b>Round of 16 begins</b></h3><p><b>July 4:</b> There are two matches at 1 p.m. and 5 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens from noon to midnight at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 5</b>: There are two matches at 4 p.m. and 8 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens for the last day from 3 p.m. to 11 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 6</b>: There are two matches at 3 p.m. and 8 p.m. </p><p><b>July 7</b>: There are two matches at Noon and 4 p.m. </p><h3><b>Quarterfinals begin</b></h3><p><b>July 9</b>: There is a quarter-final match at 4 p.m. </p><p><b>July 10</b>: There is a quarter-final match at 3 p.m. </p><p><b>July 11</b>: There are two quarter-final matches at 5 p.m. and 9 p.m.</p><p><b>Sunrise watch party</b>: The indoor Amerant Bank Arena is hosting a free watch party <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" target="_self" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">for ticket holders</a> at 5 p.m. on July 11. Parking is free. </p><h3><b>Semifinals begin</b></h3><p><b>July 14</b>: The fan festival is closed. There is a semi-final match at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 14 at The Bandshell, at 7275 Collins Ave., for the semifinal match.</p><p><b>July 15</b>: There is a semi-final match at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 15 at The Bandshell, at 7275 Collins Ave., for the semifinal match.</p><h3><b>Finals begin</b></h3><p><b>July 18</b>: The third-place play-off match is at 5 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 18 at The Sandbowl, behind The Bandshell, at 7275 Collins Ave., for the 5 p.m. bronze final. </p><p><b>Sunrise ride to stadium</b>: The Amerant Bank Arena has free parking for FIFA World Cup ticket holders who ride Broward County’s <a href="https://www.broward.org/BCT/Pages/WorldCup.aspx" target="_self" rel="" title="https://www.broward.org/BCT/Pages/WorldCup.aspx">free Express bus transportation</a> to the Miami Stadium, also known as Hard Rock, in Miami Gardens. </p><p><b>July 19</b>: The final match is at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 1 p.m. on July 19 at The Sandbowl, behind The Bandshell, at 7275 Collins Ave., for the 3 p.m. final.</p><p><b>Sunrise watch party</b>: The indoor Amerant Bank Arena is hosting a free watch party <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" target="_self" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">for ticket holders</a> for the final on July 19. Parking is free. </p><p><b>Related stories </b></p><ul><li><a href="https://www.local10.com/sports/local/2026/06/11/fifa-world-cup-2026-key-information-for-fans-attending-matches-at-miami-stadium/" target="_self" rel="" title="https://www.local10.com/sports/local/2026/06/11/fifa-world-cup-2026-key-information-for-fans-attending-matches-at-miami-stadium/">Key information for fans attending matches at Miami Stadium </a></li><li><a href="https://www.local10.com/news/local/2026/06/10/security-guard-accused-of-stealing-fifa-referee-uniform-from-miami-beach-hotel/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/10/security-guard-accused-of-stealing-fifa-referee-uniform-from-miami-beach-hotel/">Security guard accused of stealing FIFA referee uniform from Miami Beach hotel</a></li></ul><h3><b>Track FIFA World Cup 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[Miami Stadium hosts 1st of 7 FIFA World Cup 2026 matches]]></title><link>https://www.local10.com/sports/2026/06/15/miami-stadium-to-host-1st-fifa-world-cup-2026-match-in-just-hours/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/15/miami-stadium-to-host-1st-fifa-world-cup-2026-match-in-just-hours/</guid><dc:creator><![CDATA[Will Manso, Andrea Torres]]></dc:creator><description><![CDATA[FIFA World Cup 2026 fans have four games on Monday, as group-stage matches continue.  ]]></description><pubDate>Mon, 15 Jun 2026 16:00:05 +0000</pubDate><content:encoded><![CDATA[<p>The <a href="https://www.fifa.com/en/tournaments/mens/worldcup/canadamexicousa2026/usa/miami" target="_self" rel="" title="https://www.fifa.com/en/tournaments/mens/worldcup/canadamexicousa2026/usa/miami">Miami Stadium</a>, better known as the Hard Rock Stadium in Miami Gardens, made history on Monday. </p><p>For hours, soccer fans descended on the stadium at 347 Don Shula Drive in time for a patriotic ceremony. </p><p>Players from the national teams of Saudi Arabia, which ranks 60th in the world, and Uruguay, which ranks 16th, competed during their first <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> match. </p><p><b>Pre-game coverage</b>: <a href="https://www.local10.com/sports/2026/06/15/uruguayans-arrive-in-high-spirits-ahead-of-fifa-world-cup-match-against-saudi-arabia-in-miami/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/15/uruguayans-arrive-in-high-spirits-ahead-of-fifa-world-cup-match-against-saudi-arabia-in-miami/">Uruguayans arrive in high spirits</a></p><p>Uruguayan fans in their light blues dominated the stadium’s crowd. The match was a test for local and federal law enforcement. </p><p>The Miami Stadium is also set to host six more FIFA World Cup 2026 matches, and a drone ban will be in effect for all of them. </p><ul><li>Uruguay vs. Cape Verde is at 6 p.m. on June 21 </li><li>Scotland vs. Brazil is at 6 p.m. on June 24</li><li>Colombia vs. Portugal is at 7:30 p.m. on June 27</li><li>Round of 32: 1J vs. 2H at 6 p.m. on July 3</li><li>Quarterfinal W91 vs. W92 at 5 p.m. on July 11</li><li>Play-off for third place at 5 p.m. on July 18</li></ul><p><b>Traffic alert</b>: <a href="https://www.local10.com/traffic/2026/06/15/fifa-world-cup-2026-expect-turnpike-2x-ramp-and-exit-delays-at-miami-stadium/" target="_self" rel="" title="https://www.local10.com/traffic/2026/06/15/fifa-world-cup-2026-expect-turnpike-2x-ramp-and-exit-delays-at-miami-stadium/">Expect Turnpike 2X ramp and exit delays</a></p><p>For fans without tickets, FIFA set up a free fan festival for watch parties from 11 a.m. to 9 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>More on World Cup</b></p><ul><li><a href="https://www.local10.com/sports/2026/06/15/dona-paulina-serves-fifa-world-cup-spirit-to-uruguayans-in-miami-dade/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/15/dona-paulina-serves-fifa-world-cup-spirit-to-uruguayans-in-miami-dade/">Doña Paulina serves FIFA World Cup spirit to Uruguayans in Miami-Dade</a> </li><li><a href="https://www.local10.com/sports/2026/06/15/fifa-displays-world-cup-trophy-for-8-hours-at-miamis-freedom-tower/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/15/fifa-displays-world-cup-trophy-for-8-hours-at-miamis-freedom-tower/">FIFA displays World Cup trophy for 8 hours at Miami’s Freedom Tower </a></li><li><a href="https://www.local10.com/news/local/2026/06/15/fans-react-to-parking-situation-prices-around-miami-stadium-for-fifa-world-cup/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/15/fans-react-to-parking-situation-prices-around-miami-stadium-for-fifa-world-cup/">Fans react to parking situation, prices around Miami Stadium for FIFA World Cup</a></li><li><a href="https://www.local10.com/news/local/2026/06/15/miami-beach-admits-mistake-after-restaurant-told-to-remove-world-cup-flags/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/15/miami-beach-admits-mistake-after-restaurant-told-to-remove-world-cup-flags/">Miami Beach admits mistake after restaurant told to remove World Cup flags</a></li><li><a href="https://www.local10.com/sports/2026/06/15/fifa-fan-festival-hosts-world-cup-watch-parties-in-downtown-miami/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/15/fifa-fan-festival-hosts-world-cup-watch-parties-in-downtown-miami/">FIFA Fan Festival hosts World Cup watch parties in downtown Miami</a></li></ul><h3><b>Groups’ stage progress </b></h3><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/">Cape Verde holds Spain to a 0-0 draw</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/">Belgium and Egypt each get 1 point</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/">Sweden 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 and Ivory Coast each get 3 points </a></p><p><b>Group D</b>: <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/">Australia and United States each get 3 points </a></p><p><b>Group C</b>: <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/">Brazil and Morocco each get 1 point; Scotland gets 3 points</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/">Qatar and Switzerland each get 1 point</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 and South Korea each get 3 points </a></p><h3><b>Schedule </b> </h3><p><b>June 16</b>: There are three matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a>, France vs. Senegal, 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>, Iraq vs. Norway, game is at 6 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>, Argentina vs. Algeria, game is at 9 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 2 p.m. to midnight at Bayfront Park, at 301 Biscayne Boulevard. </p><p><b>June 17</b>: There are five matches: 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>, Austria vs. Jordan, game is at Midnight. 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>, Portugal vs. Congo, game is at 1 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>, England vs. Croatia, game is at 4 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>, Ghana vs. Panama, game is at 7 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>, Uzbekistan vs. Colombia, game is at 10 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from noon to 10 p.m. at Bayfront Park, at 301 Biscayne Boulevard. </p><p><b>June 18</b>: There are four matches: The <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, The Czech Republic vs. South Africa, is at Noon. The <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>, Switzerland vs. Bosnia, game is at 3 p.m. The <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>, Canada vs. Qatar, game is at 6 p.m. The <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, Mexico vs. South Korea, is at 9 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens from 11 a.m. to 9 p.m. at Bayfront Park, at 301 Biscayne Boulevard. </p><p><b>June 19</b>: There are four matches: 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>, U.S. vs. Australia, game is at 3 p.m. 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>, Scotland vs. Morocco, game is at 6 p.m. 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>, Brazil vs. Haiti, game is at 8:30 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. Paraguay, game is at 11 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 2 p.m. to midnight at Bayfront Park, at 301 Biscayne Boulevard. </p><p><b>June 20</b>: There are three matches: 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>, Netherlands vs. Sweden, game is at 1 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>, Germany 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. Curaçao, game is at 8 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from noon to 11 p.m. at Bayfront Park, at 301 Biscayne Boulevard. </p><p><b>Miami Beach fan party: </b>Doors open at 6 p.m. on June 20 at The Bandshell, at 7275 Collins Ave., for an event for Uruguayan fans co-hosted by the Consulate General of Uruguay.</p><p><b>June 21</b>: There are five matches: 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. Japan, game is at midnight. 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>, Spain vs. Saudi Arabia, game is at Noon. 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>, Belgium vs. Iran, 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>, Uruguay vs. Cape Verde, game is at 6 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. Egypt, game is at 9 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 11 a.m. to 9 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>June 22</b>: There are four matches: 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>, Argentina vs. Austria, game is at 1 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>, France vs. Iraq, game is at 5 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>, Norway vs. Senegal, game is at 8 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. Algeria, game is at 11 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from noon to 8 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>Miami Beach watch party: </b>Doors open at 11 a.m. on June 22 at The Bandshell, at 7275 Collins Ave., for the 1 p.m. Argentina vs. Austria match.</p><p><b>June 23</b>: There are four matches: 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>, Portugal vs. Uzbekistan, game is at 1 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>, England vs. Ghana, game is at 4 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>, Panama vs. Croatia, game is at 7 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. Congo, game is at 10 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from noon to 1 a.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>June 24</b>: There are six matches: The <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>, Switzerland vs. Canada, game is at 3 p.m. The <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>, Bosnia vs. Qatar, game is at 3 p.m. 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>, Morocco vs. Haiti, game is at 6 p.m. 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>, Scotland vs. Brazil, game is at 6 p.m. The <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>, South Africa vs. South Korea, game is at 9 p.m. The <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>, Czech Republic vs. Mexico, game 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>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 matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a>, Norway vs. France, game is at 3 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a>, Senegal vs. Iraq, game is at 3 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H</a>, Cape Verde vs. Saudi Arabia, game is at 8 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H</a>, Uruguay vs. Spain, game is at 8 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a>, New Zealand vs. Belgium, game is at 11 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a>, Egypt vs. Iran, game is at 11 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 2 p.m. to 11 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>June 27</b>: There are six matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a>, Panama vs. England, game is at 5 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a>, Croatia vs. Ghana, game is at 5 p.m. The <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a>, Colombia vs. Portugal, game is at 7:30 p.m. The <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a>, Congo vs. Uzbekistan, game is at 7:30 p.m. The<a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/"> Group J</a>, Algeria vs. Austria, game is at 10 p.m. The<a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/"> Group J</a>, Jordan vs. Argentina, game is at 10 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 4 p.m. to 1 a.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>Sunrise watch party</b>: The indoor Amerant Bank Arena is hosting a free watch party <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" target="_self" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">for ticket holders</a> at 7:30 p.m. on June 27. Parking is free. Broward County is offering <a href="https://www.broward.org/BCT/Pages/WorldCup.aspx" target="_self" rel="" title="https://www.broward.org/BCT/Pages/WorldCup.aspx">free Express bus transportation</a> from the arena to the Miami Stadium, also known as Hard Rock, in Miami Gardens, to FIFA World Cup ticket holders.</p><h3><b>Round of 32 begins </b></h3><p><b>June 28</b>: There is a match at 3 p.m. </p><p><b>Miami watch party</b>: The fan festival opens from 1 p.m to 10 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>June 29</b>: There are three matches at 1 p.m., 4:30 p.m., and 9 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from noon to midnight at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>June 30</b>: There are three matches at 1 p.m., 5 p.m., and 9 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens from noon to midnight at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 1</b>: There are three matches at noon, 4 p.m., and 9 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 11 a.m. to 11 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 2</b>: There are three matches at 3 p.m., 7 p.m., and 11 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens from 2 p.m. to 10 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 3</b>: There are three matches at 2 p.m., 6 p.m., and 9:30 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens from 1 p.m to 9 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><h3><b>Round of 16 begins</b></h3><p><b>July 4:</b> There are two matches at 1 p.m. and 5 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens from noon to midnight at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 5</b>: There are two matches at 4 p.m. and 8 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens for the last day from 3 p.m. to 11 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 6</b>: There are two matches at 3 p.m. and 8 p.m. </p><p><b>July 7</b>: There are two matches at Noon and 4 p.m. </p><h3><b>Quarterfinals begin</b></h3><p><b>July 9</b>: There is a quarter-final match at 4 p.m. </p><p><b>July 10</b>: There is a quarter-final match at 3 p.m. </p><p><b>July 11</b>: There are two quarter-final matches at 5 p.m. and 9 p.m.</p><p><b>Sunrise watch party</b>: The indoor Amerant Bank Arena is hosting a free watch party <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" target="_self" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">for ticket holders</a> at 5 p.m. on July 11. Parking is free. </p><h3><b>Semifinals begin</b></h3><p><b>July 14</b>: The fan festival is closed. There is a semi-final match at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 14 at The Bandshell, at 7275 Collins Ave., for the semifinal match.</p><p><b>July 15</b>: There is a semi-final match at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 15 at The Bandshell, at 7275 Collins Ave., for the semifinal match.</p><h3><b>Finals begin</b></h3><p><b>July 18</b>: The third-place play-off match is at 5 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 18 at The Sandbowl, behind The Bandshell, at 7275 Collins Ave., for the 5 p.m. bronze final. </p><p><b>Sunrise ride to stadium</b>: The Amerant Bank Arena has free parking for FIFA World Cup ticket holders who ride Broward County’s <a href="https://www.broward.org/BCT/Pages/WorldCup.aspx" target="_self" rel="" title="https://www.broward.org/BCT/Pages/WorldCup.aspx">free Express bus transportation</a> to the Miami Stadium, also known as Hard Rock, in Miami Gardens. </p><p><b>July 19</b>: The final match is at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 1 p.m. on July 19 at The Sandbowl, behind The Bandshell, at 7275 Collins Ave., for the 3 p.m. final.</p><p><b>Sunrise watch party</b>: The indoor Amerant Bank Arena is hosting a free watch party <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" target="_self" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">for ticket holders</a> for the final on July 19. Parking is free. </p><p><b>Related stories </b></p><ul><li><a href="https://www.local10.com/sports/local/2026/06/11/fifa-world-cup-2026-key-information-for-fans-attending-matches-at-miami-stadium/" target="_self" rel="" title="https://www.local10.com/sports/local/2026/06/11/fifa-world-cup-2026-key-information-for-fans-attending-matches-at-miami-stadium/">Key information for fans attending matches at Miami Stadium </a></li><li><a href="https://www.local10.com/news/local/2026/06/10/security-guard-accused-of-stealing-fifa-referee-uniform-from-miami-beach-hotel/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/10/security-guard-accused-of-stealing-fifa-referee-uniform-from-miami-beach-hotel/">Security guard accused of stealing FIFA referee uniform from Miami Beach hotel</a></li></ul><h3><b>Track FIFA World Cup 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[China Shock 2.0: Surging Chinese exports threaten Europe's economy, raising concern at G7 summit]]></title><link>https://www.local10.com/business/2026/06/16/china-shock-20-surging-chinese-exports-threaten-europes-economy-raising-concern-at-g7-summit/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/16/china-shock-20-surging-chinese-exports-threaten-europes-economy-raising-concern-at-g7-summit/</guid><dc:creator><![CDATA[By PAUL WISEMAN, ELAINE KURTENBACH and DAVID McHUGH, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — For eight years, the United States has waged economic war on China, slapping big taxes on Chinese products before they enter America.]]></description><pubDate>Tue, 16 Jun 2026 04:01:06 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — For eight years, the United States has waged economic war on China, slapping big taxes on Chinese products before they enter America.</p><p>But the campaign hasn’t dented China’s industrial prowess.</p><p>The world’s second biggest economy is exporting more products than ever. It’s just redirecting them away from the U.S. tariff wall and toward more open markets in Europe and elsewhere in Asia.</p><p>The shift in Chinese trade risks creating a European sequel to the China Shock that wiped out hundreds of thousands of factory jobs in the American heartland in the 2000s and contributed to the political upheaval that put Donald Trump in the White House twice.</p><p>Despite U.S. sanctions, China last year notched a record global trade surplus — an astonishing $1.2 trillion.</p><p>Earlier this year, French President Emmanuel Macron warned that Chinese exports are “literally killing a large part of the European industry’’ and admitted that Europe was “slow to see that.’’</p><p>The Europeans are clear-eyed now. China’s trade practices will be near the top of the agenda this week as leaders of the G7 rich democracies gather in Évian-les-Bains, France. In briefings last week, French officials indicated that they hope to come out of the summit with a plan to tackle the China threat.</p><p>One possibility is that the European Union and others will build a higher tariff wall of their own against Chinese imports. Currently, the EU imposes relatively low tariffs on China under World Trade Organization rules — though it hits specific Chinese products with higher ones (up to 35% on electric vehicles, for example).</p><p>“China’s export surge, unless its leaders rein it in, will provoke a protectionist wave against Chinese imports worldwide,’’ said Maurice Obstfeld, senior fellow at the Peterson Institute for International Economics and former chief economist at the International Monetary Fund. “All the more so if the current disruptions around the Iran war persist and cause a sharper global slowdown.’’</p><p>Economist Taylor Wang at HSBC warned this month that a China-EU trade dispute could threaten Chinese exports; Europe accounted for a big share of China’s exports of electric vehicles, solar panels and lithium-ion batteries.</p><p>The Europeans also hope to persuade Trump to stop targeting U.S. allies like the European Union and Canada with punitive tariffs and to start working with them instead to counter China.</p><p>China Shock 2.0 is different — and more disruptive</p><p>The first China Shock started around 2001 when the Chinese joined the World Trade Organization and gained low-tariff access to the lucrative markets of the United States and Europe. In the United States, many factories couldn’t compete with low-cost Chinese textiles, furniture, electronics and other manufactured goods.</p><p>Economists David Autor of the Massachusetts Institute of Technology, David Dorn of the University of Zurich and Gordon Hanson, now at Harvard, found that competition from China had led to the loss of 2.4 million American jobs.</p><p>China Shock 2.0, as it’s come to be known, is playing out differently.</p><p>The first time around China was still emerging as a major player in global commerce. Now it dominates world trade and manufacturing.</p><p>China accounted for just 4% of global goods exports in 2000. Now its share is 16% — the highest in the world — making Beijing’s trade policies far more consequential.</p><p>China has also upped its game, exporting sophisticated products like EVs and batteries, advanced machinery, software, scientific instruments and putting it in direct competition with the richest countries in the world. For example, Chinese exports now compete with nearly 58% of the exports from the 21 European countries that share the euro currency, up from 46% in 2000, according to a paper last month by researchers at the Federal Reserve and the Federal Reserve Bank of St. Louis.</p><p>“The second China shock is characterized by its companies running the board on manufacturing exports -- from low-tech, low-wage to high-tech high value-added industries,” said economist Eswar Prasad of Cornell University. “This is directly hitting advanced economies where it now hurts the most″ — high tech industries such as EVs and high-end robotics that many countries “had been counting on for a manufacturing revival.’’</p><p>Germany has taken a hit from Chinese exports</p><p>Germany has been hit hard. German companies once grew fat on exports to China but the situation has reversed: China now sells more goods to Germany than it buys. And German companies are struggling to compete with the Chinese rivals in industrial machinery, construction equipment, cars and chemicals – all mainstays of Germany’s export-oriented economy.</p><p>Partly because of the competition from China, Germany’s economy has stagnated, shrinking in 2023 and 2024 and growing just 0.2% last year.</p><p>The United States is less vulnerable than it was in the 2000s. Trump’s tariffs have kept out a lot of Chinese products. Exports of Chinese goods to the United States dropped 37% from January through April this year, versus the same period of 2025, the U.S. Commerce Department reports.</p><p>The United States is also in a stronger economic position because it produces its own energy — unlike the EU and Japan — and is enjoying a boom in productivity and investment in artificial intelligence.</p><p>Despite Trump’s tariffs and diminished sales to the United States, China is benefiting from soaring demand for its low-cost EVs and from AI investment, which generates sales of Chinese electrical components and machinery for data centers.</p><p>Exports from China to the 27-nation EU climbed 16.4% in January to May from a year earlier. For France, that meant that its trade deficit with China, according to Beijing’s customs statistics, rose to $5.3 billion from $3.3 billion a year earlier.</p><p>Chinese policies contribute to the problem</p><p>Economists say China’s policies encourage factories to overproduce and consumers to underspend. For example, state-run Chinese banks pay low interest rates to savers but offer cheap loans to government-owned manufacturers. A flimsy social safety net pressures Chinese families to save, not spend, to build a financial buffer against old age and medical problems.</p><p>Obstfeld said the policies are partly meant to keep factories busy and workers employed. “The result is an excess domestic supply of manufactured products, which must be exported abroad,’’ he said. So low-priced Chinese products flood world markets and threaten to put European and other factories out of business.</p><p>Beijing also has encouraged companies to compete ruthlessly against each other at home. “The rest of the world is ill prepared to compete with these apex predators,’’ Autor and Hanson wrote in a New York Times column last year.</p><p>China has repeatedly promised to rein in overproduction and encourage consumer spending – as the United States and other countries have urged for decades. That would make its economy less reliant on exports and its consumers better off. It would also give U.S. and European an expanding market to sell into. “The leadership has long said this is a goal,’’ Obstfeld said, “but they have been slow to act as if they mean it.’’</p><p>“Beijing has been relying on the rest of the world to address its overcapacity problem,” said former U.S. trade negotiator Wendy Cutler, now senior vice president at the Asia Society Policy Institute. “However, this unsustainable situation may soon change if the EU and others take steps to halt Chinese imports, following the U.S. lead.’’</p><p>___</p><p>AP Business Writer Chan Ho-him in Hong Kong, AP Chief Correspondent John Leicester and Sylvie Corbet in Paris contributed.</p><p>Kurtenbach reported from Bangkok and McHugh from Frankfurt, Germany</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YJVV3HVIO4Y5RSVNQZSPAXX25U.jpg?auth=8f1ac904fc80bc7870ddb6f41592878c850a71012fe2389dc85d5b94ebd78c9b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[French President Emmanuel Macron walks with European Commission President Ursula von der Leyen during the G7 summit in Evian-les-Bains, France, Monday, June 15, 2026. (Isabel Infantes/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Isabel Infantes</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/774P6PP2MBF5CMNDX6FZZBGBVY.jpg?auth=62cfb6ec2705f94996df84b81b908658f8e6a57f30a60ba0962f93a944314777&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[French President Emmanuel Macron, right, speaks with European Commission President Ursula von der Leyen during the G7 summit in Evian-les-Bains, France, Monday, June 15, 2026. (Isabel Infantes/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Isabel Infantes</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SH45PAJXUXROMAZZFBDRQGYDHQ.jpg?auth=5a4a8c6c95508d8d4049b912386b1a8900b9fb641cae545fc708e7ee21284f1b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[French President Emmanuel Macron, left, greets European Commission President Ursula von der Leyen during the G7 summit in Evian-les-Bains, France, Monday, June 15, 2026. (Isabel Infantes/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Isabel Infantes</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CZ24VZ64MHCUXEQEBOKQI4LLL4.jpg?auth=8159029521f45dc4c69e524650ae69a224fc1c0068d0fa8901c348f06807f32c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[French President Emmanuel Macron, right, and his wife Brigitte Macron, left, pose with European Commission President Ursula von der Leyen and her husband Heiko von der Leyen during the G7 summit in Evian-les-Bains, France, Monday, June 15, 2026. (Isabel Infantes/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Isabel Infantes</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TIMQLMJXAPWIP3NWFQDWADF7AE.jpg?auth=97c8faaca253554e69a4a6414fa41710177d64ac25a4dce979e045d1161d4fe0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[French President Emmanuel Macron, right, and his wife Brigitte Macron, second right, pose with Germany's Chancellor Friedrich Merz and his wife Charlotte Merz during the G7 summit in Evian-les-Bains, France, Monday, June 15, 2026. (Isabel Infantes/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Isabel Infantes</media:credit></media:content></item><item><title><![CDATA[Initial deal to end US-Iran war moves toward formal signing despite lingering questions]]></title><link>https://www.local10.com/news/world/2026/06/15/iran-and-us-reach-an-initial-deal-to-end-the-war-and-open-the-strait-of-hormuz-but-challenges-remain/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/15/iran-and-us-reach-an-initial-deal-to-end-the-war-and-open-the-strait-of-hormuz-but-challenges-remain/</guid><dc:creator><![CDATA[By JON GAMBRELL, ELENA BECATOROS and MICHELLE L. PRICE, Associated Press]]></dc:creator><description><![CDATA[DUBAI, United Arab Emirates (AP) — An initial agreement between the United States and Iran to extend their shaky ceasefire inched toward a formal signing despite questions Monday over the fate of Tehran's nuclear program and an offensive by Israel in Lebanon that could prolong the fighting and scuttle the deal.]]></description><pubDate>Mon, 15 Jun 2026 20:25:52 +0000</pubDate><content:encoded><![CDATA[<p>DUBAI, United Arab Emirates (AP) — An initial agreement between the United States and Iran to extend their shaky ceasefire inched toward a formal signing despite questions Monday over the fate of Tehran’s nuclear program and an offensive by Israel in Lebanon that could prolong the fighting and scuttle the deal.</p><p>The agreement signed electronically Sunday is meant to provide a meaningful truce in a monthslong war that has killed thousands across the Middle East, including the top leaders of Iran’s theocracy, and raised the prices of fuel, food and other basic goods far beyond the region. But logistical and military challenges underscored the fragile nature of the deal, which was set for a ceremonial signing Friday in Geneva.</p><p>At the core of the pact is a planned reopening of the Strait of Hormuz, a crucial waterway whose blockage has choked the supply of the world’s oil and natural gas. Yet even a full reopening would not immediately alleviate the global energy crisis its closure created.</p><p>Another potential obstacle concerns Israel, which joined the U.S. in launching the war on Feb. 28, but it is not party to the deal. The Israeli military launched airstrikes Sunday in southern Lebanon, where it is fighting the Iranian-backed Hezbollah militant group, and the Israeli defense minister said Monday that the country would not withdraw from land seized in Lebanon, where Israel is fighting the Iranian-backed Hezbollah militant group.</p><p>Israeli Prime Minister Benjamin Netanyahu on Monday said the agreement between the U.S. and Iran was Trump’s decision. Netanyahu said Israel has its own interests, primarily protecting against a potential nuclear threat from Iran. He said Iran wanted Israel to withdraw from Lebanon, but he stood firm, saying Israel would remain in the buffer zone “as long as necessary.”</p><p>“I tell you, citizens of Israel, the struggle is not over. We will need to continue to be vigilant, to remain strong and determined, to defend ourselves as necessary,” he said.</p><p>Other uncertainties center on Iran’s stockpile of highly enriched uranium, which the U.S. and Israel worry could be used to build an atomic weapon despite Tehran’s insistence for years that it has no aspirations to do so. The deal gives Iran just 60 days to decide what to do with its supply. It took years for Iran and world powers to negotiate a 2015 agreement to rein in Tehran’s nuclear program.</p><p>President Donald Trump unilaterally withdrew the U.S. from that accord in his first term, setting the stage for the tensions that culminated in the current war.</p><p>The Strait of Hormuz won’t open until the deal is signed</p><p>Early in the war, Iranian attacks on ships brought traffic in the Strait of Hormuz — through which a fifth of the world’s oil and natural gas passed before the conflict — to a near standstill. Trump implemented a blockade in response.</p><p>Iran’s deputy foreign minister, Kazem Gharibabadi, said Iran would not start implementing the agreement until after the signing ceremony. The U.S. military said the blockade will remain in place “pending execution” of the deal.</p><p>“Do not attempt to cross until explicit direction is given,” it said Monday in an advisory to merchant ships.</p><p>Trump, who faced pressure to end the war ahead of congressional midterm elections in November, said that “a lot of great things are going to happen in the Middle East right now.”</p><p>“Very importantly, the oil is plummeting down, and the stock market is shooting up like a rocket today,” he said Monday at the G7 summit in France.</p><p>While the agreement provides for the “immediate” opening of the strait and lifting of the blockade, the process will take time because there are mines in the strait, and ships are unwilling to risk traversing it, according to a senior U.S. official who spoke to reporters on condition of anonymity to discuss outlines of the agreement.</p><p>Details remain scant but expected soon</p><p>A second senior U.S. official told reporters that details of the agreement would be released within the next two days.</p><p>The memorandum of understanding includes the possibility of releasing Iran’s frozen funds, easing sanctions and creating a $300 billion fund to rebuild Iran — all of which would be tied to Iran meeting benchmarks, the official said.</p><p>The officials said technical talks would begin Friday after the signing ceremony and that Vice President JD Vance would lead negotiations for the U.S.</p><p>Israel says it won’t withdraw from Lebanon</p><p>The success of the deal rests at least partially on what happens between Israel and Hezbollah in Lebanon. Israel’s bombing of Beirut’s southern suburbs on Sunday nearly derailed the negotiations, and a previous attack led Iran to fire on Israel and Israel to fire back.</p><p>Defense Minister Israel Katz said Israel plans to stay “indefinitely” in land it holds in Lebanon, Syria and the Gaza Strip. He also threatened that if Iran attacks Israel over its strikes in Lebanon, Israel will strike Iran with “great force.”</p><p>Asked where Israel stands on the deal, David Mencer, a spokesman in Netanyahu’s office, told The Associated Press that Israel and the U.S. remain fully aligned on preventing Iran from obtaining nuclear weapons. But he added that Israel will not tolerate attacks from Hezbollah on its territory.</p><p>Israel and the U.S. began the war apparently in lockstep, but the war has created deep fractures in that close relationship, with Trump eager to end a conflict that is deeply unpopular with the American public and Netanyahu intent on destroying Hezbollah. Trump appears to have grown increasingly frustrated with the Israeli leader, even occasionally publicly insulting him, including telling The New York Times on Sunday that he was a “very difficult guy.”</p><p>Many Lebanese travel to check on homes</p><p>In a sign of the deal’s fragility, the Lebanese army called on residents not to rush to return to border villages, saying they should follow military instructions because of the danger of “Israeli violations and aggression.”</p><p>Many Lebanese who had fled following Israeli evacuation orders and intense fighting were heading south, however, to check on their homes. Celine Fayad, driving south, said she will test how far she could go. Her village, Aitaroun, is along the border with Israel. It was among the first to be occupied and lies in ruins.</p><p>“We were expecting to return,” she said. “Thanks to Iran.”</p><p>Ali Haidar was among the first to return to Nabatiyeh, the southern city at the heart of the latest Israeli military operations, where many central buildings have been reduced to dust.</p><p>“This used to be our home, our childhood home where we have all of our memories. This is where we grew up. Now it’s gone,” Haidar said. “We will return to rubble and sand. It’s better than being displaced.”</p><p>Hezbollah, meanwhile, credited Iran with a “major achievement” in reaching the agreement, which it said could lead to “the full liberation of our land, the return of our prisoners to their homeland and families,” and reconstruction of war-devastated areas.</p><p>Along with praising the deal, the militant group said it was committed to resisting Israel “until full withdrawal is achieved.”</p><p>___</p><p>Becatoros reported from Athens, Greece. Price reported from Washington. Associated Press writers Munir Ahmed in Islamabad; Will Weissert and Aamer Madhani in Washington; Julia Frankel in Jerusalem; Abby Sewell and Sarah El Deeb in Beirut; Najib Jobain in Doha, Qatar; Melanie Lidman in Tel Aviv, Israel; and Sylvie Corbet in Evian-les-Bains, France, contributed to this report.</p>]]></content:encoded></item><item><title><![CDATA[All eyes turn to Fed chair Kevin Warsh and his first moves on interest rates]]></title><link>https://www.local10.com/news/2026/06/16/all-eyes-turn-to-fed-chair-kevin-warsh-and-his-first-moves-on-interest-rates/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/16/all-eyes-turn-to-fed-chair-kevin-warsh-and-his-first-moves-on-interest-rates/</guid><dc:creator><![CDATA[By CHRISTOPHER RUGABER, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Ever since Kevin Warsh was nominated by President Trump in late January to lead the Federal Reserve, a question has lingered: Will he seek to raise interest rates to tame inflation or cut them as Trump has long demanded?]]></description><pubDate>Tue, 16 Jun 2026 04:01:06 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Ever since Kevin Warsh was nominated by President Trump in late January to lead the Federal Reserve, a question has lingered: Will he seek to raise interest rates to tame inflation or cut them as Trump has long demanded?</p><p>On Wednesday, Warsh may provide the first hints of an answer when he oversees his first Fed policy meeting as chair and holds a news conference afterward. Bond markets, which can swing sharply on a chair's pronouncements, will be watching particularly closely for any signs of which way he leans.</p><p>“We expect the press conference to be pivotal,” Jonathan Pingle, an economist at investment bank UBS, wrote in a note. “This will be Kevin Warsh’s first public appearance as Chair. ...We do not really know what his policy views are.”</p><p>Economists say Warsh will likely aim for a neutral approach, largely because he is taking over the Fed at a challenging time. Rising inflation has made it all but impossible for the Fed to cut interest rates anytime soon, which could stimulate growth and further raise prices. Hiring has improved noticeably since the beginning of the year, removing another key rationale for rate cuts. And the other 11 policymakers on the Fed's rate-setting committee — including Warsh's predecessor, former chair Jerome Powell — are split on whether an increase in the Fed's key rate will be needed or if it can stay unchanged.</p><p>High inflation puts Fed in tough spot</p><p>Oil prices have fallen sharply on news that the U.S. and Iran have reached an initial deal to end their war, which could eventually cool inflation. Yet it's unclear whether a permanent agreement can be reached.</p><p>“The right thing to do now is wait and see,” said William English, an economist at the Yale School of Management and a former top Fed economist.</p><p>Inflation has jumped to a three-year high of 4.2%, the government said last week, mostly because of higher gas prices. Even Trump has backed off a bit from his relentless demands for lower rates, and instead has argued that rate hikes — which the Fed undertakes to cool the economy and slow inflation -- aren't necessary.</p><p>In an interview earlier this month on NBC's “Meet the Press,” Trump said, “Kevin is fantastic and I want him to do whatever he wants," but added, “there's no reason to raise rates."</p><p>On Wednesday the Fed is widely expected to keep its key rate at about 3.6%, where it has remained since last December. When the Fed reduces its rate, over time it can lower other borrowing costs for things like mortgages, auto loans, and business loans.</p><p>Changes likely to dash hopes for those seeking lower rates</p><p>Still, some changes are expected, which will disappoint those hoping for lower borrowing costs: The Fed is likely to drop language that suggests its next move will be a rate cut, and instead adopt wording that is more neutral. Several Fed policymakers in recent weeks have said that the Fed's most likely next move is a hike, rather than a cut.</p><p>The central bank is also scheduled to release its quarterly economic projections on Wednesday, which include forecasts for how the Fed's key rate will change over the next three years. In March, those projections suggested the Fed would cut its rate once this year. Yet on Wednesday they will likely show no change in 2026, with maybe one or two cuts next year, economists say.</p><p>Warsh has criticized the projections for providing too much “forward guidance” to financial markets and leading Fed officials to stand by their forecasts for too long, even as the economy changes. Fed watchers will look closely to see if Warsh participates in the quarterly projections. If he doesn't submit his own forecasts, it could be a sign he will seek to get rid of them entirely in the coming months.</p><p>Warsh to bring a new approach to Fed leadership</p><p>Outside of policy, Warsh is expected to bring a different style to the Fed than Powell, people who've worked with him say. He wants Fed policymakers to give fewer speeches, have more debates behind closed doors, and will likely avoid commenting on the daily ups and downs of the economy. Powell was relatively plainspoken and straightforward, while Warsh has suggested he sees the famously oracular Alan Greenspan, the Fed's chair from 1987 to 2005, as a model.</p><p>“He's just going to say less, because he doesn't find that stuff very helpful," said Robert Tetlow, a former senior policy advisor at the Fed.</p><p>Randall Kroszner, an economist at the University of Chicago who served on the Fed's governing board from 2006 to 2009, when Warsh was also a governor, said the new chair would likely focus on bigger-picture questions, such as how AI will impact the economy. He will avoid thornier issues, such as whether tariffs raise inflation, which Powell was willing to address.</p><p>By avoiding such hot-button issues, the Fed could attract less negative attention from the White House, Kroszner said.</p><p>“He’s going to stay away from those,” Kroszner added. “If the Fed is to maintain its independence, it needs to maintain its focus.”</p><p>While seeking Trump's nomination, Warsh called for “regime change” at the Fed and criticized the central bank for not preventing the 2021-22 inflation surge, when prices jumped 9.1% in a year, the biggest spike in four decades.</p><p>Yet Kroszner said that Warsh will likely to seek to build consensus around changing things like the Fed's communications policies, rather than imposing them. So far, former Fed officials say he hasn't sought to fire top staff.</p><p>“He's not there to break things,” Kroszner said.</p><p>During his Senate confirmation hearing in April, Warsh said he would focus on quelling inflation.</p><p>“Inflation is a choice, and the Fed must take responsibility for it,” he said then.</p><p>If he acts on that sentiment by keeping rates unchanged — or even raising them — Trump could end up disappointed in another Fed chair. He often threatened to fire Powell, whom he also appointed, for not cutting rates deeply enough.</p><p>“There's at least a risk here that six months down the road, Trump is fulminating about how he didn’t get what he wanted from Warsh, and he'd like to fire Warsh,” English said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/Y5CB5PL6F3RGRCJQT7BWED2HSQ.jpg?auth=c5aec81bb7d26c7541257c25f0d7c92e4d3ded53e58eec2473ebc8bc7605b318&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Federal Reserve Chairman Kevin Warsh speaks during his swearing-in in the East Room of the White House, Friday, May 22, 2026, in Washington. (AP Photo/Alex Brandon)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LLIHTJU33T6E2QMENPKFA57ND4.jpg?auth=e44609b68d728187c945a74e61344a6d45087195ebe896c4cf0ad6c9e9a6bf71&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Federal Reserve Chairman Kevin Warsh speaks during his swearing-in in the East Room of the White House, Friday, May 22, 2026, in Washington. (AP Photo/Alex Brandon)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CX2X6WVUDFEFNMANQIZEQ3OXLA.jpg?auth=a0e725e5c1cf4bef7d16fdddeed29c93dac919e6307431256a81a3116a76575b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Federal Reserve Chairman Kevin Warsh attends his swearing-in in the East Room of the White House, Friday, May 22, 2026, in Washington. (AP Photo/Alex Brandon)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GO7ITTHM6EP7YKWGGJAN2BMTBM.jpg?auth=55233897bfdc983f28b0faf08a710b976c50c58b71687d02c08b1973d58e5fe5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump, right, shakes the hand of Federal Reserve Chairman Kevin Warsh during Warsh's swearing-in in the East Room of the White House, Friday, May 22, 2026, in Washington. (AP Photo/Alex Brandon)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content></item><item><title><![CDATA[Uruguayos llegan con gran entusiasmo al partido de la Copa Mundial de la FIFA contra Arabia Saudita en Miami]]></title><link>https://www.local10.com/espanol/2026/06/15/uruguayos-llegan-con-gran-entusiasmo-al-partido-de-la-copa-mundial-de-la-fifa-contra-arabia-saudita-en-miami/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/15/uruguayos-llegan-con-gran-entusiasmo-al-partido-de-la-copa-mundial-de-la-fifa-contra-arabia-saudita-en-miami/</guid><dc:creator><![CDATA[Kacy Hintz, Will Manso, Andrea Torres]]></dc:creator><description><![CDATA[El primer partido de la Copa Mundial de la FIFA 2026 en el Miami Stadium movilizará a miles de aficionados este lunes y traerá consigo un amplio operativo de seguridad y vialidad. Las autoridades advirtieron sobre cierres parciales, mientras el estadio se prepara para recibir el duelo entre Arabia Saudita y Uruguay.]]></description><pubDate>Mon, 15 Jun 2026 22:06:37 +0000</pubDate><content:encoded><![CDATA[<p>Uruguay fue sede de la primera Copa Mundial de la FIFA, en 1930, y se coronó campeón al vencer a Argentina en la final. El país sudamericano volvió a conquistar el título en 1950.</p><p>Un grupo de aficionados que llegó este lunes al Miami Stadium, conocido como Hard Rock Stadium en Miami Gardens, cantó al unísono en español: “Volveremos a ser campeones, como la primera vez”.</p><p><b>Alerta vial: </b>prevén retrasos en la rampa de acceso y la salida 2X de la Turnpike hacia el Miami Stadium.</p><p>El país sudamericano, con una población de aproximadamente 3.4 millones de habitantes, siente un profundo orgullo por “La Celeste”, como se conoce a su selección nacional, y seguirá de cerca su primer partido de la fase de grupos de la Copa Mundial de la FIFA 2026 frente a Arabia Saudita, programado para las 6:00 p.m.</p><p>El Miami Stadium tiene una capacidad habitual para 65,300 espectadores. El encuentro será el segundo partido del Grupo H de la jornada. El primero sorprendió a los aficionados al fútbol, ya que Cabo Verde logró empatar 0-0 frente a España.</p><p>El Miami Stadium albergará otros seis partidos de la Copa Mundial de la FIFA 2026, y para todos ellos estará vigente una prohibición de operar drones.</p><p>Uruguay vs. Cabo Verde: 21 de junio, 6:00 p.m.</p><p>Escocia vs. Brasil: 24 de junio, 6:00 p.m.</p><p>Colombia vs. Portugal: 27 de junio, 7:30 p.m.</p><p>Dieciseisavos de final: primero del Grupo J vs. segundo del Grupo H, 3 de julio, 6:00 p.m.</p><p>Cuartos de final: ganador del partido 91 vs. ganador del partido 92, 11 de julio, 5:00 p.m.</p><p>Partido por el tercer lugar: 18 de julio, 5:00 p.m.</p><p>Para los aficionados que no consiguieron boletos, la FIFA instaló un festival para aficionados en Bayfront Park, ubicado en 301 Biscayne Boulevard, donde podrán seguir los partidos. El espacio abrió a las 11:00 a.m. y permanecerá abierto hasta las 9:00 p.m.</p><p>Además, permanece vigente una advertencia por calor en el condado de Miami-Dade hasta las 6:00 p.m..</p>]]></content:encoded></item><item><title><![CDATA[Un muerto y cuatro heridos tras explosión en un centro logístico del Departamento de Bomberos y Rescate de Miami-Dade]]></title><link>https://www.local10.com/espanol/2026/06/15/mdfr-una-persona-fue-hospitalizada-tras-un-incendio-en-un-centro-de-mantenimiento-de-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/15/mdfr-una-persona-fue-hospitalizada-tras-un-incendio-en-un-centro-de-mantenimiento-de-miami-dade/</guid><dc:creator><![CDATA[Trent Kelly, Amanda Batchelor, Janine Stanwood]]></dc:creator><description><![CDATA[Una persona murió y otras tres resultaron heridas la mañana de este lunes tras una explosión e incendio en un centro logístico de Miami-Dade Fire Rescue, confirmó la Oficina del Sheriff de Miami-Dade a Local 10 News.]]></description><pubDate>Mon, 15 Jun 2026 15:20:25 +0000</pubDate><content:encoded><![CDATA[<p>Una persona murió y otras cuatro resultaron heridas la mañana de este lunes tras una explosión e incendio en un centro logístico del Departamento de Bomberos y Rescate de Miami-Dade, confirmaron autoridades a Local 10 News.</p><p>Las instalaciones, utilizadas para abastecer de combustible y dar mantenimiento a los vehículos del Departamento de Bomberos y Rescate de Miami-Dade, están ubicadas en 6100 SW 87th Ave., al sur de Snapper Creek.</p><p>Imágenes aéreas de Sky 10, captadas alrededor de las 10:40 a.m., mostraban daños considerables en una bomba de combustible.</p><p>De acuerdo con la alguacil de Miami-Dade, Rosie Cordero-Stutz, una explosión aparentemente provocó el incendio en las instalaciones.</p><p>Las autoridades informaron que una persona falleció y otras cuatro resultaron heridas, entre ellas un teniente de la Oficina del Alguacil de Miami-Dade (MDSO).</p><p>Según la alguacil, el teniente y otra persona fueron trasladados al HCA Florida Kendall Hospital, mientras que una tercera víctima fue llevada a otro hospital.</p><p>La policía indicó que una cuarta persona lesionada llegó por sus propios medios a un hospital cercano.</p><p>De acuerdo con la Oficina del Alguacil de Miami-Dade, una de las víctimas permanece en estado crítico, aunque todas se encuentran estables.</p><p>Por su parte, el jefe del Departamento de Bomberos y Rescate de Miami-Dade, Ray Jadallah, confirmó que, tras la explosión, los equipos de emergencia encontraron una estructura tipo marquesina destruida y un incendio activo que provenía del subsuelo.</p><p>Añadió que se detectó la presencia de vapores provenientes de debajo de la superficie y que los investigadores aún tratan de determinar si estos procedían de un depósito subterráneo de gasolina.</p><p>Las autoridades informaron que Southwest 87th Avenue permanece cerrada entre Southwest 56th Street (Miller Drive) y Southwest 68th Street, mientras que Southwest 64th Street está cerrada entre la Snapper Creek Expressway y Southwest 92nd Avenue.</p><p>Se recomienda a los conductores utilizar rutas alternas hasta nuevo aviso.</p>]]></content:encoded></item><item><title><![CDATA[Tráfico por el Mundial de la FIFA: prevén retrasos en la rampa de acceso y la salida 2X de la Turnpike hacia el Miami Stadium]]></title><link>https://www.local10.com/espanol/2026/06/15/trafico-por-el-mundial-de-la-fifa-preven-retrasos-en-las-rampas-de-acceso-y-salida-de-la-turnpike-hacia-el-miami-stadium/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/15/trafico-por-el-mundial-de-la-fifa-preven-retrasos-en-las-rampas-de-acceso-y-salida-de-la-turnpike-hacia-el-miami-stadium/</guid><dc:creator><![CDATA[Caroline Coles, Andrea Torres]]></dc:creator><description><![CDATA[El primero de los siete partidos de la Copa Mundial de la FIFA 2026 que se disputarán en el Miami Stadium llega este lunes con una advertencia para los conductores.]]></description><pubDate>Mon, 15 Jun 2026 21:52:56 +0000</pubDate><content:encoded><![CDATA[<p>El primero de los siete partidos de la Copa Mundial de la FIFA 2026 que se disputarán en el Miami Stadium llega este lunes con una advertencia para los conductores.</p><p>Las autoridades advirtieron que se esperan retrasos en la rampa de acceso y salida 2X de la Turnpike de Florida, tanto en dirección norte como sur, a la altura de Northwest 199th Street.</p><p>Los conductores que no cuenten con un pase oficial de estacionamiento de la FIFA no podrán ingresar por 199th Street, entre 27th Avenue y 14th Court.</p><p>El partido entre Arabia Saudita y Uruguay, correspondiente al Grupo H, está programado para comenzar a las 6:00 p.m. en el estadio ubicado en 347 Don Shula Drive.</p><p>Una hora después del inicio del encuentro, y hasta que se despeje el tráfico al finalizar el partido, las autoridades también cerrarán 27th Avenue entre las calles 203 y 199, así como los carriles en dirección norte de la Turnpike entre Golden Glades y la salida 2X.</p><p>Fiesta para aficionados en Miami: el festival para los aficionados estará abierto de 11:00 a.m. a 9:00 p.m. en Bayfront Park, ubicado en 301 Biscayne Boulevard.</p><p>Historia relacionada: <a href="https://www.local10.com/espanol/2026/06/15/fifa-exhibe-el-trofeo-de-la-copa-del-mundo-durante-ocho-horas-en-la-freedom-tower-de-miami/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/15/fifa-exhibe-el-trofeo-de-la-copa-del-mundo-durante-ocho-horas-en-la-freedom-tower-de-miami/">La FIFA exhibe el trofeo de la Copa Mundial durante ocho horas en la Freedom Tower de Miami</a>.</p><h3><b>Calendario</b></h3><h3><b>16 de junio</b></h3><p>Habrá tres partidos:</p><p>Francia vs. Senegal (Grupo I), 3:00 p.m. </p><p>Irak vs. Noruega (Grupo I), 6:00 p.m. </p><p>Argentina vs. Argelia (Grupo J), 9:00 p.m. </p><p>Miami: Festival para aficionados de 2:00 p.m. a medianoche en Bayfront Park.</p><h3><b>17 de junio</b></h3><p>Se jugarán cinco encuentros:</p><p>Austria vs. Jordania (Grupo J), 12:00 a.m. </p><p>Portugal vs. Congo (Grupo K), 1:00 p.m. </p><p>Inglaterra vs. Croacia (Grupo L), 4:00 p.m. </p><p>Ghana vs. Panamá (Grupo L), 7:00 p.m. </p><p>Uzbekistán vs. Colombia (Grupo K), 10:00 p.m. </p><p>Miami: Festival para aficionados de 12:00 p.m. a 10:00 p.m.</p><h3><b>18 de junio</b></h3><p>Cuatro partidos:</p><p>República Checa vs. Sudáfrica (Grupo A), 12:00 p.m. </p><p>Suiza vs. Bosnia (Grupo B), 3:00 p.m. </p><p>Canadá vs. Catar (Grupo B), 6:00 p.m. </p><p>México vs. Corea del Sur (Grupo A), 9:00 p.m. </p><p>Miami: Festival de 11:00 a.m. a 9:00 p.m.</p><h3><b>19 de junio</b></h3><p>Cuatro partidos:</p><p>Estados Unidos vs. Australia (Grupo D), 3:00 p.m. </p><p>Escocia vs. Marruecos (Grupo C), 6:00 p.m. </p><p>Brasil vs. Haití (Grupo C), 8:30 p.m. </p><p>Turquía vs. Paraguay (Grupo D), 11:00 p.m. </p><p>Miami: Festival de 2:00 p.m. a medianoche.</p><h3><b>20 de junio</b></h3><p>Tres partidos:</p><p>Países Bajos vs. Suecia (Grupo F), 1:00 p.m. </p><p>Alemania vs. Costa de Marfil (Grupo E), 4:00 p.m. </p><p>Ecuador vs. Curazao (Grupo E), 8:00 p.m. </p><p>Miami: Festival de 12:00 p.m. a 11:00 p.m.</p><p>Miami Beach: Las puertas abrirán a las 6:00 p.m. en The Bandshell (7275 Collins Ave.) para un evento dirigido a aficionados uruguayos, organizado conjuntamente con el Consulado General de Uruguay.</p><h3><b>21 de junio</b></h3><p>Cinco partidos:</p><p>Túnez vs. Japón (Grupo F), 12:00 a.m. </p><p>España vs. Arabia Saudita (Grupo H), 12:00 p.m. </p><p>Bélgica vs. Irán (Grupo G), 3:00 p.m. </p><p>Uruguay vs. Cabo Verde (Grupo H), 6:00 p.m. </p><p>Nueva Zelanda vs. Egipto (Grupo G), 9:00 p.m. </p><p>Miami: Festival de 11:00 a.m. a 9:00 p.m.</p><h3><b>22 de junio</b></h3><p>Cuatro partidos:</p><p>Argentina vs. Austria (Grupo J), 1:00 p.m. </p><p>Francia vs. Irak (Grupo I), 5:00 p.m. </p><p>Noruega vs. Senegal (Grupo I), 8:00 p.m. </p><p>Jordania vs. Argelia (Grupo J), 11:00 p.m. </p><p>Miami: Festival de 12:00 p.m. a 8:00 p.m.</p><p>Miami Beach: Las puertas abrirán a las 11:00 a.m. en The Bandshell para la transmisión del partido Argentina vs. Austria, programado para la 1:00 p.m.</p><h3><b>23 de junio</b></h3><p>Cuatro partidos:</p><p>Portugal vs. Uzbekistán (Grupo K), 1:00 p.m. </p><p>Inglaterra vs. Ghana (Grupo L), 4:00 p.m. </p><p>Panamá vs. Croacia (Grupo L), 7:00 p.m. </p><p>Colombia vs. Congo (Grupo K), 10:00 p.m. </p><p>Miami: Festival de 12:00 p.m. a 1:00 a.m.</p><h3><b>24 de junio</b></h3><p>Seis partidos:</p><p>Suiza vs. Canadá (Grupo B), 3:00 p.m. </p><p>Bosnia vs. Catar (Grupo B), 3:00 p.m. </p><p>Marruecos vs. Haití (Grupo C), 6:00 p.m. </p><p>Escocia vs. Brasil (Grupo C), 6:00 p.m. </p><p>Sudáfrica vs. Corea del Sur (Grupo A), 9:00 p.m. </p><p>República Checa vs. México (Grupo A), 9:00 p.m. </p><p>Miami: Festival de 2:00 p.m. a 9:00 p.m.</p><p>Miami Beach: Las puertas abrirán a las 4:00 p.m. en The Bandshell para el partido Escocia vs. Brasil, que comenzará a las 6:00 p.m.</p><h3><b>25 de junio</b></h3><p>Seis partidos:</p><p>Curazao vs. Costa de Marfil (Grupo E), 4:00 p.m. </p><p>Ecuador vs. Alemania (Grupo E), 4:00 p.m. </p><p>Túnez vs. Países Bajos (Grupo F), 7:00 p.m. </p><p>Japón vs. Suecia (Grupo F), 7:00 p.m. </p><p>Turquía vs. Estados Unidos (Grupo D), 10:00 p.m. </p><p>Paraguay vs. Australia (Grupo D), 10:00 p.m. </p><p>Miami: Festival de 3:00 p.m. a 1:00 a.m.</p><h3><b>26 de junio</b></h3><p>Seis partidos:</p><p>Noruega vs. Francia (Grupo I), 3:00 p.m. </p><p>Senegal vs. Irak (Grupo I), 3:00 p.m. </p><p>Cabo Verde vs. Arabia Saudita (Grupo H), 8:00 p.m. </p><p>Uruguay vs. España (Grupo H), 8:00 p.m. </p><p>Nueva Zelanda vs. Bélgica (Grupo G), 11:00 p.m. </p><p>Egipto vs. Irán (Grupo G), 11:00 p.m. </p><p>Miami: Festival de 2:00 p.m. a 11:00 p.m.</p><h3><b>27 de junio</b></h3><p>Seis partidos:</p><p>Panamá vs. Inglaterra (Grupo L), 5:00 p.m. </p><p>Croacia vs. Ghana (Grupo L), 5:00 p.m. </p><p>Colombia vs. Portugal (Grupo K), 7:30 p.m. </p><p>Congo vs. Uzbekistán (Grupo K), 7:30 p.m. </p><p>Argelia vs. Austria (Grupo J), 10:00 p.m. </p><p>Jordania vs. Argentina (Grupo J), 10:00 p.m. </p><p>Miami: Festival para aficionados de 4:00 p.m. a 1:00 a.m. en Bayfront Park.</p><h3><b>Evento especial en Sunrise</b></h3><p>El 27 de junio, el Amerant Bank Arena organizará una watch party gratuita para personas con boleto, a partir de las 7:30 p.m. El estacionamiento será gratuito.</p><p>Además, el condado de Broward ofrecerá transporte gratuito en autobuses Express desde el Amerant Bank Arena hasta el Miami Stadium (Hard Rock Stadium), en Miami Gardens, para los aficionados que cuenten con boletos para el Mundial de la FIFA 2026.</p><h3><b>Comienzan los dieciseisavos de final</b></h3><h3><b>28 de junio</b></h3><p>Se disputará un partido a las 3:00 p.m.</p><p>Miami: El festival para aficionados estará abierto de 1:00 p.m. a 10:00 p.m. en Bayfront Park, ubicado en 301 Biscayne Boulevard.</p><h3><b>29 de junio</b></h3><p>Se jugarán tres partidos a la 1:00 p.m., 4:30 p.m. y 9:00 p.m.</p><p>Miami: El festival para aficionados abrirá de 12:00 p.m. a medianoche en Bayfront Park.</p><h3><b>30 de junio</b></h3><p>Habrá tres partidos a la 1:00 p.m., 5:00 p.m. y 9:00 p.m.</p><p>Miami: El festival para aficionados abrirá de 12:00 p.m. a medianoche en Bayfront Park.</p><h3><b>1 de julio</b></h3><p>Se disputarán tres partidos a las 12:00 p.m., 4:00 p.m. y 9:00 p.m.</p><p>Miami: El festival para aficionados abrirá de 11:00 a.m. a 11:00 p.m. en Bayfront Park.</p><h3><b>2 de julio</b></h3><p>Habrá tres partidos a las 3:00 p.m., 7:00 p.m. y 11:00 p.m.</p><p>Miami: El festival para aficionados abrirá de 2:00 p.m. a 10:00 p.m. en Bayfront Park.</p><h3><b>3 de julio</b></h3><p>Se jugarán tres partidos a las 2:00 p.m., 6:00 p.m. y 9:30 p.m.</p><p>Miami: El festival para aficionados abrirá de 1:00 p.m. a 9:00 p.m. en Bayfront Park.</p><h3><b>Comienzan los octavos de final</b></h3><h3><b>4 de julio</b></h3><p>Se disputarán dos partidos a la 1:00 p.m. y 5:00 p.m.</p><p>Miami: El festival para aficionados abrirá de 12:00 p.m. a medianoche en Bayfront Park.</p><h3><b>5 de julio</b></h3><p>Habrá dos partidos a las 4:00 p.m. y 8:00 p.m.</p><p>Miami: El festival para aficionados abrirá por última vez de 3:00 p.m. a 11:00 p.m. en Bayfront Park.</p><h3><b>6 de julio</b></h3><p>Se jugarán dos partidos a las 3:00 p.m. y 8:00 p.m.</p><h3><b>7 de julio</b></h3><p>Habrá dos partidos a las 12:00 p.m. y 4:00 p.m.</p><h3><b>Comienzan los cuartos de final</b></h3><h3><b>9 de julio</b></h3><p>Se disputará un partido de cuartos de final a las 4:00 p.m.</p><h3><b>10 de julio</b></h3><p>Se jugará un partido de cuartos de final a las 3:00 p.m.</p><h3><b>11 de julio</b></h3><p>Habrá dos partidos de cuartos de final a las 5:00 p.m. y 9:00 p.m.</p><p>Sunrise: El Amerant Bank Arena organizará una watch party gratuita para personas con boleto a partir de las 5:00 p.m. El estacionamiento será gratuito.</p><h3><b>Comienzan las semifinales</b></h3><h3><b>14 de julio</b></h3><p>El festival para aficionados permanecerá cerrado.</p><p>Se disputará una semifinal a las 3:00 p.m.</p><p>Miami Beach: Las puertas abrirán a las 3:00 p.m. en The Bandshell (7275 Collins Ave.) para la transmisión de la semifinal.</p><h3><b>15 de julio</b></h3><p>Se jugará la segunda semifinal a las 3:00 p.m.</p><p>Miami Beach: Las puertas abrirán a las 3:00 p.m. en The Bandshell para la transmisión del partido.</p><h3><b>Finales</b></h3><h3><b>18 de julio</b></h3><p>El partido por el tercer lugar se disputará a las 5:00 p.m.</p><p>Miami Beach: Las puertas abrirán a las 3:00 p.m. en The Sandbowl, ubicado detrás de The Bandshell (7275 Collins Ave.), para la transmisión del encuentro.</p><p>Sunrise: El Amerant Bank Arena ofrecerá estacionamiento gratuito para los aficionados con boletos para el Mundial que utilicen el servicio gratuito de autobuses Express del condado de Broward hacia el Miami Stadium (Hard Rock Stadium), en Miami Gardens.</p><h3><b>19 de julio</b></h3><p>La gran final del Mundial se jugará a las 3:00 p.m.</p><p>Miami Beach: Las puertas abrirán a la 1:00 p.m. en The Sandbowl, detrás de The Bandshell, para la transmisión de la final.</p><p>Sunrise: El Amerant Bank Arena también organizará una watch party gratuita para personas con boleto durante la final. El estacionamiento será gratuito.</p><h2> </h2>]]></content:encoded></item><item><title><![CDATA[FIFA World Cup 2026 Group G: Belgium and Egypt each get 1 point]]></title><link>https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/</link><guid isPermaLink="true">https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[The four teams in Group G competing to move forward to the FIFA World Cup 2026 Round of 32 are Belgium (8), Egypt (34), Iran (20), and New Zealand (86).]]></description><pubDate>Fri, 05 Dec 2025 18:36:55 +0000</pubDate><content:encoded><![CDATA[<p>The four teams in Group G competing to move forward to the FIFA World Cup 2026 Round of 32 are Belgium (8), Egypt (34), Iran (20), and New Zealand (86).</p><h3><b>Group stage matches</b></h3><p><a href="https://www.local10.com/sports/2026/06/15/fifa-world-cup-2026-here-is-the-june-15-schedule-for-day-5-of-group-matches/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/15/fifa-world-cup-2026-here-is-the-june-15-schedule-for-day-5-of-group-matches/"><b>JUNE 15</b></a><b>: DAY 1</b></p><p><b>Iran vs. New Zealand is at 9 p.m. in Inglewood, California.</b></p><p><b>Belgium and Egypt each get 1 point</b></p><figure><img src="https://www.local10.com/resizer/v2/JSYXW7SPG5JTJI2OSS32GNRJOE.jpg?auth=52b227f1447fe09dc886245504bb2875910a9304c022a36c6fd6bb24c01c78a3&smart=true&width=1200&height=900" alt="Egypt's Mohamed Hany (3) scores an own goal during the World Cup Group G soccer match between Belgium and Egypt in Seattle, Monday, June 15, 2026. (AP Photo/Maddy Grassy)" height="900" width="1200"/><figcaption>Egypt's Mohamed Hany (3) scores an own goal during the World Cup Group G soccer match between Belgium and Egypt in Seattle, Monday, June 15, 2026. (AP Photo/Maddy Grassy)</figcaption></figure><p><b>Game analysis</b>: <a href="https://www.local10.com/sports/2026/06/15/belgium-settles-for-1-1-draw-with-egypt-at-world-cup-despite-numerous-chances-for-lukaku-de-bruyne/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/15/belgium-settles-for-1-1-draw-with-egypt-at-world-cup-despite-numerous-chances-for-lukaku-de-bruyne/">Belgium settles for 1-1 draw with Egypt at World Cup despite numerous chances for Lukaku, De Bruyne</a></p><p><b>The next matches</b></p><p><b>JUNE 21</b>: DAY 2</p><p>Belgium vs. Iran at 3 p.m. in Inglewood, California.</p><p>New Zealand vs. Egypt is at 9 p.m. in Vancouver, Canada.</p><p><b>JUNE 26</b>: DAY 3</p><p>New Zealand vs. Belgium is at 11 p.m. in Vancouver, Canada.</p><p>Egypt vs. Iran is at 11 p.m. in Seattle, Washington.</p><h3><b>Track the groups’ progress</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-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><li><a href="https://www.fifa.com/en/tournaments/mens/worldcup/canadamexicousa2026/standings" target="_self" rel="" title="https://www.fifa.com/en/tournaments/mens/worldcup/canadamexicousa2026/standings">Track standing tables</a> on FIFA </li></ul>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JNQ7HUJ3ZJAEHG6OA5COYATGBM.jpg?auth=c1e3660dc1afba4ee26ba32811ab8440cc17dd612296499d52ae7419ee0a1fac&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[State rests vessel homicide case against real estate mogul George Pino]]></title><link>https://www.local10.com/news/local/2026/06/15/testimony-continues-in-vessel-homicide-trial-of-george-pino/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/15/testimony-continues-in-vessel-homicide-trial-of-george-pino/</guid><dc:creator><![CDATA[Liane Morejon, Chris Gothner]]></dc:creator><description><![CDATA[Testimony continues Monday in the vessel homicide trial of real estate mogul George Pino.]]></description><pubDate>Mon, 15 Jun 2026 12:06:52 +0000</pubDate><content:encoded><![CDATA[<p>Testimony continued Monday in the vessel homicide trial of real estate mogul <a href="https://www.local10.com/topic/George_Pino/" target="_self" rel="" title="https://www.local10.com/topic/George_Pino/">George Pino</a>.</p><p><a href="https://www.local10.com/espanol/2026/06/15/en-vivo-continuan-los-testimonios-en-el-juicio-por-homicidio-relacionado-con-una-embarcacion-contra-george-pino/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/15/en-vivo-continuan-los-testimonios-en-el-juicio-por-homicidio-relacionado-con-una-embarcacion-contra-george-pino/">Leer en español</a></p><p>The state called two more witnesses before resting its case.</p><p>Pino, 55, is facing manslaughter and vessel homicide charges in the death of 17-year-old Lucy Fernandez.</p><p>Prosecutors accuse Pino, then 52, of being reckless when he lost control of a 29-foot Robalo boat in the early evening hours of Sept. 4, 2022 and slammed it into a channel marker near Boca Chita Key, killing Fernandez. Two other girls were seriously hurt, including 17-year-old Katerina Puig.</p><p>His defense team counters that the crash was merely an accident and not the result of negligence.</p><p>One of the state’s witnesses was Paul Alber, a longtime law enforcement officer and boating expert.</p><p>He described the Cutter Bank channel, where the crash happened, as “basically the nautical equivalent of I-95.”</p><p>Alber was commissioned by the state to create a report analyzing the allision between Pino’s boat and the marker. He also testified about navigational rules and how the weight of 14 people on board a 29-foot boat ― something he described as a “big tight squeeze” ― affects its speed.</p><p>“Would having 10 girls affect the ability of that boat to hit that 54 or 55 mph top-rated speed?” Prosecutor Laura Adams asked.</p><p>Alber replied, “Absolutely.”</p><p>Prosecutors played filmed recreations of the boat’s path and speed. Data shows it went 47 mph, accelerating before hitting the channel marker. Alber says it struck first on the starboard bow, leaving green marks behind, scraping all along the starboard side. </p><p>Some of the most seriously injured all sat on the starboard side.</p><p>The defense tried to show flaws in the expert’s analysis and the recreation of the crash itself.</p><p>“Did you do any analysis of how the sun would reflect off of any of these markers in doing your analysis?” Pino’s attorney, Howard Srebnick, asked.</p><p>“No,” Alber replied.</p><p>He had responded affirmatively when Srebnick asked if an operator “might have his or her visibility obscured by the passengers seated in the front of that boat.”</p><p>Prosecutors began questioning their last witness, a forensic pathologist, going into the afternoon.</p><p>Dr. David Garavan testified as to Fernandez’s cause of death.</p><p>After the state rested, Pino’s attorneys asked the judge to throw out the case, saying the state failed to meet its burden of proof.</p><p>The judge said she would rule on the motion on Tuesday morning.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Man accused of stealing $41K in designer clothes from Wynwood retailer]]></title><link>https://www.local10.com/news/local/2026/06/15/man-accused-of-stealing-41k-in-designer-clothes-from-wynwood-retailer/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/15/man-accused-of-stealing-41k-in-designer-clothes-from-wynwood-retailer/</guid><dc:creator><![CDATA[Chris Gothner, Rosh Lowe]]></dc:creator><description><![CDATA[A 22-year-old man is facing a felony charge after Miami police said he stole tens of thousands of dollars worth of designer clothes from a store in the city’s Wynwood neighborhood “over an extended period of time.”]]></description><pubDate>Mon, 15 Jun 2026 14:41:45 +0000</pubDate><content:encoded><![CDATA[<p>A 22-year-old man is facing a felony charge after Miami police said he stole tens of thousands of dollars worth of designer clothes from a store in the city’s Wynwood neighborhood “over an extended period of time.”</p><p><a href="https://www.local10.com/espanol/2026/06/15/acusan-a-un-hombre-de-robar-41-mil-dolares-en-ropa-de-disenador-de-una-tienda-de-wynwood/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/15/acusan-a-un-hombre-de-robar-41-mil-dolares-en-ropa-de-disenador-de-una-tienda-de-wynwood/">Leer en español</a></p><p>Investigators with the Miami Police Department said Dhir Patel would visit the store “to sell items” in exchange for money. </p><p>It happened at Savonches, a retailer that, according to <a href="https://savonches.com/" target="_self" rel="" title="https://savonches.com/">its website</a>, sells “rare luxury clothing, bags, accessories, jewelry, watches and more.” It’s located at 78 NW 37th St.</p><p>An MPD arrest report states that Patel, of Boynton Beach, “would walk throughout the store selecting merchandise” during his visits and detectives said “CCTV footage reportedly shows the subject concealing clothing items inside a bag he brought with him.”</p><p>Police said the thefts happened during a period from March 30 to last Monday. All told, investigators said he stole about $41,550 worth of designer goods.</p><p>“We originally started at $41,000 since we’ve calculated it up, it’s about $55-to-60,000 now,“ owner Louis Negrich later told Local 10 News.”</p><p>MPD officers said they arrested Patel on a grand theft charge on Saturday after he came back to the store to sell more items. Authorities said he made a confession, which was redacted from the publicly-released report.</p><p>“Just don’t steal,” Negrich said. “It’s just as simple as that. It’s just, everything comes back to bite you.”</p><p>Court records show Patel posted a $5,000 bond and was released from jail.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Republican divides and strange alliances emerge ahead of Georgia runoff]]></title><link>https://www.local10.com/news/politics/2026/06/15/republican-divides-and-strange-alliances-emerge-ahead-of-georgia-runoff/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/15/republican-divides-and-strange-alliances-emerge-ahead-of-georgia-runoff/</guid><dc:creator><![CDATA[By BILL BARROW, Associated Press]]></dc:creator><description><![CDATA[ALPHARETTA, Ga. (AP) — The final days of Georgia’s Republican primary campaigns have exposed internal party fault lines, produced unusual alliances and will test the party’s ability to consolidate quickly to match Democrats’ head start on the general election campaign.]]></description><pubDate>Mon, 15 Jun 2026 21:38:02 +0000</pubDate><content:encoded><![CDATA[<p>ALPHARETTA, Ga. (AP) — The final days of Georgia’s Republican primary campaigns have exposed internal party fault lines, produced unusual alliances and will test the party’s ability to consolidate quickly to match Democrats’ head start on the general election campaign.</p><p>The melee, including last-minute endorsements from President Donald Trump and outgoing Gov. Brian Kemp, was on full display Monday ahead of Tuesday’s runoff. Rep. Mike Collins and former football coach Derek Dooley are competing for the party's nomination for U.S. Senate, while Lt. Gov. Burt Jones and billionaire businessman Rick Jackson are running for governor.</p><p>Trump and Kemp are aligned behind Jones but split in the Senate race. Top grassroots organizers are divided too. Even Texas Sen. Ted Cruz, a former rival to Trump, stepped into the mix on Jackson’s behalf, putting him at odds with the president and governor.</p><p>“There’s a lot of division in the MAGA world and across the Republican Party,” said Debbie Dooley, an original national tea party organizer who is backing Jones for governor but Dooley for Senate. (She's not related to the candidate.) “We better get it together after Tuesday.”</p><p>Kemp insisted there is a common denominator.</p><p>“Everything I’m doing is to win in November,” he said Monday after campaigning for Jones and Derek Dooley at separate events in metro Atlanta.</p><p>Kemp has backed Derek Dooley for months in the Senate race, arguing it will take an outsider to defeat Democratic Sen. Jon Ossoff in November. Yet Kemp campaigned for the first time Monday with Jones, a day after he endorsed the lieutenant governor despite Jackson's outsider campaign. In the governor's race, Kemp reasoned that Jones is the right man to defeat Democratic nominee and former Atlanta Mayor Keisha Lance Bottoms.</p><p>Trump, meanwhile, has backed Jones since last August, rewarding him for his loyalty as part of Trump’s alternate Electoral College slate in the 2020 scheme to overturn Democrat Joe Biden’s presidential victory. But the president waited until the final weekend to choose Collins over Dooley, with a social media post that noted Dooley has backed Trump’s falsehoods about his loss to Biden.</p><p>Kemp’s and Trump’s differing courses highlight their complicated relationship — Kemp certified Biden’s electors in 2020 over Trump’s objections — and the results Tuesday will tests both men’s internal party influence as their final terms play out.</p><p>“I’m not worried about any political equations or keeping score,” Kemp said Monday after campaigning alongside Jones and Dooley at separate morning events. “It’s making sure we have the right people at the top of the ticket.”</p><p>He also rejected any notion that he was being inconsistent by pushing the Washington outsider in one race and the Georgia statehouse insider in another. The reason, he said, was that Georgia has been controlled by Republicans for more than two decades and, in Kemp’s estimation, is doing well enough that Jones would be “really building off the great legacy” of multiple state administrations. Congress, meanwhile, is a mess of “inaction” with abysmal approval ratings, he said.</p><p>Dooley, for his part, embraced Kemp’s influence and downplayed Trump’s.</p><p>“It’s very simple,” he said. “A vote for Mike Collins is a vote for Jon Ossoff. A vote for me is a vote for the people of Georgia.”</p><p>Jackson likewise downplayed Kemp’s last-minute nod for Jones.</p><p>“I respect Gov. Kemp very much, and I think people are ready for an outsider,” he said.</p><p>Cruz was more animated, with an implicit comparison of Jackson to Trump.</p><p>“He’s rich,” Cruz told Jackson supporters with a smile. And he’s a first-time candidate, the senator continued. “I don’t know anybody like that in politics,” Cruz deadpanned.</p><p>Debbie Dooley, the conservative activist, noted that erstwhile tea party leaders in the state aren’t on the same page anymore either. While she’s campaigning with Derek Dooley, the founder of Tea Party Patriots, Jenny Beth Martin, has appeared with Collins.</p><p>“It’s just not as simple as blindly following Trump anymore,” Debbie Dooley said. “I don’t want the most conservative candidate. I want the most conservative candidate who can win.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4T32QKVR2BJKEIO5VFEHZ5PTVE.jpg?auth=7bdd14b0f0a21bf81c4cbcd88d9385a0a9aac54ebba0ca142dad79c69b22b046&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Georgia governor candidate Rick Jackson campaigns in Alpharetta, Ga., Monday, June 15, 2026, before the runoff against Lt. Gov Burt Jones on June 16. (AP Photo/Bill Barrow)]]></media:description><media:credit role="author" scheme="urn:ebu">Bill Barrow</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/32AUHPWCU5S576K2SX43U3KNCQ.jpg?auth=ec2531267a1ae8b5a93d0e50ac2db6d85073dc24779736b036aaa1359bae8e43&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Georgia governor candidate Rick Jackson campaigns with Sen. Ted Cruz, R-Texas, in Alpharetta, Ga., Monday, June 15, 2026, before the runoff against Lt. Gov Burt Jones on June 16. (AP Photo/Bill Barrow)]]></media:description><media:credit role="author" scheme="urn:ebu">Bill Barrow</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7O2VSGYX7HBYX5AV347WDZFJGY.jpg?auth=66537593f1293fde75d1ea4f67007f33f4ee33b460ea78162ccd6e6664e3838b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[U.S. Rep Mike Collins campaigns in Woodstock, Ga., Sunday, June 14, 2026. ( AP Photo/Bill Barrow)]]></media:description><media:credit role="author" scheme="urn:ebu">Bill Barrow</media:credit></media:content></item><item><title><![CDATA[Belgium settles for 1-1 draw with Egypt at World Cup despite numerous chances for Lukaku, De Bruyne]]></title><link>https://www.local10.com/sports/2026/06/15/belgium-settles-for-1-1-draw-with-egypt-at-world-cup-despite-numerous-chances-for-lukaku-de-bruyne/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/15/belgium-settles-for-1-1-draw-with-egypt-at-world-cup-despite-numerous-chances-for-lukaku-de-bruyne/</guid><dc:creator><![CDATA[By ANDREW DESTIN, Associated Press]]></dc:creator><description><![CDATA[SEATTLE (AP) — Romelu Lukaku’s entrance as a second-half substitute drew a standing ovation from the smattering of Belgium supporters.]]></description><pubDate>Tue, 16 Jun 2026 00:41:11 +0000</pubDate><content:encoded><![CDATA[<p>SEATTLE (AP) — Romelu Lukaku’s entrance as a second-half substitute drew a standing ovation from the smattering of Belgium supporters.</p><p>It took only 23 seconds to turn those hopeful cheers into raptures of euphoria.</p><p>Lukaku's presence sparked an immediate attack that led to Belgium’s lone goal against Egypt on Monday, helping to earn a 1-1 draw in the team's opening World Cup match.</p><p>“He’s a target man,” Belgium captain Youri Tielemans said. “He needs to build up his fitness, which is understandable after being out for the season. But, he helps us in this way.”</p><p>Lukaku, a Napoli striker who leads his nation in goals scored, withdrew from Belgium’s friendlies in the United States in the spring to get fitter as he continues to recover from a hamstring injury. That injury didn't look too bothersome in the 66th minute when he ran down the middle of the field moments after entering the game and lurched to tap a cross from the right into the net. Egypt defender Mohamed Hany got there first, however, and scored an own-goal to even the score.</p><p>With 66,775 spectators watching, the Egyptians took the lead early in the Group G match. Emam Ashour scored his first international goal in the 19th minute.</p><p>If not for Lukaku's impact in the second half, Belgium easily could have dug itself into quite a hole in a group it is heavily favored to win, much as it did when failing to advance past the group stage at the 2022 World Cup in Qatar.</p><p>Despite out-possessing Egypt, the Red Devils struggled to score all afternoon.</p><p>Midfielder Kevin De Bruyne came the closest for Belgium, pushing a shot wide left in the seventh minute before clanking another off the left post in the 53rd. Lukaku could have put Belgium in front late, too, but his header sailed far above the goal.</p><p>Belgium coach Rudi Garcia said because only 20% of his team’s shots were on target, netting one goal was a fair representation of their efforts. Still, Garcia would have preferred a faster start.</p><p>“We weren’t really in the groove,” Garcia said in French. “Technically, we left a lot to be desired.”</p><p>Egypt, meanwhile, were the more aggressive side in the first 45 minutes. Ashour, a midfielder who was playing in his 30th game for his country, took advantage of a defensive breakdown to give his team only its second lead in a World Cup match.</p><p>The Egyptians, who are playing in their fourth World Cup, have still never won a game at the tournament.</p><p>“The match shows we were closer to earning the win,” Egypt coach Hossam Hassan said in Arabic.</p><p>Belgium demonstrated it is still quite reliant on national team stalwarts like De Bruyne, Lukaku and goalkeeper Thibault Courtois, each of whom is playing in their fourth World Cup.</p><p>Winger Jérémy Doku, 24, kept his squad competitive in the first half, but the Red Devils were fortunate to only trail by one entering halftime.</p><p>“Our biggest challenge was about us. We lost too many balls, we weren’t quick enough in transition, and when we had the ball, we didn’t find the solutions,” Tielemans said. “We were too static, especially in the first half. In the second half, we created some chances, which — we could have won the game, but they had some chances as well.”</p><p>In Garcia’s opinion, Egypt and Belgium are the two best teams in Group G, which also features New Zealand and Iran.</p><p>“We have to win against Iran,” Garcia said of his team's next match on Sunday. “There’s no two ways around it.”</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/IB5LMDTQD7TOMZOD5N5ZDFDSGQ.jpg?auth=2e79562d4ce151505662eb09bb442ec3218c18512c40cb8ea9b0906aa153d3f7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Belgium's Romelu Lukaku celebrates after forcing an own goal by Egypt's Mohamed Hany during the World Cup Group G soccer match in Seattle, Monday, June 15, 2026. (AP Photo/Lindsey Wasson)]]></media:description><media:credit role="author" scheme="urn:ebu">Lindsey Wasson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QGKQ3N2C2ZBT6Q4YIXJAL2TUUA.jpg?auth=aa869b5d71da7b465e291be6d944cd65b38e1756c80294593faf48f9f36a8777&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Egypt's Emam Ashour, centre celebrates with teammates after scoring the opening goal during the World Cup Group G soccer match between Belgium and Egypt in Seattle, Monday, June 15, 2026. (AP Photo/Manu Fernandez)]]></media:description><media:credit role="author" scheme="urn:ebu">Manu Fernandez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JYMRSPQC4KWP2EABZY6PJ3YUFU.jpg?auth=6e7a4002e8fa412ad1ca3d192593bb72fa76296e0c657af1f9e7eb1f2f124470&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Egypt's Emam Ashour, right, shoot and scores the opening goal of the game during the World Cup Group G soccer match between Belgium and Egypt in Seattle, Monday, June 15, 2026. (AP Photo/Manu Fernandez)]]></media:description><media:credit role="author" scheme="urn:ebu">Manu Fernandez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JSYXW7SPG5JTJI2OSS32GNRJOE.jpg?auth=52b227f1447fe09dc886245504bb2875910a9304c022a36c6fd6bb24c01c78a3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Egypt's Mohamed Hany (3) scores an own goal during the World Cup Group G soccer match between Belgium and Egypt in Seattle, Monday, June 15, 2026. (AP Photo/Maddy Grassy)]]></media:description><media:credit role="author" scheme="urn:ebu">Maddy Grassy</media:credit></media:content></item><item><title><![CDATA[Shinnecock Hills study starts before US Open practice rounds to avoid long waits]]></title><link>https://www.local10.com/sports/2026/06/15/shinnecock-hills-study-starts-before-us-open-practice-rounds-to-avoid-long-waits/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/15/shinnecock-hills-study-starts-before-us-open-practice-rounds-to-avoid-long-waits/</guid><dc:creator><![CDATA[By DOUG FERGUSON, Associated Press]]></dc:creator><description><![CDATA[SOUTHAMPTON, N.Y. (AP) — The U.S. Open brought big wind and not nearly as much activity for a Monday, typical these days of practice rounds at majors that move to a different course each year.]]></description><pubDate>Mon, 15 Jun 2026 21:05:37 +0000</pubDate><content:encoded><![CDATA[<p>SOUTHAMPTON, N.Y. (AP) — The U.S. Open brought big wind and not nearly as much activity for a Monday, typical these days of practice rounds at majors that move to a different course each year.</p><p>More players are coming early, not so much to avoid the rush but to avoid the wait.</p><p>“It's gotten terrible,” Justin Thomas said leading into the third major of the year. “You have to sign up for tee times at the (British) Open and U.S. Open, and then people sign up with you and play in a foursomes. You can't play nine holes in less than three hours.”</p><p>The way around that is to follow a script from Jack Nicklaus back in his prime — see the course early before it becomes populated with pros and amateurs, contenders and dreamers.</p><p>Scottie Scheffler and Rory McIlroy took a detour on their way to Ohio two weeks ago to play Shinnecock Hills, the first time seeing it for the No. 1 player, a refresher course for McIlroy.</p><p>Jon Rahm arrived last Friday to see what he should expect for the U.S. Open. Patrick Reed, who hasn't played since the PGA Championship last month, is said to have played the course more often than some of the Shinnecock members.</p><p>This is one of the most energy-draining weeks of the year, a product of the mental stress a course like Shinnecock — and a major like the U.S. Open — tends to elicit.</p><p>Thomas and Jordan Spieth arrived over the weekend and played practice rounds two days before the official start of practice rounds. They didn't have the course all to themselves, but it felt like it. And it beat the alternative of long rounds when players hit different clubs off the tee, dozens of shots from the rough and closely mown area around the green, putting to all four corners of the green.</p><p>Their preparation largely done, official practice days are now light work. That's the Nicklaus way.</p><p>“That's why I never wanted to practice then,” Nicklaus said of the early part of the week at the majors. “I got my practice in the week before so I knew what I wanted to do, instead of waiting for everybody else. I didn't like that. So I tried to get my practice in, and go back on Tuesday (of major week). I didn't want to get stuck in that six hours.</p><p>“If I had been there the week before, why did I need to get there on Monday?”</p><p>McIlroy had limited practice time at the PGA Championship because of a nagging blister on his right toe. But then, he had come to Aronimink two weeks earlier for serious practice.</p><p>But there was one image during his practice round when McIlroy had a small army tagging along inside the ropes, from television personalities to equipment staff and photographers. It didn't feel very productive to him.</p><p>“Too many people inside the ropes I think is the big part of it,” he said of the long practice rounds at the majors. “I think as well, guys are resigned to the fact that they're going to play nine holes, so it's OK to be out there for three hours. No one plays 18-hole practice rounds anymore the week of (a major). I guess it gives everyone the ability to play slow and hit as many balls as they like.”</p><p>Tiger Woods used to have his own routine, playing first to have at least nine holes to himself.</p><p>One year at the Masters, he walked out of the clubhouse at 7:25 a.m. toward the first tee unaware of a wooden clock at the tee box indicating the course would open at 8 a.m. Not to worry. His caddie, Steve Williams, moved the hands back a half-hour.</p><p>Woods stepped onto the tee at 7:28 a.m., saw the clock and moved the big hand back two more minutes and fired away. He was on the links courses of the British Open around 6 a.m. Anything much later than that meant he had overslept.</p><p>Scheffler had a dream day of practice at the PGA Championship before he won at Quail Hollow last year. He was the only PGA Tour player on the course the Sunday before official practice because most everyone else was at two PGA Tour events that day.</p><p>Monday through Wednesday can be as slow.</p><p>“I don't remember it being as bad as it is,” Thomas said. “The U.S. Open and PGA Championship to me are the worst. It's getting treated more like the range and chipping green. I get that you need to get used it — I totally understand that. But it's gotten to be a lot.”</p><p>The wind ushered away overnight rain clouds and bathed Shinnecock in bright sunshine on Monday. Wind and the greens are the greatest defense on this century-old course, and it was a preview of the test that awaits. Wyndham Clark already knew that.</p><p>“The one thing today is I actually didn’t do a practice round,” he said. “I came in earlier and did some work. This wind is not the normal wind, so if there’s any time to take a day off, it was today."</p><p>___</p><p>AP golf: https://apnews.com/hub/golf</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/AE5V6UPHJUOVHB3FZME4QA3P4Q.jpg?auth=b1a3774b5d110ed7df56e85cb1d919d5acf10d939f1c5c628b90ab8dfb4d3927&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 shot on the 13th hole during a practice round for the U.S. Open golf tournament at Shinnecock Hills Golf Club in Southampton, N.Y., Monday, June 15, 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/ZZMT2PZARFNXVUXLDGQSINUWM4.jpg?auth=7bf97d85fe9b072f84b576f5ca18e6c65fb50446723be6bf4fbba23b06ac5179&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rory McIlroy, of Northern Ireland, signs autographs during a practice round for the U.S. Open golf tournament at Shinnecock Hills Golf Club in Southampton, N.Y., Monday, June 15, 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/2PVTXL4N3HYHLOJF5TQJ4WWTDM.jpg?auth=09ca02c0450852b4711ee2166fa5b40edce1c6b65761abf1e161a21919557096&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Justin Thomas reacts on the 18th green during the final round of the PGA Championship golf tournament at Aronimink Golf Club, Sunday, May 17, 2026, in Newtown Square, PA. (AP Photo/Carolyn Kaster)]]></media:description><media:credit role="author" scheme="urn:ebu">Carolyn Kaster</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DIONYWH6B634LYGDMRQGMHD3CQ.jpg?auth=30e478b02cd4cd67e7909c3d7ecb6f646bce77c24b78bc13378a985f957108b3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Jon Rahm, of Spain, walks to green on the 18th hole during a practice round for the U.S. Open golf tournament at Shinnecock Hills Golf Club in Southampton, N.Y., Monday, June 15, 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/ZJVBYSQKKSAMXYQYYLDRLMR36I.jpg?auth=7c5e76958702bd5c13d4a35e9b12d9f9d1ebcccb61f0479240d2e5a25a79fa8d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Collin Morikawa hits his tee shot on the 11th hole during a practice round for the U.S. Open golf tournament at Shinnecock Hills Golf Club in Southampton, N.Y., Monday, June 15, 2026.(AP Photo/David J. Phillip)]]></media:description><media:credit role="author" scheme="urn:ebu">David J. Phillip</media:credit></media:content></item><item><title><![CDATA[Online portal used to send US deliveries to Cuba stops taking orders]]></title><link>https://www.local10.com/news/florida/2026/06/15/online-portal-used-to-send-us-deliveries-to-cuba-stops-taking-orders/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/06/15/online-portal-used-to-send-us-deliveries-to-cuba-stops-taking-orders/</guid><dc:creator><![CDATA[By GISELA SALOMON, Associated Press]]></dc:creator><description><![CDATA[MIAMI (AP) — One of the main online platforms that Cubans living in the United States use to send money, food, and clothing to their relatives on the island is ceasing operations as the Trump administration increases pressure on the Cuban government.]]></description><pubDate>Tue, 16 Jun 2026 00:49:38 +0000</pubDate><content:encoded><![CDATA[<p>MIAMI (AP) — One of the main online platforms that Cubans living in the United States use to send money, food, and clothing to their relatives on the island is ceasing operations as the Trump administration increases pressure on the Cuban government.</p><p>Envioscuba.com announced it has stopped taking orders as round after round of U.S. sanctions aim to choke off international support for businesses in Cuba. The latest target Cuba’s state-owned oil and gas company, Cuban President Miguel Diaz-Canel and GAESA, a business conglomerate run by the Revolutionary Armed Forces of Cuba that owns a wide range of businesses, from car rentals and retail stores to transportation companies.</p><p>Increasingly, it's the most vulnerable who are being punished as Cubans endure shortages of food and medicine, nearly constant blackouts and stifling heat. Many have received help from family and friends in the U.S., who send money and packages from Miami containing appliances, food, and clothing, or purchase products online for delivery in Cuba.</p><p>Envioscuba.com said it no longer accepting new orders, but all those previously approved and in process will be delivered.</p><p>“Due to reasons beyond our control, our platform can no longer provide services,” the website said, without elaborating. It is not clear exactly when new orders stopped being received.</p><p>The AP was unable to contact the company. Its website does not list a phone number to call or an email address to send a message.</p><p>Platforms like envioscuba.com were operating directly with Grupo de Administración Empresarial S.A. said Emilio Morales, president at Havana Consulting Group, a Miami-based consulting firm specializing in market strategies for doing business in Cuba.</p><p>Most such portals, including envioscuba.com, do not ship products from the United States to Cuba, but rather sell and deliver products stored in GAESA warehouses on the island, Morales said. “The trend is for all of this to disappear, because GAESA is behind it all,” said Morales, who expects other similar portals to shut down as well to avoid being sanctioned for doing business with the Cuban government.</p><p>The administration's sanctions threaten to freeze U.S. assets of foreign companies and even prohibit travel by their investors, employees and shareholders — virtually eliminating their activity in the U.S. financial system.</p><p>Spanish hotel chain Meliá recently announced it will cease operations at 15 of the 34 hotels it manages on the island, joining a growing list of companies with a long-standing presence in Cuba that are withdrawing or limiting their operations on the island.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KTJ77GYFA6E3S57W2HIZOT5XJE.jpg?auth=14b1778ed4fcf7818d45d0d4d8de88c8fdf5151d34b0c1c7190f80e9b05178d3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A U.S. and Cuban flag hangs on a wall in Havana, Cuba, Monday, Jan 11, 2021. (AP Photo/Ramon Espinosa, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ramon Espinosa</media:credit></media:content></item><item><title><![CDATA[Cuba quantifies impact of US oil blockade on children's health and daily life]]></title><link>https://www.local10.com/health/2026/06/15/cuba-quantifies-impact-of-us-oil-blockade-on-childrens-health-and-daily-life/</link><guid isPermaLink="true">https://www.local10.com/health/2026/06/15/cuba-quantifies-impact-of-us-oil-blockade-on-childrens-health-and-daily-life/</guid><dc:creator><![CDATA[By ANDREA RODRÍGUEZ, Associated Press]]></dc:creator><description><![CDATA[HAVANA (AP) — Some of Cuba’s sickest people are feeling the effects of the U.S. energy blockade, with surgeries delayed, kidney dialysis treatments disrupted and children with cancer facing a higher risk of death, according to a report published Monday by Cuban state-run media.]]></description><pubDate>Mon, 15 Jun 2026 21:33:21 +0000</pubDate><content:encoded><![CDATA[<p>HAVANA (AP) — Some of Cuba’s sickest people are feeling the effects of the U.S. energy blockade, with surgeries delayed, kidney dialysis treatments disrupted and children with cancer facing a higher risk of death, according to a report published Monday by Cuban state-run media.</p><p>The survival rate for children with cancer has fallen to 65% from 85% before the energy restrictions began in January, according to the report released by Cubadebate. It also said 100,000 children younger than 7 are no longer receiving the daily liter of milk previously provided by the state and that the country’s 16-vaccine immunization program for infants is “at risk.”</p><p>Additionally, it said, another 100,000 Cubans are on waiting lists for surgery and the treatment schedules of nearly 3,000 patients requiring kidney dialysis have been disrupted. Regarding medication, 300 of the 395 essential medicines produced on the island are unavailable due to a lack of chemical components required to manufacture medications.</p><p>Cuba provides free, universal healthcare, but the system has been pushed to the brink as a result of resource shortages, fuel scarcity and power outages that can last more than 20 hours.</p><p>Cuba spent three months without a fuel shipment after the U.S. in January attacked Venezuela, a key supplier, and threatened tariffs on any country that sells or supplies oil to Cuba.</p><p>The island was already suffocating under a sharp increase in longtime U.S. sanctions, which prevent it from importing certain goods. The Trump administration demands that Cuba’s socialist government release political prisoners, implement major economic reforms and change its way of governance to avoid becoming a national security threat. Cuba has repeatedly said it poses no threat to the U.S.</p><p>As tensions escalate between the countries, United Nations officials have warned of a looming humanitarian crisis. In March, the organization launched an emergency appeal to raise funds for the island, but on Monday said several of its agencies involved with the plan were facing “significant logistical challenges.”</p><p>The U.N. said the regional Pan American Health Organization reported delays in shipments of antibiotics and laboratory reagents because of flight cancellations. UNICEF said seven critical shipments of supplies for newborns, valued at $630,000, were stalled in transit, while the World Food Program said 2,900 metric tons of contracted food aid could not be shipped to Cuba because of limitations imposed by shipping lines.</p><p>“What we are experiencing now is a unique situation," said Paolo Spadoni, an associate professor at Augusta University in Georgia. “There is no doubt that there were problems with healthcare and basic services in Cuba, but there is also no doubt that these recent events have vastly amplified what was already happening, and that we are now in a different dimension.”</p><p>Spadoni acknowledged that Cuba needs reforms and is suffering from systemic failures, but said "it is impossible to deny” that the United States bears responsibility for the “acute humanitarian crisis” unfolding on the island.</p><p>Monday's Cubadebate report also stated that about 1,400 megawatts of generating capacity are offline because of shortages of diesel and fuel oil for smaller power plants. It added that larger thermoelectric plants need spare parts that cannot currently be transported.</p><p>Additionally, the report said that “logistical and payment hurdles” in wheat purchases have reduced bread supplies to about half of what was available before the energy restrictions and that the lack of fuel has prevented the distribution of 170 containers of essential goods.</p><p>“Beyond numbers and coercive measures, the blockade amounts to an extreme and unjustifiable form of collective punishment inflicted on the Cuban people,” the report concluded. ___</p><p>Follow AP’s coverage of Latin America and the Caribbean at https://apnews.com/hub/latin-america</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QSR2I3D7PSLWDSP2TSHQCEWEIA.jpg?auth=3c07fcd2822e5dd31c28b11e52ef15b81321092938a2c67abc440ed92e48d1fc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A blacksmith welds a door in Havana, Cuba, Tuesday, June 9, 2026. (AP Photo/Ramon Espinosa)]]></media:description><media:credit role="author" scheme="urn:ebu">Ramon Espinosa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RMNYO7EBFIPJ3ACZTEPCSIOGKA.jpg?auth=6334a5140c9bd97e698938cb3791eb307a986a22aa410d6776e134903ad96a55&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A man pushes a cart of empty containers to fill with water in Havana, Cuba, Friday, June 12, 2026. (AP Photo/Ramon Espinosa)]]></media:description><media:credit role="author" scheme="urn:ebu">Ramon Espinosa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WHLYVI7AIDP7FNYXA7EMTMOIFA.jpg?auth=a3fa31634bc3819ad8a9803d8eeec1f692b1e5ab9749febe3b891147c3259110&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Children play soccer at the sports and recreational complex Parque Deportivo José Martí, in Havana, Cuba, Friday, June 12, 2026. (AP Photo/Ramon Espinosa)]]></media:description><media:credit role="author" scheme="urn:ebu">Ramon Espinosa</media:credit></media:content></item><item><title><![CDATA[Meet Merlin the duck, a Mexico City streetside regular turned World Cup mascot]]></title><link>https://www.local10.com/news/weird-news/2026/06/15/meet-merlin-the-duck-a-mexico-city-streetside-regular-turned-world-cup-mascot/</link><guid isPermaLink="true">https://www.local10.com/news/weird-news/2026/06/15/meet-merlin-the-duck-a-mexico-city-streetside-regular-turned-world-cup-mascot/</guid><dc:creator><![CDATA[By NAYARA BATSCHKE, Associated Press]]></dc:creator><description><![CDATA[MEXICO CITY (AP) — Julián Quiñones and Raúl Jiménez may have scored the goals, but a duck stole the show.]]></description><pubDate>Mon, 15 Jun 2026 21:26:34 +0000</pubDate><content:encoded><![CDATA[<p>MEXICO CITY (AP) — Julián Quiñones and Raúl Jiménez may have scored the goals, but a duck stole the show.</p><p>As Mexico celebrated its World Cup-opening victory over South Africa on Thursday, Merlin, a 2-year-old duck dressed in the national team’s colors, became an unlikely internet sensation and the tournament’s first unofficial mascot.</p><p>Images of Merlin parading through Mexico City, wearing a Mexican national team jersey — and socks — as thousands of fans celebrated, quickly went viral, racking up millions of views across social media. Overnight, and as if by the magic of the famous wizard who inspired his name, Merlin had captivated the internet.</p><p>“We want to see Merlin in the stadium,” one user wrote. “This duck is already a national treasure,” said another. “The best thing about the World Cup so far,” declared a third.</p><p>In Mexico City, however, Merlin was already something of a local celebrity.</p><p>A familiar sight at fairs and events in the historic city center, the duck regularly accompanies his owner, Carla Gómez, who sells water and soft drinks from a little cart each weekend. Along the way, the animal attracts plenty of delighted squeals, affectionate greetings and eager requests from passersby for a photo together.</p><p>“We don’t like to leave him alone at home; we like him to be with us. He’s our baby,” Gómez said. “He’s the baby, the sole heir to all my possessions and now an idol.”</p><p>Rain or shine, Merlin follows Gómez and her young son Cristian through some of the capital’s best-known landmarks, including Alameda Central, the Palace of Fine Arts and the Zócalo square. The duck shares a particularly close bond with Cristian, for whom he was originally a gift, becoming what Gómez describes as the boy's inseparable companion.</p><p>“Merlin had already become famous for selling bottled water,” Gómez said, recalling her surprise at her pet’s sudden rise to fame.</p><p>“He is always with us; we never imagined he’d become such a sensation,” she added. “We weren’t expecting it.”</p><p>On Monday, Gómez — and Merlin — met with FIFA representatives to shoot photos and a commercial. Now, the family hopes Mexico’s famous feathered supporter can continue bringing luck to the host nation, which is staging the World Cup for the third time after hosting the tournament in 1970 and 1986 — this time a co-host alongside Canada and the United States.</p><p>“Mexico, we are with you,” Gómez said. “And Merlin is your No. 1 fan.”</p><p>___</p><p>AP World Cup coverage: https://apnews.com/fifa-world-cup</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ST442Q27XGDCG57V6BJJDJJMGY.jpg?auth=be8f83c0c665a829e3246fa57e6ba455afe9b648fb65b621638b55d69ece2daa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A duck named Merlin, dressed in a Mexico national soccer team jersey, follows his caretaker Christian Gomez as they cross the street in Mexico City, Monday, June 15, 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/KTHLDYDDJQP45FRHNLSRHRRYMU.jpg?auth=eadc1100efac9a32ef6f40203d54c4f2d8f0d23e1478692dd3bbd9fbfbd04e96&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A duck named Merlin, dressed in a Mexico national soccer team jersey, stands at a cafe next to his caretaker Cristian Gomez in Mexico City, Monday, June 15, 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/GEFN7XX7HXBQNLZRTIMBOKCABA.jpg?auth=c88c9b7cec2ffb2a2dde09c0d8785793841f8e740025a205a19383883649cec2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Carla Gomez blows on to her duck Merlin, dressed in a Mexico national soccer team jersey, at a park in Mexico City, during the World Cup, Monday, June 15, 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/CPGNNEPTXTFNF4PUPPRLROJ45I.jpg?auth=171863553ea5c45744e059bc0245f8ddb2b7b50c1f5592728cb9add00bd81d1b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People take pictures of a duck named Merlin, dressed in a Mexico national soccer team jersey, at a park in Mexico City, Monday, June 15, 2026, during the World Cup. (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/BARPM4TQBX75XB4JC2ZHOUHHEI.jpg?auth=5a5fbb435f397235cc8eb366284a01a814bbe389a54b635c7ad5646d83e5023d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A duck named Merlin wears a Mexico national soccer team jersey, during the World Cup in Mexico City, Monday, June 15, 2026. (AP Photo/Marco Ugarte)]]></media:description><media:credit role="author" scheme="urn:ebu">Marco Ugarte</media:credit></media:content></item><item><title><![CDATA[Cybersecurity executives urge the Trump administration to ease restrictions on Anthropic AI models]]></title><link>https://www.local10.com/business/2026/06/15/cybersecurity-executives-urge-the-trump-administration-to-ease-restrictions-on-anthropic-ai-models/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/15/cybersecurity-executives-urge-the-trump-administration-to-ease-restrictions-on-anthropic-ai-models/</guid><dc:creator><![CDATA[By BARBARA ORTUTAY, Associated Press]]></dc:creator><description><![CDATA[SAN FRANCISCO (AP) — A group of cybersecurity executives and experts is asking the Trump administration to lift its directive preventing the use of Anthropic's latest artificial intelligence models by foreign nationals, saying the move could help U.S. adversaries more than it hurts them.]]></description><pubDate>Mon, 15 Jun 2026 19:55:23 +0000</pubDate><content:encoded><![CDATA[<p>SAN FRANCISCO (AP) — A group of cybersecurity executives and experts is asking the Trump administration to lift its directive preventing the use of Anthropic's latest artificial intelligence models by foreign nationals, saying the move could help U.S. adversaries more than it hurts them.</p><p>Anthropic said Friday it has taken its latest artificial intelligence models, known as Fable 5 and Mythos 5, offline to comply with the directive. The AI giant said it did not believe the steps taken by the government were warranted by the concern it flagged about a potential security issue.</p><p>Anthropic has said it was limiting use of some its latest technology to select customers because of its ability to surpass human cybersecurity experts in finding and exploiting computer vulnerabilities. The San Francisco-based company has had discussions with the White House previously about the latest models' capabilities.</p><p>In the letter Sunday, more than 100 cybersecurity experts and leaders from companies including Adobe and Nvidia asked the U.S. government to lift the export control directives on the Anthropic models and “commit to an open, scientific and transparent process of handling AI risk assessments in the future.”</p><p>The letter said that while Anthropic’s Mythos models are “quite good" at finding flaws in software and weaponizing exploits, they are ”not uniquely good at these tasks" and many of the letter's signatories regularly use other foundation and open-source models for security audits and training.</p><p>The letter said it is dangerous to take away the best cyber defense capabilities “without a good reason” when America's adversaries are rapidly advancing.</p><p>China's models, the letter said, are “only months behind the best American models,” and it is even likely that China's government has access to private capabilities beyond what's been made public.</p><p>The export controls marked the U.S. government’s most significant step yet to restrict access to the most advanced AI models. Anthropic released Fable widely last week. That model is a limited version of the more advanced Mythos, to which the company has tightly limited access due to cybersecurity fears.</p><p>The Commerce Department did not immediately respond to a request for comment on Monday.</p><p>Friday's directive came 10 days after President Donald Trump signed an executive order to establish a framework for the federal government to vet the national security risks of the most advanced AI systems for up to a month before their public release. Participation by AI developers would be voluntary, the order said.</p><p>Tensions have been running high between the Trump administration and the safety-conscious Anthropic, which has sought to put guardrails on the development of AI to minimize any potential risks and maximize its economic and national security benefits for the U.S.</p><p>After a contract dispute with the Pentagon, Defense Secretary Pete Hegseth sought to declare Anthropic a supply chain risk, an unprecedented move against a U.S. company that Anthropic has challenged in two federal courts. The company said it wanted assurance the Pentagon would not use its technology in fully autonomous weapons and the surveillance of Americans. Hegseth said the company must allow for any uses the Pentagon deemed lawful.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7GISLQ3FSNSMFNEJOXWESNVIMU.jpg?auth=c4ad34a41f08a2bb286553b332b424d104a7ffae06fb36f6de71abee6727e9d4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Dario Amodei, CEO & Co-Founder of Anthropic, speaks on a panel at the convening of the International Network of AI Safety Institutes at the Golden Gate Club at the Presidio in San Francisco, Nov. 20, 2024. (AP Photo/Jeff Chiu, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Chiu</media:credit></media:content></item><item><title><![CDATA[Looking ahead to Stonewall Pride in Wilton Manors]]></title><link>https://www.local10.com/news/local/2026/06/15/looking-ahead-to-stonewall-pride-in-wilton-manors/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/15/looking-ahead-to-stonewall-pride-in-wilton-manors/</guid><description><![CDATA[Wilton Manors’ Stonewall Pride festival is around the corner. The event is scheduled for this Saturday along Wilton Drive.]]></description><pubDate>Mon, 15 Jun 2026 19:51:38 +0000</pubDate><content:encoded><![CDATA[<p>Wilton Manors’ Stonewall Pride festival is around the corner.</p><p>The event is scheduled for this Saturday along Wilton Drive. Local 10 News will air coverage of the events on-air and online beginning at 8 p.m.</p><p>Organizers joined Local 10 News on Monday to preview the event.</p><p>Watch the video above and visit Stonewall Pride’s <a href="https://www.stonewallpride.lgbt/" target="_self" rel="" title="https://www.stonewallpride.lgbt/">website</a> to learn more.</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[South African jazz icon Abdullah Ibrahim dies in Germany at age 91 after a brief illness]]></title><link>https://www.local10.com/entertainment/2026/06/15/south-african-jazz-icon-abdullah-ibrahim-dies-in-germany-at-age-91-after-a-brief-illness/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/15/south-african-jazz-icon-abdullah-ibrahim-dies-in-germany-at-age-91-after-a-brief-illness/</guid><dc:creator><![CDATA[By MICHELLE GUMEDE, Associated Press]]></dc:creator><description><![CDATA[JOHANNESBURG (AP) — Globally celebrated South African jazz icon Abdullah Ibrahim, who performed at Nelson Mandela ’s 1994 presidential inauguration, has died at age 91, his family announced in a statement Monday.]]></description><pubDate>Mon, 15 Jun 2026 19:43:10 +0000</pubDate><content:encoded><![CDATA[<p>JOHANNESBURG (AP) — Globally celebrated South African jazz icon Abdullah Ibrahim, who performed at Nelson Mandela ’s 1994 presidential inauguration, has died at age 91, his family announced in a statement Monday.</p><p>Ibrahim, formerly known as Dollar Brand, passed away peacefully in Germany following a short illness, surrounded by loved ones, the statement issued on behalf of his family said.</p><p>Born in Cape Town, Ibrahim rose to international prominence as a pianist, composer and bandleader. With a career spanning more than seven decades, he forged a unique blend of jazz and South African musical traditions, making him a cultural ambassador whose music struck a chord with listeners worldwide.</p><p>As one of South Africa’s most respected jazz figures, he famously played at Nelson Mandela ’s 1994 presidential inauguration.</p><p>His final public concert in South Africa took place at the Cape Town International Jazz Festival in March, when he once again captivated audiences with the musical skill that defined his career.</p><p>Paying tribute to her partner, Dr. Marina Umari said he “passed away peacefully with South Africa and its people in his heart.”</p><p>“His love for his country never wavered, no matter where in the world he found himself,” she said.</p><p>His family said that even though his life is over, his influence and voice would continue to resonate around the world.</p><p>President Cyril Ramaphosa paid tribute to the musician, praising his contribution to the anti-apartheid struggle and acknowledging his lasting impact through music.</p><p>“Today our nation mourns the passing of an international icon and global citizen whose profound creations honored the South Africa that shaped his political commitment and musical brilliance,” said Ramaphosa.</p><p>In 2009, Ibrahim received an Honorary Doctorate in Music from Wits University and the Order of Ikhamanga, a prestigious civilian award, from former President Jacob Zuma in the same year.</p><p>Alan Winde, the mayor of the Western Cape, where Ibrahim’s hometown is located, honored the performer and commended him for capturing South Africa’s cultural richness and history in his music.</p><p>“South Africa has lost a legend,” Winde said. “Abdullah Ibrahim represented everything that makes South Africa and the Western Cape so remarkable. His music told the story of our unique cultural diversity and past.”</p><p>According to his family, Ibrahim will be laid to rest in the German state of Bavaria, where he lived.</p><p>___</p><p>AP Africa news: https://apnews.com/hub/africa</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/Y4AUIWY37OYBOFWAW2GCMVQNXU.jpg?auth=dff4cc38025003a04bd1cae6228c05314802262147272c14cf68639088afb9f2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Musician Abdullah Ibrahim plays on a grand piano during the Adolf-Grimme awards gala in Marl, western Germany, March 18, 2005. (AP Photo/Martin Meissner, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Martin Meissner</media:credit></media:content></item><item><title><![CDATA[June 15: Temperatures in 90s, high humidity combine for hottest week of 2026 so far]]></title><link>https://www.local10.com/weather/2026/06/15/june-15-temperatures-in-90s-high-humidity-combine-for-hottest-week-of-2026-so-far/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/06/15/june-15-temperatures-in-90s-high-humidity-combine-for-hottest-week-of-2026-so-far/</guid><dc:creator><![CDATA[Brandon Orr]]></dc:creator><description><![CDATA[We had the first Heat Advisory of the season issued for South Florida on Monday with a measured heat index up to 110° in Broward County. ]]></description><pubDate>Mon, 15 Jun 2026 19:42:58 +0000</pubDate><content:encoded><![CDATA[<p>We had the first Heat Advisory of the season issued for South Florida on Monday with a measured heat index up to 110° in Broward County. This will be the case all week with a combination of very high temperatures and excessive humidity.</p><p>Monday has some spotty showers and thunderstorms, but even fewer storms are in the forecast every day for the rest of the week. Each day we will be mostly dry with just isolated showers around. We don’t have another bump in rain chances until the weekend. The heat will be the focus over the next week.</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[Braves' Spencer Strider shut down for 4 weeks because of inflammation in his right elbow]]></title><link>https://www.local10.com/sports/2026/06/15/braves-spencer-strider-shut-down-for-4-weeks-because-of-inflammation-in-his-right-elbow/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/15/braves-spencer-strider-shut-down-for-4-weeks-because-of-inflammation-in-his-right-elbow/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[ATLANTA (AP) — Atlanta Braves right-hander Spencer Strider will be shut down from throwing for four weeks because of inflammation in his right elbow, the team announced Monday.]]></description><pubDate>Mon, 15 Jun 2026 23:12:24 +0000</pubDate><content:encoded><![CDATA[<p>ATLANTA (AP) — Atlanta Braves right-hander Spencer Strider will be shut down from throwing for four weeks because of inflammation in his right elbow, the team announced Monday.</p><p>Strider, who had been placed on the 15-day injured list Saturday, had a consultation with Dr. Keith Meister before they decided on four weeks. Strider will have another MRI at the end of that period and would begin “throwing progression” if tests showed the inflammation had cleared, the team said.</p><p>Strider left Friday's 7-5 loss at the New York Mets in the fourth inning due to right shoulder and elbow soreness. Braves manager Walt Weiss said the team also was concerned about a dramatic decline in Strider's velocity.</p><p>Strider has a history of arm problems. He underwent Tommy John surgery in 2019 and had the UCL in his right elbow repaired with an internal brace in April 2024.</p><p>Rookie right-hander JR Ritchie, who pitched in relief behind Strider on Friday, will move into the rotation and has been scheduled to start Wednesday night's game against San Francisco.</p><p>Strider allowed six hits, including three homers, and a season-worst seven earned runs in three innings on Friday.</p><p>Strider was making his eighth start of the season for the first-place Braves after missing the first 34 games recovering from a strained left oblique. He is 4-2 with a 5.31 ERA this season.</p><p>Strider led the major leagues with 20 wins and an Atlanta-record 281 strikeouts in 2023.</p><p>The Braves activated catcher Drake Baldwin from the injured list on Monday. Baldwin was placed on the IL on May 19 with an oblique injury. Catcher Austin Wynns was sent outright to Triple-A Gwinnett.</p><p>___</p><p>AP MLB: https://apnews.com/hub/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YPG2DFQWTZOVWGTLJTE2BO5FO4.jpg?auth=7856ca198c45cc0e40121958002bb7d2a380e3fc80a3a131395fca5a81d5a744&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Atlanta Braves pitcher Spencer Strider throws during the first inning of a baseball game against the Cincinnati Reds in Cincinnati, Sunday, May 31, 2026. (AP Photo/Carolyn Kaster)]]></media:description><media:credit role="author" scheme="urn:ebu">Carolyn Kaster</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/D3V7OOJ7726HNKUHSZZNM2ULNM.jpg?auth=d222daefb9bb20ead9f12d91e0817d55015d3fdee4bde3967ea823396275ba88&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Atlanta Braves pitcher Spencer Strider delivers to a Pittsburgh Pirates batter during the first inning of a baseball game, Saturday, June 6, 2026, in Atlanta. (AP Photo/Erik S. Lesser)]]></media:description><media:credit role="author" scheme="urn:ebu">Erik S. Lesser</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FKAM22S6OIG5GN3AC726G2XQSI.jpg?auth=50b31e3d18b6ed704cc60891c704a728cc75694c0aa5d27b1eb1b15a92460f32&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Atlanta Braves' Spencer Strider (99) pitches during the first inning of a baseball game against the New York Mets, Friday, June 12, 2026, in New York. (AP Photo/Eduardo Munoz Alvarez) CORRECTION: Atlanta Braves is correct instead of St. Louis Cardinals]]></media:description><media:credit role="author" scheme="urn:ebu">Eduardo Munoz Alvarez</media:credit></media:content></item><item><title><![CDATA[Dolphins sign safety, cut pair of offensive linemen]]></title><link>https://www.local10.com/sports/local/2026/06/15/dolphins-sign-safety-cut-pair-of-offensive-linemen/</link><guid isPermaLink="true">https://www.local10.com/sports/local/2026/06/15/dolphins-sign-safety-cut-pair-of-offensive-linemen/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[The Miami Dolphins announced several roster moves on Monday, including a new signing.]]></description><pubDate>Mon, 15 Jun 2026 19:32:00 +0000</pubDate><content:encoded><![CDATA[<p>The Miami Dolphins announced several roster moves on Monday, including a new signing.</p><p>Safety Major Burns is Miami’s newest addition, while the team has released guard Kion Smith and waived/injured tackle Carter Warren.</p><p>Burns had a strong season with the UFL’s Houston Gamblers, recording 45 tackles and four interceptions while defending eight passes. He previously was signed as an undrafted free agent by the Chicago Bears after playing four years with LSU. </p><p>Smith had played 23 games with the Dolphins, including two starts, between 2023 and 2025, following two seasons with Miami’s practice squad. </p><p>The Dolphins brought Warren in earlier this year on a one-year deal after he’d spent two seasons with the New York Jets, playing in 14 games and starting six. </p>]]></content:encoded></item><item><title><![CDATA[Challenger with same name as US Sen. Dan Sullivan is ineligible for Alaska ballot, official says]]></title><link>https://www.local10.com/news/politics/2026/06/15/challenger-with-same-name-as-us-sen-dan-sullivan-is-ineligible-for-alaska-ballot-official-says/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/15/challenger-with-same-name-as-us-sen-dan-sullivan-is-ineligible-for-alaska-ballot-official-says/</guid><dc:creator><![CDATA[By BECKY BOHRER, Associated Press]]></dc:creator><description><![CDATA[JUNEAU, Alaska (AP) — A top Alaska elections official on Monday ruled that a U.S. Senate candidate with the same name and party affiliation as Republican incumbent Dan Sullivan is ineligible to appear on the state’s August primary ballot.]]></description><pubDate>Tue, 16 Jun 2026 00:27:07 +0000</pubDate><content:encoded><![CDATA[<p>JUNEAU, Alaska (AP) — A top Alaska elections official on Monday ruled that a U.S. Senate candidate with the same name and party affiliation as Republican incumbent Dan Sullivan is ineligible to appear on the state’s August primary ballot.</p><p>Division of Elections Director Carol Beecher, in a letter sent to the challenger Sullivan, said she concluded that his declaration of candidacy “was not filed in order to declare an actual good-faith candidacy for the office of United States Senator, but was instead filed with a purpose to confuse or mislead and to thereby compromise the ballot’s fairness or neutrality.”</p><p>The challenger can appeal the ruling, she said, while noting ballots are due to be printed June 28.</p><p>A text message seeking comment from Sullivan, the challenger, was not immediately returned. He previously said he anticipated making a decision on whether to pursue an appeal by early this week.</p><p>In a social media post Sunday, he said he “met the qualification and I entered this race because I am unhappy with the 12 year record of the current Senator and I feel we need a change. It’s that simple.”</p><p>It’s been a whirlwind chain of events in one of the nation’s most prominent U.S. Senate races, one both parties consider crucial to controlling the chamber.</p><p>The kerfuffle was set off by the challenger Sullivan filing days before the June 1 candidate deadline. Sen. Sullivan and Republicans called him a “sham” candidate and alleged he was working with Democrats to boost Democratic former U.S. Rep. Mary Peltola’s chances in the race. Both the challenger Sullivan and Peltola’s campaign have denied the allegation.</p><p>Republican Lt. Gov. Nancy Dahlstrom a week ago announced an investigation into the challenger Sullivan’s run, citing “credible allegations” that he declared his candidacy “in coordination with another candidate and campaign” with an intent to confuse and “manipulate” voters. The announcement followed a letter that had been sent to her and Beecher by an attorney with the National Republican Senatorial Committee, outlining those claims.</p><p>Later, two complaints seeking to disqualify the challenger were filed by Alaska Republican Party Chair Carmela Warfield.</p><p>Sullivan, a 69-year-old retired teacher from the small, southeast Alaska fishing community of Petersburg, has said he’s done nothing wrong and insisted that Dahlstrom lacked a legal basis to exclude him from the ballot. He said in a recent interview he has been weighing a run for years and called sharing a name with Sullivan a “matter of fate.”</p><p>“The Lieutenant Governor’s job is to oversee elections fairly and impartially,” he said in a statement last week. “Instead, her actions create the impression that the state government is being used to protect an incumbent senator from facing competition at the ballot box.”</p><p>In her letter, the election director did not mention finding any evidence of alleged coordination with Peltola or Democratic Party officials. But she outlined details she said led her to conclude that the challenger is ineligible.</p><p>They include that he had registered to vote as Daniel J. Sullivan Jr. and in conjunction with his candidacy changed his party affiliation to Republican, an affiliation he had not had previously. She also cited similarities between his campaign website and the senator’s and his work with a consultant whose clients have included some Democrats.</p><p>The work on his behalf by the consultant “is, in isolation, innocuous.” But she said that, taken with the other details, it “suggests a determined effort and a deliberate attempt to use the similarity of your name to confuse Alaska voters."</p><p>The form candidates fill out asks them how they'd like to be referred to on the ballot — including any nicknames — and the party affiliation they want on the ballot. In the earlier interview, the challenger told The Associated Press he was motivated to register with the GOP in part by his late father, whom he described as a “true, compassionate, conservative Republican.”</p><p>Sen. Sullivan's campaign manager, Billy Mackey, lauded the lieutenant governor, who oversees elections in Alaska, as upholding the right to “a free and fair election.”</p><p>Sen. Sullivan, who is seeking a third term, and Peltola are the highest-profile candidates in the crowded race and the only ones so far to report raising any money.</p><p>Democrats have targeted the seat in their push to regain the majority in the chamber.</p><p>On Friday, protesters gathered outside the Division of Elections office in Juneau, opposing efforts to remove the challenger Sullivan from the ballot. Among them was Ben Muse of Juneau. He said he felt the issue could have been addressed using middle initials to distinguish between the candidates but had been “blown way out of proportion.”</p><p>“This has nothing to do with whether you support this guy as a candidate,” he said. “It’s supporting his right to be on the ballot.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TDII4O6YJVWPJFZAF2OTWVPYRM.jpg?auth=839a5ae44c269ef49fc6ec8014da18db87801c4d5bf090e74ab51c176e754acf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this image provided by Karen Dillman, Alaska Senate candidate Dan Sullivan, one of the challengers to the incumbent senator, also named Dan Sullivan, poses for a photo on a hike, Sunday, June 7, 2026, on Kupreanof Island, near Petersburg, Alaska. (Karen Dillman via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Karen Dillman</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IR5XXBIJEWAPKCLKSZDERVIDLQ.jpg?auth=51d2e03b71ee70623a0c5eb74f358a2fa3a06eb5ca62dc1f5b30c2ca31bfb49c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Anjuli Grantham, left, and Ben Muse protest with others outside the Alaska Division of Elections office on Friday, June 12, 2026, in Juneau, Alaska, opposing efforts to block from the ballot a U.S. Senate candidate who shares the same name and party affiliation as the incumbent Republican Dan Sullivan. (AP Photo/Becky Bohrer)]]></media:description><media:credit role="author" scheme="urn:ebu">Becky Bohrer</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/R2L3WXYJNT5N5VM43IKHKOPCWI.jpg?auth=3bb1099c9e0c0e5c4c859b8808aca7d1b06d6a52652ec56f42fcd9900b230f42&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Carol Beecher, the new director of the Alaska Division of Elections, speaks during a news conference, Feb. 16, 2023, in Juneau, Alaska. (AP Photo/Becky Bohrer, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Becky Bohrer</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Y4HV4EKZMV4WFIZZUUCIEPCS5A.jpg?auth=5514a036e5d2dcdcdb26e258ffc1e8ed52a952658421271c274c549564b88420&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Sen. Dan Sullivan, R-Alaska, speaks to reporters at the Capitol in Washington, June 30, 2025. (AP Photo/Mark Schiefelbein)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SYTZH7MMQU6A7HG5E6KIG6TI3I.jpg?auth=30e47a26b0daa228ad8c31014de0238a25dd4849ecd0fe95da657e63ee119b01&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Alaska U.S. Senate candidate Mary Peltola, a Democrat, speaks during a campaign rally on May 14, 2026, in Juneau, Alaska. (AP Photo/Becky Bohrer, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Becky Bohrer</media:credit></media:content></item><item><title><![CDATA[8 people died in B-52 bomber crash at US Air Force base in Southern California, officials say]]></title><link>https://www.local10.com/news/2026/06/16/8-people-died-in-b-52-bomber-crash-at-us-air-force-base-in-southern-california-officials-say/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/16/8-people-died-in-b-52-bomber-crash-at-us-air-force-base-in-southern-california-officials-say/</guid><dc:creator><![CDATA[By CHRISTOPHER WEBER and KONSTANTIN TOROPIN, Associated Press]]></dc:creator><description><![CDATA[LOS ANGELES (AP) — A B-52 bomber crashed shortly after takeoff at a U.S. Air Force base in Southern California’s Mojave Desert and burst into flames Monday, killing all eight people aboard, military officials said.]]></description><pubDate>Tue, 16 Jun 2026 09:25:44 +0000</pubDate><content:encoded><![CDATA[<p>LOS ANGELES (AP) — A B-52 bomber crashed shortly after takeoff at a U.S. Air Force base in Southern California’s Mojave Desert and burst into flames Monday, killing all eight people aboard, military officials said.</p><p>Aerial footage showed virtually nothing left of the aircraft that went down around 11:20 a.m. during a routine test mission at Edwards Air Force Base, which is north of Los Angeles. Black smoke rose from a large swath of charred desert near the runway on the base, with emergency vehicles nearby.</p><p>Those on the B-52 included government contractors and uniformed military. Aircraft manufacturer Boeing confirmed Monday evening that two of its employees were on board.</p><p>After reviewing footage of the crash, it was determined that no one could have survived, Col. James Hayes, the deputy commander for the 412 test wing at Edwards, said at a news conference.</p><p>“We lost eight great Americans,” Hayes said, adding that officials were working to notify their families.</p><p>It was not immediately clear what caused the crash, and it could take up to six months to complete an investigation, Hayes said, but shared that the B-52 was supporting the “radar modernization program.”</p><p>The Boeing B-52 Stratofortress is a long-range bomber that entered service in 1955. Designed to carry both conventional and nuclear weapons, it has been used in conflicts involving the U.S. military from Vietnam to Iran.</p><p>In 2025, Boeing sent a B-52 to Edwards with a new, modernized radar system. A test team planned to conduct ground and flight test activities on the aircraft throughout 2026 to feed a production decision, the air force said in a 2025 news release. The modern Active Electronically Scanned Array (AESA) radar system replaced the aircraft’s antiquated radar for efficacy. It was unclear if that was the same aircraft involved in Monday’s crash.</p><p>Edwards Air Force Base is home to a large portion of the U.S. Air Force’s aircraft test and development efforts and is about 100 miles (161 km) north of Los Angeles. The 412th Test Wing, which runs the base, also conducts developmental testing of all Air Force aircraft, weapons systems, software and components before purchase by the service as well as throughout their lifespan.</p><p>The vast desert base is where Air Force test pilot Chuck Yeager reached a speed of Mach 1.05 and broke the sound barrier in 1947.</p><p>The airfield was closed most of Monday and all inbound aircraft were being diverted, but it reopened to people coming onto the base by late afternoon. Non-commercial visitor passes for the base were suspended as emergency crews doused the flames.</p><p>It’s too soon to say what might have happened.</p><p>Air Force Secretary Troy Meink said he is deeply saddened by the lives lost.</p><p>“We mourn this loss and honor the service of our Airmen, civilians, and contractors who work every day to advance our mission,” he said in a post on X.</p><p>The way the B-52 crashed so quickly after takeoff without getting very high or going far makes aviation safety expert Jeff Guzzetti suspect some kind of flight control malfunction.</p><p>It’s possible the controls were rigged wrong after maintenance, he said, or a catastrophic engine problem or a failure of a piece of equipment that was being tested.</p><p>“I think it was definitely a controllability issue. Now, whether that was tied to an engine failure, a flight control failure, or some new testing device failure, I’m not sure,” said Guzzetti, who used to investigate crashes for both the Federal Aviation Administration and the National Transportation Safety Board.</p><p>Although the Air Force has been flying B-52 bombers for more than 70 years, testing out new equipment on a plane can create new challenges.</p><p>“A flight test is always riskier than normal operations, so that’s why you have specially trained test pilots, and you should have other safety protocols,” Guzzetti said.</p><p>In recent years, fatal Air Force training accidents in the U.S. have included an instructor pilot who was killed in 2024 when the ejection seat activated while the aircraft was still on the ground in Texas and an Air Force ROTC cadet's death in a 2022 accident involving a Humvee during a training exercise in Idaho. Two Air Force pilots were killed when a trainer jet crashed near an Alabama airport in 2021.</p><p>___</p><p>Toropin reported from Washington, D.C. AP Transportation Writer Josh Funk in Omaha, Nebraska, and AP reporters Hallie Golden in Seattle and Jennifer Kelleher in Honolulu contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KPJCKQEJNSKZ5IYG5LY3VMUWEY.jpg?auth=a68a38db3296d735706fd6c114e210f488259a611922c40c35216b402b9133a0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Smoke plumes rise from a B-52 bomber that crashed shortly after takeoff at a U.S. Air Force base in Southern California, Monday, June 15, 2026. (Debbie Reyes Katz via AP Photo)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/4RRHW5BHQOK44BAE4XMBW7GYS4.jpg?auth=52c423cd1097fc37050753f636a355e42972d2b508386b922ad2969d9761ddbf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Smoke plumes rise from a B-52 bomber that crashed shortly after takeoff at a U.S. Air Force base in Southern California, Monday, June 15, 2026. (Debbie Reyes Katz via AP Photo)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/QKPKHL24J4M2ASV5MZ5RQKDJS4.jpg?auth=f2078697bee4ab16b41df4a914138f58f0af75e2c2c6ca5733c41cfbd272f962&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Smoke plumes rise from a B-52 bomber that crashed shortly after takeoff at a U.S. Air Force base in Southern California, Monday, June 15, 2026. (Debbie Reyes Katz via AP Photo)]]></media:description></media:content></item><item><title><![CDATA[Autoridades en Brasil investigan choque de helicópteros que mató a 6 personas]]></title><link>https://www.local10.com/espanol/2026/06/15/autoridades-en-brasil-investigan-choque-de-helicopteros-que-mato-a-6-personas/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/15/autoridades-en-brasil-investigan-choque-de-helicopteros-que-mato-a-6-personas/</guid><dc:creator><![CDATA[Por THE ASSOCIATED PRESS, Associated Press]]></dc:creator><description><![CDATA[RÍO DE JANEIRO (AP) — Las autoridades en Brasil inspeccionaban el lunes el lugar en que un día antes se estrellaron dos helicópteros que chocaron en pleno vuelo sobre un suburbio de Río de Janeiro, incidente en que murieron las seis personas a bordo.]]></description><pubDate>Mon, 15 Jun 2026 19:19:31 +0000</pubDate><content:encoded><![CDATA[<p>RÍO DE JANEIRO (AP) — Las autoridades en Brasil inspeccionaban el lunes el lugar en que un día antes se estrellaron dos helicópteros que chocaron en pleno vuelo sobre un suburbio de Río de Janeiro, incidente en que murieron las seis personas a bordo.</p><p>El cantante estadounidense Oliver Tree figuraba entre los nombres incluidos en la lista de pasajeros presentada ante las autoridades de aviación para uno de los helicópteros que se estrelló en el estacionamiento de una concesionaria de autos, aunque la policía aún no confirma que su cuerpo haya sido hallado en el lugar del desplome.</p><p>La policía confirmó la muerte de Gaspar Prim Díaz —un creador de contenido argentino conocido como Gaspi, con más de 2,8 millones de seguidores en YouTube—, de otro argentino, Lucas Vignale, y de tres brasileños —Lucas Brito, Charles Marsillac y Alexandre Souza—. El cadáver de un extranjero aún no había sido identificado.</p><p>Un error humano podría haber provocado la colisión entre los dos helicópteros, declaró a los periodistas el lunes en el lugar de la caída el investigador de la policía de Río de Janeiro Alan Luxardo. Agregó que las autoridades investigaban si los controladores de tráfico aéreo o uno de los pilotos fue responsable del choque.</p><p>Tree, de 32 años, visitaba Río como parte de una gira mundial que incluía paradas en Argentina, Brasil, Portugal y España. El sábado, el cantante y comediante había publicado un video cómico en que se veía a Tree jugando al fútbol en un barrio brasileño.</p><p>Algunas celebridades comenzaron a publicar homenajes a Tree el domingo, entre ellas Jake Paul, un promotor conocido por enfrentarse a boxeadores profesionales en peleas muy publicitadas, quien calificó al cantante como “una de las personas más amables y divertidas del mundo”.</p><p>Drew Binsky, un creador de contenido conocido por visitar todos los países del mundo, escribió en Instagram que Tree le había pedido consejos de viaje porque el cantante también quería visitar todos los países.</p><p>“Acabábamos de hablar hace unos días y yo planeaba mostrarle Praga dentro de tres semanas”, escribió Binsky. “Se ha convertido en un gran amigo mío y, sinceramente, es una de las personas más amables y positivas que he conocido”.</p><p>El canal argentino de streaming Blender agradeció a Gaspi por su arte en una publicación en X.</p><p>“Cada uno de nosotros te va a extrañar”, expresó Blender.</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/R7MYUOS3RCDC2JPLCK4O6NNNUI.jpg?auth=5883e6c246f29316a9d9ab51a58747c434b9e8d58356a07f5ef4331575ab3da0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Restos de helicóptero yacen en el estacionamiento de un concesionario de automóviles donde, según la policía, dos helicópteros colisionaron en el aire y se estrellaron, en Río de Janeiro, Brasil, el domingo 14 de junio de 2026. (Foto AP/Bruna Prado)]]></media:description><media:credit role="author" scheme="urn:ebu">Bruna Prado</media:credit></media:content></item><item><title><![CDATA[Fujimori aventaja por más de 18.000 votos a Sánchez en lento escrutinio de balotaje en Perú]]></title><link>https://www.local10.com/espanol/2026/06/15/fujimori-aventaja-por-mas-de-18000-votos-a-sanchez-en-lento-escrutinio-de-balotaje-en-peru/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/15/fujimori-aventaja-por-mas-de-18000-votos-a-sanchez-en-lento-escrutinio-de-balotaje-en-peru/</guid><dc:creator><![CDATA[The Associated Press, Associated Press]]></dc:creator><description><![CDATA[LIMA (AP) — La conservadora Keiko Fujimori aventajaba el lunes por más de 18.000 votos al progresista Roberto Sánchez en el lento escrutinio de la segunda vuelta presidencial de Perú. En tanto, el Jurado Nacional de Elecciones anunció que el "plazo máximo" para declarar al ganador sería a mediados de julio.]]></description><pubDate>Mon, 15 Jun 2026 19:18:40 +0000</pubDate><content:encoded><![CDATA[<p>LIMA (AP) — La conservadora Keiko Fujimori aventajaba el lunes por más de 18.000 votos al progresista Roberto Sánchez en el lento escrutinio de la segunda vuelta presidencial de Perú. En tanto, el Jurado Nacional de Elecciones anunció que el "plazo máximo" para declarar al ganador sería a mediados de julio.</p><p>Tras el escrutinio de más del 98% de las actas electorales y mientras el Jurado realizaba el conteo de los sufragios sobre los cuales alguno de los partidos había realizado impugnaciones, Fujimori, de Fuerza Popular, sumaba 50.052% de apoyo, mientras que Sánchez, de Juntos por el Perú, lograba 49.948%, según el cómputo preliminar de la Oficina Nacional de Procesos Electorales (ONPE), la organizadora de los comicios del 7 de junio.</p><p>El balotaje de Perú es el más ajustado de tiempos recientes. En los comicios presidenciales de 2021, Pedro Castillo venció a Fujimori por más de 44.000 votos y en 2016, Pedro Pablo Kuyczynski ganó a la dirigente política por más de 41.000 sufragios, mientras en 2011, Ollanta Humala se le impuso por más de 447.000 papeletas.</p><p>La semana pasada el Jurado estimó que el resultado estaría listo en un mes, aproximadamente el 7 de julio, pero durante la jornada la vocera del Jurado, Grecia Rentería, dijo que el “plazo máximo de proclamación sería mediados de julio”. Según la ley el nuevo presidente debe iniciar sus funciones el 28 de julio por cinco años.</p><p>El Jurado tiene que resolver poco más de 1.600 actas de votación observadas en las mesas electorales.</p><p>Los seguidores de Sánchez, un aliado del sentenciado Castillo —quien gobernó entre 2021 y 2022—marcharon de forma pacífica la semana pasada por Lima para “defender su voto”. El progresista pidió anular 400.000 sufragios del extranjero indicando que hubo irregularidades en el traslado a Perú, pero su pedido fue rechazado por el Jurado.</p><p>Mientras se producía el lento conteo, Fujimori, hija del fallecido y condenado expresidente Alberto Fujimori (1990-2000), dijo el sábado en su cuenta de X que salió al extranjero acompañando a su hija mayor Kyara en un viaje “estrictamente familiar”, pero que seguirá en comunicación con su equipo.</p><p>Las misiones observadoras internacionales de la OEA y la Unión Europea coincidieron en que la segunda vuelta presidencial de Perú se desarrolló sin incidentes.</p><p>La demora en el conteo de votos se debe a una ley electoral que exige que cada cédula de votación y cada acta —que resume los votos de cada mesa— deben ser transportadas hasta más de un centenar de oficinas en el territorio nacional para su conteo. A eso se suma el reconteo de votos y la resolución de impugnaciones.</p><p>El aumento de la delincuencia, en particular la extorsión, fue la principal preocupación de los votantes en estos comicios.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YCQUBRJV6AJ6EDHIZ2SLR22VTE.jpg?auth=20778be1d57ff1d20f5e1a4c6098e30a29a7eaa6a59c2211f400d141e29ace28&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[La candidata presidencial Keiko Fujimori, del partido Fuerza Popular, y su rival Roberto Sánchez, del partido Juntos por el Perú, saludan con la mano durante un debate presidencial celebrado en Lima, Perú, el domingo 31 de mayo de 2026. (Foto AP/Martín Mejía)]]></media:description><media:credit role="author" scheme="urn:ebu">Guadalupe Pardo</media:credit></media:content></item><item><title><![CDATA[California Gov. Gavin Newsom says Trump's Justice Department is investigating him and his wife]]></title><link>https://www.local10.com/news/politics/2026/06/15/california-gov-gavin-newsom-says-trumps-justice-department-is-investigating-him-and-his-wife/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/15/california-gov-gavin-newsom-says-trumps-justice-department-is-investigating-him-and-his-wife/</guid><dc:creator><![CDATA[By SOPHIE AUSTIN and ALANNA DURKIN RICHER, Associated Press]]></dc:creator><description><![CDATA[SACRAMENTO, Calif (AP) — Democratic California Gov. Gavin Newsom on Monday accused the Justice Department of launching a politically motivated investigation into him and his wife, saying the Trump administration was targeting him as he weighs a presidential bid.]]></description><pubDate>Tue, 16 Jun 2026 00:02:07 +0000</pubDate><content:encoded><![CDATA[<p>SACRAMENTO, Calif (AP) — Democratic California Gov. Gavin Newsom on Monday accused the Justice Department of launching a politically motivated investigation into him and his wife, saying the Trump administration was targeting him as he weighs a presidential bid.</p><p>Newsom, a longtime political rival of the Republican president, said in a video posted on X that federal agents have knocked on the doors of his friends and former employees, and have asked for records. Newsom didn't provide specifics on the nature of the probe, but his office said the inquiry appears to have recently expanded into “increasingly personal matters involving the Governor's family and professional network.”</p><p>“Donald Trump isn’t just coming after me because of my mean tweets,” Newsom said, referencing his use of social media to mock Trump. “He’s coming after me because I’m considering running for president, because he hates that I’ve consistently called him out over and over again for his lies and deceit.”</p><p>The full details of any Justice Department inquires related to Newsom were not immediately clear. But the revelations were likely to escalate accusations from critics that the Trump administration is using the law enforcement agency as a weapon to go after the president's political opponents.</p><p>A person familiar with the matter denied the existence of an investigation specifically targeting the governor, but said there are multiple federal probes into people around him, including one related to his wife’s taxes. That probe began last year, and political leadership in Washington was not involved in the decision to open it, said the person, who spoke on the condition of anonymity because they were not authorized to publicly discuss ongoing investigations.</p><p>Another probe is related to Newsom’s former chief of staff, Dana Williamson, who was indicted on federal charges that she was involved in a scheme to steal campaign money from former federal Health Secretary Xavier Becerra. Williamson in May pleaded guilty to charges including conspiracy to commit bank fraud. That investigation, which was launched by President Joe Biden's Justice Department, has expanded to include other staff, the person familiar with the matter said.</p><p>Newsom hasn't been accused of any wrongdoing related to Williamson’s case.</p><p>The Justice Department declined to comment Monday. Acting Attorney General Todd Blanche declined to answer questions about Newsom during a brief photo opportunity with Senate Judiciary Committee Chairman Chuck Grassley, R-Iowa, on Capitol Hill Monday afternoon. Blanche had a scheduled meeting with Grassley to discuss his nomination to become attorney general.</p><p>Trump's Justice Department pursues his critics</p><p>They are the latest Justice Department investigations surrounding one of Trump’s political foes.</p><p>The Justice Department has also opened investigations into or brought prosecutions against former FBI Director James Comey,New York Attorney General Letitia James, former CIA director John Brennan and former Federal Reserve Chair Jerome Powell, among other perceived political enemies of the president.</p><p>“One by one, anyone who has challenged Donald Trump has ended up on his hit list, and today I proudly join that list,” Newsom said in the video.</p><p>Investigators have subpoenaed records, and agents have reached out to organizations and people connected to the governor and his wife, according to Newsom's office. The governor's office accused the Justice Department of “searching for a crime that does not exist.”</p><p>Newsom's office said it heard last week that federal agents had ramped up their efforts and were asking people tied to the governor and his wife about a range of issues, including their businesses, finances and personal matters. His office said it filed a public records request Monday seeking messages to or from Justice Department leaders mentioning Newsom or his wife during Trump's second term.</p><p>Jennifer Siebel Newsom, the governor’s wife, said the investigation showed that Trump is unfit for office.</p><p>“There are clearly no boundaries to what Donald Trump will do to get his way or to challenge those who get in his way,” she said in a statement.</p><p>The president has repeatedly gone after the Democrat-dominated state during his second term including by curbing a signature plan to reduce planet-warning emissions from cars, withholding aid for wildfire recovery and suing over state policies supporting transgender student-athletes. The state has pushed back by suing the federal government dozens of times.</p><p>Newsom also led a push to counteract a Trump-backed effort in Texas to redraw congressional districts to favor Republicans by championing a successful redistricting measure in California designed to win Democrats five additional House seats.</p><p>____</p><p>Durkin Richer reported from Washington. Associated Press reporter Mary Clare Jalonick in Washington contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/D3H7HWJWVXJKYDAS46MKYYJQQ4.jpg?auth=f6e09ca617396e4c9675107ec4906f7ffcaadc879ba2a8c1edec8b6067248ca3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - California Gov. Gavin Newsom speaks during a news conference, Aug. 14, 2025, in Los Angeles. (AP Photo/Marcio Jose Sanchez, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Marcio Jose Sanchez</media:credit></media:content></item><item><title><![CDATA[US embassy issues warning: ‘Avoid renting Jet Skis in the Bahamas’ after rapes, crashes]]></title><link>https://www.local10.com/news/world/2026/06/15/us-embassy-issues-warning-avoid-renting-jet-skis-in-the-bahamas-after-rapes-crashes/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/15/us-embassy-issues-warning-avoid-renting-jet-skis-in-the-bahamas-after-rapes-crashes/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[The U.S. Embassy in Nassau issued a warning to travelers on Monday: “Avoid renting jet skis in the Bahamas.”]]></description><pubDate>Mon, 15 Jun 2026 18:38:52 +0000</pubDate><content:encoded><![CDATA[<p>The U.S. Embassy in Nassau <a href="https://bs.usembassy.gov/security-alert-u-s-embassy-nassau-the-bahamas-june-15-2026/" target="_self" rel="" title="https://bs.usembassy.gov/security-alert-u-s-embassy-nassau-the-bahamas-june-15-2026/">issued a warning</a> to travelers on Monday: “Avoid renting jet skis in the Bahamas.”</p><p><a href="https://www.local10.com/espanol/2026/06/15/embajada-de-ee-uu-emite-advertencia-evite-alquilar-motos-acuaticas-en-bahamas-tras-denuncias-de-violaciones-y-accidentes/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/15/embajada-de-ee-uu-emite-advertencia-evite-alquilar-motos-acuaticas-en-bahamas-tras-denuncias-de-violaciones-y-accidentes/">Leer en español</a></p><p>That’s because embassy officials say there’s a “lack of enforcement of safety regulations,” which has led to crashes and reports of sexual assaults.</p><p>According to the embassy, multiple American woman have reported being sexually assaulted by Jet Ski operators over the past few years.</p><p>“Some victims reported that male jet ski operators sexually assaulted them after soliciting them for Jet Ski rides from the small islands just east of Paradise Island, downtown Nassau and Paradise Island beaches,” the embassy states. “This includes the area from Junkanoo Beach to Saunders Beach and Cabbage Beach.”</p><p>The rapes happened on “isolated islands near Nassau.”</p><p>Six Americans have been hospitalized from personal watercraft crashes since 2024, according to the embassy.</p><p>Because of the risks, U.S. government employees working in the Bahamas are prohibited from renting Jet Skis on New Providence and Paradise islands, the embassy states.</p><p>The embassy warned Americans to be wary of solicitations from Jet Ski operators in and around Nassau.</p><blockquote class="twitter-tweet"><p lang="en" dir="ltr">The Bahamas: The U.S. Embassy in Nassau advises U.S. citizens of the risks of operating or accepting rides from operators of jet skis due to the lack of enforcement of safety regulations in The Bahamas. The U.S. Embassy in Nassau has received several reports of jet ski operators… <a href="https://t.co/ZTvHKk1v7U">pic.twitter.com/ZTvHKk1v7U</a></p>&mdash; TravelGov (@TravelGov) <a href="https://x.com/TravelGov/status/2066543667121385642?ref_src=twsrc%5Etfw">June 15, 2026</a></blockquote>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OM7JG6WPIBEU3LZH6TTPB7WC24.jpg?auth=ffe71852f1fca8dfd94d909ebe4bcb79fb6a9e6bf0a5ca8039693f003fb3bcca&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Stock photo of a personal watercraft.]]></media:description></media:content></item><item><title><![CDATA[Embajada de EE. UU. emite advertencia: “Evite alquilar motos acuáticas en Bahamas” tras denuncias de violaciones y accidentes]]></title><link>https://www.local10.com/espanol/2026/06/15/embajada-de-ee-uu-emite-advertencia-evite-alquilar-motos-acuaticas-en-bahamas-tras-denuncias-de-violaciones-y-accidentes/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/15/embajada-de-ee-uu-emite-advertencia-evite-alquilar-motos-acuaticas-en-bahamas-tras-denuncias-de-violaciones-y-accidentes/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[La representación diplomática explicó que la recomendación responde a la falta de aplicación de las normas de seguridad, una situación que ha derivado en accidentes y denuncias de agresiones sexuales.]]></description><pubDate>Mon, 15 Jun 2026 18:48:46 +0000</pubDate><content:encoded><![CDATA[<p>La Embajada de Estados Unidos en Nassau emitió este lunes una advertencia a los viajeros: “Eviten alquilar motos acuáticas en Bahamas”.</p><p>La representación diplomática explicó que la recomendación responde a la falta de aplicación de las normas de seguridad, una situación que ha derivado en accidentes y denuncias de agresiones sexuales.</p><p>Según la embajada, varias mujeres estadounidenses han denunciado haber sido víctimas de agresiones sexuales por parte de operadores de motos acuáticas en los últimos años.</p><p>“Algunas víctimas informaron que operadores de motos acuáticas las agredieron sexualmente después de ofrecerles paseos desde pequeños islotes ubicados al este de Paradise Island, así como desde las playas del centro de Nassau y Paradise Island”, señala el comunicado. “Esto incluye el área comprendida entre Junkanoo Beach, Saunders Beach y Cabbage Beach.”</p><p>De acuerdo con la embajada, las violaciones ocurrieron en islas aisladas cercanas a Nassau.</p><p>Además, indicó que seis ciudadanos estadounidenses han sido hospitalizados desde 2024 tras sufrir accidentes en motos acuáticas.</p><p>Debido a estos riesgos, los empleados del gobierno de Estados Unidos destinados en Bahamas tienen prohibido alquilar motos acuáticas en las islas New Providence y Paradise Island, señaló la embajada.</p><p>Finalmente, la representación diplomática exhortó a los ciudadanos estadounidenses a desconfiar de las ofertas de paseos realizadas por operadores de motos acuáticas en Nassau y sus alrededores.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OM7JG6WPIBEU3LZH6TTPB7WC24.jpg?auth=ffe71852f1fca8dfd94d909ebe4bcb79fb6a9e6bf0a5ca8039693f003fb3bcca&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Stock photo of a personal watercraft.]]></media:description></media:content></item><item><title><![CDATA[Mundial de la FIFA 2026: Este es el calendario de partidos del 15 de junio, quinto día de la fase de grupos]]></title><link>https://www.local10.com/espanol/2026/06/15/mundial-de-la-fifa-2026-este-es-el-calendario-de-partidos-del-15-de-junio-quinto-dia-de-la-fase-de-grupos/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/15/mundial-de-la-fifa-2026-este-es-el-calendario-de-partidos-del-15-de-junio-quinto-dia-de-la-fase-de-grupos/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Los aficionados al Mundial de la FIFA 2026 tendrán este lunes cuatro partidos para disfrutar, mientras continúa la fase de grupos.]]></description><pubDate>Mon, 15 Jun 2026 18:43:42 +0000</pubDate><content:encoded><![CDATA[<p>Los aficionados al Mundial de la FIFA 2026 tendrán este lunes cuatro partidos para disfrutar, mientras continúa la fase de grupos.</p><p><b>España vs. Cabo Verde</b> (Grupo H), a las 12:00 p.m., en Atlanta, Georgia. </p><p><b>Bélgica vs. Egipto</b> (Grupo G), a las 3:00 p.m., en Seattle, Washington. </p><p><b>Arabia Saudita vs. Uruguay</b> (Grupo H), a las 6:00 p.m., en Miami Gardens. </p><p><b>Irán vs. Nueva Zelanda</b> (Grupo G), a las 9:00 p.m., en Inglewood, California. </p><h3>Fiesta para aficionados en Miami</h3><p>El FIFA Fan Festival estará abierto de 11:00 a.m. a 9:00 p.m. en Bayfront Park, ubicado en 301 Biscayne Boulevard.</p><p><b>Historia relacionada:</b> <a href="https://www.local10.com/espanol/2026/06/15/fifa-exhibe-el-trofeo-de-la-copa-del-mundo-durante-ocho-horas-en-la-freedom-tower-de-miami/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/15/fifa-exhibe-el-trofeo-de-la-copa-del-mundo-durante-ocho-horas-en-la-freedom-tower-de-miami/">La FIFA exhibe el trofeo de la Copa del Mundo durante ocho horas en la Freedom Tower de Miami.</a></p><h3>Así marcha la fase de grupos</h3><ul><li><b>Grupo F:</b> Suecia suma <b>3 puntos</b>. </li><li><b>Grupo E:</b> Alemania y Costa de Marfil suman <b>3 puntos</b> cada uno. </li><li><b>Grupo D:</b> Australia y Estados Unidos suman <b>3 puntos</b> cada uno. </li><li><b>Grupo C:</b> Brasil y Marruecos tienen <b>1 punto</b> cada uno; Escocia suma <b>3 puntos</b>. </li><li><b>Grupo B:</b> Catar y Suiza tienen <b>1 punto</b> cada uno. </li><li><b>Grupo A:</b> México y Corea del Sur suman <b>3 puntos</b> cada uno.</li></ul><h3><b>16 de junio</b></h3><p>Habrá tres partidos:</p><p>Francia vs. Senegal (Grupo I), 3:00 p.m. </p><p>Irak vs. Noruega (Grupo I), 6:00 p.m. </p><p>Argentina vs. Argelia (Grupo J), 9:00 p.m. </p><p>Miami: Festival para aficionados de 2:00 p.m. a medianoche en Bayfront Park.</p><h3><b>17 de junio</b></h3><p>Se jugarán cinco encuentros:</p><p>Austria vs. Jordania (Grupo J), 12:00 a.m. </p><p>Portugal vs. Congo (Grupo K), 1:00 p.m. </p><p>Inglaterra vs. Croacia (Grupo L), 4:00 p.m. </p><p>Ghana vs. Panamá (Grupo L), 7:00 p.m. </p><p>Uzbekistán vs. Colombia (Grupo K), 10:00 p.m. </p><p>Miami: Festival para aficionados de 12:00 p.m. a 10:00 p.m.</p><h3><b>18 de junio</b></h3><p>Cuatro partidos:</p><p>República Checa vs. Sudáfrica (Grupo A), 12:00 p.m. </p><p>Suiza vs. Bosnia (Grupo B), 3:00 p.m. </p><p>Canadá vs. Catar (Grupo B), 6:00 p.m. </p><p>México vs. Corea del Sur (Grupo A), 9:00 p.m. </p><p>Miami: Festival de 11:00 a.m. a 9:00 p.m.</p><h3><b>19 de junio</b></h3><p>Cuatro partidos:</p><p>Estados Unidos vs. Australia (Grupo D), 3:00 p.m. </p><p>Escocia vs. Marruecos (Grupo C), 6:00 p.m. </p><p>Brasil vs. Haití (Grupo C), 8:30 p.m. </p><p>Turquía vs. Paraguay (Grupo D), 11:00 p.m. </p><p>Miami: Festival de 2:00 p.m. a medianoche.</p><h3><b>20 de junio</b></h3><p>Tres partidos:</p><p>Países Bajos vs. Suecia (Grupo F), 1:00 p.m. </p><p>Alemania vs. Costa de Marfil (Grupo E), 4:00 p.m. </p><p>Ecuador vs. Curazao (Grupo E), 8:00 p.m. </p><p>Miami: Festival de 12:00 p.m. a 11:00 p.m.</p><p>Miami Beach: Las puertas abrirán a las 6:00 p.m. en The Bandshell (7275 Collins Ave.) para un evento dirigido a aficionados uruguayos, organizado conjuntamente con el Consulado General de Uruguay.</p><h3><b>21 de junio</b></h3><p>Cinco partidos:</p><p>Túnez vs. Japón (Grupo F), 12:00 a.m. </p><p>España vs. Arabia Saudita (Grupo H), 12:00 p.m. </p><p>Bélgica vs. Irán (Grupo G), 3:00 p.m. </p><p>Uruguay vs. Cabo Verde (Grupo H), 6:00 p.m. </p><p>Nueva Zelanda vs. Egipto (Grupo G), 9:00 p.m. </p><p>Miami: Festival de 11:00 a.m. a 9:00 p.m.</p><h3><b>22 de junio</b></h3><p>Cuatro partidos:</p><p>Argentina vs. Austria (Grupo J), 1:00 p.m. </p><p>Francia vs. Irak (Grupo I), 5:00 p.m. </p><p>Noruega vs. Senegal (Grupo I), 8:00 p.m. </p><p>Jordania vs. Argelia (Grupo J), 11:00 p.m. </p><p>Miami: Festival de 12:00 p.m. a 8:00 p.m.</p><p>Miami Beach: Las puertas abrirán a las 11:00 a.m. en The Bandshell para la transmisión del partido Argentina vs. Austria, programado para la 1:00 p.m.</p><h3><b>23 de junio</b></h3><p>Cuatro partidos:</p><p>Portugal vs. Uzbekistán (Grupo K), 1:00 p.m. </p><p>Inglaterra vs. Ghana (Grupo L), 4:00 p.m. </p><p>Panamá vs. Croacia (Grupo L), 7:00 p.m. </p><p>Colombia vs. Congo (Grupo K), 10:00 p.m. </p><p>Miami: Festival de 12:00 p.m. a 1:00 a.m.</p><h3><b>24 de junio</b></h3><p>Seis partidos:</p><p>Suiza vs. Canadá (Grupo B), 3:00 p.m. </p><p>Bosnia vs. Catar (Grupo B), 3:00 p.m. </p><p>Marruecos vs. Haití (Grupo C), 6:00 p.m. </p><p>Escocia vs. Brasil (Grupo C), 6:00 p.m. </p><p>Sudáfrica vs. Corea del Sur (Grupo A), 9:00 p.m. </p><p>República Checa vs. México (Grupo A), 9:00 p.m. </p><p>Miami: Festival de 2:00 p.m. a 9:00 p.m.</p><p>Miami Beach: Las puertas abrirán a las 4:00 p.m. en The Bandshell para el partido Escocia vs. Brasil, que comenzará a las 6:00 p.m.</p><h3><b>25 de junio</b></h3><p>Seis partidos:</p><p>Curazao vs. Costa de Marfil (Grupo E), 4:00 p.m. </p><p>Ecuador vs. Alemania (Grupo E), 4:00 p.m. </p><p>Túnez vs. Países Bajos (Grupo F), 7:00 p.m. </p><p>Japón vs. Suecia (Grupo F), 7:00 p.m. </p><p>Turquía vs. Estados Unidos (Grupo D), 10:00 p.m. </p><p>Paraguay vs. Australia (Grupo D), 10:00 p.m. </p><p>Miami: Festival de 3:00 p.m. a 1:00 a.m.</p><h3><b>26 de junio</b></h3><p>Seis partidos:</p><p>Noruega vs. Francia (Grupo I), 3:00 p.m. </p><p>Senegal vs. Irak (Grupo I), 3:00 p.m. </p><p>Cabo Verde vs. Arabia Saudita (Grupo H), 8:00 p.m. </p><p>Uruguay vs. España (Grupo H), 8:00 p.m. </p><p>Nueva Zelanda vs. Bélgica (Grupo G), 11:00 p.m. </p><p>Egipto vs. Irán (Grupo G), 11:00 p.m. </p><p>Miami: Festival de 2:00 p.m. a 11:00 p.m.</p><h3><b>27 de junio</b></h3><p>Seis partidos:</p><p>Panamá vs. Inglaterra (Grupo L), 5:00 p.m. </p><p>Croacia vs. Ghana (Grupo L), 5:00 p.m. </p><p>Colombia vs. Portugal (Grupo K), 7:30 p.m. </p><p>Congo vs. Uzbekistán (Grupo K), 7:30 p.m. </p><p>Argelia vs. Austria (Grupo J), 10:00 p.m. </p><p>Jordania vs. Argentina (Grupo J), 10:00 p.m. </p><p>Miami: Festival para aficionados de 4:00 p.m. a 1:00 a.m. en Bayfront Park.</p><h3><b>Evento especial en Sunrise</b></h3><p>El 27 de junio, el Amerant Bank Arena organizará una watch party gratuita para personas con boleto, a partir de las 7:30 p.m. El estacionamiento será gratuito.</p><p>Además, el condado de Broward ofrecerá transporte gratuito en autobuses Express desde el Amerant Bank Arena hasta el Miami Stadium (Hard Rock Stadium), en Miami Gardens, para los aficionados que cuenten con boletos para el Mundial de la FIFA 2026.</p><h3><b>Comienzan los dieciseisavos de final</b></h3><h3><b>28 de junio</b></h3><p>Se disputará un partido a las 3:00 p.m.</p><p>Miami: El festival para aficionados estará abierto de 1:00 p.m. a 10:00 p.m. en Bayfront Park, ubicado en 301 Biscayne Boulevard.</p><h3><b>29 de junio</b></h3><p>Se jugarán tres partidos a la 1:00 p.m., 4:30 p.m. y 9:00 p.m.</p><p>Miami: El festival para aficionados abrirá de 12:00 p.m. a medianoche en Bayfront Park.</p><h3><b>30 de junio</b></h3><p>Habrá tres partidos a la 1:00 p.m., 5:00 p.m. y 9:00 p.m.</p><p>Miami: El festival para aficionados abrirá de 12:00 p.m. a medianoche en Bayfront Park.</p><h3><b>1 de julio</b></h3><p>Se disputarán tres partidos a las 12:00 p.m., 4:00 p.m. y 9:00 p.m.</p><p>Miami: El festival para aficionados abrirá de 11:00 a.m. a 11:00 p.m. en Bayfront Park.</p><h3><b>2 de julio</b></h3><p>Habrá tres partidos a las 3:00 p.m., 7:00 p.m. y 11:00 p.m.</p><p>Miami: El festival para aficionados abrirá de 2:00 p.m. a 10:00 p.m. en Bayfront Park.</p><h3><b>3 de julio</b></h3><p>Se jugarán tres partidos a las 2:00 p.m., 6:00 p.m. y 9:30 p.m.</p><p>Miami: El festival para aficionados abrirá de 1:00 p.m. a 9:00 p.m. en Bayfront Park.</p><h3><b>Comienzan los octavos de final</b></h3><h3><b>4 de julio</b></h3><p>Se disputarán dos partidos a la 1:00 p.m. y 5:00 p.m.</p><p>Miami: El festival para aficionados abrirá de 12:00 p.m. a medianoche en Bayfront Park.</p><h3><b>5 de julio</b></h3><p>Habrá dos partidos a las 4:00 p.m. y 8:00 p.m.</p><p>Miami: El festival para aficionados abrirá por última vez de 3:00 p.m. a 11:00 p.m. en Bayfront Park.</p><h3><b>6 de julio</b></h3><p>Se jugarán dos partidos a las 3:00 p.m. y 8:00 p.m.</p><h3><b>7 de julio</b></h3><p>Habrá dos partidos a las 12:00 p.m. y 4:00 p.m.</p><h3><b>Comienzan los cuartos de final</b></h3><h3><b>9 de julio</b></h3><p>Se disputará un partido de cuartos de final a las 4:00 p.m.</p><h3><b>10 de julio</b></h3><p>Se jugará un partido de cuartos de final a las 3:00 p.m.</p><h3><b>11 de julio</b></h3><p>Habrá dos partidos de cuartos de final a las 5:00 p.m. y 9:00 p.m.</p><p>Sunrise: El Amerant Bank Arena organizará una watch party gratuita para personas con boleto a partir de las 5:00 p.m. El estacionamiento será gratuito.</p><h3><b>Comienzan las semifinales</b></h3><h3><b>14 de julio</b></h3><p>El festival para aficionados permanecerá cerrado.</p><p>Se disputará una semifinal a las 3:00 p.m.</p><p>Miami Beach: Las puertas abrirán a las 3:00 p.m. en The Bandshell (7275 Collins Ave.) para la transmisión de la semifinal.</p><h3><b>15 de julio</b></h3><p>Se jugará la segunda semifinal a las 3:00 p.m.</p><p>Miami Beach: Las puertas abrirán a las 3:00 p.m. en The Bandshell para la transmisión del partido.</p><h3><b>Finales</b></h3><h3><b>18 de julio</b></h3><p>El partido por el tercer lugar se disputará a las 5:00 p.m.</p><p>Miami Beach: Las puertas abrirán a las 3:00 p.m. en The Sandbowl, ubicado detrás de The Bandshell (7275 Collins Ave.), para la transmisión del encuentro.</p><p>Sunrise: El Amerant Bank Arena ofrecerá estacionamiento gratuito para los aficionados con boletos para el Mundial que utilicen el servicio gratuito de autobuses Express del condado de Broward hacia el Miami Stadium (Hard Rock Stadium), en Miami Gardens.</p><h3><b>19 de julio</b></h3><p>La gran final del Mundial se jugará a las 3:00 p.m.</p><p>Miami Beach: Las puertas abrirán a la 1:00 p.m. en The Sandbowl, detrás de The Bandshell, para la transmisión de la final.</p><p>Sunrise: El Amerant Bank Arena también organizará una watch party gratuita para personas con boleto durante la final. El estacionamiento será gratuito.</p><h2><br></h2>]]></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[FIFA World Cup 2026: Here is the June 15 schedule for Day 5 of group matches ]]></title><link>https://www.local10.com/sports/2026/06/15/fifa-world-cup-2026-here-is-the-june-15-schedule-for-day-5-of-group-matches/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/15/fifa-world-cup-2026-here-is-the-june-15-schedule-for-day-5-of-group-matches/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[FIFA World Cup 2026 fans have four games on Monday, as group-stage matches continue.  ]]></description><pubDate>Mon, 15 Jun 2026 13:58:37 +0000</pubDate><content:encoded><![CDATA[<p>FIFA World Cup 2026 fans have four games on Monday, as group-stage matches continue. </p><p><a href="https://www.local10.com/espanol/2026/06/15/mundial-de-la-fifa-2026-este-es-el-calendario-de-partidos-del-15-de-junio-quinto-dia-de-la-fase-de-grupos/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/15/mundial-de-la-fifa-2026-este-es-el-calendario-de-partidos-del-15-de-junio-quinto-dia-de-la-fase-de-grupos/">Leer en español</a></p><p>Spain vs. Cape Verde, a <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> match, is at noon in Atlanta, Georgia.</p><p>Belgium vs. Egypt, a <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> match, is at 3 p.m. in Seattle, Washington. </p><p>Saudi Arabia vs. Uruguay, a <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> match, is at 6 p.m. in Miami Gardens. </p><p>Iran vs. New Zealand, a <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> match, is at 9 p.m. at Inglewood, California. </p><p><b>Miami watch parties</b>: The fan festival opens from 11 a.m. to 9 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>Related story</b>: <a href="https://www.local10.com/sports/2026/06/15/fifa-displays-world-cup-trophy-for-8-hours-at-miamis-freedom-tower/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/15/fifa-displays-world-cup-trophy-for-8-hours-at-miamis-freedom-tower/">FIFA displays World Cup trophy for 8 hours at Miami’s Freedom Tower </a></p><h3><b>Groups’ stage progress </b></h3><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/">Sweden 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 and Ivory Coast each get 3 points </a></p><p><b>Group D</b>: <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/">Australia and United States each get 3 points </a></p><p><b>Group C</b>: <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/">Brazil and Morocco each get 1 point; Scotland gets 3 points</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/">Qatar and Switzerland each get 1 point</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 and South Korea each get 3 points </a></p><h3><b>Schedule </b> </h3><p><b>June 16</b>: There are three matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a>, France vs. Senegal, 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>, Iraq vs. Norway, game is at 6 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>, Argentina vs. Algeria, game is at 9 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 2 p.m. to midnight at Bayfront Park, at 301 Biscayne Boulevard. </p><p><b>June 17</b>: There are five matches: 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>, Austria vs. Jordan, game is at Midnight. 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>, Portugal vs. Congo, game is at 1 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>, England vs. Croatia, game is at 4 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>, Ghana vs. Panama, game is at 7 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>, Uzbekistan vs. Colombia, game is at 10 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from noon to 10 p.m. at Bayfront Park, at 301 Biscayne Boulevard. </p><p><b>June 18</b>: There are four matches: The <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, The Czech Republic vs. South Africa, is at Noon. The <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>, Switzerland vs. Bosnia, game is at 3 p.m. The <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>, Canada vs. Qatar, game is at 6 p.m. The <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, Mexico vs. South Korea, is at 9 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens from 11 a.m. to 9 p.m. at Bayfront Park, at 301 Biscayne Boulevard. </p><p><b>June 19</b>: There are four matches: 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>, U.S. vs. Australia, game is at 3 p.m. 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>, Scotland vs. Morocco, game is at 6 p.m. 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>, Brazil vs. Haiti, game is at 8:30 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. Paraguay, game is at 11 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 2 p.m. to midnight at Bayfront Park, at 301 Biscayne Boulevard. </p><p><b>June 20</b>: There are three matches: 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>, Netherlands vs. Sweden, game is at 1 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>, Germany 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. Curaçao, game is at 8 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from noon to 11 p.m. at Bayfront Park, at 301 Biscayne Boulevard. </p><p><b>Miami Beach fan party: </b>Doors open at 6 p.m. on June 20 at The Bandshell, at 7275 Collins Ave., for an event for Uruguayan fans co-hosted by the Consulate General of Uruguay.</p><p><b>June 21</b>: There are five matches: 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. Japan, game is at midnight. 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>, Spain vs. Saudi Arabia, game is at Noon. 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>, Belgium vs. Iran, 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>, Uruguay vs. Cape Verde, game is at 6 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. Egypt, game is at 9 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 11 a.m. to 9 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>June 22</b>: There are four matches: 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>, Argentina vs. Austria, game is at 1 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>, France vs. Iraq, game is at 5 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>, Norway vs. Senegal, game is at 8 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. Algeria, game is at 11 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from noon to 8 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>Miami Beach watch party: </b>Doors open at 11 a.m. on June 22 at The Bandshell, at 7275 Collins Ave., for the 1 p.m. Argentina vs. Austria match.</p><p><b>June 23</b>: There are four matches: 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>, Portugal vs. Uzbekistan, game is at 1 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>, England vs. Ghana, game is at 4 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>, Panama vs. Croatia, game is at 7 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. Congo, game is at 10 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from noon to 1 a.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>June 24</b>: There are six matches: The <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>, Switzerland vs. Canada, game is at 3 p.m. The <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>, Bosnia vs. Qatar, game is at 3 p.m. 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>, Morocco vs. Haiti, game is at 6 p.m. 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>, Scotland vs. Brazil, game is at 6 p.m. The <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>, South Africa vs. South Korea, game is at 9 p.m. The <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>, Czech Republic vs. Mexico, game 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>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 matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a>, Norway vs. France, game is at 3 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a>, Senegal vs. Iraq, game is at 3 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H</a>, Cape Verde vs. Saudi Arabia, game is at 8 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H</a>, Uruguay vs. Spain, game is at 8 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a>, New Zealand vs. Belgium, game is at 11 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a>, Egypt vs. Iran, game is at 11 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 2 p.m. to 11 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>June 27</b>: There are six matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a>, Panama vs. England, game is at 5 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a>, Croatia vs. Ghana, game is at 5 p.m. The <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a>, Colombia vs. Portugal, game is at 7:30 p.m. The <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a>, Congo vs. Uzbekistan, game is at 7:30 p.m. The<a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/"> Group J</a>, Algeria vs. Austria, game is at 10 p.m. The<a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/"> Group J</a>, Jordan vs. Argentina, game is at 10 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 4 p.m. to 1 a.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>Sunrise watch party</b>: The indoor Amerant Bank Arena is hosting a free watch party <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" target="_self" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">for ticket holders</a> at 7:30 p.m. on June 27. Parking is free. Broward County is offering <a href="https://www.broward.org/BCT/Pages/WorldCup.aspx" target="_self" rel="" title="https://www.broward.org/BCT/Pages/WorldCup.aspx">free Express bus transportation</a> from the arena to the Miami Stadium, also known as Hard Rock, in Miami Gardens, to FIFA World Cup ticket holders.</p><h3><b>Round of 32 begins </b></h3><p><b>June 28</b>: There is a match at 3 p.m. </p><p><b>Miami watch party</b>: The fan festival opens from 1 p.m to 10 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>June 29</b>: There are three matches at 1 p.m., 4:30 p.m., and 9 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from noon to midnight at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>June 30</b>: There are three matches at 1 p.m., 5 p.m., and 9 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens from noon to midnight at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 1</b>: There are three matches at noon, 4 p.m., and 9 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 11 a.m. to 11 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 2</b>: There are three matches at 3 p.m., 7 p.m., and 11 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens from 2 p.m. to 10 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 3</b>: There are three matches at 2 p.m., 6 p.m., and 9:30 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens from 1 p.m to 9 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><h3><b>Round of 16 begins</b></h3><p><b>July 4:</b> There are two matches at 1 p.m. and 5 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens from noon to midnight at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 5</b>: There are two matches at 4 p.m. and 8 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens for the last day from 3 p.m. to 11 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 6</b>: There are two matches at 3 p.m. and 8 p.m. </p><p><b>July 7</b>: There are two matches at Noon and 4 p.m. </p><h3><b>Quarterfinals begin</b></h3><p><b>July 9</b>: There is a quarter-final match at 4 p.m. </p><p><b>July 10</b>: There is a quarter-final match at 3 p.m. </p><p><b>July 11</b>: There are two quarter-final matches at 5 p.m. and 9 p.m.</p><p><b>Sunrise watch party</b>: The indoor Amerant Bank Arena is hosting a free watch party <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" target="_self" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">for ticket holders</a> at 5 p.m. on July 11. Parking is free. </p><h3><b>Semifinals begin</b></h3><p><b>July 14</b>: The fan festival is closed. There is a semi-final match at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 14 at The Bandshell, at 7275 Collins Ave., for the semifinal match.</p><p><b>July 15</b>: There is a semi-final match at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 15 at The Bandshell, at 7275 Collins Ave., for the semifinal match.</p><h3><b>Finals begin</b></h3><p><b>July 18</b>: The third-place play-off match is at 5 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 18 at The Sandbowl, behind The Bandshell, at 7275 Collins Ave., for the 5 p.m. bronze final. </p><p><b>Sunrise ride to stadium</b>: The Amerant Bank Arena has free parking for FIFA World Cup ticket holders who ride Broward County’s <a href="https://www.broward.org/BCT/Pages/WorldCup.aspx" target="_self" rel="" title="https://www.broward.org/BCT/Pages/WorldCup.aspx">free Express bus transportation</a> to the Miami Stadium, also known as Hard Rock, in Miami Gardens. </p><p><b>July 19</b>: The final match is at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 1 p.m. on July 19 at The Sandbowl, behind The Bandshell, at 7275 Collins Ave., for the 3 p.m. final.</p><p><b>Sunrise watch party</b>: The indoor Amerant Bank Arena is hosting a free watch party <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" target="_self" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">for ticket holders</a> for the final on July 19. Parking is free. </p><p><b>Related stories </b></p><ul><li><a href="https://www.local10.com/sports/local/2026/06/11/fifa-world-cup-2026-key-information-for-fans-attending-matches-at-miami-stadium/" target="_self" rel="" title="https://www.local10.com/sports/local/2026/06/11/fifa-world-cup-2026-key-information-for-fans-attending-matches-at-miami-stadium/">Key information for fans attending matches at Miami Stadium </a></li><li><a href="https://www.local10.com/news/local/2026/06/10/security-guard-accused-of-stealing-fifa-referee-uniform-from-miami-beach-hotel/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/10/security-guard-accused-of-stealing-fifa-referee-uniform-from-miami-beach-hotel/">Security guard accused of stealing FIFA referee uniform from Miami Beach hotel</a></li></ul><h3><b>Track FIFA World Cup 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[Informe oficial cuantifica impacto en salud de niños y otros problemas por cerco energético a Cuba]]></title><link>https://www.local10.com/espanol/2026/06/15/informe-oficial-cuantifica-impacto-en-salud-de-ninos-y-otros-problemas-por-cerco-energetico-a-cuba/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/15/informe-oficial-cuantifica-impacto-en-salud-de-ninos-y-otros-problemas-por-cerco-energetico-a-cuba/</guid><dc:creator><![CDATA[Por ANDREA RODRÍGUEZ, Associated Press]]></dc:creator><description><![CDATA[LA HABANA (AP) — El cerco energético que agravó las sanciones impuestas por Estados Unidos a Cuba durante décadas ha ocasionado en la isla un incremento de la mortalidad de niños con cáncer, la falta de distribución de miles de toneladas de leche y harina, y la paralización de decenas de contenedores con productos esenciales en los puertos, según un reporte oficial publicado el lunes.]]></description><pubDate>Mon, 15 Jun 2026 21:36:55 +0000</pubDate><content:encoded><![CDATA[<p>LA HABANA (AP) — El cerco energético que agravó las sanciones impuestas por Estados Unidos a Cuba durante décadas ha ocasionado en la isla un incremento de la mortalidad de niños con cáncer, la falta de distribución de miles de toneladas de leche y harina, y la paralización de decenas de contenedores con productos esenciales en los puertos, según un reporte oficial publicado el lunes.</p><p>La tasa de supervivencia de niños con cáncer es del 65% respecto al 85% que se registraba antes del cerco energético que comenzó en enero, indicó un informe dado a conocer por el portal oficial Cubadebate.</p><p>Además, hay 100.000 menores de siete años que no están recibiendo el litro de leche que el Estado les entregaba cada día, mientras que el programa de inmunización con 16 vacunas que protege a los infantes “está en riesgo”, agregó el documento.</p><p>Otros 100.000 cubanos de todas las edades están en una lista de espera para recibir cirugías y casi 3.000 que necesitan hemodiálisis tienen afectados sus esquemas de tratamiento.</p><p>En cuanto a los medicamentos, del cuadro básico de 395 que se producen en la isla están en falta 300 por carecerse de insumos farmacéuticos y se vio limitada la producción de reactivos diagnósticos.</p><p>Cuba tiene un sistema de salud público, gratuito y universal y la falta de recursos, la carencia de combustible y los cortes de energía de más de 20 horas están golpeando duramente al sector.</p><p>Secuelas del cerco energético</p><p>Cuba pasó tres meses sin recibir ningún envío de combustible después de que Estados Unidos atacara a principios de enero Venezuela, uno de sus principales proveedores, y amenazara con imponer aranceles a cualquier país que vendiera o suministrara petróleo a Cuba en el marco de sus presiones por un cambio de modelo político y económico en la isla. La situación ha ocasionado una semiparalización en todos los sectores.</p><p>El gobierno de Estados Unidos ha acusado al cubano de ser inoperante y fallido, al tiempo que amenazó con acciones militares para tomar la isla.</p><p>Cuba produce el 40% de su combustible y hasta el cerco energético importaba el resto a Venezuela, México o Rusia.</p><p>El informe indicó que unos 1.400 megavatios de capacidad de generación eléctrica no pueden ser producidos debido a la falta de diésel y el fuel oil para pequeñas plantas, mientras que la grandes termoeléctricas necesitan piezas de repuesto cuyo transporte se encuentra bloqueado.</p><p>Indicó además que las “trabas logísticas y de pago” en la compra de trigo han provocado que solo se pueda entregar a la población el 50% de pan que recibía antes del cerco energético. En tanto 170 contenedores con “productos esenciales” no pueden ser distribuidos por falta de combustible.</p><p>Por otro lado, la entrega de 11.000 toneladas de alimentos básicos del Programa Mundial de Alimentos enviados a Cuba se demora y “varias docenas” de contenedores pertenecientes a UNICEF y PNUD están varados en el puerto.</p><p>Funcionarios de Naciones Unidas han advertido a The Associated Press de una posible crisis humanitaria. La organización internacional lanzó a fines de marzo un plan de emergencia para captar fondos para la isla.</p><p>El lunes, la ONU informó en relación al plan de emergencia que su Organización Panamericana de la Salud reportaba retrasos en los envíos de antibióticos y reactivos de laboratorio debido a la cancelación de vuelos; la UNICEF tenía siete cargamentos críticos —suministros para recién nacidos— por valor de 630.000 dólares paralizados en sus embarques y 2.900 toneladas métricas de alimentos ya contratados por su Programa Mundial de Alimentos (PMA) que no podían viajar a Cuba por las limitaciones de las navieras.</p><p>Paolo Spadoni, profesor asociado en el Departamento de Ciencias Sociales de Augusta University, en Georgia, dijo a AP que “lo que estamos viviendo ahora es una situación única”. “Que en Cuba había problemas en la salud y en los servicios básicos no hay dudas, pero que estos últimos acontecimientos han amplificado demasiado lo que ya estaba pasando y que estamos en otra dimensión, tampoco”.</p><p>Según el experto “Cuba necesitaba reformas” y tuvo “fallas sistemáticas”, pero es “imposible negar” que Estados Unidos tiene responsabilidad en “la crisis aguda que hay en términos humanitarios” actualmente.</p><p>Dos navieras, la francesa CMA y la alemana Hapag-Lloyd, dejaron de aceptar pedidos desde y hacia Cuba. La canadiense Sherritt International detuvo sus operaciones mineras; líneas aéreas como Turkish Airlines, Iberia, Air Canada, Air France y World2Fly cancelaron sus rutas a la isla; las cadenas españolas Meliá e Iberoestar cerraron sus contratos con 15 y 12 hoteles respectivamente y la canadiense Blue Diamond optó por retirarse de la isla, enumeró el informe.</p><p>Los bancos en el extranjero que procesaban las cuentas de Visa y Mastercard interrumpieron su operación.</p><p>—————-</p><p>Siga a Andrea Rodríguez en X: https://x.com/ARodriguezAP</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6I65UWOH3FYXQOK3ZE4EX7MHRI.jpg?auth=6f1a86e5e68ee2ed81ee0c44fa50e283663c1c16538f094e3c912ea5f54655c2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Varias personas se iluminan con sus teléfonos mientras juegan al dominó, al tiempo que arde en una calle de La Habana, Cuba, una hoguera provocada por los vecinos que protestaban contra los prolongados cortes de luz. (AP Foto/Ramón Espinosa)]]></media:description><media:credit role="author" scheme="urn:ebu">Ramon Espinosa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DMQRC6GIPUCTBAWVSCFOTPJH7U.jpg?auth=e87d9ed0e800c221a6ce487e3d25ce1a9441d8f27d1ae5835426bd5a69b3f482&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[ARCHIVO – Un hombre pasa junto a una gasolinera que se ha quedado sin combustible, situada cerca de la embajada de Estados Unidos, que se divisa al fondo, el 7 de febrero de 2026, en La Habana, Cuba. (Foto AP/Ramón Espinosa, archivo)]]></media:description><media:credit role="author" scheme="urn:ebu">Ramon Espinosa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AILFFZN6R476ZOHUZKWVNQTK2A.jpg?auth=ea2b55892d647f3e32cb17611fa6f2b814bdd9e9699476287d2967cb39e7cd8d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Un pescador prepara su caña de pescar frente a un buque de la Armada colombiana, atracado en un muelle de La Habana, Cuba, tras llegar con ayuda humanitaria, el viernes 12 de junio de 2026. (Foto AP/Ramón Espinosa)]]></media:description><media:credit role="author" scheme="urn:ebu">Ramon Espinosa</media:credit></media:content></item><item><title><![CDATA[US drug czar blasts WADA, saying proposed changes could undermine clean sport at Olympics]]></title><link>https://www.local10.com/sports/2026/06/15/us-drug-czar-blasts-wada-saying-proposed-changes-could-undermine-clean-sport-at-olympics/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/15/us-drug-czar-blasts-wada-saying-proposed-changes-could-undermine-clean-sport-at-olympics/</guid><dc:creator><![CDATA[By EDDIE PELLS, Associated Press]]></dc:creator><description><![CDATA[The U.S. drug czar portrayed a menu of changes to anti-doping protocols being proposed by a World Anti-Doping Agency panel as moves that would “undermine the trustworthiness of the performances of competitors" at future Olympics.]]></description><pubDate>Mon, 15 Jun 2026 18:35:52 +0000</pubDate><content:encoded><![CDATA[<p>The U.S. drug czar portrayed a menu of changes to anti-doping protocols being proposed by a World Anti-Doping Agency panel as moves that would “undermine the trustworthiness of the performances of competitors" at future Olympics.</p><p>Sara Carter, the director of the Office of National Drug Control Policy, sent an open letter Monday to WADA and its stakeholders. It comes a day before an “extraordinary meeting” of the WADA executive committee at which it will discuss recommendations from a “working group” put together in the wake of a doping case involving Chinese swimmers.</p><p>Carter derided what she said was the “unjustifiable exclusion” of U.S. authorities from the meeting. WADA spokesman James Fitzgerald said the U.S. wasn't invited due to its government's refusal to pay its WADA dues, which is part of a bigger feud between the U.S. and the global anti-doping regulator stemming from the China doping saga and a long-running scandal involving Russia.</p><p>“The working group’s objective and recommendations are designed to strengthen the independence and credibility of the anti-doping process, including at major events,” Fitzgerald said.</p><p>Among the group's recommendations would be to transfer some testing responsibilities to an independent agency and away from the hands of a host-country anti-doping agency. For the LA Olympics in two years, that could weaken the role of the U.S. Anti-Doping Agency, which has fought WADA hard over its handling of the Russian and Chinese affairs.</p><p>"The robust and vigorous participation of NADOs in the anti-doping ecosystem is of particular importance to the United States as we strive to ensure the cleanest Olympic and Paralympic Games ever,” Carter wrote.</p><p>Fitzgerald said Tuesday's meeting is only to discuss the recommendations and no action is planned.</p><p>___</p><p>AP sports: https://apnews.com/hub/sports</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NJXLPZVQXBWGE67GFDXCEWTCJI.jpg?auth=ef42c128c414fc16b2c52e49dfabec5abd22dc8e3824172ea2a7da90bc740d93&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Director of the Office of National Drug Control Policy, Sara Carter at the Conservative Political Action Conference (CPAC) in Dallas, Friday, March 27, 2026. (AP Photo/Gabriela Passos, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Gabriela Passos</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/L5B2QODMCJW47WVTCY5TMYKHB4.jpg?auth=3180dc9a42dfde4a1c1d16c3b2a70b0b1799b4c1481d9bb288928ff782649c08&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - President of the World Anti-Doping Agency (WADA) Witold Banka speaks during a press briefing for the upcoming 2025 WADA World Conference on Doping in Sports, in Seoul, South Korea, Tuesday, Aug. 26, 2025. (AP Photo/Lee Jin-man, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Lee Jin-man</media:credit></media:content></item><item><title><![CDATA[FIFA World Cup 2026 Group H: Cape Verde holds Spain to a 0-0 draw ]]></title><link>https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/</link><guid isPermaLink="true">https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[The four teams in Group H competing to move forward to the FIFA World Cup 2026 Round of 32 are Spain (1), Cape Verde (68), Saudi Arabia (60), and Uruguay (16). ]]></description><pubDate>Fri, 05 Dec 2025 18:37:55 +0000</pubDate><content:encoded><![CDATA[<p>The four teams in Group H competing to move forward to the FIFA World Cup 2026 Round of 32 are Spain (1), Cape Verde (68), Saudi Arabia (60), and Uruguay (16). </p><h3><b>Group stage matches</b></h3><p><a href="https://www.local10.com/sports/2026/06/15/fifa-world-cup-2026-here-is-the-june-15-schedule-for-day-5-of-group-matches/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/15/fifa-world-cup-2026-here-is-the-june-15-schedule-for-day-5-of-group-matches/"><b>JUNE 15</b></a><b>:</b> DAY 1</p><p><b>Cape Verde holds Spain to a 0-0 draw</b></p><figure><img src="https://www.local10.com/resizer/v2/OVCIMWODUXRTYUCU3MNNWC25SY.jpg?auth=38527a026c9befa94a5377248f8ff9d38a23e3d0ad8645bcb12316c307e32beb&smart=true&width=1200&height=900" alt="Spain's Lamine Yamal (19) controls the ball against Cape Verde's Willy Semedo (17) during the World Cup Group H soccer match between Spain and Cape Verde in Atlanta, Monday, June 15, 2026. (AP Photo/Jacob Kupferman)" height="900" width="1200"/><figcaption>Spain's Lamine Yamal (19) controls the ball against Cape Verde's Willy Semedo (17) during the World Cup Group H soccer match between Spain and Cape Verde in Atlanta, Monday, June 15, 2026. (AP Photo/Jacob Kupferman)</figcaption></figure><ul><li><b>Game analysis: </b><a href="https://www.local10.com/sports/2026/06/15/cape-verde-secures-stunning-0-0-draw-with-spain-in-its-world-cup-debut/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/15/cape-verde-secures-stunning-0-0-draw-with-spain-in-its-world-cup-debut/">Cape Verde secures stunning 0-0 draw with Spain in its World Cup debut</a></li></ul><p><b>MIAMI STADIUM MATCH</b></p><p><b>Saudi Arabia vs. Uruguay is at 6 p.m. in Miami Gardens</b></p><h3><b>The next matches</b></h3><p><b>JUNE 21</b>: DAY 2</p><p>Spain vs. Saudi Arabia is at noon. </p><p>Uruguay vs. Cape Verde is at 6 p.m. </p><p><b>JUNE 26</b>: DAY 3</p><p>Cape Verde vs. Saudi Arabia is at 8 p.m. </p><p>Uruguay vs. Spain is at 8 p.m. </p><h3><b>Track the groups</b></h3><ul><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-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-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/W7467IR7UBCCVDQ5HGGMMJLS6Q.jpg?auth=09403a79026caef09437bdb60bb2094a0715492657dd8f807bc5d8d245952650&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Police: DUI driver travels more than double the speed limit before causing Pembroke Pines crash ]]></title><link>https://www.local10.com/news/local/2026/06/15/police-dui-driver-travels-more-than-double-the-speed-limit-before-causing-pembroke-pines-crash/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/15/police-dui-driver-travels-more-than-double-the-speed-limit-before-causing-pembroke-pines-crash/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[A 29-year-old man was arrested Sunday, months after he caused a car crash in Pembroke Pines that seriously injured himself and another driver, authorities said.]]></description><pubDate>Mon, 15 Jun 2026 18:23:17 +0000</pubDate><content:encoded><![CDATA[<p>A 29-year-old man was arrested Sunday, months after he caused a car crash in Pembroke Pines that seriously injured himself and another driver, authorities said.</p><p><a href="https://www.local10.com/espanol/2026/06/15/policia-conductor-bajo-los-efectos-del-alcohol-circulaba-a-mas-del-doble-del-limite-de-velocidad-antes-de-provocar-un-accidente-en-pembroke-pines/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/15/policia-conductor-bajo-los-efectos-del-alcohol-circulaba-a-mas-del-doble-del-limite-de-velocidad-antes-de-provocar-un-accidente-en-pembroke-pines/">Leer en español</a></p><p>According to an arrest report from the Pembroke Pines Police Department, the crash, which involved two vehicles, occurred at about 7:45 p.m. on Jan. 23 in the 8300 block of Pembroke Road.</p><p>Police said Ryan Erick James, of Pembroke Pines, was driving a blue 2018 Hyundai Sonata when he struck a raised curb, lost control of his car, causing it to rotate, and then struck the passenger side of a red 2016 Honda Civic.</p><p>Police said James’ car then rolled several times before coming to a rest upside down. </p><p>According to the report, James was not wearing a seatbelt, and the driver of the Civic was.</p><p>Police said the airbags deployed in the Civic and its driver was transported to Memorial Regional Hospital with serious injuries, including a multiple area brain bleed, swelling and a facial fracture near the right eye.</p><p>James, who was in and out of consciousness when he was pulled from his car by first responders, was hospitalized with injuries that included a rib and lower back fracture, the report stated.</p><p>According to the report, blood was drawn from James at the hospital, which showed he had blood-alcohol levels of 0.141 percent and 0.185 percent.</p><p>The investigation revealed he was driving 93 mph just 5 seconds before the crash and 60 mph at the moment of impact, while the victim was driving 5 mph five seconds before impact and 0 mph at the time of impact, the report stated. The posted speed limit in that area is 45 mph, authorities confirmed.</p><p>According to the report, James was involved in a hit-and-run in Miramar and Pembroke Pines prior to the crash.</p><p>He now faces charges of DUI causing serious bodily injury to another, DUI causing damage to property/person, leaving the scene of a crash involving damage to property, and unattended vehicle at the scene of an accident without leaving identification. </p><p>As of Monday afternoon, James was being held at the Broward County Main Jail on a $44,300 bond. </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/7SXAPXJ6ZJHQRB72YLYN57L2J4.jpg?auth=19a49b4f66f0604b440f1ad3db9fe9671275e74bc72b829c5609014a865cf7eb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Policía: Conductor bajo los efectos del alcohol circulaba a más del doble del límite de velocidad antes de provocar un accidente en Pembroke Pines]]></title><link>https://www.local10.com/espanol/2026/06/15/policia-conductor-bajo-los-efectos-del-alcohol-circulaba-a-mas-del-doble-del-limite-de-velocidad-antes-de-provocar-un-accidente-en-pembroke-pines/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/15/policia-conductor-bajo-los-efectos-del-alcohol-circulaba-a-mas-del-doble-del-limite-de-velocidad-antes-de-provocar-un-accidente-en-pembroke-pines/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Un hombre de 29 años fue arrestado varios meses después de provocar un accidente automovilístico en Pembroke Pines en el que tanto él como otro conductor resultaron gravemente heridos.]]></description><pubDate>Mon, 15 Jun 2026 18:33:58 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre de 29 años fue arrestado el domingo, varios meses después de provocar un accidente automovilístico en Pembroke Pines en el que tanto él como otro conductor resultaron gravemente heridos, informaron las autoridades.</p><p>De acuerdo con un informe de arresto del Departamento de Policía de Pembroke Pines, el choque, en el que estuvieron involucrados dos vehículos, ocurrió alrededor de las 7:45 p.m. del 23 de enero en la cuadra 8300 de Pembroke Road.</p><p>La policía indicó que Ryan Erick James, residente de Pembroke Pines, conducía un Hyundai Sonata azul modelo 2018 cuando golpeó un bordillo elevado, perdió el control del vehículo, comenzó a girar y posteriormente impactó el lado del pasajero de un Honda Civic rojo modelo 2016.</p><p>Tras la colisión, el vehículo de James dio varias volteretas hasta quedar volcado sobre el techo.</p><p>Según el informe, James no llevaba puesto el cinturón de seguridad, mientras que el conductor del Honda Civic sí lo utilizaba.</p><p>La policía informó que las bolsas de aire del Civic se activaron y que su conductor fue trasladado al Memorial Regional Hospital con lesiones graves, entre ellas múltiples hemorragias cerebrales, inflamación y una fractura facial cerca del ojo derecho.</p><p>James, quien entraba y salía del estado de conciencia mientras era rescatado de su vehículo por los equipos de emergencia, fue hospitalizado con lesiones que incluían fracturas en una costilla y en la parte baja de la espalda, según el reporte.</p><p>De acuerdo con la investigación, en el hospital se le realizaron análisis de sangre que revelaron niveles de alcohol de 0.141 % y 0.185 %, muy por encima del límite legal.</p><p>El informe también señala que James circulaba a 93 millas por hora apenas cinco segundos antes del accidente y aún iba a 60 millas por hora en el momento del impacto. La víctima, por el contrario, conducía a 5 millas por hora cinco segundos antes del choque y estaba detenida al momento de la colisión.</p><p>Las autoridades confirmaron que el límite de velocidad en esa zona es de 45 millas por hora.</p><p>La investigación también determinó que, antes del accidente, James estuvo involucrado en dos incidentes de choque y fuga, uno en Miramar y otro en Pembroke Pines.</p><p>Ahora enfrenta cargos por conducir bajo la influencia del alcohol (DUI) causando lesiones corporales graves, DUI con daños a la propiedad o lesiones a una persona, abandonar la escena de un accidente con daños materiales y dejar un vehículo involucrado en un accidente sin proporcionar información de identificación.</p><p>Hasta la tarde del lunes, James permanecía detenido en la cárcel principal del condado de Broward con una fianza fijada en 44,300 dólares.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7SXAPXJ6ZJHQRB72YLYN57L2J4.jpg?auth=19a49b4f66f0604b440f1ad3db9fe9671275e74bc72b829c5609014a865cf7eb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Seguidores del expresidente Evo Morales buscan reactivar en Bolivia protestas que se debilitan]]></title><link>https://www.local10.com/espanol/2026/06/15/seguidores-del-expresidente-evo-morales-buscan-reactivar-en-bolivia-protestas-que-se-debilitan/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/15/seguidores-del-expresidente-evo-morales-buscan-reactivar-en-bolivia-protestas-que-se-debilitan/</guid><dc:creator><![CDATA[CARLOS VALDEZ y PAOLA FLORES, Associated Press]]></dc:creator><description><![CDATA[Seguidores del exmandatario Evo Morales anunciaron el lunes que reforzarán las protestas sociales en reclamo de la renuncia del presidente Rodrigo Paz después de que comenzaran a perder fuerza en varias ciudades del occidente de Bolivia.]]></description><pubDate>Mon, 15 Jun 2026 17:18:27 +0000</pubDate><content:encoded><![CDATA[<p> Seguidores del exmandatario Evo Morales anunciaron el lunes que reforzarán las protestas sociales en reclamo de la renuncia del presidente Rodrigo Paz después de que comenzaran a perder fuerza en varias ciudades del occidente de Bolivia.</p><p>“No vamos a traicionar la lucha, la decisión de nuestras bases el fin de semana es de continuar la lucha y vamos a reforzar las protestas”, dijo desde la zona del Chapare el dirigente cocalero Vicente Choque.</p><p>La Administradora Boliviana de Carreteras reportó el lunes menos cortes de ruta que la semana pasada. Varias carreteras fueron despejadas y comenzaron a ingresar más alimentos a La Paz, aunque sus precios se mantienen elevados.</p><p>Pero todavía se observan kilométricas colas de coches en estaciones de servicio debido a que la escasez de combustibles es crítica, según conductores de vehículos que deben dormir en la fila para abastecerse.</p><p>En el resto del país la situación es de relativa normalidad.</p><p>Paz dijo el sábado que varios bloqueos de rutas fueron levantados “gracias a la voluntad de dialogar, dejando atrás la confrontación y la conspiración” y aseguró que estaba ingresando combustible.</p><p>El conservador gobernante ha descartado utilizar el uso de la fuerza o declarar el estado de excepción para evitar que el conflicto se profundice.</p><p>La llegada de Paz al poder en noviembre del año pasado marcó un cambio de ciclo político tras 20 años de gobiernos de izquierda que, según el mandatario, dejaron al país “en la quiebra”.</p><p>Morales, que gobernó entre 2006 y 2019, redobló la apuesta desde su feudo cocalero del Chapare. “No vamos a levantar los bloqueos hasta ganar esta batalla…vamos a continuar en la lucha porque abandonar sería dejar que el gobierno siga vendiendo Bolivia”, declaró el expresidente durante el fin de semana.</p><p>El gobierno acusa al dirigente indígena de alentar las protestas presuntamente para desestabilizarlo y lograr impunidad. Morales resiste en el Chapare una investigación judicial por presunto abuso de una menor cuando era mandatario.</p><p>El sindicato rural Tupac Katari decidió por su lado mantener los bloqueos en el altiplano de La Paz, aunque su líder, el campesino indígena David Mamani, admitó que se percibe “un debilitamiento y un cansancio en las protestas”.</p><p>La Central Obrera Boliviana, que lideró desde un primer momento las movilizaciones, también se ha debilitado y muchos de los sindicatos que la integran se han replegado, entre ellos los obreros.</p><p>Las protestas comenzaron el 1 de mayo con demandas salariales de la COB y quejas por la gasolina de mala calidad que importó el gobierno. Fueron escalando hasta pedir la renuncia de Paz, al que los movilizados acusan de dilatar soluciones para resolver la peor crisis económica del país en 40 años y de inclinarse a favor de sectores conservadores en detrimento de los populares que apoyaron su ascenso al gobierno.</p><p>Organizaciones de derechos humanos han reportado el fallecimiento de 17 personas, la mayoría por causa de los bloqueos carreteros y tres durante operativos para despejar rutas. Cerca de 4.000 camiones todavía permanecen atrapados, según la Cámara del Transporte.</p><p>A su vez, la Cámara Nacional de Industrias estimó pérdidas por más de 2.000 millones de dólares.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GD3HDSJ5NIN4KWDHRXTFIKSZTA.jpg?auth=c8da87e216d353fd014d5368a0c4a78f405cdc550767f2354a9d61e6cb263468&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Un manifestante corre entre el gas lacrimógeno lanzado por la policía durante una protesta contra el Gobierno en La Paz, Bolivia, el miércoles 10 de junio de 2026. (Foto AP/Juan Karita)]]></media:description><media:credit role="author" scheme="urn:ebu">Juan Karita</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WCT4G5YAQZ4QSYV7FQJ52OINS4.jpg?auth=8ac9c6d5dc484605f1119d716067da7acd35fe262f56642b481df39b436c2ce6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El presidente boliviano Rodrigo Paz conversa con una mujer durante una ceremonia celebrada en el Palacio de Gobierno de La Paz, Bolivia, el miércoles 10 de junio de 2026. (Foto AP/Juan Karita)]]></media:description><media:credit role="author" scheme="urn:ebu">Juan Karita</media:credit></media:content></item><item><title><![CDATA[McDonald’s customer attacks woman working at drive-thru in Tamarac, deputy reports ]]></title><link>https://www.local10.com/news/local/2026/06/15/mcdonalds-customer-attacks-woman-working-at-drive-thru-in-tamarac-deputy-reports/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/15/mcdonalds-customer-attacks-woman-working-at-drive-thru-in-tamarac-deputy-reports/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[A woman was bleeding under her right eye, and she had swelling and bruising on her face, according to a Broward Sheriff’s Office deputy. ]]></description><pubDate>Mon, 15 Jun 2026 18:10:07 +0000</pubDate><content:encoded><![CDATA[<p>A woman was bleeding under her right eye, and she had swelling and bruising on her face, according to a Broward Sheriff’s Office deputy. </p><p><a href="https://www.local10.com/espanol/2026/06/15/cliente-de-mcdonalds-ataca-a-una-empleada-del-autoservicio-en-tamarac/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/15/cliente-de-mcdonalds-ataca-a-una-empleada-del-autoservicio-en-tamarac/">Leer en español</a></p><p>A McDonald’s customer had attacked her as she worked at the fast-food restaurant’s drive-thru window in Tamarac, according to the deputy’s report. </p><p>Tamarac Fire Rescue personnel responded to treat the victim at 2:25 p.m. on June 9 at 8375 North Pine Island Road, according to the report. </p><p>Deputies searched for a suspect in a two-door silver Mercedes-Benz and arrested Shalonda Walls shortly before 7:40 p.m. on June 9, according to the report. </p><p>Surveillance video showed Walls, of Pompano Beach, “reaching through the drive-thru window” during the attack, a deputy wrote, according to the report. </p><p>Walls “provided a full confession,” a deputy wrote, according to the arrest report. </p><p>Walls faced a charge of burglary with assault or battery, according to court records. She was released on June 10 on a $1,500 bond. Broward County Circuit Judge Peter Holden was presiding over the case. </p><p><i>Local 10 News Assignment Editor Carson Merlo contributed to this report. </i></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZZHDDOQOCZDPZLQMY74GEOWJY4.jpg?auth=b1b0ccc6187e07bbd773323fbde61b20ab5ff8f26aceeb5bf322bf9e0b42728f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Deputies arrested Shalonda Walls on June 9 in Broward County.]]></media:description></media:content></item><item><title><![CDATA[Cliente de McDonald’s ataca a una empleada del autoservicio en Tamarac]]></title><link>https://www.local10.com/espanol/2026/06/15/cliente-de-mcdonalds-ataca-a-una-empleada-del-autoservicio-en-tamarac/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/15/cliente-de-mcdonalds-ataca-a-una-empleada-del-autoservicio-en-tamarac/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Una empleada de un restaurante McDonald’s en Tamarac sufrió una herida, además de inflamación y moretones en el rostro, luego de ser presuntamente agredida por una clienta en la ventanilla del autoservicio.]]></description><pubDate>Mon, 15 Jun 2026 18:26:10 +0000</pubDate><content:encoded><![CDATA[<p>Una empleada de un restaurante McDonald’s en Tamarac sufrió una herida debajo del ojo derecho, además de inflamación y moretones en el rostro, luego de ser presuntamente agredida por una clienta en la ventanilla del autoservicio, según un informe de la Oficina del Sheriff del condado de Broward.</p><p>De acuerdo con el reporte, el ataque ocurrió mientras la mujer trabajaba en la ventanilla del drive-thru del restaurante.</p><p>Personal de Tamarac Fire Rescue acudió al lugar para atender a la víctima alrededor de las 2:25 p.m. del 9 de junio, en el restaurante ubicado en 8375 North Pine Island Road.</p><p>Posteriormente, los agentes localizaron a una sospechosa que viajaba en un Mercedes-Benz plateado de dos puertas y arrestaron a Shalonda Walls poco antes de las 7:40 p.m. del mismo día.</p><p>Según el informe, las cámaras de vigilancia captaron a Walls, residente de Pompano Beach, introduciendo el brazo por la ventanilla del autoservicio durante la agresión.</p><p>El reporte de arresto señala además que Walls confesó completamente los hechos durante el interrogatorio.</p><p>Walls enfrenta un cargo de allanamiento con agresión o lesiones, de acuerdo con los registros judiciales.</p><p>La acusada fue puesta en libertad el 10 de junio tras pagar una fianza de 1,500 dólares. El caso está siendo presidido por el juez del Tribunal de Circuito del condado de Broward, Peter Holden.</p><p><i>El editor de asignaciones de Local 10 News, Carson Merlo, contribuyó a este reporte.</i></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZZHDDOQOCZDPZLQMY74GEOWJY4.jpg?auth=b1b0ccc6187e07bbd773323fbde61b20ab5ff8f26aceeb5bf322bf9e0b42728f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Deputies arrested Shalonda Walls on June 9 in Broward County.]]></media:description></media:content></item><item><title><![CDATA[FIFA displays World Cup trophy  for 8 hours at Miami’s Freedom Tower ]]></title><link>https://www.local10.com/sports/2026/06/15/fifa-displays-world-cup-trophy-for-8-hours-at-miamis-freedom-tower/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/15/fifa-displays-world-cup-trophy-for-8-hours-at-miamis-freedom-tower/</guid><dc:creator><![CDATA[Hannah Yechivi, Andrea Torres]]></dc:creator><description><![CDATA[The original FIFA World Cup trophy was on public display on Monday at the Freedom Tower in downtown Miami. ]]></description><pubDate>Mon, 15 Jun 2026 16:35:37 +0000</pubDate><content:encoded><![CDATA[<p>The FIFA World Cup’s first <a href="https://www.fifa.com/en/tournaments/mens/worldcup/canadamexicousa2026/articles/trophy-design-history-jules-rimet" target="_self" rel="" title="https://www.fifa.com/en/tournaments/mens/worldcup/canadamexicousa2026/articles/trophy-design-history-jules-rimet">1930 trophy</a>, designed by Abel Lafleur, was stolen during a public exhibition before the 1966 tournament. </p><p><a href="https://www.local10.com/espanol/2026/06/15/fifa-exhibe-el-trofeo-de-la-copa-del-mundo-durante-ocho-horas-en-la-freedom-tower-de-miami/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/15/fifa-exhibe-el-trofeo-de-la-copa-del-mundo-durante-ocho-horas-en-la-freedom-tower-de-miami/">Leer en español</a></p><p>The 18-karat gold <a href="https://www.fifa.com/en/tournaments/mens/worldcup/canadamexicousa2026/articles/trophy-design-history-jules-rimet" target="_self" rel="" title="https://www.fifa.com/en/tournaments/mens/worldcup/canadamexicousa2026/articles/trophy-design-history-jules-rimet">World Cup trophy</a> that replaced it was stolen in 1983 in Brazil. The winners have been awarded a gold-plated replica since. </p><p>FIFA usually keeps the trophy, designed by Italian artist Silvio Gazzaniga, in Zurich. It made a rare 8-hour appearance on Monday in downtown Miami. </p><p>The coveted trophy was under a clear case from 10 a.m. to 6 p.m. at the <a href="https://www.mdc.edu/freedomtower/" target="_self" rel="" title="https://www.mdc.edu/freedomtower/">Freedom Tower</a>, at 600 Biscayne Boulevard.</p><p><b>Related story: </b><a href="https://www.local10.com/sports/2026/06/15/miami-stadium-to-host-1st-fifa-world-cup-2026-match-in-just-hours/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/15/miami-stadium-to-host-1st-fifa-world-cup-2026-match-in-just-hours/">Miami Stadium to host 1st out of 7 FIFA World Cup 2026 matches</a></p><p>The display was a part of the<a href="https://www.fifamuseum.com/ja/miami/unidad-the-worlds-game" target="_self" rel="" title="https://www.fifamuseum.com/ja/miami/unidad-the-worlds-game"> FIFA “Unidad – The World’s Game”</a> temporary exhibit, which includes other historic objects and interactive stations.</p><p>At the exhibit, a wall shines bright with the “Rainbow of Shirts,” a display that includes jerseys from all 211 FIFA Member Associations.</p><p><b>Related guide</b>: <a href="https://www.local10.com/sports/2026/06/15/fifa-world-cup-2026-here-is-the-june-15-schedule-for-day-5-of-group-matches/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/15/fifa-world-cup-2026-here-is-the-june-15-schedule-for-day-5-of-group-matches/">Schedule of today’s matches</a></p><p>The FIFA Fan Festival was also open until 9 p.m. nearby at Bayfront Park. </p><p>The Miami Stadium, also known as the Hard Rock Stadium in Miami Gardens, is hosting the first of seven matches this tournament at 6 p.m. on Monday. </p><p>Fans from Saudi Arabia and Uruguay were set to watch their national teams compete for the first time during the group stage. </p><p>Admission to the trophy exhibit at the Freedom Tower is free, but online museum tickets are required. For more information, <a href="https://feverup.com/m/421689?thm=7097" target="_self" rel="" title="https://feverup.com/m/421689?thm=7097">visit the FeverUp page</a>. </p><p><b>Related story</b>: <a href="https://www.local10.com/news/local/2026/06/15/miami-beach-admits-mistake-after-restaurant-told-to-remove-world-cup-flags/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/15/miami-beach-admits-mistake-after-restaurant-told-to-remove-world-cup-flags/">Miami Beach admits mistake after restaurant told to remove World Cup flags</a></p><h3><b>Groups’ stage progress </b></h3><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/">Sweden 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 and Ivory Coast each get 3 points </a></p><p><b>Group D</b>: <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/">Australia and United States each get 3 points </a></p><p><b>Group C</b>: <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/">Brazil and Morocco each get 1 point; Scotland gets 3 points</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/">Qatar and Switzerland each get 1 point</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 and South Korea each get 3 points </a></p><h3><b>Tournament’s schedule </b> </h3><p><b>June 16</b>: There are three matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a>, France vs. Senegal, 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>, Iraq vs. Norway, game is at 6 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>, Argentina vs. Algeria, game is at 9 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 2 p.m. to midnight at Bayfront Park, at 301 Biscayne Boulevard. </p><p><b>June 17</b>: There are five matches: 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>, Austria vs. Jordan, game is at Midnight. 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>, Portugal vs. Congo, game is at 1 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>, England vs. Croatia, game is at 4 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>, Ghana vs. Panama, game is at 7 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>, Uzbekistan vs. Colombia, game is at 10 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from noon to 10 p.m. at Bayfront Park, at 301 Biscayne Boulevard. </p><p><b>June 18</b>: There are four matches: The <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, The Czech Republic vs. South Africa, is at Noon. The <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>, Switzerland vs. Bosnia, game is at 3 p.m. The <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>, Canada vs. Qatar, game is at 6 p.m. The <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, Mexico vs. South Korea, is at 9 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens from 11 a.m. to 9 p.m. at Bayfront Park, at 301 Biscayne Boulevard. </p><p><b>June 19</b>: There are four matches: 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>, U.S. vs. Australia, game is at 3 p.m. 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>, Scotland vs. Morocco, game is at 6 p.m. 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>, Brazil vs. Haiti, game is at 8:30 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. Paraguay, game is at 11 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 2 p.m. to midnight at Bayfront Park, at 301 Biscayne Boulevard. </p><p><b>June 20</b>: There are three matches: 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>, Netherlands vs. Sweden, game is at 1 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>, Germany 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. Curaçao, game is at 8 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from noon to 11 p.m. at Bayfront Park, at 301 Biscayne Boulevard. </p><p><b>Miami Beach fan party: </b>Doors open at 6 p.m. on June 20 at The Bandshell, at 7275 Collins Ave., for an event for Uruguayan fans co-hosted by the Consulate General of Uruguay.</p><p><b>June 21</b>: There are five matches: 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. Japan, game is at midnight. 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>, Spain vs. Saudi Arabia, game is at Noon. 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>, Belgium vs. Iran, 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>, Uruguay vs. Cape Verde, game is at 6 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. Egypt, game is at 9 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 11 a.m. to 9 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>June 22</b>: There are four matches: 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>, Argentina vs. Austria, game is at 1 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>, France vs. Iraq, game is at 5 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>, Norway vs. Senegal, game is at 8 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. Algeria, game is at 11 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from noon to 8 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>Miami Beach watch party: </b>Doors open at 11 a.m. on June 22 at The Bandshell, at 7275 Collins Ave., for the 1 p.m. Argentina vs. Austria match.</p><p><b>June 23</b>: There are four matches: 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>, Portugal vs. Uzbekistan, game is at 1 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>, England vs. Ghana, game is at 4 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>, Panama vs. Croatia, game is at 7 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. Congo, game is at 10 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from noon to 1 a.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>June 24</b>: There are six matches: The <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>, Switzerland vs. Canada, game is at 3 p.m. The <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>, Bosnia vs. Qatar, game is at 3 p.m. 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>, Morocco vs. Haiti, game is at 6 p.m. 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>, Scotland vs. Brazil, game is at 6 p.m. The <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>, South Africa vs. South Korea, game is at 9 p.m. The <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>, Czech Republic vs. Mexico, game 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>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 matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a>, Norway vs. France, game is at 3 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a>, Senegal vs. Iraq, game is at 3 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H</a>, Cape Verde vs. Saudi Arabia, game is at 8 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H</a>, Uruguay vs. Spain, game is at 8 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a>, New Zealand vs. Belgium, game is at 11 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a>, Egypt vs. Iran, game is at 11 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 2 p.m. to 11 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>June 27</b>: There are six matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a>, Panama vs. England, game is at 5 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a>, Croatia vs. Ghana, game is at 5 p.m. The <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a>, Colombia vs. Portugal, game is at 7:30 p.m. The <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a>, Congo vs. Uzbekistan, game is at 7:30 p.m. The<a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/"> Group J</a>, Algeria vs. Austria, game is at 10 p.m. The<a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/"> Group J</a>, Jordan vs. Argentina, game is at 10 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 4 p.m. to 1 a.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>Sunrise watch party</b>: The indoor Amerant Bank Arena is hosting a free watch party <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" target="_self" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">for ticket holders</a> at 7:30 p.m. on June 27. Parking is free. Broward County is offering <a href="https://www.broward.org/BCT/Pages/WorldCup.aspx" target="_self" rel="" title="https://www.broward.org/BCT/Pages/WorldCup.aspx">free Express bus transportation</a> from the arena to the Miami Stadium, also known as Hard Rock, in Miami Gardens, to FIFA World Cup ticket holders.</p><h3><b>Round of 32 begins </b></h3><p><b>June 28</b>: There is a match at 3 p.m. </p><p><b>Miami watch party</b>: The fan festival opens from 1 p.m to 10 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>June 29</b>: There are three matches at 1 p.m., 4:30 p.m., and 9 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from noon to midnight at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>June 30</b>: There are three matches at 1 p.m., 5 p.m., and 9 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens from noon to midnight at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 1</b>: There are three matches at noon, 4 p.m., and 9 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 11 a.m. to 11 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 2</b>: There are three matches at 3 p.m., 7 p.m., and 11 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens from 2 p.m. to 10 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 3</b>: There are three matches at 2 p.m., 6 p.m., and 9:30 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens from 1 p.m to 9 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><h3><b>Round of 16 begins</b></h3><p><b>July 4:</b> There are two matches at 1 p.m. and 5 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens from noon to midnight at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 5</b>: There are two matches at 4 p.m. and 8 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens for the last day from 3 p.m. to 11 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 6</b>: There are two matches at 3 p.m. and 8 p.m. </p><p><b>July 7</b>: There are two matches at Noon and 4 p.m. </p><h3><b>Quarterfinals begin</b></h3><p><b>July 9</b>: There is a quarter-final match at 4 p.m. </p><p><b>July 10</b>: There is a quarter-final match at 3 p.m. </p><p><b>July 11</b>: There are two quarter-final matches at 5 p.m. and 9 p.m.</p><p><b>Sunrise watch party</b>: The indoor Amerant Bank Arena is hosting a free watch party <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" target="_self" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">for ticket holders</a> at 5 p.m. on July 11. Parking is free. </p><h3><b>Semifinals begin</b></h3><p><b>July 14</b>: The fan festival is closed. There is a semi-final match at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 14 at The Bandshell, at 7275 Collins Ave., for the semifinal match.</p><p><b>July 15</b>: There is a semi-final match at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 15 at The Bandshell, at 7275 Collins Ave., for the semifinal match.</p><h3><b>Finals begin</b></h3><p><b>July 18</b>: The third-place play-off match is at 5 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 18 at The Sandbowl, behind The Bandshell, at 7275 Collins Ave., for the 5 p.m. bronze final. </p><p><b>Sunrise ride to stadium</b>: The Amerant Bank Arena has free parking for FIFA World Cup ticket holders who ride Broward County’s <a href="https://www.broward.org/BCT/Pages/WorldCup.aspx" target="_self" rel="" title="https://www.broward.org/BCT/Pages/WorldCup.aspx">free Express bus transportation</a> to the Miami Stadium, also known as Hard Rock, in Miami Gardens. </p><p><b>July 19</b>: The final match is at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 1 p.m. on July 19 at The Sandbowl, behind The Bandshell, at 7275 Collins Ave., for the 3 p.m. final.</p><p><b>Sunrise watch party</b>: The indoor Amerant Bank Arena is hosting a free watch party <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" target="_self" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">for ticket holders</a> for the final on July 19. Parking is free. </p><p><b>Related stories </b></p><ul><li><a href="https://www.local10.com/sports/local/2026/06/11/fifa-world-cup-2026-key-information-for-fans-attending-matches-at-miami-stadium/" target="_self" rel="" title="https://www.local10.com/sports/local/2026/06/11/fifa-world-cup-2026-key-information-for-fans-attending-matches-at-miami-stadium/">Key information for fans attending matches at Miami Stadium </a></li><li><a href="https://www.local10.com/news/local/2026/06/10/security-guard-accused-of-stealing-fifa-referee-uniform-from-miami-beach-hotel/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/10/security-guard-accused-of-stealing-fifa-referee-uniform-from-miami-beach-hotel/">Security guard accused of stealing FIFA referee uniform from Miami Beach hotel</a></li></ul><h3><b>Track FIFA World Cup 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[FIFA exhibe el trofeo de la Copa del Mundo durante ocho horas en la Freedom Tower de Miami ]]></title><link>https://www.local10.com/espanol/2026/06/15/fifa-exhibe-el-trofeo-de-la-copa-del-mundo-durante-ocho-horas-en-la-freedom-tower-de-miami/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/15/fifa-exhibe-el-trofeo-de-la-copa-del-mundo-durante-ocho-horas-en-la-freedom-tower-de-miami/</guid><dc:creator><![CDATA[Andrea Torres, Hannah Yechivi]]></dc:creator><description><![CDATA[La FIFA suele resguardar el trofeo actual, diseñado por el artista italiano Silvio Gazzaniga, en Zúrich. Sin embargo, este lunes hizo una rara aparición pública de ocho horas en el centro de Miami.]]></description><pubDate>Mon, 15 Jun 2026 18:20:17 +0000</pubDate><content:encoded><![CDATA[<p>El primer trofeo de la Copa Mundial de la FIFA, creado en <a href="https://www.fifa.com/en/tournaments/mens/worldcup/canadamexicousa2026/articles/trophy-design-history-jules-rimet" target="_self" rel="" title="https://www.fifa.com/en/tournaments/mens/worldcup/canadamexicousa2026/articles/trophy-design-history-jules-rimet">1930 por Abel Lafleur</a>, fue robado durante una exhibición pública antes del torneo de 1966.</p><p>El trofeo que lo reemplazó, elaborado en oro de 18 quilates, también fue robado en Brasil en 1983. Desde entonces, los equipos campeones reciben una réplica bañada en oro.</p><p>La FIFA suele resguardar el trofeo actual, diseñado por el artista italiano Silvio Gazzaniga, en Zúrich. Sin embargo, este lunes hizo una rara aparición pública de ocho horas en el centro de Miami.</p><p>El codiciado trofeo estuvo exhibido en una vitrina transparente de 10:00 a.m. a 6:00 p.m. en la Freedom Tower, ubicada en 600 Biscayne Boulevard.</p><p>La exhibición forma parte de “Unidad – The World’s Game”, una muestra temporal de la FIFA que reúne objetos históricos relacionados con el fútbol e instalaciones interactivas.</p><p>Entre sus principales atractivos destaca el “Rainbow of Shirts” (Arcoíris de Camisetas), una instalación que exhibe las camisetas de las 211 asociaciones miembro de la FIFA.</p><p>Mientras tanto, el FIFA Fan Festival permaneció abierto hasta las 9:00 p.m. en el cercano Bayfront Park.</p><p>Por otro lado, el Miami Stadium, también conocido como Hard Rock Stadium, en Miami Gardens, será sede este lunes del primero de los siete partidos que albergará durante el Mundial 2026. El encuentro está programado para las 6:00 p.m.</p><p>Los aficionados de Arabia Saudita y Uruguay tendrán la oportunidad de ver por primera vez a sus selecciones nacionales competir en la fase de grupos.</p><p>La entrada a la exhibición del trofeo en la Freedom Tower es gratuita, aunque es necesario reservar boletos en línea para ingresar al museo. Para obtener más información, los interesados pueden consultar la <a href="https://feverup.com/m/421689?thm=7097" target="_self" rel="" title="https://feverup.com/m/421689?thm=7097">página de FeverUp</a>.</p>]]></content:encoded></item><item><title><![CDATA[World Cup teams face major travel demands in tournament spread across US, Canada and Mexico]]></title><link>https://www.local10.com/sports/2026/06/15/world-cup-teams-face-major-travel-demands-in-tournament-spread-across-us-canada-and-mexico/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/15/world-cup-teams-face-major-travel-demands-in-tournament-spread-across-us-canada-and-mexico/</guid><dc:creator><![CDATA[By TALES AZZONI, Associated Press]]></dc:creator><description><![CDATA[GUADALAJARA, Mexico (AP) — The Czech Republic started its World Cup campaign by traveling from its base camp in Dallas across the border to Guadalajara in Mexico. The team is now back in Texas preparing for its next game in Atlanta. It will then return to Mexico for its third group match.]]></description><pubDate>Mon, 15 Jun 2026 17:46:56 +0000</pubDate><content:encoded><![CDATA[<p>GUADALAJARA, Mexico (AP) — The Czech Republic started its World Cup campaign by traveling from its base camp in Dallas across the border to Guadalajara in Mexico. The team is now back in Texas preparing for its next game in Atlanta. It will then return to Mexico for its third group match.</p><p>Newcomer Curacao is expected to travel some 5,300 miles (8,600 kilometers) back-and-forth from its base in Florida to games in Houston, Kansas City and Philadelphia. Bosnia-Herzegovina will rack up nearly 5,200 miles (8,400 kilometers) across Canada and the U.S. while going from its base in Utah to games in Toronto, Los Angeles and Seattle.</p><p>The biggest World Cup ever has brought some logistics challenges to the 48 teams in the tournament being played across three countries and four time zones.</p><p>“We just have to live with it because that’s what others planned for us,” Czech Republic coach Miroslav Koubek said through a translator after a 2-1 loss to South Korea in Guadalajara last Thursday. “We’re happy to be here and we want to have the best possible results. Our logistics behind the scenes is good, but of course it’s not ideal that we have to travel that much.”</p><p>Turkey coach Vincenzo Montella said “this is the reality, we have to adapt.”</p><p>His squad trains in Arizona, about 1,200 miles (1,930 kilometers) from Vancouver, where it opened with a 2-0 loss to Australia.</p><p>“Of course after the match we’ll be back at 5 o’clock in the morning, and it’s not easy to recover, especially for people my age,” the 51-year-old Montella said through a translator ahead of the match. “After a night out you know it takes a few days to recover. America is big, Canada is very big. Mexico is big. We have to adapt. I know these things you can’t change. You can’t choose. You just have to adapt so you don’t have any excuses.”</p><p>Host teams on the move</p><p>Canada’s squad had to fly nearly five hours to cover the more than 2,000 miles (3,200 kilometers) between Toronto and Vancouver after its opener. The U.S. team will travel nearly that distance in total while going back-and-forth between its training camp in Irvine, California, and its games in the Los Angeles area and Seattle. Mexico is expected to travel less than 600 miles (965 kilometers) within the country.</p><p>The England team is set to travel the most among the main title contenders, having its camp in Kansas City and playing games in Dallas, Boston and New York. Spain will have to fly nearly four hours from its base in Atlanta to a match in Guadalajara.</p><p>Argentina and France, the finalists at the 2022 World Cup in Qatar, face fewer travel challenges. Argentina is based in Kansas City, where it will open its title defense before playing two matches in Dallas. France has its camp in Boston. It will play one game there and the other two in Philadelphia and New York.</p><p>FIFA has long recognized the logistic challenges for the World Cup scattered across North America. It tried to separate teams in geographical clusters where they are based and where they will play most of their matches.</p><p>Lengthy traveling was a non-issue at the previous World Cup in Qatar, which is roughly the size of Connecticut and is smaller than Switzerland. But teams faced similar travel challenges in 2018 in Russia and 2014 in Brazil.</p><p>High altitude also a factor</p><p>South Korea’s squad doesn’t have to leave Mexico for its group matches, but does have to deal with the high altitude both in Mexico City (about 2,200 meters, 7,200 feet) and Guadalajara (about 1,500 meters, 4,900 feet).</p><p>The South Koreans did specific training to adjust to the altitude, and coach Hong Myung-bo said it “helped a lot” but still wasn’t enough.</p><p>“In the second half, I think we could see that everyone was very tired,” Hong said after his team’s come-from-behind win over the Czech Republic.</p><p>Heat and humidity could also become an issue for many teams training and playing in U.S. cities such as Houston, Dallas, New York and Miami.</p><p>Brazil forward Vinícius Júnior complained of the conditions after the 1-1 draw with Morocco on Saturday in East Rutherford, New Jersey.</p><p>“Because of the weather, the heat, the field dries up too quickly and the game gets really stuck and we can’t have game rhythm. That makes it difficult for us because we want to play, we want to move the ball from side to side, and that gets in the way of our game,” he said. “But we’re going to have to adapt because I believe it’s going to be like that for the whole competition where everyone is going to have the same field of play.”</p><p>___</p><p>AP Sports Writer Anne M. Peterson contributed from Vancouver.</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/7XQMIYUZ5XE4FYAFVDEJN27BMU.jpg?auth=6189334c7d0a6b849c246305f91d6ef02de463879dd3429910ea0634312dcc65&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Czechia men's national soccer team head coach Miroslav Koubek, right, arrives with his team at Dallas Love Field Airport, Friday, June 5, 2026, in Dallas, ahead of the World Cup soccer tournament. (AP Photo/Julio Cortez)]]></media:description><media:credit role="author" scheme="urn:ebu">Julio Cortez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QYURXI4JBIV6NQW7CHKY5Q3YBY.jpg?auth=837b5eecdce5fcfcec07768117a9be7f8d0f55becb2819170a5fce439af236c4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Miroslav Koubek, right, head coach of the Czechia men's national soccer team, poses for a selfie with a supporter during a public training session, Saturday, June 6, 2026, in Mansfield, Texas, ahead of the World Cup soccer tournament. (AP Photo/Julio Cortez)]]></media:description><media:credit role="author" scheme="urn:ebu">Julio Cortez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VZZFY2IJFF5AF75BQVCP3LXMYQ.jpg?auth=87e730970aa36c7f51553397ed542cb1d938ef2ff4f3968b6e266c0a1cf590cc&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 with teammate Bruno Guimaraes (8) after scoring during the World Cup Group C soccer match against Morocco in East Rutherford, N.J., near New York, Saturday, June 13, 2026. (AP Photo/Adam Hunger)]]></media:description><media:credit role="author" scheme="urn:ebu">Adam Hunger</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3FCOOI4L2A3WL3HCR4UROSZJ7E.jpg?auth=f4c9aa5c89a918a3aa4331d2b2dd574c0869b9b2eab2301126094fb850d3602a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[South Korea head coach Hong Myung-bo, top left, celebrates with players and staff after the World Cup Group A soccer match between South Korea and Czechia in Zapopan, near Guadalajara, Mexico, Thursday, June 11, 2026. (AP Photo/Moises Castillo)]]></media:description><media:credit role="author" scheme="urn:ebu">Moises Castillo</media:credit></media:content></item><item><title><![CDATA[Choque de una patrulla de la FHP en el Turnpike de Florida deja dos agentes gravemente heridos]]></title><link>https://www.local10.com/espanol/2026/06/15/choque-de-una-patrulla-de-la-fhp-provoca-el-cierre-de-la-turnpike-cerca-de-medley-dos-heridos-de-gravedad/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/15/choque-de-una-patrulla-de-la-fhp-provoca-el-cierre-de-la-turnpike-cerca-de-medley-dos-heridos-de-gravedad/</guid><dc:creator><![CDATA[Chris Gothner, Roy Ramos]]></dc:creator><description><![CDATA[Un grave accidente en el que se vio involucrada una patrulla de la Patrulla de Carreteras de Florida (FHP) obligó al cierre de todos los carriles de la Turnpike de Florida, cerca de Medley.]]></description><pubDate>Mon, 15 Jun 2026 15:31:36 +0000</pubDate><content:encoded><![CDATA[<p>Un aparatoso accidente que involucró a una patrulla de la Patrulla de Carreteras de Florida (FHP) obligó al cierre de todos los carriles de la autopista Florida Turnpike, cerca de Medley, la mañana de este lunes.</p><p>De acuerdo con los registros del centro de despacho, el accidente ocurrió alrededor de las 11:00 a.m., cerca de Northwest 106th Street.</p><p>Según informó la Patrulla de Carreteras de Florida (FHP), dos agentes estatales sufrieron heridas de gravedad.</p><p>Ambos fueron trasladados al HCA Florida Kendall Hospital. Un portavoz de la agencia indicó que se espera que los dos sobrevivan.</p><p>Imágenes captadas por Sky 10 muestran una patrulla Dodge Charger de la FHP completamente destrozada, que al parecer chocó contra uno de los remolques de la propia agencia. Las imágenes también muestran una camioneta Cadillac con daños en medio de la carretera.</p><p><i>Esta es una noticia en desarrollo. Manténgase atento a las actualizaciones.</i></p>]]></content:encoded></item><item><title><![CDATA[Officials in Brazil investigate helicopter crash that killed 6]]></title><link>https://www.local10.com/entertainment/2026/06/15/officials-in-brazil-investigate-helicopter-crash-that-killed-6/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/15/officials-in-brazil-investigate-helicopter-crash-that-killed-6/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[RIO DE JANEIRO (AP) — Officials in Brazil on Monday were inspecting the site of a crash in which six people were killed Sunday, after two helicopters collided midair over a suburb of Rio de Janeiro.]]></description><pubDate>Mon, 15 Jun 2026 18:54:09 +0000</pubDate><content:encoded><![CDATA[<p>RIO DE JANEIRO (AP) — Officials in Brazil on Monday were inspecting the site of a crash in which six people were killed Sunday, after two helicopters collided midair over a suburb of Rio de Janeiro.</p><p>American singer Oliver Tree was among those listed on the passenger list filed with aviation authorities for one of the helicopters that crashed into the parking lot of a car dealership, although police did not yet confirm his body was found in the crash.</p><p>Police confirmed the death of Gaspar Prim Díaz — an Argentine content creator known as Gaspi with more than 2.8 million followers on YouTube — another Argentine Lucas Vignale and three Brazilians — Lucas Brito, Charles Marsillac and Alexandre Souza. The body of one foreigner was not yet identified.</p><p>Human error might have led to the collision between the two helicopters, Rio de Janeiro police investigator Alan Luxardo told reporters Monday at the crash site. He added that authorities were investigating whether air traffic controllers or one of the pilots was responsible for the crash.</p><p>Tree, 32, was visiting Rio as part of a world tour that included stops in Argentina, Brazil, Portugal and Spain. On Saturday, the singer and comedian had published a comical video where Tree was seen playing soccer in a Brazilian neighborhood.</p><p>Some celebrities began to publish tributes to Tree on Sunday, including Jake Paul, a promoter known for taking on professional boxers in highly publicized fights, who called the singer “one of the most kind and funny people in the world.”</p><p>Drew Binsky, a content creator known for visiting every country in the world, wrote on Instagram that Tree had come to him for travel advice because the singer also wanted to visit every country.</p><p>“We just spoke a few days ago and I was planning to show him around Prague in three weeks,” Binsky wrote. “He has become a great friend of mine and is genuinely one of the kindest and most positive people I've ever met.”</p><p>Argentine streaming channel Blender thanked Gaspi for his art in a post on X.</p><p>“Every one of us will miss you,” Blender said.</p><p>___</p><p>Follow AP’s Latin America coverage at https://apnews.com/hub/latin-america</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VDWPYC2XKGVWDMQOLBIFHFFEFY.jpg?auth=5c481e80f20f6daf8015d8bd904600ca0b7d541d7dcdaf576b121572b190871f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Burned vehicles fill a car dealership parking lot where, according to police, two helicopters collided in midair and crashed in Rio de Janeiro, Brazil, Sunday, June 14, 2026. (AP Photo/Bruna Prado)]]></media:description><media:credit role="author" scheme="urn:ebu">Bruna Prado</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WD7JGCI2JKIDRGMZOFNZGAKZEQ.jpg?auth=14af453f2954bfdd008f5e21f9fa8ff727c3cb962ee2dbed3a470df366868f78&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A police officer carries debris at the site where two helicopters reportedly collided in midair and crashed into a car dealership parking lot in Rio de Janeiro, Brazil, Sunday, June 14, 2026. (AP Photo/Bruna Prado)]]></media:description><media:credit role="author" scheme="urn:ebu">Bruna Prado</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BYIVFNLQK7SISKFNRANP6FLVCQ.jpg?auth=3e834b066351912c61e2eb28666358bce79a0fed8f9b738a69a7cc45c0b770bc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Oscar Vignale, the father of Argentine filmmaker Lucas Vignale, arrives at the Medical Examiner's Office to claim the body of his son who died alongside others when two helicopters collided in midair and crashed in Rio de Janeiro, Brazil, Monday, June 15, 2026. (AP Photo/Bruna Prado)]]></media:description><media:credit role="author" scheme="urn:ebu">Bruna Prado</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JN7GP4XST2ZKD6VKX5TD6VMGRQ.jpg?auth=439639fa9eb0b61ca9852429dde0369bb0bb456adff2dadaf4cb477dbe900222&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Oscar Vignale, the father of Argentine filmmaker Lucas Vignale, leaves the Medical Examiner's Office to identify and claim the body of his son who died alongside others when two helicopters collided in midair and crashed in Rio de Janeiro, Brazil, Monday, June 15, 2026. (AP Photo/Bruna Prado)]]></media:description><media:credit role="author" scheme="urn:ebu">Bruna Prado</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7CODOK7SFY2CRA4IEY3KYHB6P4.jpg?auth=e947a504ccecc94d007cbcb4aeffb7758273b16e1e299f651622ba8556e71372&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Oscar Vignale, second from left, the father of Argentine filmmaker Lucas Vignale, arrives at the Medical Examiner's Office to identify and claim the body of his son who died alongside others when two helicopters collided in midair and crashed in Rio de Janeiro, Brazil, Monday, June 15, 2026. (AP Photo/Bruna Prado)]]></media:description><media:credit role="author" scheme="urn:ebu">Bruna Prado</media:credit></media:content></item><item><title><![CDATA[Sorsby won't play for Texas Tech after unprecedented legal fight over his eligibility for gambling]]></title><link>https://www.local10.com/sports/2026/06/15/sorsby-wont-play-for-texas-tech-after-unprecedented-legal-fight-over-his-eligibility-for-gambling/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/15/sorsby-wont-play-for-texas-tech-after-unprecedented-legal-fight-over-his-eligibility-for-gambling/</guid><dc:creator><![CDATA[By STEPHEN HAWKINS, Associated Press]]></dc:creator><description><![CDATA[Transfer quarterback Brendan Sorsby will not play for Texas Tech this fall and instead plans to enter the NFL supplemental draft, ending an unprecedented legal fight over the college eligibility of a player who had acknowledged betting on college and pro sports, including some wagers on his own team while at Indiana four years ago.]]></description><pubDate>Tue, 16 Jun 2026 05:09:37 +0000</pubDate><content:encoded><![CDATA[<p>Transfer quarterback Brendan Sorsby will not play for Texas Tech this fall and instead plans to enter the NFL supplemental draft, ending an unprecedented legal fight over the college eligibility of a player who had acknowledged betting on college and pro sports, including some wagers on his own team while at Indiana four years ago.</p><p>Cody Campbell, the billionaire booster who is chairman of the Texas Tech regents, wrote in an open letter Monday night that Sorsby will not be part of the team.</p><p>“This decision was made with Brendan and his family and is purely an output of practical analysis of the situation,” Campbell wrote. “Brendan and Texas Tech stand on very solid and legitimate legal ground, but he faces a June 22nd deadline to be eligible to enter the NFL’s supplemental draft, and there is no practical way to resolve all the various pending legal disputes and ensure his eligibility prior to this date. This is the only viable and fair path for Brendan and his future, as well as for his teammates, and our university.”</p><p>That came exactly one week before the deadline for Sorsby to apply for the NFL supplemental draft.</p><p>And it was also one week after Sorsby was granted a temporary injunction against the NCAA, an order that sent shockwaves through college sports because one of the NCAA’s foundational rules, and one found in many professional sports as well, is the ability to ban players for gambling — especially those wagering on games involving their own team.</p><p>All the legal wrangling had raised the stakes in the fight over whether Sorsby could play and who would decide that.</p><p>Sorsby's decision came on the same day the NCAA and Big 12 had filings in separate courts challenging a temporary injunction that had cleared the way for the 22-year-old quarterback to play despite being declared ineligible after he admitted making thousands of bets worth at least $90,000 while in college. Those included at least 40 bets on Indiana while he was a freshman there in 2022, though none on the game in which he played for the Hoosiers that season.</p><p>Sorsby didn't play a down for the defending Big 12 champion Red Raiders. He transferred to Texas Tech in January for a reported multimillion-dollar deal after playing the past two seasons at Cincinnati, another Big 12 school. The Texas native was at Indiana in 2022 and 2023.</p><p>Campbell, while not revealing any figures, said Texas Tech will not seek the return of any payments already made to Sorsby through his NIL agreements with the university.</p><p>While it was Sorsby and not Texas Tech who filed the suit against the NCAA that resulted in the injunction, school officials had repeatedly said he would be better off on the team for his mental health and well being.</p><p>“I am grateful for the support from my family, my Tech coaching staff, teammates, the community, and so many others who have encouraged me to address and learn more about this important issue,” Sorsby wrote in a social media post Monday night. “As my journey continues, I remain fully committed to and focused on being the best I can be, both on and off the field.”</p><p>Court testimony revealed Sorsby has a diagnosed addiction and anxiety-driven compulsion. He recently completed a monthlong stay in a residential treatment program in Arizona that he entered after Texas Tech was notified in April about an NCAA investigation into his gambling activity.</p><p>“I pray that he can stay on his path to recovery,” Campbell wrote. “Texas Tech will continue to provide the support and recovery resources Brendan requires on this journey.”</p><p>In a joint statement, Texas Tech President Lawrence Schovanec and Director of Athletics Kirby Hocutt also said the school would still extend all available resources to Sorsby that he had while on the Lubbock campus.</p><p>“When Brendan’s lawsuit resulted in the granting of a temporary injunction, we found ourselves in a difficult situation. With his health and wellness as our top priority, we supported him in spite of very different perspectives and opinions. Our position was challenged by many but our support for him never changed," they wrote.</p><p>The ruling last week by Judge Ken Curry prevented the NCAA from being able to block the quarterback's eligibility for what would have been his final college season with a team among the favorites to win the Big 12 Conference and return to the College Football Playoff for a second consecutive season.</p><p>The NCAA's appeal</p><p>In documents filed Monday with the Court of Appeals for the Seventh District of Texas at Amarillo, the NCAA asked for an emergency motion to stay the June 8 injunction. The NCAA had also asked for a resolution of the case by Aug. 28, which it said would spare the potential disruption of a ruling after Texas Tech begins its season on Sept. 5. The trial was scheduled for February, well after the season ends.</p><p>“The trial court’s temporary injunction sweeps beyond anything Texas law permits,” attorneys for the NCAA wrote. “It undermines the integrity of college sports, rewrites member-adopted rules of the National Collegiate Athletic Association, immunizes Brendan Sorsby from discipline for admitted and serial violations of NCAA anti-gambling rules, incentivizes a run on courthouses across the country to challenge even the most obvious and straightforward student-athlete eligibility decisions and demolishes the status quo.”</p><p>Big 12 goes to federal court</p><p>The Big 12, meanwhile, filed its complaint in U.S. District Court in Dallas seeking a court order backing its ability to use its bylaws for possible sanctions against Texas Tech if Sorsby had played this season. Last week, the Texas attorney general’s office warned the league of potential legal action from Texas Tech for any such sanctions.</p><p>The Big 12 filing names Texas Attorney General Ken Paxton, the Republican nominee in the U.S. Senate race this fall, as well as Texas Tech leadership, including its president, chancellor and athletic director. It accused them of trying to prevent the Big 12 from exercising its own rules the school itself agreed to long ago. Sorsby wasn’t named as a defendant.</p><p>“An athlete with an extensive, documented history of wagering on intercollegiate athletic contests — especially his own team’s games — presents a reputational and integrity risk to the conference and its championship competition that the conference has both the right and the responsibility to address,” attorneys for the Big 12 wrote. “The conference is not required to accept that risk on behalf of its 15 other member Institutions, their student-athletes, their fans and its commercial partners. And no government official has the power to compel it to do so.”</p><p>That came before a meeting Monday of the Big 12 board of directors, which is made up of presidents and chancellors from the league’s 16 schools.</p><p>In a statement by the board after that meeting, the Big 12 said it “has long spoken out about the dangers of sports wagering by student-athletes and remains committed to protecting the competitive integrity of conference competition. Universities should not field players who have bet on their own team’s games in college athletics.”</p><p>Big 12 athletic directors in a conference call with Commissioner Brett Yormark last week expressed opposition to Sorsby playing for the Red Raiders this season, and some even suggested maybe not playing Texas Tech if he had.</p><p>___</p><p>AP college football: https://apnews.com/hub/ap-top-25-college-football-poll and https://apnews.com/hub/college-football</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2QKAXPRXLSOC6NK6HNAHVTOZCE.jpg?auth=ba56a173667920368025470969d27435b2099493af7d08079ec2615810e816e9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Quarterback Brendan Sorsby attends an NCAA college basketball game between Texas Tech and Houston, Jan. 24, 2026, in Lubbock, Texas. (AP Photo/Annie Rice, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Annie Rice</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/F6DPLOBZVW4K67PFCHMSQUTBY4.jpg?auth=20bf7c6b9607c9c423203f767ed06815ba49c381aee35c9f90ad080489251eee&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Texas Tech football coach Joey McGuire talks with attendees before speaking at The Houston Touchdown Club luncheon, Wednesday, June 10, 2026, in Houston. (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/7J4RGIFR3FYE3DQPWCHLP7GFOI.jpg?auth=3f8ddb7906347c3c6ab142c17aa036ddb7d7d8fd19085b5c7c17eee8089584c6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Big 12 Commissioner Brett Yormark addresses the media during the NCAA college Big 12 women's basketball media day, Oct. 22, 2024, in Kansas City, Mo. (AP Photo/Charlie Riedel, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Charlie Riedel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Q65OXAERLD7WFN4U4D4DOJYDPQ.jpg?auth=bc72d8042793253bf54f0775ecf463a3b1f901d18d00e4d1c3bbdfc7849ec22c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Cincinnati quarterback Brendan Sorsby (2) is interviewed after a NCAA college football game against Baylor, Oct. 25, 2025, in Cincinnati. (AP Photo/Tanner Pearson, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Tanner Pearson</media:credit></media:content></item><item><title><![CDATA[Mujer de North Miami Beach sorprende a su esposo presuntamente violando a una amiga que estaba inconsciente, según la policía]]></title><link>https://www.local10.com/espanol/2026/06/15/mujer-de-north-miami-beach-sorprende-a-su-esposo-presuntamente-violando-a-una-amiga-que-estaba-inconsciente-segun-la-policia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/15/mujer-de-north-miami-beach-sorprende-a-su-esposo-presuntamente-violando-a-una-amiga-que-estaba-inconsciente-segun-la-policia/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Una mujer de North Miami Beach llamó a la policía la noche del domingo después de sorprender a su esposo presuntamente violando a una amiga que se encontraba “dormida e inconsciente” mientras la visitaba.]]></description><pubDate>Mon, 15 Jun 2026 18:02:21 +0000</pubDate><content:encoded><![CDATA[<p>Una mujer de North Miami Beach llamó a la policía la noche del domingo después de sorprender a su esposo presuntamente violando a una amiga que se encontraba “dormida e inconsciente” mientras la visitaba desde el extranjero, de acuerdo con un informe de arresto.</p><p>Según el Departamento de Policía de North Miami Beach, la presunta agresión sexual ocurrió alrededor de las 11:30 p.m. en el apartamento de la pareja, ubicado en la cuadra 13700 de Northeast 20th Lane.</p><p>El informe policial señala que la víctima, su amiga y el esposo de esta, Juan José Hernández, de 53 años, habían estado bebiendo y bailando en la sala esa noche. La víctima llevaba poco más de una semana visitando a la pareja en el sur de Florida.</p><p>La policía indicó que la mujer se quedó dormida en el sofá, mientras la esposa de Hernández salió del apartamento para fumar un cigarrillo. Según el reporte, al regresar encontró a su esposo presuntamente violando a su amiga, por lo que le gritó de inmediato y lo apartó físicamente de la víctima.</p><p>El informe agrega que la víctima nunca dio su consentimiento y despertó al escuchar los gritos de su amiga, dándose cuenta de que Hernández la estaba agrediendo sexualmente. Según su declaración, lo empujó de inmediato para quitárselo de encima.</p><p>La esposa de Hernández llamó enseguida a la policía.</p><p>De acuerdo con el informe, Hernández afirmó que la víctima se había quitado el pantalón de su pijama mientras bailaban y que se había acercado físicamente a él. Sin embargo, negó haber mantenido relaciones sexuales con la mujer y negó que ella hubiera estado dormida en algún momento del encuentro.</p><p>Los agentes arrestaron a Hernández, quien enfrenta un cargo de agresión sexual. Hasta el lunes, los registros de la cárcel de Miami-Dade indicaban que el monto de su fianza aún no había sido fijado, a la espera de su comparecencia ante un juez esa misma tarde.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/A7O2RN57FVFEPE5OOG2OFTTQJA.jpg?auth=671725b2d2200b01d275099177ad4ed956b91f2574babbcc3d9370483eca96cf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Juan Hernandez]]></media:description></media:content></item><item><title><![CDATA[Supreme Court will decide whether criminal cases must have 12 jurors, in Florida case]]></title><link>https://www.local10.com/news/florida/2026/06/15/supreme-court-will-decide-whether-criminal-cases-must-have-12-jurors-in-florida-case/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/06/15/supreme-court-will-decide-whether-criminal-cases-must-have-12-jurors-in-florida-case/</guid><dc:creator><![CDATA[By MARK SHERMAN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The Supreme Court on Monday agreed to decide whether states can use juries made up of only six people in criminal cases, instead of the usual 12. The case puts a Florida chiropractor convicted of practicing with a suspended license in an unlikely leading role in a constitutional clash.]]></description><pubDate>Mon, 15 Jun 2026 17:55:03 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The Supreme Court on Monday agreed to decide whether states can use juries made up of only six people in criminal cases, instead of the usual 12. The case puts a Florida chiropractor convicted of practicing with a suspended license in an unlikely leading role in a constitutional clash.</p><p>The justices will hear arguments in the fall in the case of Hamed Kian, who argues that a six-person jury violates his constitutional rights.</p><p>Florida uses six-person juries for all criminal cases that don’t involve the death penalty. Five other states, Arizona, Connecticut, Indiana, Massachusetts and Utah, also conduct some criminal trials with six-member juries.</p><p>The 45-year-old Kian’s license was suspended after three women who were his patients complained he either kissed or touched them inappropriately, according to court records.</p><p>Prosecutors sought an indictment after amassing evidence that Kian, who had an office in Jupiter, continued to see patients even after the suspension. He was convicted by a six-person jury.</p><p>Kian's lawyers argue that the smaller jury violates the Sixth Amendment, which guarantees “a speedy and public trial, by an impartial jury of the state.”</p><p>The amendment does not explicitly set the size of the jury, but Kian's lawyers contend that the word jury could only have meant a body of 12 people at the time the amendment was adopted in 1791. Just over 100 years later, the Supreme Court ruled that juries had to have 12 people.</p><p>But in 1970, the justices changed course and ruled by a 7-1 vote that the number 12 was not sacrosanct, also in a case from Florida. Justice Thurgood Marshall was the only dissenter.</p><p>More recently, the court has placed renewed emphasis on the original understanding of the Constitution. In another Sixth Amendment case, the court ruled in 2020 that juries must be unanimous in criminal cases, effectively overturning a 1972 decision that had allowed for non-unanimous convictions in criminal cases in Louisiana and Oregon.</p><p>“The same reasoning applies to the historical right to a jury of twelve,” Kian's lawyers wrote in their appeal to the court to step in. “When the People enshrined the jury trial right in the Constitution, they did not attach a rider that future judges could adapt it based on latter-day social science views.”</p><p>In trying to persuade the Supreme Court to leave Kian's conviction in place, Florida Attorney General James Uthmeier wrote that the 1970 case was correctly decided and “overruling it also would imperil thousands of criminal convictions in Florida and five other states that for more than 50 years have relied on its rule.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2KFDVKMSP2GIXAQYFQ7ECM6EHQ.jpg?auth=0af1c079629aa3c70a7014475d8c7f7f321330afa5fe0e314ebb470050cff5b4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Visitors sit on the steps of the U.S. Supreme Court, Monday, June 8, 2026, in Washington. (AP Photo/Mariam Zuhaib)]]></media:description><media:credit role="author" scheme="urn:ebu">Mariam Zuhaib</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JAXBATGMVYTFD3VWGLR4POFABM.jpg?auth=121765721ccd41150aba3c061fc5f8cbdff60af80741ac9fc142a4e742b283e0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The U.S. Supreme Court is seen Thursday, June 11, 2026, in Washington. (AP Photo/Mariam Zuhaib)]]></media:description><media:credit role="author" scheme="urn:ebu">Mariam Zuhaib</media:credit></media:content></item><item><title><![CDATA[Judge grants asylum to woman adopted by a US veteran from Iran after deportation threats]]></title><link>https://www.local10.com/news/national/2026/06/15/judge-grants-asylum-to-woman-adopted-by-a-us-veteran-from-iran-after-deportation-threats/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/06/15/judge-grants-asylum-to-woman-adopted-by-a-us-veteran-from-iran-after-deportation-threats/</guid><dc:creator><![CDATA[By CLAIRE GALOFARO, Associated Press]]></dc:creator><description><![CDATA[A federal immigration judge has granted asylum to a woman orphaned in Iran in the 1970s and adopted by an American war veteran, who immigration officials threatened earlier this year with deportation to the country with which the U.S. is now at war.]]></description><pubDate>Mon, 15 Jun 2026 17:45:01 +0000</pubDate><content:encoded><![CDATA[<p>A federal immigration judge has granted asylum to a woman orphaned in Iran in the 1970s and adopted by an American war veteran, who immigration officials threatened earlier this year with deportation to the country with which the U.S. is now at war.</p><p>Judge Andrew Fishkin’s ruling likely ends a monthslong ordeal for the California woman, one of thousands adopted from abroad who were never granted citizenship because of bureaucratic loopholes between adoption and immigration law.</p><p>The woman has lived in the United States since she was adopted by American parents as a toddler and has no criminal record. The Associated Press is not naming her because she worries her legal situation remains tenuous as the administration has time to appeal. A federal judge has allowed her to use a pseudonym, “Ms. S,” in her challenge to the government’s determination of her immigration status.</p><p>The woman received a letter from the Department of Homeland Security in February that ordered her to appear for removal proceedings, saying she is eligible for deportation because she overstayed her visa in March 1974 at 4 years old.</p><p>The woman, 56, described what came next as a terrifying and humiliating few months.</p><p>She grew up in a Christian, military family on a farm in Wisconsin and was taught to be patriotic. But the documents she received from the government described her as an “alien;” some said she did not understand English, which is the only language she speaks.</p><p>Immigration officials told her she was being arrested, but released and tracked with an ankle monitor. She bought new pants to try to hide it and taught herself not to cross her legs in work meetings, terrified it would threaten the corporate job in healthcare she’s held for almost two decades.</p><p>They fingerprinted her and took her DNA. She said she was obviously weeping in the mug shot they snapped of her.</p><p>She prepared herself to be detained: she put her bills on autopay and gave her friends a key to her home.</p><p>Her lawyer, Emily Howe, said the government had the power to agree she is an American citizen.</p><p>“Instead they treated her like a terrorist, like she was the worst of the worst criminals," Howe said. "It felt very Big Brother, very Orwellian."</p><p>The Department of Homeland Security declined to comment on the record on an individual case.</p><p>The Associated Press profiled the woman in 2024 as part of a story about how many international adoptees were left without citizenship because their American adoptive parents failed to naturalize them.</p><p>The woman's parents were living in Iran, where her father was working for a U.S. government contractor, in the 1970s. He was retired from the Air Force as a lieutenant colonel. He'd been held for years a prisoner of war in Germany during World War II.</p><p>The couple found the toddler at an orphanage and returned to the U.S. with her in 1973 and soon completed the adoption. At that time, parents had to separately naturalize adopted children. The woman’s parents have since died.</p><p>She didn’t learn she hadn’t been naturalized until she applied for a passport at 38 years old. She still doesn’t know how the oversight happened. She searched her father’s papers and found a letter from a lawyer, dated 1975, that said he was working with immigration officials, “it appears this matter is concluded,” and billed her father for his services.</p><p>She filed a federal lawsuit earlier this month, trying to prohibit the government from removing her, and forcing it to grant her citizenship.</p><p>She has long believed she should be considered a U.S. citizen: she has a social security card, a driver’s license and has been legally allowed to work and pay taxes for decades. It’s only the immigration agency that denies she is a citizen. She suspects her paperwork was lost, likely when militants seized the U.S. Embassy in Tehran in 1979.</p><p>Fishkin seemed to agree: he wrote in his ruling that documents from that embassy are not available to her or to the U.S. government. He declared her a refugee, entitled to work in the U.S. His ruling puts the woman on a pathway to being recognized as a citizen.</p><p>She’d felt hopeful, she said, when she learned her court date before Fishkin was scheduled for her late father’s birthday. She always felt like she needed to protect not only herself, but also her father's legacy. He was a conscientious military official, she said, who would not have knowingly allowed such a glaring oversight that left his daughter in legal limbo.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3PPNFTAF3OKLB5IJIVQ72HEXU4.jpg?auth=171cddd0fac180c7f33e38ff292d0ae6fa754cfcb0c5681bcae744ce1602533d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Childhood photos of a woman adopted as a toddler by an American war veteran, who he found in the 1970s in an Iranian orphanage and raised as a Christian, are displayed along with a picture of her father, a WWII Air Force veteran, at left, and additional family photos, Monday, June 24, 2024, in Henderson, Nev. (AP Photo/David Goldman, File)]]></media:description><media:credit role="author" scheme="urn:ebu">David Goldman</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/N74QPGSNYPYPCAYX6SWXVWCSRU.jpg?auth=f08801a8e36273608a1129d2d7c136651fd3d9288ec3f65d6194f768afae17ab&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A woman adopted as a toddler by an American war veteran, who he found in the 1970s in an Iranian orphanage and raised as a Christian, walks down a Las Vegas street Wednesday, June 26, 2024. (AP Photo/David Goldman, File)]]></media:description><media:credit role="author" scheme="urn:ebu">David Goldman</media:credit></media:content></item><item><title><![CDATA[New York Liberty are back in the Commissioner's Cup final, with a familiar Finals pattern]]></title><link>https://www.local10.com/sports/2026/06/15/new-york-liberty-are-back-in-the-commissioners-cup-final-with-a-familiar-finals-pattern/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/15/new-york-liberty-are-back-in-the-commissioners-cup-final-with-a-familiar-finals-pattern/</guid><dc:creator><![CDATA[By DOUG FEINBERG, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Making the Commissioner's Cup championship game has been a prelude to bigger things for the New York Liberty the past two times they've done it.]]></description><pubDate>Tue, 16 Jun 2026 02:27:57 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Making the Commissioner's Cup championship game has been a prelude to bigger things for the New York Liberty the past two times they've done it.</p><p>New York has reached the WNBA Finals in each of those seasons, winning once and losing once. The Liberty players didn't want to think that far ahead after clinching their spot Sunday in the mid-season tournament title game. Still it's hard to ignore the success considering New York has won seven straight games and finally had their entire roster healthy for the victory over Washington.</p><p>The Commissioner's Cup first started being played in 2021 and one or both teams have gone to play for the WNBA championship three times — in 2022-24. New York beat Las Vegas in 2023 before losing to Minnesota the next season in the Commissioner's Cup finale. The Liberty avenged that loss by beating the Lynx for their first WNBA championship later that season.</p><p>“It’s a pretty high number of teams that go to the Commissioner’s Cup championship that play in the (WNBA) finals,” Liberty center Jonquel Jones said.</p><p>New York is still waiting to see who and where it will play. Las Vegas was routed by Dallas on Monday night and is tied with Minnesota atop the Western Conference. The Aces have the tiebreaker with the Lynx after beating them the other day. Las Vegas plays Phoenix on Wednesday and Minnesota vists Los Angeles.</p><p>The first tiebreaker for determining who would host the championship game is regular-season winning percentage through Wednesday night. The second one is point-differential in Commissioner Cup games.</p><p>Behind the scenes</p><p>ESPN will show a four-part series on the Toronto Tempo and how the first WNBA team outside of the United States was built from the ground up.</p><p>“With the incredible growth of the WNBA and women’s basketball, this is the perfect time to showcase the launch of Canada’s first WNBA franchise,” said Lindsay Rovegno, Vice President & Executive Producer, ESPN Originals. “Setting the Tempo presents a rare opportunity for fans to see what it truly takes to build a successful organization, shining a spotlight on the female executives whose decisions and vision are laying the foundation for the future.”</p><p>Power poll rankings</p><p>Las Vegas takes over the top spot after edging Minnesota 100-97 on Saturday night. The Aces were followed by the Lynx, New York, Atlanta and Dallas. Golden State, Indiana and Los Angeles were next. Expansion teams Portland and Toronto were ninth and 10th. Washington, Chicago and Phoenix followed the Tempo. Seattle and Connecticut rounded out the poll.</p><p>Player of the week</p><p>A'ja Wilson of Las Vegas was the AP player of the week. She averaged 30 points, 9.0 rebounds and 2.7 blocks to help the Aces win all three of their games last week. Other players receiving votes included Kelsey Plum of Los Angeles, Breanna Stewart of New York and Caitlin Clark of Indiana.</p><p>30-year anniversary</p><p>The Los Angeles Sparks and New York Liberty will play each other on Sunday for the official 30th anniversary rematch of the WNBA's first-ever game in 1997. Penny Toler scored the first points in league history, making a baseline jumper 59 seconds into the game.</p><p>Game of the week</p><p>Atlanta vs Indiana, Thursday and Saturday. The Dream and Fever play a home-and-home matchup this week with third-year stars Angel Reese and Clark facing off for the second and third time in a two week stretch. Indiana won the first matchup on June 4.</p><p>___</p><p>AP WNBA: https://apnews.com/hub/wnba-basketball</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5E3BHASVJQ6GVWE4PTXEWB5SEM.jpg?auth=8eada725387467d81cad5468dc805018cebcbdb68e30333d9b405888f8462b7c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Toronto Tempo head coach Sandy Brondello hugs New York Liberty center Jonquel Jones after a WNBA basketball game, Wednesday, June 3, 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/E72S5BHR6TPY3ZT2O63GOLXGXA.jpg?auth=94289c098d49844d16b0ed25c262a69fe5ac9d39d950eae2cbc055925f25ccfd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Toronto Tempo guard Kiki Rice (1) drives to the basket against New York Liberty center Jonquel Jones during the second half of a WNBA basketball game, Wednesday, June 3, 2026, in New York. (AP Photo/Heather Khalifa)]]></media:description><media:credit role="author" scheme="urn:ebu">Heather Khalifa</media:credit></media:content></item><item><title><![CDATA[June 15: Heat advisory in effect until 6 pm]]></title><link>https://www.local10.com/weather/2026/06/15/june-15-heat-advisory-in-effect-until-6-pm/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/06/15/june-15-heat-advisory-in-effect-until-6-pm/</guid><dc:creator><![CDATA[Peta Sheerwood]]></dc:creator><description><![CDATA[A Heat Advisory is in effect until 6 p.m. for Broward and Miami-Dade counties. Feels like temperatures could reach 103 to 107 degrees this afternoon. ]]></description><pubDate>Mon, 15 Jun 2026 17:36:36 +0000</pubDate><content:encoded><![CDATA[<p>A Heat Advisory is in effect until 6 p.m. for Broward and Miami-Dade counties. Feels like temperatures could reach 103 to 107 degrees this afternoon. We will watch for showers and storms to blossom this afternoon. Some storms could bring rounds of heavy rain that could prompt localized flooding. While storms are forecast to clear the region this evening, temperatures will remain very warm. Expect evening temperatures in the 80s but it will feel like the 90s. Get ready for additional hot temperatures on Tuesday. Highs will peak in the lower 90s, and it will feel like the triple digits by the afternoon.</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[Cape Verde holds Spain to a surprising 0-0 draw in the country's World Cup debut]]></title><link>https://www.local10.com/sports/2026/06/15/cape-verde-stuns-spain-with-a-surprising-0-0-draw-in-the-countrys-world-cup-debut/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/15/cape-verde-stuns-spain-with-a-surprising-0-0-draw-in-the-countrys-world-cup-debut/</guid><dc:creator><![CDATA[By JAMES ROBSON, Associated Press]]></dc:creator><description><![CDATA[ATLANTA (AP) — So much for a supersized World Cup diluting the quality of soccer’s biggest tournament.]]></description><pubDate>Mon, 15 Jun 2026 21:52:44 +0000</pubDate><content:encoded><![CDATA[<p>ATLANTA (AP) — So much for a supersized World Cup diluting the quality of soccer’s biggest tournament.</p><p>Tiny Cape Verde, making its debut at the World Cup, pulled off a stunner, holding heavily favored Spain scoreless in a 0-0 draw on Monday.</p><p>“This means everything for our country," Cape Verde coach Pedro Leitão Brito said. “We have always said that we wanted everybody to see our country, our team and we have shown organization and braveness and this is proof of what our country is about — resilience and to try to overcome hardships.”</p><p>European champion Spain is one of the favorites to win the tournament and was -1200 to beat Cape Verde. But it could not find a way past a 40-year-old goalkeeper and a stubborn defense that had an answer to everything Spain’s superstars threw at them.</p><p>Not even sensational teenager Lamine Yamal, who came in off the bench in the second half, could turn a game that ended with wild and emotional celebrations inside the stadium.</p><p>“A dream" was how Cape Verde defender Steven Moreira described it.</p><p>Veteran goalkeeper Vozinha broke down in tears after the final whistle following his impressive performance to keep Spain at bay.</p><p>He was the player of the match, pulling off a string of saves at the end of the first half to deny Ferran Torres, Pedri and Aymeric Laporte.</p><p>The closest Spain came to finding a breakthrough was when Torres struck the bar shortly before halftime.</p><p>“We should have won today’s match with everything that happened, with all the favorable situations we created, but we lacked freshness and a clinical edge," said Spain coach Luis de la Fuente, who had warned before the match that Cape Verde could be one of the surprise teams of the World Cup.</p><p>Spain could have been the victim of an even bigger upset when Diney Borges had a late chance to score, but saw his header saved by Spain keeper Unai Simon.</p><p>Add Cape Verde to Cameroon, Senegal and Saudi Arabia on the list of teams that have pulled off shocking results against soccer's giants in the World Cup.</p><p>Cameroon beat defending champion Argentina in 1990 and Senegal beat defending champion France in 2002. Four years ago, Saudi Arabia triumphed against Lionel Messi's Argentina, which went on to win the tournament in Qatar.</p><p>Cape Verde didn't win, but its performance rebuked some of the criticisms that the expansion of the World Cup from 32 teams to 48 would weaken the tournament.</p><p>The group of islands off Africa's West coast have about 4,000 square meters (about 2.5 miles) of landmass and approximately half a million inhabitants, making Cape Verde the third-smallest nation by population to qualify for the World Cup. And even against a loaded Spain roster, Cape Verde proved its worth on soccer's biggest stage.</p><p>Despite the majority of the 67,640 crowd inside Mercedes-Benz Stadium appearing to be Spain fans, it was the Cape Verde supporters who cheered loudest. They continued their celebrations after the final whistle, singing and dancing in the concourses.</p><p>“All of us, we are happy because we work a lot to be here. We deserve to be here," Vozinha said.</p><p>The 2010 champion Spain is aiming to win the World Cup for a second time and is coming into the tournament after winning the Euros in 2024. But a disappointing start echoes its performances in recent World Cups. Spain has failed to advance beyond the round of 16 in each of the last three editions.</p><p>“What doubts do you think my team is going to have? Zero doubts," De la Fuente said. “We know how difficult this competition is. The idea we need to follow is what took us here and what made us European champions.”</p><p>Spain plays Saudi Arabia on Sunday and Cape Verde faces Uruguay.</p><p>___</p><p>James Robson is at https://x.com/jamesalanrobson</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/5UH23VT3BAZH3B5MYGYZ2YLLF4.jpg?auth=fd514cd8aa73f3c4e772344a5fa3f1b6eb42abd83f3c702bcd54d0fb58d710d4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cabo Verde's Dailon Livramento, left, and Cabo Verde's Sidny Lopes Cabral celebrate after the World Cup Group H soccer match between Spain and Cape Verde in Atlanta, Monday, June 15, 2026. (AP Photo/Erik S. Lesser)]]></media:description><media:credit role="author" scheme="urn:ebu">Erik S. Lesser</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MOERQQGTLGTIPOOUGBCYNFYWGM.jpg?auth=7ce5f02fa22f2c2da60264ed5875fa8027bf777ead1b7f43e3793a822352b6de&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 celebrates as holds the flag of his country during the World Cup Group H soccer match between Spain and Cape Verde in Atlanta, Monday, June 15, 2026. (AP Photo/Mike Stewart)]]></media:description><media:credit role="author" scheme="urn:ebu">Mike Stewart</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QCC5ZUQWMTZWVTCSPABYVGPZVA.jpg?auth=84336a3e9ac2a89c37b42be66008d905f0fc9569418b668eb309c765c3b56b12&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cape Verde players celebrate after the World Cup Group H soccer match between Spain and Cape Verde in Atlanta, Monday, June 15, 2026. (AP Photo/Erik S. Lesser)]]></media:description><media:credit role="author" scheme="urn:ebu">Erik S. Lesser</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7XD4F6OP2J2LIS7343L4XHEVOQ.jpg?auth=88b9af3debc71549198f221740be857a59492c033fc5e994c266c84a523b33f0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cabo Verde's Dailon Livramento, center, and Cabo Verde's Sidny Lopes Cabral celebrate after the World Cup Group H soccer match between Spain and Cape Verde in Atlanta, Monday, June 15, 2026. (AP Photo/Erik S. Lesser)]]></media:description><media:credit role="author" scheme="urn:ebu">Erik S.Lesser</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ADXDJVIO2MY6MN3TQJJOXE2TTY.jpg?auth=c3b641865d2ff0fca5f7b91efe2a2717e880ef63231583ca85ab4153897cdd7c&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) makes a save during the World Cup Group H soccer match between Spain and Cape Verde in Atlanta, Monday, June 15, 2026. (AP Photo/Mike Stewart)]]></media:description><media:credit role="author" scheme="urn:ebu">Mike Stewart</media:credit></media:content></item><item><title><![CDATA[Police: Miami man accused of killing woman who was on public sidewalk outside his home]]></title><link>https://www.local10.com/news/local/2026/06/15/miami-man-accused-of-killing-woman-who-was-on-public-sidewalk-outside-his-home/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/15/miami-man-accused-of-killing-woman-who-was-on-public-sidewalk-outside-his-home/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[A 72-year-old Miami man was arrested Friday, months after he allegedly killed a woman who was standing on a public sidewalk outside his home, authorities said.]]></description><pubDate>Mon, 15 Jun 2026 14:07:50 +0000</pubDate><content:encoded><![CDATA[<p>A 72-year-old Miami man was arrested Friday, months after he allegedly killed a woman who was standing on a public sidewalk outside his home, authorities said.</p><p><a href="https://www.local10.com/espanol/2026/06/15/hombre-de-miami-es-acusado-de-matar-a-una-mujer-que-se-encontraba-en-una-acera-publica-frente-a-su-casa/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/15/hombre-de-miami-es-acusado-de-matar-a-una-mujer-que-se-encontraba-en-una-acera-publica-frente-a-su-casa/">Leer en español</a></p><p>According to an arrest report from the Miami Police Department, a Miami Fire Rescue crew and police officers responded to the 2900 block of Southwest 30<sup>th</sup> Court at about 2:47 a.m. on Oct. 21, 2025, in reference to a battery.</p><p>When officers arrived, they found the victim, Alisa Marie Toth, 65, sitting on the sidewalk and bleeding from the back of her head, authorities said.</p><p>According to a separate arrest report from October, the victim appeared to be under the influence of “some stimulant,” and Jacob Kohlhas, who was standing near the fence of his home when first responders arrived, told police he went outside and told Toth that he did not want her in front of his house and then pushed her.</p><p>The victim fell backwards and struck her head on the sidewalk, causing a laceration to the back of her head, the report stated.</p><p>Police said the victim was unable to provide a statement to them due to her condition.</p><p>According to Friday’s arrest report, Kohlhas had called 911 and told them the victim had fallen on the sidewalk, which led the dispatcher to transfer the call to fire rescue, deeming the incident a “medical call.” But police said officers were called to the scene due to statements Kohlhas allegedly made to the fire rescue dispatcher after the dispatcher asked how the victim had fallen. </p><p>The victim was transported to Jackson Memorial Hospital where doctors discovered that she had suffered a traumatic brain injury and had a subdural hematoma, which caused internal bleeding in the head, the report stated.</p><p>According to the report, Kohlhas was initially arrested Oct. 21 on an aggravated battery charge.</p><p>Police said on Nov. 1, the victim was declared brain dead and she died at the hospital on Nov. 6.</p><p>An autopsy report later confirmed that Toth had died from blunt injuries of the head and the manner of death was ruled a homicide, authorities said.</p><p>Kohlhas was then taken into custody Friday on a second-degree murder charge.</p><p>Police said he declined to make another statement to detectives without first speaking with an attorney.</p><p>As of Monday morning, Kohlhas was being held at the Turner Guilford Knight Correctional Center without bond. </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/CBVBH266RRHZVDADNAQ4SI5OVQ.jpg?auth=fc33d5fca5106d441df7f323a2c8769010becdd210de5a2497714088bb3b44d8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Restaurant ordered shut after years of training violations. Plus, roaches at a South Beach Argentinian grill]]></title><link>https://www.local10.com/food/dirty-dining/2026/06/15/restaurant-ordered-shut-after-years-of-training-violations-plus-roaches-at-a-south-beach-argentinian-grill/</link><guid isPermaLink="true">https://www.local10.com/food/dirty-dining/2026/06/15/restaurant-ordered-shut-after-years-of-training-violations-plus-roaches-at-a-south-beach-argentinian-grill/</guid><dc:creator><![CDATA[Jeff Weinsier]]></dc:creator><description><![CDATA[Two South Florida restaurants were ordered shut last week by inspectors with the Florida Department of Business and Professional Regulation.]]></description><pubDate>Mon, 15 Jun 2026 14:19:48 +0000</pubDate><content:encoded><![CDATA[<p>Two South Florida restaurants were ordered shut last week by inspectors with the Florida Department of Business and Professional Regulation.</p><p><a href="https://www.local10.com/espanol/2026/06/15/ordenan-el-cierre-de-un-restaurante-tras-anos-de-incumplir-normas-de-capacitacion-ademas-encuentran-cucarachas-en-una-parrilla-argentina-de-south-beach/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/15/ordenan-el-cierre-de-un-restaurante-tras-anos-de-incumplir-normas-de-capacitacion-ademas-encuentran-cucarachas-en-una-parrilla-argentina-de-south-beach/">Leer en español</a></p><p>Records show Belle Cuisine Caribbean Restaurant in Fort Lauderdale has been inspected 14 times since December 2023, with seven of those inspections resulting in follow-up visits. </p><p>Inspection reports also show a recurring pattern of violations involving employee food-safety training and food manager certification dating back to 2023. </p><p>The restaurant was ordered closed June 8 after inspectors reported evidence of rodent activity along with multiple other violations.</p><p>Records show La Parrilla Liberty in Miami Beach has been inspected 12 times since October 2023, with four inspections resulting in follow-up visits. The restaurant was ordered closed June 12 after inspectors reported live roach activity and several other violations.</p><p>No kitchens in the Florida Keys were ordered shut last week.</p><p><b>**BELLE CUISINE CARIBBEAN RESTAURANT</b></p><p><b>1952 NW 9TH AVE.</b></p><p><b>FORT LAUDERDALE </b></p><p><b>ORDERED SHUT 6/8</b></p><p><b>16 VIOLATIONS FOUND</b></p><p>“Rodent activity present as evidenced by rodent droppings found. -Observed approximately 30 rodent droppings on top of reach in cooler. -Observed 12 rodent droppings inside reach in cooler next to steam table.”</p><p>“Wall soiled with accumulated grease, food debris, and/or dust. Observed accumulation of old food residues buildup on walls throughout kitchen. Repeat Violation.”</p><p>“Food stored on floor. -Observed various food items stored on kitchen floor. Operator removed and stored on shelf.”</p><p>“Stored food not covered. -Observed containers with cooked chicken, pork and turkey stored in reach in cooler. Note: Unit used for long term storage.”</p><p>“Manager or person in charge lacking proof of food manager certification. Observed no proof of certified food manager certification available. Repeat Violation.”</p><p>“No proof of required state approved employee training provided for any employees.”</p><p>“No soap provided at handwash sink in kitchen. Repeat Violation.”</p><p><b>**LA PARRILLA LIBERTY ARGENTINIAN GRILL</b></p><p><b>1255 WASHINGTON ST.</b></p><p><b>MIAMI BEACH </b></p><p><b>ORDERED SHUT 6/12</b></p><p><b>9 VIOLATIONS FOUND</b></p><p>“Roach activity present as evidenced by live roaches found. Observed seven live roaches crawling on the wall by three compartment sink behind an exit sign in kitchen area.”</p><p>“Food-contact surface soiled with food debris, mold-like substance or slime. Observed at prep area can opener blade soiled with food debris.”</p><p>“Nonfood-contact surface soiled with grease, food debris, dirt, slime or dust. Observed fan cover at walk in cooler soiled with dust and mold like substance.”</p><p>“Stop Sale issued due to food not being in a wholesome, sound condition. Observed at walk in cooler salmon thawed in its original ROP package.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WUH2LEAHSFGJFOKJKSASOYV324.jpg?auth=739e502ffeec07e1004c63c73a4f6a40daf773b8e60287924f0ff4574fb23a9a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item></channel></rss>