<?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, 23 Jun 2026 03:02:19 +0000</lastBuildDate><language>en</language><ttl>1</ttl><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><item><title><![CDATA[Pop star Hilary Duff begins Lucky Me tour in South Florida]]></title><link>https://www.local10.com/news/local/2026/06/22/pop-star-hilary-duff-begins-lucky-me-tour-in-south-florida/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/22/pop-star-hilary-duff-begins-lucky-me-tour-in-south-florida/</guid><dc:creator><![CDATA[Jason Carter]]></dc:creator><description><![CDATA[Global pop star Hilary Duff is on tour once again.]]></description><pubDate>Mon, 22 Jun 2026 22:34:41 +0000</pubDate><content:encoded><![CDATA[<p>Global pop star Hilary Duff is on tour once again.</p><p>Duff has just begun her Lucky Me tour, which kicked off on Sunday in South Florida. </p><p>It’s her first global tour in nearly 20 years. </p><p>But the show wasn’t just a trip down memory lane. </p><p>The 38-year-old multi-hyphenate is touring behind her critically acclaimed new album, Luck… Or Something, blending her classic Disney-era anthems with a fresh, indie-pop sound.</p><p>She performed at the iTHINK Financial Amphitheatre in West Palm Beach on Sunday and Monday nights. </p><p>Local 10’s Jason Carter was there for all the fun on Monday, and his full report can be seen at the top of this page. </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[Asian shares are trading mixed amid caution about the war in Iran]]></title><link>https://www.local10.com/business/2026/06/22/asian-shares-are-trading-mixed-amid-caution-about-the-war-in-iran/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/22/asian-shares-are-trading-mixed-amid-caution-about-the-war-in-iran/</guid><dc:creator><![CDATA[By YURI KAGEYAMA, Associated Press]]></dc:creator><description><![CDATA[TOKYO (AP) — Asian shares were mixed in subdued trading early Tuesday, as recent enthusiasm cooled and markets faced uncertainty about efforts to end the war in Iran.]]></description><pubDate>Tue, 23 Jun 2026 02:38:48 +0000</pubDate><content:encoded><![CDATA[<p>TOKYO (AP) — Asian shares were mixed in subdued trading early Tuesday, as recent enthusiasm cooled and markets faced uncertainty about efforts to end the war in Iran.</p><p>Japan's benchmark Nikkei 225 lost 0.9% in morning trading to 71,681.29.</p><p>“We’ve had eight days of strong markets. The market was up for about 12.5%, and now it has cooled off a little bit,” said Neil Newman, Managing Director, Head of Strategy at Astris Advisory Japan.</p><p>Australia's S&P/ASX 200 was up less than 0.1% in morning trading at 8,822.10. South Korea's Kospi dipped 2.8% to 8,863.52. Hong Kong's Hang Seng slipped 0.4% to 23,678.22, while the Shanghai Composite added 0.2% to 4,170.58.</p><p>On Wall Street, stocks drifted through a mixed day of trading on Monday after oil prices eased and Big Tech stocks declined.</p><p>The S&P 500 slipped 0.4%, coming off 11 winning weeks in the last 12, and pulled 1.8% below its all-time high set early this month. The Dow Jones Industrial Average added 148 points, or 0.3%, and the Nasdaq composite slumped 1.3%.</p><p>In the oil market, prices fell following talks over the weekend between the United States and Iran on their war. U.S. Vice President JD Vance said they created a “good foundation for a successful final deal.”</p><p>An end to the war could open the Strait of Hormuz for oil tankers and allow for the full resumption of deliveries from the Persian Gulf. Iran’s military said Saturday that it had closed the strait again, though U.S. Central Command has disputed that.</p><p>Early Tuesday, benchmark U.S. crude rose 35 cents to $74.21 a barrel. Brent crude, the international standard, added 23 cents to $78.13 a barrel.</p><p>The yield on the 10-year Treasury climbed to 4.50% from 4.46%. Yields have been climbing because of speculation the Federal Reserve may hike interest rates this year to keep a lid on inflation, which has been accelerating because of expensive oil caused by the Iran war. Economists expect a report on Thursday to show a measure of inflation for U.S. consumers sped up to 4.1% in May from 3.8% in April.</p><p>SpaceX fell 16.4% to $154.60, the third straight drop for the company behind xAI since a big three-day run following its ballyhooed debut on the U.S. stock market, when it initially sold its stock at $135 per share.</p><p>The day’s heaviest weights on the S&P 500 included drops of 5% for Alphabet, 4.7% for Amazon and 4.5% for Broadcom.</p><p>All told, the S&P 500 fell 27.79 points to 7,472.79. The Dow Jones Industrial Average added 148.01 to 51,712.71, and the Nasdaq composite fell 351.33 to 26,166.60.</p><p>In currency trading, the U.S. dollar edged up to 161.60 Japanese yen from 161.52 yen. The euro cost $1.1427, down from $1.1431.</p><p>___</p><p>AP Business Writer Stan Choe in New York and AP Senior Producer Mayuko Ono in Tokyo contributed to this report.</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/D6SYIQ6EFD6ATDR6YT36EGNZ3Q.jpg?auth=23b474c8f147137be6664e99ab34438e72a6cbbbbe980fe9e14965ebb70b028f&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 monitor showing Japan's Nikkei 225 index at a securities firm in Tokyo, Tuesday, June 23, 2026. (AP Photo/Hiro Komae)]]></media:description><media:credit role="author" scheme="urn:ebu">Hiro Komae</media:credit></media:content></item><item><title><![CDATA[Victims identified following double homicide in rural Miami-Dade]]></title><link>https://www.local10.com/news/local/2026/06/22/victims-identified-following-double-homicide-in-rural-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/22/victims-identified-following-double-homicide-in-rural-miami-dade/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[The Miami-Dade Sheriff’s Office on Monday released the identities of a man and a woman who were killed last week in southwest Miami-Dade.]]></description><pubDate>Mon, 22 Jun 2026 14:56:49 +0000</pubDate><content:encoded><![CDATA[<p>The Miami-Dade Sheriff’s Office on Monday released the identities of a man and a woman who they said were <a href="https://www.local10.com/news/local/2026/06/19/possible-death-investigation-underway-in-southwest-miami-dade/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/19/possible-death-investigation-underway-in-southwest-miami-dade/">killed last week in southwest Miami-Dade.</a></p><p>The victims were identified as Esther Liontos, 58, and Roger Arredondo Gonzalez, 61.</p><p>Authorities have not disclosed how the two were killed, but confirmed that one person was detained for questioning. </p><p>According to MDSO, deputies were called to a home, located in the 26100 block of Southwest 209th Avenue, shortly after 8:30 a.m. Friday after receiving a report about an unconscious woman. </p><p>When deputies arrived, they found Liontos lying on the ground outside the home, authorities said.</p><p>She was pronounced dead at the scene by Miami-Dade Fire Rescue personnel.</p><p>Deputies said they found Arredondo Gonzalez lying on the ground nearby. He too was pronounced dead at the scene</p><figure><img src="https://www.local10.com/resizer/v2/4635QJQFF5C6PDRDNRFBIZF7MU.jpeg?auth=06eb072646591d550bf74e95ac2f0fc056843e16f8a4c84c35927756f15796b3&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Authorities confirmed that a man was detained for questioning to determine whether he had any involvement in the homicide.</p><p>Detectives have not disclosed what that man said to them, but no arrests have been made at this time.</p><p>Anyone with information is asked to call Miami-Dade Crime Stoppers at 305-471-8477.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Police in Boynton Beach search for missing endangered 68-year-old man]]></title><link>https://www.local10.com/news/local/2026/06/22/police-in-boynton-beach-search-for-missing-endangered-68-year-old-man/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/22/police-in-boynton-beach-search-for-missing-endangered-68-year-old-man/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[Boynton Beach police are asking for the public’s help in finding a missing 68-year-old man who they consider to be endangered.]]></description><pubDate>Tue, 23 Jun 2026 01:34:19 +0000</pubDate><content:encoded><![CDATA[<p>Boynton Beach police are asking for the public’s help in finding a missing 68-year-old man who they consider to be endangered.</p><p>Investigators said Walter Denahan was last seen Saturday evening near Northeast Eighth Avenue in Boynton Beach. </p><p>Police describe him as 5-foot-10, weighing around 140 pounds and bald. </p><p>According to officials, he was last seen wearing a beige striped shirt, dark blue pants, tan sneakers, and a blue baseball hat.</p><p>Authorities said Denahan has been reported missing before and was previously located in Belle Glade, Indiantown and in Deerfield Beach. </p><p>Anyone with information or who thinks they have seen him is urged to contact Boynton Beach police at 561-732-8116.</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[World Cup stars Messi, Mbappe, Haaland dazzle on same day]]></title><link>https://www.local10.com/sports/2026/06/22/world-cup-stars-messi-mbappe-haaland-dazzle-on-same-day/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/22/world-cup-stars-messi-mbappe-haaland-dazzle-on-same-day/</guid><dc:creator><![CDATA[By STEPHEN WHYNO, Associated Press]]></dc:creator><description><![CDATA[EAST RUTHERFORD, N.J. (AP) — Lionel Messi, Erling Haaland and Kylan Mbappé delivered dazzling performances on a showcase day for the World Cup's top scorers.]]></description><pubDate>Tue, 23 Jun 2026 02:00:35 +0000</pubDate><content:encoded><![CDATA[<p>EAST RUTHERFORD, N.J. (AP) — Lionel Messi, Erling Haaland and Kylan Mbappé delivered dazzling performances on a showcase day for the World Cup's top scorers.</p><p>Haaland scored twice for Norway in the first 15 minutes of the second half against Senegal on Monday night, making up for clanking a shot off the post and getting denied on a header just before halftime. His performance came hours after Messi and Mbappé each scored two goals apiece for Argentina and France.</p><p>The three have scored a combined 13 goals in the tournament so far.</p><p>Messi became the World Cup’s all-time leading goal-scorer with 18 when he and Argentina beat Austria in Arlington, Texas. He is leading the race for the golden boot with five in two games.</p><p>Mbappé kept pace to get to 16 as France beat Iraq 3-0 in Philadelphia. He’s tied for second with former record-holder Miroslav Klose.</p><p>Haaland has just four because this is his first time on soccer’s big stage, namely because Norway last qualified in 1998 — two years before he was born. He also may have more chances to catch up since he’s on the verge of turning 26 next month.</p><p>The 6-foot-5 striker has now scored in 12 consecutive competitive matches for Norway’s national team. He has 24 goals over that stretch, and the last time Haaland did not score for Norway in a game that mattered was Oct. 13, 2024.</p><p>He scored his first goal against Senegal on a 4-on-2 rush, putting behind him the frustration from earlier. After getting his second by banking a right-footed shot off the crossbar and in, Haaland held his left hand up to his left ear to encourage cheers of a large contingent of red-clad Norway fans.</p><p>___</p><p>AP Soccer Writer James Robson in Atlanta contributed 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/X4AKBJE7HLUHO4FKIMRRMBW4DY.jpg?auth=3bf07f91c64b0ba0610e290c447415a148af545ce7cf68e34faf99e2c06af056&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, left, celebrates with David Moeller Wolfe after scoring their third goal during the World Cup Group I soccer match between Norway and Senegal in East Rutherford, N.J., near New York, Monday, June 22, 2026. (AP Photo/Steve Luciano)]]></media:description><media:credit role="author" scheme="urn:ebu">Steve Luciano</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KNJO46IFLVTLSBAKBJBRNRPASA.jpg?auth=b77404be6d5d17ad122c554d2c21bf5efb163e3acd97ff302485e57a26e26d68&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 (9) celebrates after scoring his side's third goal during the World Cup Group I soccer match between Norway and Senegal in East Rutherford, N.J., near New York, Monday, June 22, 2026. (AP Photo/Seth Wenig)]]></media:description><media:credit role="author" scheme="urn:ebu">Seth Wenig</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QQO4TBEZLH7HRL7ZXJTPIBQWZU.jpg?auth=09386167a8d0ceeb9d9c884c712ccd489d2eb1b0373a8eaa2d104af1b786a42e&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 (9) celebrates after scoring their third goal during the World Cup Group I soccer match between Norway and Senegal in East Rutherford, N.J., near New York, Monday, June 22, 2026. (AP Photo/Steve Luciano)]]></media:description><media:credit role="author" scheme="urn:ebu">Steve Luciano</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AMCAC6RCSGJEECTIPTLYWISEUQ.jpg?auth=6b915a9c2a2fba2abc7660614885b0f2cbce31802add7d00197cf1a11cfae401&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 (9) celebrates after scoring their third goal during the World Cup Group I soccer match between Norway and Senegal in East Rutherford, N.J., near New York, Monday, June 22, 2026. (AP Photo/Steve Luciano)]]></media:description><media:credit role="author" scheme="urn:ebu">Steve Luciano</media:credit></media:content></item><item><title><![CDATA[Video shows boat being destroyed by fire in Marathon]]></title><link>https://www.local10.com/news/local/2026/06/22/video-shows-boat-being-destroyed-by-fire-in-marathon/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/22/video-shows-boat-being-destroyed-by-fire-in-marathon/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[A boat went up in flames on Monday in Marathon. ]]></description><pubDate>Tue, 23 Jun 2026 01:52:06 +0000</pubDate><content:encoded><![CDATA[<p>A boat went up in flames on Monday in Marathon. </p><p>According to officials, the fire sparked in a trap yard near the Marlin Bay Resort and Marina late Monday morning. </p><p>When crews arrived, they said the boat, which was on a trailer in the trap yard behind the RaceTrac gas station located at 3896 Overseas Highway, was fully engulfed in flames. </p><p>Firefighters said they quickly rushed into action so the flames wouldn’t spread to nearby lobster traps. </p><p>No injuries were reported, but the boat was destroyed, authorities said. </p><p>Investigators are working to determine the cause of the blaze. </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 charged in killing of actor James Handy found mentally incompetent for prosecution]]></title><link>https://www.local10.com/entertainment/2026/06/22/man-charged-in-killing-of-actor-james-handy-found-mentally-incompetent-for-prosecution/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/22/man-charged-in-killing-of-actor-james-handy-found-mentally-incompetent-for-prosecution/</guid><dc:creator><![CDATA[By ANDREW DALTON, Associated Press]]></dc:creator><description><![CDATA[LOS ANGELES (AP) — A judge found Monday that a man charged with murder in the stabbing of actor James Handy is not mentally competent for criminal court proceedings.]]></description><pubDate>Tue, 23 Jun 2026 02:40:54 +0000</pubDate><content:encoded><![CDATA[<p>LOS ANGELES (AP) — A judge found Monday that a man charged with murder in the stabbing of actor James Handy is not mentally competent for criminal court proceedings.</p><p>Los Angeles Superior Court Judge Maria Cavalluzzi ruled that 44-year-old Michael Gledhill cannot understand the case against him and cannot rationally assist his lawyer in his own defense.</p><p>Handy, the 81-year-old actor whose credits include “Jumanji” and “Top Gun: Maverick,” was in a relationship with Gledhill's mother, and was found stabbed in the chest and lying unconscious outside her home on June 3, police and prosecutors said. He was taken to a hospital where he was pronounced dead.</p><p>Gledhill was arrested after telling police he was the person they were looking for. Officers had responded to the home after a 911 caller said, “I am the son of man, I just killed the man of sin,” police said.</p><p>Gledhill has not entered a plea and has not appeared in court in the case. At his scheduled arraignment on June 5, a judge paused his prosecution and sent the case to a court that specializes in mental health evaluation.</p><p>That court ruled promptly after psychiatric evaluations that he was not competent. Cavalluzzi also found at a hearing Monday that Gledhill cannot make proper medication decisions. She signed an order saying he could be involuntarily medicated for one year, citing a psychiatrist's determination that his mental health could be hugely helped by proper drugs.</p><p>She ordered him to appear in court on July 14 for a hearing on his long-term placement. His case will head to trial if he is later found to be competent.</p><p>Emails seeking comment from attorneys for both sides were not immediately answered.</p><p>Brian Delate, a longtime friend and fellow actor of Handy, told The Associated Press soon after Handy was killed that Gledhill's mother had fixed up her garage so her son could live there. Handy had his own home, but spent much of his time there, his friend said. Delate said Handy had mentioned in passing that his girlfriend's son had mental health problems.</p><p>Handy, a ubiquitous character actor, appeared in films and TV shows for decades.</p><p>He was known for his role as an exterminator in the 1995 film “Jumanji” and more recently as the bartender Jimmy in the 2022 film “Top Gun: Maverick.” He also appeared in many of TV's top crime dramas, including “NCIS: Los Angeles,” “The Closer” and “Cold Case.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/EIMS2WFPUDVUBVWWMIXKNCVVRQ.jpg?auth=6f672eef0114f000d91c5155ff0a7579dd5a41e484d64e0d2e43755c70426b62&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Flowers sit outside a home on June 5, 2026, in Los Angeles, where authorities found actor James Handy with stab wounds. (AP Photo/Andrew Dalton)]]></media:description><media:credit role="author" scheme="urn:ebu">Andrew Dalton</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UK4WYH46EGR3M2XHAB5NDNPH4A.jpg?auth=4118c17dad922e931218de09ab2732730e60854133f78d52a9fe116069ecf7ad&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Flowers sit outside a home on June 5, 2026, in Los Angeles, where authorities found actor James Handy with stab wounds. (AP Photo/Andrew Dalton)]]></media:description><media:credit role="author" scheme="urn:ebu">Andrew Dalton</media:credit></media:content></item><item><title><![CDATA[Federal investigators release cause of Surfside condo collapse]]></title><link>https://www.local10.com/news/local/2026/06/22/federal-investigators-release-cause-of-surfside-condo-collapse/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/22/federal-investigators-release-cause-of-surfside-condo-collapse/</guid><dc:creator><![CDATA[Samiar Nefzi]]></dc:creator><description><![CDATA[Nearly five years after the collapse of a Surfside condo tower that killed 98 people, federal investigators have released their findings on what caused the deadly incident. ]]></description><pubDate>Mon, 22 Jun 2026 22:14:54 +0000</pubDate><content:encoded><![CDATA[<p>Nearly five years after the collapse of a Surfside condo tower that killed 98 people, federal investigators have released their findings on what caused the deadly incident. </p><p>The new technical findings report is indicating initial column failures at Champlain Towers South occurred three weeks prior to the fatal collapse, according to the National Institute of Standards and Technology’s National Construction Safety Team.</p><p>According to co-investigators, in early June 2021 connections between the garage columns and the pool deck failed.</p><p>Those failures would prove to be catastrophic, claiming 98 lives. </p><p>“Disappointed. Very disappointed. We waited five years,” said Martin Langesfeld, who lost his sister and brother-in-law in the collapse. “The federal government spent nearly $40 million dollars, allocated every resource they needed, and they came back with pretty much nothing.” </p><p>The report finds that over a three-week period prior to the collapse, initial failures caused cracks to grow and weight to be redistributed in the pool deck, causing the weight to transfer to adjacent slab columns that were not strong enough to support the weight.</p><p>That led to part of the 12-story Champlain Towers South condo coming down during the overnight hours of June 24, 2021.</p><p>First responders immediately began working around the clock to locate survivors in a search that lasted several days. </p><p>“It’s scary, because how many other buildings could potentially be ticking time bombs as well,” said Langesfeld. </p><p>A memorial to the victims has stood at the site in the time since as officials and developers have debated what to do with the property. </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[George Pino found not guilty on both counts in boat crash trial]]></title><link>https://www.local10.com/news/local/2026/06/22/closing-arguments-to-begin-in-george-pino-vessel-homicide-trial/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/22/closing-arguments-to-begin-in-george-pino-vessel-homicide-trial/</guid><dc:creator><![CDATA[Liane Morejon, Amanda Batchelor, Bridgette Matter]]></dc:creator><description><![CDATA[Jurors found estate mogul George Pino, accused of causing a boat crash in 2022 that killed his daughter’s 17-year-old friend and left another teen disabled, not guilty on two criminal charges Monday evening. ]]></description><pubDate>Mon, 22 Jun 2026 12:16:14 +0000</pubDate><content:encoded><![CDATA[<p>Jurors found 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>, accused of causing a boat crash in 2022 that killed his daughter’s 17-year-old friend and left another teen disabled, not guilty on two criminal charges Monday evening. </p><p>Pino, 55, was charged with manslaughter and vessel homicide. </p><p>Prosecutors accused Pino, then 52, of being reckless when he lost control of his 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 Lucy Fernandez. Two other girls were seriously hurt, including 17-year-old Katerina Puig, who was left permanently disabled.</p><p>The teens were on his boat celebrating his daughter’s 18th birthday. </p><p>Both prosecutors and defense attorneys wrapped up their closing arguments, and, for the former, an additional rebuttal, mid-Monday afternoon.</p><p>Prosecutors argued in closing arguments that Pino was reckless and that there was no reason for him to crash his boat.</p><p>“He was reckless and negligent,” Assistant State Attorney Laura Adams said. “No one but this defendant decided the speed or path or direction of travel. No one and nothing is responsible for the death of Lucy Fernandez except that man.”</p><p>They pointed out that while it is not a BUI case, alcohol was part of the story that afternoon.</p><p>“He was going full throttle!” Adams argued. “With all these teens on board that had consumed alcohol.”</p><p>Pino’s defense team, however, argued the crash was a horrible accident and not the result of negligence.</p><p>“It’s not enough that a human failed to do everything they could in a moment in time,” attorney Howard Srebnick said. “It requires a purposeful act of indifference to his passengers.”</p><p>After closing arguments wrapped up, Judge Marisa Tinkler Mendez then read jury instructions.</p><p>Following the reading of the verdict, Miami-Dade State Attorney Katherine Fernandez Rundle released the following statement: </p><blockquote><p>“While everyone in our community and beyond recognizes the tragedy surrounding the Labor Day 2022 boating death of Lucy Fernandez and the permanent disabling of Katy Puig, I and my prosecutors have believed that the totality of George Pino’s actions on the waters of Biscayne Bay were reckless, and was a crime as defined in Florida’s criminal statutes. </p><p>Our charging and prosecuting decisions in traffic and vessel collisions resulting in fatalities are always difficult ones.  We attempt to make these decisions based on the law and the evidence and put aside emotions.  The Judge, who ruled on the sufficiency of the evidence, decided that there was sufficient evidence for the case to proceed to the jury.  Today, however, a jury of six Miami-Dade citizens, who listened to all the testimony and reviewed all the evidence, disagreed, and found George Pino not guilty of the charges. </p><p>Sadly, I know that this verdict brings no comfort to the Fernandez and Puig families who forever must live with the tragedy of what happened.  In a case like this, there are no winners or losers.  Mr. Pino must live with what he did, while the Fernandez and Puig families will grapple with the consequences of his actions.  These families and, to some extent, our community as a whole have been deeply impacted by this tragedy.  While I and my prosecutors, Assistant State Attorney Laura Adams and Assistant State Attorney Jonathon Borst, may disagree with the verdict, jury’s decisions are the cornerstone of our justice system, and we accept their decision and appreciate their service.”</p><p class="citation">Miami-Dade State Attorney Katherine Fernandez Rundle</p></blockquote><p>Speaking outside the courtroom following the trial’s conclusion, Srebnick said he believes the truth prevailed, but there are no winners. </p><p>“Lives were changed. George Pino has always been held accountable for that,” said Srebnick. “Today, thankfully, we won’t be branded a criminal for what we all know is just an accident.”</p><p>He went to say that Pino is apologetic for the incident.</p><p>“He’s deeply sorry for what happened,” said Srebnick. “We’re all grieving for what happened on that day. Let’s hope that over time, those wounds can heal.”</p><p><b>PREVIOUS:</b></p><p>Opening statements began with prosecutors saying Pino’s allision with a channel marker happened as a result of criminal negligence and recklessness.</p><p>“Lucy is dead because the defendant failed to do the most basic things that rules of the water require,” Assistant State Attorney Laura Adams told jurors.</p><p>Defense attorneys argue the crash was a mere accident.</p><p>“The state admits this was not George’s intention. He did not intend for anybody to be hurt,” Pino’s attorney, Howard Srebnick, told jurors during opening statements. “His own daughter, his own wife, his own body was on that boat.”</p><p>Defense openings were interrupted after Pino <a href="https://www.local10.com/news/local/2026/06/08/opening-statements-expected-in-fatal-boat-crash-trial-of-real-estate-mogul-george-pino/" rel="" title="https://www.local10.com/news/local/2026/06/08/opening-statements-expected-in-fatal-boat-crash-trial-of-real-estate-mogul-george-pino/">broke down for several minutes</a> in front of jurors; the proceedings were halted and continued the next day.</p><p>Over the course of the trial, jurors heard from some of the 12 young women, all teenagers at the time, who were on board Pino’s boat.</p><p>“The first thing I saw when I opened my eyes was George, and I thought he was dead,” Claudia Portocarrero <a href="https://www.local10.com/news/local/2026/06/17/defense-to-call-final-witnesses-in-vessel-homicide-trial-of-george-pino/" rel="" title="https://www.local10.com/news/local/2026/06/17/defense-to-call-final-witnesses-in-vessel-homicide-trial-of-george-pino/">testified</a>. “I remember him, he had blood on his head.”</p><p>Some testified about the alcohol that George Pino and his wife, Cecilia Pino, provided, as well as the crash itself, but said they did not see George Pino drinking alcohol himself.</p><p>Fernandez’s father <a href="https://www.local10.com/news/local/2026/06/09/opening-statements-continue-in-george-pino-boat-death-trial-after-emotional-behaviors-derail-day-1-of-trial/" rel="" title="https://www.local10.com/news/local/2026/06/09/opening-statements-continue-in-george-pino-boat-death-trial-after-emotional-behaviors-derail-day-1-of-trial/">recalled the living nightmare</a> he and his wife went through. Puig’s father also talked about how the crash affected his daughter.</p><p>Jurors <a href="https://www.local10.com/news/local/2026/06/11/jurors-in-george-pino-trial-get-look-at-boat-at-center-of-deadly-crash/" rel="" title="https://www.local10.com/news/local/2026/06/11/jurors-in-george-pino-trial-get-look-at-boat-at-center-of-deadly-crash/">took a field trip</a> to a Florida Fish and Wildlife Conservation Commission facility in North Miami to see the damaged boat and watched body camera footage from the crash response and Pino’s questioning.</p><p>But the trial was not without its moments of conflict. </p><p>Judge Marisa Tinkler Mendez issued a warning to Pino and his family for hugging in front of jurors.</p><p>A <a href="https://www.local10.com/news/local/2026/06/12/testimony-set-to-resume-in-george-pino-trial/" rel="" title="https://www.local10.com/news/local/2026/06/12/testimony-set-to-resume-in-george-pino-trial/">tense exchange</a> between Adams and Pino also drew the judge’s attention after Adams brought up that Pino was reportedly muttering, “It happens, it happens, it happens,” during testimony.</p><p>“I’m sorry. Do you have something you want to say to me?” Adams asked Pino. “Why are you staring at me?”</p><p>Pino denied staring at her.</p><p>In another moment, Pino’s attorneys told Tinkler Mendez that there was “something of a stare down” between Adams and their client, followed by Adams “rolling her eyes” at Pino.</p><p>Cecilia Pino took the stand twice during the trial, recounting the <a href="https://www.local10.com/news/local/2026/06/16/vessel-homicide-trial-resumes-for-south-florida-real-estate-mogul-george-pino/" rel="" title="https://www.local10.com/news/local/2026/06/16/vessel-homicide-trial-resumes-for-south-florida-real-estate-mogul-george-pino/">harrowing aftermath</a> of the crash off Cutter Bank. </p><p>“She died because your husband crashed into that channel marker, right?” Adams asked her during her first appearance on the stand.</p><p>“She died because there was an accident,” Cecilia Pino testified.</p><p>Cecilia Pino broke down when taking the stand for the second time, testifying, “I remember asking again, ‘Who is missing? Who is missing?’ And that’s when they told me that Lucy was missing.”</p><p>George Pino did not testify in his trial.</p><p>Jurors will be instructed on the law before beginning their deliberations.</p><p>If convicted, Pino faces anywhere between 11 to 30 years in prison.</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[Air quality alert issued for Miami-Dade as brush fires continue to burn]]></title><link>https://www.local10.com/news/local/2026/06/22/air-quality-alert-issued-for-miami-dade-as-brush-fires-continue-to-burn/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/22/air-quality-alert-issued-for-miami-dade-as-brush-fires-continue-to-burn/</guid><dc:creator><![CDATA[Amanda Batchelor, Isabella Martin]]></dc:creator><description><![CDATA[An air quality alert is in effect for Miami-Dade County Monday as two brush fires that erupted last week continue to burn.]]></description><pubDate>Mon, 22 Jun 2026 11:30:32 +0000</pubDate><content:encoded><![CDATA[<p>An air quality alert is in effect for Miami-Dade County Monday as two brush fires that erupted last week continue to burn.</p><p><a href="https://www.local10.com/espanol/2026/06/22/humo-de-masivos-incendios-forestales-asfixia-a-miami-dade/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/22/humo-de-masivos-incendios-forestales-asfixia-a-miami-dade/"><b>Leer en español</b></a></p><p>A south-east wind direction has helped push the smoke and haze from the brush fires more inland so air quality has improved for much of Broward County, but there is an air quality alert in effect for Miami-Dade until 3 p.m.</p><p>The fire dubbed “Quarry 2,” east of Krome Avenue, has been the most widespread, burning 19,018 acres so far. It is 97% contained, while the Well fire, near Northwest 122nd Avenue, has burned 2,809 acres. It is 85% contained.</p><p>No road closures are currently in effect due to the wildfires.</p><p>Airboat operators, meanwhile, told Local 10 News Monday that water levels are now too low to reach some of the burned areas.</p><p>The low water comes after months of wildfire activity across west Miami-Dade and the Everglades.</p><p>In April, the Highway 41 fire burned more than 9,000 acres along the Tamiami Trail.</p><p>Last week, the Quarry 2 fire grew west of Doral, and the Well fire ignited a day later nearby, burning nearly 3,000 acres.</p><p>As of this weekend, crews were still working to contain the Corrections fire in west Miami-Dade.</p><p>Back in April, Local 10 was able to ride through some of the areas impacted by the Highway 41 fire.</p><p>From the airboat, you could see miles of charred sawgrass and blackened vegetation.</p><p>On Monday, operators said some of those areas are too shallow to reach.</p><p>Firefighters have repeatedly pointed to dry conditions as a challenge in recent weeks. And those who spend their days in the Everglades say they’re seeing the effects firsthand.</p><p>For now, the same dry conditions that helped fuel recent fires are now making some of those areas impossible to reach -- a reminder that in the Everglades too much fire often starts with too little water.</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[Kylian Mbappé scores 2 goals to lead France to 3-0 win over Iraq and into World Cup knockout stage]]></title><link>https://www.local10.com/sports/2026/06/22/kylian-mbappe-scores-2-goals-to-lead-france-to-3-0-win-over-iraq-and-into-world-cup-knockout-stage/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/22/kylian-mbappe-scores-2-goals-to-lead-france-to-3-0-win-over-iraq-and-into-world-cup-knockout-stage/</guid><dc:creator><![CDATA[By DAN GELSTON, Associated Press]]></dc:creator><description><![CDATA[PHILADELPHIA (AP) — Kylian Mbappé scored twice to move into a tie for second in career World Cup goals with 16, and France played through the tournament's first rain delay to beat Iraq 3-0 on Monday and advance to the knockout stage.]]></description><pubDate>Tue, 23 Jun 2026 01:05:37 +0000</pubDate><content:encoded><![CDATA[<p>PHILADELPHIA (AP) — Kylian Mbappé scored twice to move into a tie for second in career World Cup goals with 16, and France played through the tournament's first rain delay to beat Iraq 3-0 on Monday and advance to the knockout stage.</p><p>Ballon d’Or winner Ousmane Dembélé also scored for Les Bleus, giving fans who stuck out a rainy night in Philadelphia a reason to cut loose.</p><p>Mbappé scored in the 14th and 54th minutes to cap a momentous and soggy 100th international appearance for one of the best players in the world.</p><p>Mbappe's first goal gave France a 1-0 lead at halftime, when heavy rain and an incoming thunderstorm prompted a delay of just over two hours and forced the grounds crew to squeegee water off the swampy Kentucky bluegrass at Lincoln Financial Field.</p><p>Scoreboard messages directed the crowd to take shelter in the stadium’s covered areas, warning that a severe storm was on the way. Sheets of rain continued to fall through halftime as fans wrapped themselves in ponchos and huddled in the concourse and under balconies.</p><p>Iraq coach Graham Arnold wrestled with a poncho for a few seconds before he pulled it over his head and returned to the covered dugout. French fans who stayed in their seats in the last few covered rows of the top of the stadium waved the country’s flag, and many splashed around the concourse to pass time.</p><p>Others fled for the exits — at the same stadium where last season's opener for the NFL's Philadelphia Eagles was delayed 65 minutes in the third quarter because of lightning — as the delay dragged on, giving overseas spectators a triple dose of American sports nuisances: rain delays, overpriced concessions and TV timeouts in the form of hydration breaks. There was no second-half hydration break in this game after the long, wet pause in the action.</p><p>Weather aside, this game — as so many do for France — belonged to Mbappé as he tries to keep pace on the career goals list with new record holder Lionel Messi.</p><p>Playing in his third World Cup, the 27-year-old Mbappé matched Miroslav Klose of Germany on the goals list and moved one ahead of Brazil great Ronaldo.</p><p>Messi scored twice for Argentina earlier Monday to set the tournament record at 18. He had equaled Klose with his first World Cup hat trick in Argentina’s 3-0 win over Algeria last Tuesday night in Kansas City, Missouri.</p><p>Mbappé scored his third goal of the tournament with a left-footed strike — his supposed weaker foot — from the edge of the box that got past Iraq goalkeeper Ahmed Basil, who got his first start in the tournament after captain Jalal Hassan allowed all four goals in Iraq’s 4-1 loss to Norway.</p><p>For his second goal, Mbappé took advantage of a poor pass to the goalkeeper by Iraq defender Zaid Tahseen. Dembele controlled the loose ball and passed to Mbappé, who tapped it in with his right foot.</p><p>Mbappé had a chance at the hat trick on a late breakaway, but missed before he was subbed out at the 90-minute mark.</p><p>Mbappé helped France win the World Cup in 2018 and reach the final in 2022, when he was awarded the Silver Ball as the second-best player. Joined up front by Désiré Doué and Dembélé, France entered this year’s tournament as a co-favorite with Spain.</p><p>France could return to Philadelphia to play Germany on July 4.</p><p>Iraq striker Aymen Hussein was subbed out with an apparent injury in the 26th minute of the first half and replaced by Ali Al-Hamadi. Hussein scored his 34th international goal in Iraq’s World Cup opener.</p><p>Iraq is playing in the World Cup for just the second time after debuting in 1986.</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/CD5TKANJFX5B65HLOQAUNBUIVQ.jpg?auth=6d94d5e232f3d37b3a4676f2b7cc4c847ecd339cf1800a4e219ca2dfa6c8eac6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[France's Kylian Mbappe (10) celebrates after scoring his team's first goal during the World Cup Group I soccer match between France and Iraq in Philadelphia, Monday, June 22, 2026. (AP Photo/Petr David Josek)]]></media:description><media:credit role="author" scheme="urn:ebu">Petr David Josek</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/W4ATRBXJK3TARYAESOBSKC5FXM.jpg?auth=4bd4113585d90635eb04357083330913c8e623ce9812007912529ab6d06adb88&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[France's Kylian Mbappe (10) reacts during the World Cup Group I soccer match between France and Iraq in Philadelphia, Monday, June 22, 2026. (AP Photo/Petr David Josek)]]></media:description><media:credit role="author" scheme="urn:ebu">Petr David Josek</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DGPUOTLH3JU7LLNBVPXXFAYB4E.jpg?auth=1c74f62fb71743f0705448904805d9347b51e8551190af5254917118f3891f48&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[France's Jules Kounde (5) kicks the ball as water splashes on the pitch following a weather delay in the World Cup Group I soccer match between France and Iraq in Philadelphia, Monday, June 22, 2026. (AP Photo/Derik Hamilton)]]></media:description><media:credit role="author" scheme="urn:ebu">Derik Hamilton</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5ZBM3H43ORPRDIBQ6SDSKO7R5I.jpg?auth=945b8432f947144a6158c72dc236f1a5e5fb392109825b966c130dbb6e1f96b3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Fans react after a weather delay during the World Cup Group I soccer match between France and Iraq in Philadelphia, Monday, June 22, 2026. (AP Photo/Matt Rourke)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Rourke</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4HMCNKEA5MB6SIPVSDNC46PNTI.jpg?auth=b87ff07ed2eaa42656ea865dc0624ef8f4c9d49fbbf98e85177cc7d5441ceed0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Iraq's Hussein Ali, bottom, challenges France's Kylian Mbappe during the World Cup Group I soccer match between France and Iraq in Philadelphia, Monday, June 22, 2026. (AP Photo/Matt Slocum)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Slocum</media:credit></media:content></item><item><title><![CDATA[Venezuelan migrant workers in Colombia breathe sigh of relief after De la Espriella’s narrow win ]]></title><link>https://www.local10.com/news/world/2026/06/22/venezuelan-migrant-workers-in-colombia-breathe-sigh-of-relief-after-de-la-espriella-wins/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/22/venezuelan-migrant-workers-in-colombia-breathe-sigh-of-relief-after-de-la-espriella-wins/</guid><dc:creator><![CDATA[Cody Weddle, Andrea Torres]]></dc:creator><description><![CDATA[Fernando Bermudez was among the Venezuelan migrants who live in Colombia who breathed a sigh of relief after Abelardo De la Espriella’s narrow presidential victory on Sunday’s runoff election. ]]></description><pubDate>Mon, 22 Jun 2026 22:44:03 +0000</pubDate><content:encoded><![CDATA[<p>Fernando Bermudez was among the Venezuelan migrants who live in Colombia who breathed a sigh of relief after Abelardo De la Espriella’s narrow presidential victory on Sunday’s runoff election. </p><p>Bermudez, who works as an Uber driver in Bogotá, said that although he couldn’t vote, he felt strongly that the right-wing candidate who campaigned as “El Tigre” was best for him and his family. </p><p>Bermudez said following Colombian President Gustavo Petro’s aggressive pursuit of a constitutional reform to bypass legislative gridlock felt like a traumatic déjà vu. Petro supported Sen. Iván Cepeda as his successor.</p><p>“They were talking about a constitutional change,” Bermudez said on Monday morning in Spanish. </p><p>Venezuelan migrant workers who lived through the decline after Hugo Chávez and his successor Nicolás Maduro altered their country’s constitution to circumvent the legislature felt fear.</p><p>“That was the first thing Chávez did in 1999,” Bermudez said. </p><p>There are about 8 million Venezuelan refugees and migrants worldwide. Nearly 2.84 million are living in Colombia, <a href="https://portal.migracioncolombia.gov.co/planeacion-y-estadistica/observatorio-om3/dinamicas-migratorias/dinamica-migratoria/agenda-migcol/comunicaciones-y-prensa/informe-de-caracterizacion-socioeconomica-y-balance-demografico-de-la-poblacion-migrante-venezolana-en-colombia-1" target="_self" rel="" title="https://portal.migracioncolombia.gov.co/planeacion-y-estadistica/observatorio-om3/dinamicas-migratorias/dinamica-migratoria/agenda-migcol/comunicaciones-y-prensa/informe-de-caracterizacion-socioeconomica-y-balance-demografico-de-la-poblacion-migrante-venezolana-en-colombia-1">according</a> to Colombian officials. Bermudez is among the more than 590,000 Venezuelans who call Bogotá their home.</p><p>While some Venezuelans have found stability through entrepreneurship and employment in Colombia, many of them are forced into Bogotá’s informal economy. The undocumented remain vulnerable to exploitation.</p><p>De la Espriella, a criminal defense attorney who campaigned as “El Tigre,” a law-and-order candidate, vowed to cut social spending. </p><p>As of Monday evening, De la Espriella stood to become the president-elect after winning some 250,830 more votes than Cepeda, <a href="https://resultados.registraduria.gov.co/v2/territorios/0/88/" target="_self" rel="" title="https://resultados.registraduria.gov.co/v2/territorios/0/88/">according</a> to the national registry. </p><p>“I think Colombia is in a bed of dry tinder,” said Sergio Guzmán, the co-founder and director of <a href="https://www.colombiariskanalysis.com/en/%C3%ADndice-de-riesgos-regional" target="_self" rel="" title="https://www.colombiariskanalysis.com/en/%C3%ADndice-de-riesgos-regional">Colombia Risk Analysis</a>, who keeps a portrait of slain Colombian political satirist <a href="https://latamjournalismreview.org/news/before-the-iachr-colombian-state-acknowledges-its-responsibility-for-murder-of-journalist-jaime-garzon/" target="_self" rel="" title="https://latamjournalismreview.org/news/before-the-iachr-colombian-state-acknowledges-its-responsibility-for-murder-of-journalist-jaime-garzon/">Jaime Garzón</a> in his office. </p><p>Petro’s term ends on Aug. 7, when De la Espriella, who had the endorsement of U.S. President Donald Trump, expects to be sworn in to become Colombia’s 48th president. </p><p>“Petro will try to inflame social unrest against De La Espriella,” Guzmán said. </p><p><b>More related stories</b></p><ul><li><a href="https://www.local10.com/news/world/2026/06/22/colombia-gripped-by-fear-cepeda-refuses-to-concede-after-de-la-espriella-claims-victory/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/22/colombia-gripped-by-fear-cepeda-refuses-to-concede-after-de-la-espriella-claims-victory/">Colombia’s left gripped by fear: Cepeda refuses to concede after De la Espriella claims victory</a></li><li><a href="https://www.local10.com/news/politics/2026/06/22/de-la-espriella-wins-8057-of-runoff-election-votes-from-colombians-in-us-data-shows/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/06/22/de-la-espriella-wins-8057-of-runoff-election-votes-from-colombians-in-us-data-shows/">Colombians’ vote in U.S.: 80.57% vote for De La Espriella, 18.43% for Cepeda</a></li><li><a href="https://www.local10.com/news/politics/2026/06/22/colombias-preliminary-vote-count-showing-de-la-espriellas-narrow-victory-is-accurate-registrar-says/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/06/22/colombias-preliminary-vote-count-showing-de-la-espriellas-narrow-victory-is-accurate-registrar-says/">Colombia’s preliminary vote count showing De La Espriella’s narrow victory is ‘accurate,’ registrar says</a></li><li><a href="https://www.local10.com/news/politics/2026/06/21/trump-backed-abelardo-de-la-espriella-wins-with-4966-of-colombian-votes/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/06/21/trump-backed-abelardo-de-la-espriella-wins-with-4966-of-colombian-votes/">Trump on Colombian presidential election: Abelardo De la Espriella ‘won BIG’</a></li><li><a href="https://www.local10.com/news/politics/2026/06/21/ivan-cepeda-reacts-to-not-official-or-binding-preliminary-vote-count-in-colombia/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/06/21/ivan-cepeda-reacts-to-not-official-or-binding-preliminary-vote-count-in-colombia/">Election in Colombia: Iván Cepeda reacts to ‘not official or binding’ preliminary vote count</a></li><li><a href="https://www.local10.com/news/politics/2026/06/21/historic-day-for-colombians-trump-backed-de-la-espriella-heads-for-narrow-presidential-win/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/06/21/historic-day-for-colombians-trump-backed-de-la-espriella-heads-for-narrow-presidential-win/">Historic day for Colombians: Trump-backed De la Espriella heads for narrow presidential win</a></li><li><a href="https://www.local10.com/news/politics/2026/06/21/historic-day-for-colombians-polls-close-after-polarized-runoff-to-elect-48th-president/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/06/21/historic-day-for-colombians-polls-close-after-polarized-runoff-to-elect-48th-president/">Polls close in South Florida</a></li><li><a href="https://www.local10.com/news/politics/2026/06/21/polls-open-for-colombia-runoff-election-including-in-south-florida/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/06/21/polls-open-for-colombia-runoff-election-including-in-south-florida/">Polls open in South Florida</a> </li></ul><p><i>Torres contributed to this report from Miami. </i></p>]]></content:encoded></item><item><title><![CDATA[Colombia’s left gripped by fear: Cepeda refuses to concede after De la Espriella claims victory ]]></title><link>https://www.local10.com/news/world/2026/06/22/colombia-gripped-by-fear-cepeda-refuses-to-concede-after-de-la-espriella-claims-victory/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/22/colombia-gripped-by-fear-cepeda-refuses-to-concede-after-de-la-espriella-claims-victory/</guid><dc:creator><![CDATA[Cody Weddle, Andrea Torres]]></dc:creator><description><![CDATA[Fernando Bermudez was among the Venezuelan migrants who live in Colombia who breathed a sigh of relief after Abelardo De la Espriella’s narrow presidential victory on Sunday’s runoff election. ]]></description><pubDate>Tue, 23 Jun 2026 00:18:43 +0000</pubDate><content:encoded><![CDATA[<p>María Susana Muhamad said on Monday that some Colombians were gripped by fear after the deeply polarized presidential runoff election on Sunday. </p><p>Muhamad, a prominent member of the left-wing Historic Pact political party, served as the country’s environmental minister from 2022 to 2025.</p><p>After the national registry published <a href="https://resultados.registraduria.gov.co/v2/territorios/0/88/" target="_self" rel="" title="https://resultados.registraduria.gov.co/v2/territorios/0/88/">the preliminary vote count</a>, Abelardo De la Espriella claimed victory on Sunday night in Barranquilla. </p><p>“A lot of people in Colombia are very scared with this new government,” said Muhamad, 49, who stands behind De la Espriella’s rival Iván Cepeda, who had not conceded on Monday.</p><p>De La Espriella, who campaigned as “El Tigre,” planned to restart oil exploration and allow fracking, which alarmed environmentalists in Colombia.</p><p>“I hope it will not become a government of retaliation towards people who have been moving another different type of agenda,” said Muhamad, whose paternal grandfather was Palestinian. </p><p>De la Espriella, a law-and-order candidate who supports Israel, also pledged to end peace talks to disarm armed groups and vowed to build mega prisons for narco terrorists.</p><p>“From this moment on, the election campaign ends—as do the slogans, the divisions, and the political confrontations — and the supreme hour of service to the nation begins,“ De La Espriella said during his victory speech at the <a href="https://maps.app.goo.gl/G1TLodz3mNkTRj96A" target="_self" rel="" title="https://maps.app.goo.gl/G1TLodz3mNkTRj96A">Ventana al Mundo monument</a>. </p><p>During a news conference on Monday in Bogotá, Cepeda said that “once all the claims” have been verified and “all the doubts” have been resolved, he will announce his recognition of the election results. </p><p>Cepeda, who has served in the Colombian Senate since 2014, said he wasn’t going anywhere after acknowledging that De la Espriella sent him a message: “Pack your bags!” </p><p>Although De la Espriella also promised to cut welfare spending, some Venezuelan migrants said they breathed a sigh of relief because the left’s push for constitutional changes to bypass the legislature felt like déjà vu.</p><p>Sergio Guzmán, the co-founder and director of <a href="https://www.colombiariskanalysis.com/en/%C3%ADndice-de-riesgos-regional" target="_self" rel="" title="https://www.colombiariskanalysis.com/en/%C3%ADndice-de-riesgos-regional">Colombia Risk Analysis</a>, described the political environment as highly flammable. </p><p>“I think Colombia is in a bed of dry tinder,” said Guzmán, who keeps a portrait of slain Colombian political satirist <a href="https://latamjournalismreview.org/news/before-the-iachr-colombian-state-acknowledges-its-responsibility-for-murder-of-journalist-jaime-garzon/" target="_self" rel="" title="https://latamjournalismreview.org/news/before-the-iachr-colombian-state-acknowledges-its-responsibility-for-murder-of-journalist-jaime-garzon/">Jaime Garzón</a> in his office. </p><p>After winning just about 250,830 more votes than Cepeda, De la Espriella also vowed to be a president to “all Colombians.” Cepeda and President Gustavo Petro aren’t convinced. </p><p>“Petro will try to inflame social unrest against De La Espriella,” Guzmán said. </p><p>Petro’s term ends on Aug. 7, when De la Espriella, who had the endorsement of U.S. President Donald Trump, expects to be sworn in to become Colombia’s 48th president. </p><p><b>More related stories</b></p><ul><li><a href="https://www.local10.com/news/world/2026/06/22/venezuelan-migrant-workers-in-colombia-breathe-sigh-of-relief-after-de-la-espriella-wins/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/22/venezuelan-migrant-workers-in-colombia-breathe-sigh-of-relief-after-de-la-espriella-wins/">Venezuelan migrant workers in Colombia breathe sigh of relief after De la Espriella’s narrow win</a></li><li><a href="https://www.local10.com/news/politics/2026/06/22/de-la-espriella-wins-8057-of-runoff-election-votes-from-colombians-in-us-data-shows/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/06/22/de-la-espriella-wins-8057-of-runoff-election-votes-from-colombians-in-us-data-shows/">Colombians’ vote in U.S.: 80.57% vote for De La Espriella, 18.43% for Cepeda</a></li><li><a href="https://www.local10.com/news/politics/2026/06/22/colombias-preliminary-vote-count-showing-de-la-espriellas-narrow-victory-is-accurate-registrar-says/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/06/22/colombias-preliminary-vote-count-showing-de-la-espriellas-narrow-victory-is-accurate-registrar-says/">Colombia’s preliminary vote count showing De La Espriella’s narrow victory is ‘accurate,’ registrar says</a></li><li><a href="https://www.local10.com/news/politics/2026/06/21/trump-backed-abelardo-de-la-espriella-wins-with-4966-of-colombian-votes/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/06/21/trump-backed-abelardo-de-la-espriella-wins-with-4966-of-colombian-votes/">Trump on Colombian presidential election: Abelardo De la Espriella ‘won BIG’</a></li><li><a href="https://www.local10.com/news/politics/2026/06/21/ivan-cepeda-reacts-to-not-official-or-binding-preliminary-vote-count-in-colombia/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/06/21/ivan-cepeda-reacts-to-not-official-or-binding-preliminary-vote-count-in-colombia/">Election in Colombia: Iván Cepeda reacts to ‘not official or binding’ preliminary vote count</a></li><li><a href="https://www.local10.com/news/politics/2026/06/21/historic-day-for-colombians-trump-backed-de-la-espriella-heads-for-narrow-presidential-win/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/06/21/historic-day-for-colombians-trump-backed-de-la-espriella-heads-for-narrow-presidential-win/">Historic day for Colombians: Trump-backed De la Espriella heads for narrow presidential win</a></li><li><a href="https://www.local10.com/news/politics/2026/06/21/historic-day-for-colombians-polls-close-after-polarized-runoff-to-elect-48th-president/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/06/21/historic-day-for-colombians-polls-close-after-polarized-runoff-to-elect-48th-president/">Polls close in South Florida</a></li><li><a href="https://www.local10.com/news/politics/2026/06/21/polls-open-for-colombia-runoff-election-including-in-south-florida/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/06/21/polls-open-for-colombia-runoff-election-including-in-south-florida/">Polls open in South Florida</a> </li></ul><p><i>Torres contributed to this report from Miami. </i></p>]]></content:encoded></item><item><title><![CDATA[Investigadores federales revelan la causa del colapso del condominio en Surfside]]></title><link>https://www.local10.com/espanol/2026/06/22/investigadores-federales-revelan-la-causa-del-colapso-del-condominio-en-surfside/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/22/investigadores-federales-revelan-la-causa-del-colapso-del-condominio-en-surfside/</guid><dc:creator><![CDATA[Samiar Nefzi]]></dc:creator><description><![CDATA[El peso de la plataforma de la piscina se redistribuyó hacia columnas que terminaron colapsando en la madrugada del 24 de junio de 2021.]]></description><pubDate>Tue, 23 Jun 2026 00:23:49 +0000</pubDate><content:encoded><![CDATA[<p>Casi cinco años después del colapso de la torre de condominios de Surfside que cobró la vida de 98 personas, investigadores federales han publicado sus conclusiones sobre las causas del mortal incidente.</p><p>El nuevo informe de hallazgos técnicos indica que las fallas iniciales en las columnas de Champlain Towers South ocurrieron tres semanas antes del colapso fatal, según el Equipo Nacional de Seguridad en la Construcción del Instituto Nacional de Estándares y Tecnología (NIST).</p><p>De acuerdo con los coinvestigadores, a principios de junio de 2021 fallaron las conexiones entre las columnas del estacionamiento subterráneo y la plataforma de la piscina.</p><p>Esas fallas iniciales demostrarían ser catastróficas, cobrándose finalmente un saldo de 98 vidas humanas.</p><p>El informe revela que, durante un período de tres semanas previo al derrumbe, las fallas iniciales provocaron que las grietas se expandieran y el peso de la estructura se redistribuyera en la plataforma de la piscina. Esto causó que la carga se transfiriera hacia las columnas de losas adyacentes, las cuales no eran lo suficientemente fuertes como para soportar dicho peso.</p><p>Eso llevó a que una parte del condominio Champlain Towers South, de 12 pisos, se viniera abajo durante las horas de la madrugada del 24 de junio de 2021.</p><p>Los equipos de primera respuesta comenzaron a trabajar de inmediato y contrarreloj para localizar a los sobrevivientes en una operación de búsqueda que se extendió por varios días.</p><p>Un monumento en memoria de las víctimas ha permanecido en el lugar desde entonces, mientras los funcionarios y los desarrolladores inmobiliarios han debatido qué destino darle a la propiedad.</p>]]></content:encoded></item><item><title><![CDATA[Contratista de FedEx es arrestado por robo masivo de zapatillas Nike en Medley]]></title><link>https://www.local10.com/espanol/2026/06/22/contratista-de-fedex-es-arrestado-por-robo-masivo-de-zapatillas-nike-en-medley/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/22/contratista-de-fedex-es-arrestado-por-robo-masivo-de-zapatillas-nike-en-medley/</guid><description><![CDATA[El cargamento ilegal, valuado en 36,000 dólares, era desviado de las rutas de entrega y comercializado en el mercado negro.]]></description><pubDate>Tue, 23 Jun 2026 00:28:08 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre del sur de Florida fue arrestado en Miami Beach bajo la acusación de comercializar con zapatillas Nike robadas.</p><p>El arresto de Reinier Sanchez Hurtado, de 46 años, fue capturado por las imágenes de un dron del Departamento de Policía de Miami Beach.</p><p>“Esta es una nueva tecnología que la mayoría de las agencias policiales están utilizando ahora”, señaló el sargento de la Policía de Medley, Luis Rivera.</p><p>La detención de Hurtado fue el resultado de una extensa investigación criminal iniciada por los detectives de Medley sobre el robo de calzado de la marca Nike.</p><p>“El cargo principal es comercio de propiedad robada”, afirmó Rivera. “Estamos hablando de posiblemente unos 36,000 dólares en mercancía que fue sustraída”.</p><p>El caso comenzó en un centro de distribución de Medley, donde el personal de seguridad de FedEx rastreó un patrón recurrente de robos que se remontaba a 2024.</p><p>De acuerdo con las autoridades, calzado Nike de alta gama destinado a tiendas minoristas del área de Miami terminaba en la vivienda de Sanchez Hurtado. Los investigadores descubrieron que el sospechoso trabajaba para un contratista terrestre de FedEx y era “responsable de supervisar a los conductores asignados a las rutas de entrega afectadas”, según su formulario de arresto.</p><p>La policía detalló que utilizó dispositivos de rastreo GPS en algunos de los paquetes para ubicar el destino de los artículos robados.</p><p>La empresa FedEx informó a la policía que los tenis estaban siendo vendidos a través del mercado negro.</p><p>“Parecía haber un esquema de fraude”, declaró Rivera.</p><p>FedEx se puso en contacto con la Policía de Medley, la cual actuó con rapidez emitiendo una alerta de arresto por causa probable contra Sanchez Hurtado.</p><p>Poco después, los detectives supieron que el sospechoso acababa de ser liberado tras una parada de tráfico de rutina en Miami Beach.</p><p>Los investigadores de Medley se coordinaron con el Centro de Inteligencia en Tiempo Real de Miami Beach y la Unidad Táctica de Robos de la Policía de Miami para localizar a Sanchez Hurtado cerca de la intersección de la calle 14 y la avenida Drexel.</p><p>“Eso es lo hermoso del condado de Miami-Dade”, expresó Rivera. “Todas las agencias trabajan juntas para poner a los sujetos bajo custodia con los cargos que se ganan”.</p><p>La investigación en torno a Sanchez Hurtado y el calzado robado permanece activa y en curso, añadió el sargento.</p><p>A continuación se presenta la declaración emitida por la compañía FedEx:</p><p>“Estamos al tanto del arresto de un conductor de un proveedor de servicios por parte del Departamento de Policía de Miami Beach, y esta persona ya no presta servicios en nombre de FedEx. Las preguntas adicionales deben dirigirse a las autoridades policiales”. — Asesor Estratégico de Comunicaciones de FedEx, Adam Snyder.</p>]]></content:encoded></item><item><title><![CDATA[Pelea en partido de sóftbol en Aventura termina con un jugador herido a batazos]]></title><link>https://www.local10.com/espanol/2026/06/22/pelea-en-partido-de-softbol-en-aventura-termina-con-un-jugador-herido-a-batazos/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/22/pelea-en-partido-de-softbol-en-aventura-termina-con-un-jugador-herido-a-batazos/</guid><dc:creator><![CDATA[Rosh Lowe]]></dc:creator><description><![CDATA[El agresor fue captado por cámaras de seguridad y permanece tras las rejas bajo cargos de agresión agravada. ]]></description><pubDate>Mon, 22 Jun 2026 17:39:07 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre de Miami enfrenta un cargo por delito grave luego de que la policía informara que atacó a un compañero de sóftbol con un bate, enviándolo a un centro de trauma durante una pelea que estalló en un partido en Aventura durante el fin de semana.</p><p>La policía de Aventura detalló que el incidente ocurrió el domingo por la mañana durante un juego de la liga de sóftbol en el Waterways Park, ubicado en el 3310 de la calle Northeast 213.</p><p>Las autoridades indicaron que alrededor de las 9:30 a.m. se desató una disputa verbal entre los equipos, lo que provocó empujones entre “múltiples jugadores”.</p><p>La policía señaló que durante la riña, Roberto Araujo, de 41 años y residente de Allapattah, agarró un bate de metal y golpeó a la víctima en la parte posterior de la cabeza.</p><p>Los paramédicos trasladaron a la víctima al Hospital HCA Florida Aventura bajo alerta de trauma, de acuerdo con el informe de arresto.</p><p>Las autoridades informaron que las imágenes de las cámaras de seguridad (CCTV) mostraron a Araujo balanceando el bate e impactando a la víctima, lo que provocó que la gorra de béisbol de esta última saliera volando.</p><p>Los oficiales arrestaron a Araujo bajo el cargo de agresión agravada con un arma mortal.</p><p>Hasta la tarde de este lunes, el acusado permanecía recluido en el Centro Correccional Turner Guilford Knight con una fianza catalogada como “por determinar” en los registros en línea.</p>]]></content:encoded></item><item><title><![CDATA[Identifican a víctimas de doble homicidio en zona rural de Miami-Dade]]></title><link>https://www.local10.com/espanol/2026/06/22/identifican-a-victimas-de-doble-homicidio-en-zona-rural-de-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/22/identifican-a-victimas-de-doble-homicidio-en-zona-rural-de-miami-dade/</guid><description><![CDATA[Un sospechoso permanece bajo interrogatorio por parte de los detectives, mientras la comunidad aporta pistas de forma anónima.]]></description><pubDate>Mon, 22 Jun 2026 17:22:54 +0000</pubDate><content:encoded><![CDATA[<p>La Oficina del Alguacil de Miami-Dade dio a conocer este lunes las identidades de un hombre y una mujer que, según informaron, fueron asesinados la semana pasada en el suroeste de Miami-Dade.</p><p>Las víctimas fueron identificadas como Esther Liontos, de 58 años, y Roger Arredondo Gonzalez, de 61 años.</p><p>Las autoridades aún no han revelado la forma en que murieron ambas personas, pero confirmaron que un individuo fue retenido para ser interrogado.</p><p>Según la Oficina del Alguacil, los oficiales acudieron a una vivienda ubicada en la cuadra 26100 de la avenida Southwest 209 poco después de las 8:30 a.m. del viernes, tras recibir un reporte sobre una mujer inconsciente.</p><p>Al llegar al lugar, los oficiales encontraron a Liontos tendida en el suelo fuera de la casa, indicaron las autoridades.</p><p>El personal del Cuerpo de Bomberos de Miami-Dade declaró su fallecimiento en la escena.</p><p>Los oficiales informaron que también hallaron a Arredondo Gonzalez tendido en el suelo a poca distancia. Él también fue declarado muerto en el lugar.</p><figure><img src="https://www.local10.com/resizer/v2/4635QJQFF5C6PDRDNRFBIZF7MU.jpeg?auth=06eb072646591d550bf74e95ac2f0fc056843e16f8a4c84c35927756f15796b3&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Las autoridades confirmaron que un hombre permanece bajo custodia con fines de interrogatorio para determinar si tuvo alguna participación en el homicidio.</p><p>Los detectives no han divulgado las declaraciones que hizo este individuo y, hasta el momento, no se han efectuado arrestos formalmente.</p><p>Cualquier persona que posea información sobre el caso puede comunicarse con la línea de Miami-Dade Crime Stoppers al 305-471-8477.</p>]]></content:encoded></item><item><title><![CDATA[Alertan a padres por mariguana empacada en bolsas de golosinas]]></title><link>https://www.local10.com/espanol/2026/06/22/alertan-a-padres-por-mariguana-empacada-en-bolsas-de-golosinas/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/22/alertan-a-padres-por-mariguana-empacada-en-bolsas-de-golosinas/</guid><dc:creator><![CDATA[Janine Stanwood]]></dc:creator><description><![CDATA[Un operativo encubierto desmanteló una vivienda utilizada para la venta ilegal de sustancias en un vecindario residencial]]></description><pubDate>Tue, 23 Jun 2026 00:22:20 +0000</pubDate><content:encoded><![CDATA[<p>Oficiales de la policía de Homestead incautaron más de 70 libras de marihuana, cerca de 1,000 cartuchos de vaporizadores y golosinas y bocadillos adulterados con drogas tras un operativo encubierto.</p><p>Los detectives de Homestead informaron que una “casa trampa” en un vecindario residencial era el centro de operaciones para la venta ilegal de sustancias.</p><p>Lo que resultó más preocupante sobre los hallazgos para el jefe de la policía, Mario Knapp, fue el empaque engañoso que claramente está comercializado para atraer a los niños.</p><p>“Es el mismo logotipo, las mismas fuentes, los mismos colores”, señaló Knapp sobre las bolsas que aparentaban ser Cheetos o Doritos, pero que detalló estaban adulteradas con 600 miligramos de THC.</p><p>“La persona que es el consumidor sabe lo que está comprando”, afirmó Knapp. “El problema es que dejas eso tirado en la casa y cualquier niño puede agarrarlo”.</p><p>Otros cigarrillos de marihuana preforjados y productos comestibles estaban empaquetados con logotipos de tipo caricatura. Knapp indicó que un laboratorio se encuentra procesando las drogas.</p><p>Los detectives comunicaron que ejecutaron una orden de registro y arrestaron a un sospechoso la madrugada del jueves en la vivienda, y la investigación continuaba en curso este lunes.</p><p>Knapp agregó que las casas de drogas ilegales a menudo están vinculadas con otras actividades delictivas y armas de fuego. El departamento no revelará la identidad del sospechoso mientras la investigación se mantenga activa.</p>]]></content:encoded></item><item><title><![CDATA[Pentagon seeks $80 billion from Congress for Iran war]]></title><link>https://www.local10.com/news/politics/2026/06/22/pentagon-seeks-80-billion-from-congress-for-iran-war/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/22/pentagon-seeks-80-billion-from-congress-for-iran-war/</guid><dc:creator><![CDATA[By KEVIN FREKING and LISA MASCARO, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The Pentagon has told senators it needs roughly $80 billion, mostly to cover the cost of the U.S. war against Iran, adding to what is already a sizable military spending boost being sought by President Donald Trump.]]></description><pubDate>Tue, 23 Jun 2026 00:10:16 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The Pentagon has told senators it needs roughly $80 billion, mostly to cover the cost of the U.S. war against Iran, adding to what is already a sizable military spending boost being sought by President Donald Trump.</p><p>The White House Office of Management and Budget has yet to make a formal request to Congress. But Defense Secretary Pete Hegseth has been making the rounds on Capitol Hill, including Monday evening. A top deputy defense secretary told senators about the Iran funding request last week, according to two people familiar with the situation but not authorized to discuss it publicly.</p><p>The Wall Street Journal first reported on the developments.</p><p>Push for Pentagon money faces skeptical lawmakers</p><p>The push for billions of dollars in Iran war funding comes at a fraught political moment. Lawmakers are skeptical of the deal Trump struck with Iran to bring an end to the war, and wary of next steps. The White House has requested a remarkable $1.5 trillion for the Pentagon — a nearly 50% increase over the current fiscal year's funding levels.</p><p>Senate Majority Leader John Thune said he’s expecting a supplemental spending request from the administration for the war, and when it arrives, “we’ll work through it and see where the votes are.”</p><p>“We need to make sure we’re doing everything we can to replenish, resupply a lot our munitions that have been depleted — not only just with what’s happening with Iran, but prior to that,” said Thune, R-S.D.</p><p>Deputy Defense Secretary Stephen Feinberg spoke to several senators about the proposal in calls last week and he notified congressional committees that the $80 billion request had been sent to the Office of Management and Budget. The Pentagon did not immediately respond to a request for comment.</p><p>However, the funding package will almost certainly run into trouble from lawmakers who refuse to support Trump's decision to go to war and are reluctant to give the Pentagon more money at a time of high costs of living for Americans at home.</p><p>“You’re spending families’ hard-earned tax dollars on a war that many strongly oppose,” Democratic Sen. Patty Murray told Hegseth in a hearing last month.</p><p>Trump seeks a record $1.5 trillion for Defense this year</p><p>In addition to the Iran funding, Republicans hope to secure about $1.1 trillion through the regular appropriations process, which typically requires support from both parties for approval. Then, they hope to secure an additional $350 billion through a mostly party-line vote later this summer.</p><p>The amount being sought by the Pentagon is far higher than the $29 billion estimate of war costs that Hegseth gave Congress during his testimony last month. The bulk of that amount was related to replacing munitions and repairing equipment but also included operational costs to keep forces deployed. That estimate did not include the cost to repair or rebuild U.S. military sites damaged in the region.</p><p>It's also far lower than the initial $200 billion the Pentagon floated as the costs at the start of the war. An early estimate put the cost of the first week of the war at $11.3 billion.</p><p>Sen. Brian Schatz of Hawaii, a member of Democratic party leadership, said he expects the actual price tag could be much higher than the $80 billion being proposed.</p><p>Schatz said he hasn't done any counting of Democrats about whether there is support for an Iran-focused bill, “but I haven't found anyone who wants to do this.”</p><p>But Republican Sen. Jim Banks of Indiana said, "To me it’s less about the war, it’s more about the stockpiles.”</p><p>Banks said, “I would sell it to my state as an investment in our defense industrial base, reshoring defense production to Indiana.”</p><p>Sen. Jack Reed, the top Democrat on the Senate Armed Services Committee, said funding for an Iran supplemental can't be done in isolation. It has to be done after lawmakers from both parties have agreed to a total spending amount for both defense and non-defense programs, “then the rest of this would follow pretty quickly,” Reed said.</p><p>And Sen. John Hoeven of North Dakota, a member of the Appropriations subcommittee on Defense, said he has been working with the administration to broaden the package to include funds for disaster aid for California, Hawaii and other states hard hit by fires and weather problems, as well as agricultural aid for farmers.</p><p>“I think that’s the kind of combination that could pass,” Hoeven said.</p><p>Hegseth declined to answer questions from reporters late Monday as he strode around the Capitol.</p><p>But on the issue of the cost of the war, Hegseth responded rhetorically during a Senate hearing last month, asking, “What is the cost of Iran obtaining a nuclear weapon?"</p><p>He acknowledged the president's decision to confront the threat of a nuclear Iran "comes with cost — and we recognize that.”</p><p>___</p><p>Associated Press writers Konstantin Toropin and Ben Finley contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5EFIBVAKQTBMG5K6SHU5UNRDKY.jpg?auth=8a48a119dc9b5f61f29780a7e967c8ed43b64532d320fc55697053f252b5f7ea&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Defense Secretary Pete Hegseth speaks in the Oval Office of the White House during an executive order signing about quantum computing with President Donald Trump, Monday, June 22, 2026, in Washington. (AP Photo/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QD2R3U2NS2OLBNAEJ4WWT4XMDA.jpg?auth=785a4b37eb69420d629017f52885a4cfd9d57f961da4d2041ea1f9d4316fc1d4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Defense Secretary Pete Hegseth listens as President Donald Trump speaks in the Oval Office of the White House during an executive order signing about quantum computing, Monday, June 22, 2026, in Washington. (AP Photo/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content></item><item><title><![CDATA[Comedian Carlos Mencia pleads not guilty to 12 felony charges of failure to pay taxes]]></title><link>https://www.local10.com/entertainment/2026/06/22/comedian-carlos-mencia-pleads-not-guilty-to-12-felony-charges-of-failure-to-pay-taxes/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/22/comedian-carlos-mencia-pleads-not-guilty-to-12-felony-charges-of-failure-to-pay-taxes/</guid><dc:creator><![CDATA[By ANDREW DALTON, Associated Press]]></dc:creator><description><![CDATA[LOS ANGELES (AP) — Comedian Carlos Mencia has pleaded not guilty to 12 felony charges alleging he failed to report or pay taxes on more than $8 million in earnings.]]></description><pubDate>Mon, 22 Jun 2026 23:50:52 +0000</pubDate><content:encoded><![CDATA[<p>LOS ANGELES (AP) — Comedian Carlos Mencia has pleaded not guilty to 12 felony charges alleging he failed to report or pay taxes on more than $8 million in earnings.</p><p>The 58-year-old Mencia appeared behind glass in a custody area of a Los Angeles County court at his arraignment on Monday, when a judge also reduced his bail from $250,000 to $50,000.</p><p>Mencia had been in jail since his arrest on Thursday. Court documents show that he has now posted bail, but it's not clear whether he has been released.</p><p>Emails seeking comment from an attorney representing the comedian were not immediately answered.</p><p>He was charged with six felony counts of failure to file personal income tax with the intent to evade taxes — one each for the years 2019 to 2024 — and six similar counts for corporate taxes.</p><p>When he announced the charges, District Attorney Nathan Hochman called Mencia “one of California’s biggest tax scofflaws," saying he owes more than $300,000 in state taxes on income totaling $8.7 million.</p><p>If he’s convicted of all 12 counts he could get more than 11 years in prison.</p><p>The charges are the first filed under the district attorney's new Business Tax Fraud Unit that was established in May by Hochman, a former longtime prosecutor of tax cases.</p><p>Born Ned Arnel Holness in Honduras and raised in East Los Angeles, Mencia began doing stand-up in LA clubs in the late 1980s. By the early 2000s, he became one of the most popular comics in the U.S. and also did some acting in film and television. He had his own TV series, “Mind of Mencia,” combining stand-up with sketches on Comedy Central from 2005 to 2008.</p><p>Mencia still does regular stand-up shows, touring clubs and small theaters. He missed a series of Southern California shows while he was in jail.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PBZTDT4TAZD5APEB4KVBARROAA.jpg?auth=5f538347d821f10b0f8dee8cf60447be5f28c55b480a53e98649c9abf5d4283d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Actor and comedian Carlos Mencia arrives at the 23rd Annual Imagen Awards, Aug. 21, 2008, in Beverly Hills, Calif. (AP Photo/Gus Ruelas, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Gus Ruelas</media:credit></media:content></item><item><title><![CDATA[10 songs to memorialize Clive Davis, the larger-than-life music executive]]></title><link>https://www.local10.com/entertainment/2026/06/22/10-songs-to-memorialize-clive-davis-the-larger-than-life-music-executive/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/22/10-songs-to-memorialize-clive-davis-the-larger-than-life-music-executive/</guid><dc:creator><![CDATA[By MARIA SHERMAN, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — No music executive has ever been so powerful as to become synonymous with the whole of the music industry itself. But if anyone came close, it was Clive Davis.]]></description><pubDate>Tue, 23 Jun 2026 00:53:21 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — No music executive has ever been so powerful as to become synonymous with the whole of the music industry itself. But if anyone came close, it was Clive Davis.</p><p>The record company lawyer who became one of the music industry’s most powerful figures, launching or resurrecting the careers of such superstars as Janis Joplin, Whitney Houston, Carlos Santana and Alicia Keys, has died, it was announced Monday. He was 94.</p><p>The greatest way to celebrate the “man with the golden ears,” as he was colloquially known, is to listen to the musicians and songs he was instrumental in turning into career artists and timeless hits, from starting his career at Columbia Records in the 1960s to today.</p><p>Read on below and then listen to all 10 songs on The Associated Press' Spotify playlist here.</p><p>“I Will Always Love You,” Whitney Houston (1992)</p><p>The story is the stuff of music industry legend. Apparently, Davis and producer David Foster fought bitterly over the arrangement for Whitney Houston’s all-time hit, a cover of Dolly Parton’s “I Will Always Love You.” Davis wanted the final version of the song to feature its iconic 40-second a cappella intro, an experiment suggested by Houston's “Bodyguard” co-star Kevin Costner. Foster did not. Davis won out in the end.</p><p>“Smooth,”Santana ft. Rob Thomas (1999)</p><p>It was Davis who conceived of Santana's 1999 album, “Supernatural,” which paired guitar virtuoso Carlos Santana with some of the day’s hottest talents. The record won eight Grammys and gave Santana more success than he had ever enjoyed in his decades-long career. At its center is “Smooth” with Matchbox Twenty singer Rob Thomas, a track Santana originally hated but Davis convinced him otherwise — as he was wont to do.</p><p>“Freeway of Love,” Aretha Franklin (1985)</p><p>Aretha Franklin had long been a star before joining Davis at Arista Records later in her career. But by the early '80s, as her commercial success had faded amid changing musical tastes, he helped revitalize her career. “Freeway of Love,” an R&B-pop track from her 1985 record “Who’s Zoomin' Who?” brought her back to the top of conversation. Their partnership was one for the books; it's no wonder she once referred to him as “the greatest record man of all time.”</p><p>“Piece of My Heart,” Big Brother & the Holding Company featuring Janis Joplin (1967)</p><p>As the story goes, attending the Monterey International Pop Festival in 1967 was pivotal for a young Davis, who became so enamored with the performances that they transformed his approach to running Columbia Records. He'd just been named president of the label and used his power to bring a counterculture spirit to a company that had resisted rock ’n’ roll. But of the lineup, no act resonated with Davis quite like Big Brother, and in particular, the soulful singer Janis Joplin. Their partnership began then, when he took “Piece of My Heart” and suggested adding a chorus and shortening its run time and instrumentals — turning it into a No. 1 hit.</p><p>“Blinded by the Light,” Bruce Springsteen (1973)</p><p>Davis was an early adopter of Springsteen, as he was of many artists across his career. He gave the young singer-songwriter from New Jersey a chance in his early 20s and inspired him to write the everlasting single, “Blinded by the Light,” from his 1973 debut album, “Greetings from Asbury Park, N.J.” It would sound like the stuff of mythology if it weren’t true.</p><p>“Fallin,’” Alicia Keys (2001)</p><p>It's not so much that Davis had a role in the debut single from the nascent, big-voiced Alicia Keys — but he was one of her first and most ardent supporters. He signed her to his J Records and helped make her the star she is today. He saw her greatness immediately and at the very beginning.</p><p>“Mandy,” Barry Manilow (1974)</p><p>Over 50 years ago, Davis threw a party to celebrate the release of Arista Records’ first Grammy record of the year nominee: Barry Manilow’s “Mandy.” Stevie Wonder showed up. So did John Denver and Elton John. What was a one-off celebration morphed into one of the best-known and most exclusive parties of the year: the annual pre-Grammy fundraising event hosted by Davis, including four months before his death. But his fabulous gala was not the only reason this song is included here: It is evidence of Davis’ ability to identify a hit and pair it with the right artist. He gave “Mandy” to Manilow, and the rest is history.</p><p>“Piano Man,” Billy Joel (1973)</p><p>Billy Joel shared a tribute to Davis on his Instagram account on Monday, writing, “Clive Davis convinced me to sign with Columbia Records many years ago. He recognized the talent of great musicians and understood the power of contemporary music.” The album that he released immediately after said signing? “Piano Man.” Not bad work, Davis.</p><p>“Blame It on the Rain,” Milli Vanilli (1989)</p><p>Like every major music exec, Davis' aim wasn't 100% all the time — though he was a lot more accurate than most. His Arista label had huge success with country superstars Brooks & Dunn, R&B group TLC, singer-songwriter and producer Babyface, Houston, Franklin and more. He also initially knocked it out of the park with Milli Vanilli, the male pop duo, which had a huge hit with “Blame It On the Rain.” The pair would soon become the embarrassment of the industry when, after winning a Grammy the next year, it was revealed that they weren’t actually singing their songs.</p><p>“Since U Been Gone,” Kelly Clarkson (2004)</p><p>Davis and Kelly Clarkson had a complicated relationship. Davis found “Since U Been Gone,” one of the biggest songs of her career, for Clarkson but wrote in his memoir that she didn’t want to record it originally. Clarkson says it is because she was told she would cowrite the song, but by the time she got to Sweden to work with producers and songwriters Max Martin and Dr. Luke, it had already been completed. It’s both yet another example of Davis’ keen ear — and his fallibility.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LL4KSSWM3ITA2X6XCMLE2BYSGU.jpg?auth=c821a150ad1f175919fc181aafba3d4855a7cc6b6c6b22c31666957c0217ce7d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Aretha Franklin, left, and Clive Davis, attend Keep a Child Alive's 2014 Black Ball in New York on Oct. 30, 2014. (Photo by Andy Kropa/Invision/AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Andy Kropa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/INWO73LHWQ5TTO4JRM735QRJWQ.jpg?auth=992d93d8782f7233257fc806ff7ae0cc59492a45aad80a8ada84986c93e77397&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Alicia Keys, left, and Clive Davis attend the "Hell's Kitchen" Broadway musical opening night performance in New York on April 20, 2024. (Photo by CJ Rivera/Invision/AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">CJ Rivera</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BC3ZRS7RRJITYMCCDGBXF2HTXQ.jpg?auth=42e3e905f67bd90532987c7f31253269fe6def48bcbcbf8305d7b47e107505c3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Barry Manilow, left, and Clive Davis attend Clive Davis' 90th birthday celebration in New York on April 6, 2022. (Photo by Greg Allen/Invision/AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Greg Allen</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZCVU4QVW5ISYK37MSPM6QVGWKM.jpg?auth=cfbb882a42a981475c5c015d549177ce6d8b3dd2206199a9bbea02a67829e220&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Record mogul Clive Davis is pictured in his New York office, Sept. 10, 1980. (AP Photo/Marty Reichenthal, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Marty Reichenthal</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YCJ3OP42DUKOA6XFLAJJPA54YU.jpg?auth=3fe3ddcb2fe157ef2236d420b6cfb16fde783fc5bb90ab8fca32cdabd8517e9b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Music producer Clive Davis attends the special screening of "Western Stars" at Metrograph in New York on Oct. 16, 2019. (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[Top auto regulator opens special probe after a Tesla slams into a Texas home, killing a 76-year-old]]></title><link>https://www.local10.com/business/2026/06/22/top-auto-regulator-opens-special-probe-after-a-tesla-slams-into-a-texas-home-killing-a-76-year-old/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/22/top-auto-regulator-opens-special-probe-after-a-tesla-slams-into-a-texas-home-killing-a-76-year-old/</guid><dc:creator><![CDATA[By BERNARD CONDON, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — The top U.S. auto regulator opened an investigation Monday after a Tesla using an automated driving feature slammed into a Texas home at high speed and killed a 76-year-old woman standing inside.]]></description><pubDate>Mon, 22 Jun 2026 23:55:17 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — The top U.S. auto regulator opened an investigation Monday after a Tesla using an automated driving feature slammed into a Texas home at high speed and killed a 76-year-old woman standing inside.</p><p>The National Highway Traffic Safety Administration said it's opening a special investigation into the Tesla Model 3 crash on Friday near Houston, a significant probe because the car was using technology that Elon Musk considers key to the company's future.</p><p>The Tesla CEO is rolling out robotaxis using automated software in several U.S. cities this year and plans to invite Tesla owners to put their cars into the fleet using the same system across the country.</p><p>The driver told the Harris County Sheriff's Office that he was using the technology, according to a police report on the crash, but it's not clear what role, if any, it played in the incident.</p><p>The police report also noted that the driver was not drunk and is cooperating. It identified the woman killed as Martha Avila.</p><p>Video obtained by KHOU-TV shows the car traveling at top speed over the front lawn of a brick home in Katy, then ramming into a front room. The next shot shows the car encased in the home amid piles of crumbling plaster, split beams and bits of furniture.</p><p>Tesla did not respond immediately to a request for comment.</p><p>The auto safety regulator, known as NHTSA, has launched several investigations into Tesla, including one late last year into 58 incidents in which Teslas reportedly violated traffic safety laws while using self-driving technology, leading to more than a dozen crashes and fires and nearly two dozen injuries.</p><p>A few months earlier, the NHTSA opened an investigation into why Tesla apparently had not been reporting crashes promptly as required.</p><p>As for special crash investigations, the NHTSA has opened 46 involving Teslas using self-driving or driver-assistance technology over the past decade, according to the agency's records. In more than a dozen of those crashes, at least one person — a driver, passenger or pedestrian — was killed.</p><p>Tesla stock fell sharply early last year as car sales plunged amid a boycott of Musk after he waded into politics, leading President Donald Trump's budget-cutting Department of Government Efficiency initiative and embracing European extremist candidates.</p><p>Musk has since shifted the Tesla story to one less about car sales and more about AI and robotaxis, and done so successfully. The stock is up 16% in the past year.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YAYOOOMJ2SIZ2WL23QFYF7FQC4.jpg?auth=ab5299fa9fdb614a1f9c0d399b7d402482419bcb3988c4c9edf4fecc204a255d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Tesla vehicles line a parking lot at the company's Fremont, Calif., factory on Aug. 5, 2025. (AP Photo/Noah Berger, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Noah Berger</media:credit></media:content></item><item><title><![CDATA[Aumenta el número de gobiernos conservadores en Latinoamérica]]></title><link>https://www.local10.com/espanol/2026/06/22/aumenta-el-numero-de-gobiernos-conservadores-en-latinoamerica/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/22/aumenta-el-numero-de-gobiernos-conservadores-en-latinoamerica/</guid><dc:creator><![CDATA[Por MANUEL RUEDA, Associated Press]]></dc:creator><description><![CDATA[BOGOTÁ (AP) — Abelardo de la Espriella, un candidato ajeno al sistema y respaldado por el presidente estadounidense Donald Trump, parece haber ganado las elecciones presidenciales de Colombia, lo que convierte al país en el más reciente de América Latina en haber elegido un liderazgo más conservador.]]></description><pubDate>Mon, 22 Jun 2026 22:56:49 +0000</pubDate><content:encoded><![CDATA[<p>BOGOTÁ (AP) — Abelardo de la Espriella, un candidato ajeno al sistema y respaldado por el presidente estadounidense Donald Trump, parece haber ganado las elecciones presidenciales de Colombia, lo que convierte al país en el más reciente de América Latina en haber elegido un liderazgo más conservador.</p><p>De la Espriella encabezaba la contienda frente a su rival Iván Cepeda por cerca de un punto porcentual —unos 251.000 votos—, luego de que casi todos los sufragios habían sido contabilizados el lunes. Las autoridades aún no han declarado un ganador. Cepeda ha impugnado los resultados, pero es poco probable que esa revisión modifique el desenlace.</p><p>De la Espriella hizo campaña con un enfoque de mano dura contra el crimen, lo que incluye el cancelar las conversaciones de paz con grupos insurgentes colombianos y construir megaprisiones, como la de El Salvador. Trump dijo que este candidato —un abogado y empresario apodado “El Tigre"— era el que podía restablecer el orden público en Colombia.</p><p>A continuación presentamos un vistazo a los países de América Latina que han elegido presidentes conservadores en los últimos años:</p><p>Argentina elige a un libertario para enfrentar la inflación</p><p>Javier Milei, economista y comentarista de televisión apodado “El León”, ganó las elecciones presidenciales de Argentina en noviembre de 2023, luego de prometer recortar el gasto público y enfrentar el problema inflacionario que arrastra la nación sudamericana desde hace décadas. El libertario derrotó al movimiento peronista gobernante.</p><p>Durante su mandato, Milei ha impedido que el banco central del país imprima dinero para financiar el déficit del gobierno y ha recortado el gasto público, medida que ha incluido despedir empleados del Estado y frenar la inversión en programas de infraestructura pública, al igual que una reducción en los subsidios a las facturas de servicios públicos.</p><p>La inflación de Argentina ha descendido de 211% en 2023 a 32% en 2025. Sin embargo, algunos han responsabilizado a las políticas de austeridad de Milei de reducir el nivel de vida de muchos argentinos, incluidos los trabajadores del sector público.</p><p>Ecuador reelige a un gobernante que favorece a los militares</p><p>Daniel Noboa, integrante de una de las familias más ricas de Ecuador, fue reelegido para un mandato de cuatro años en abril de 2025, al ganar la elección con 56% de los votos. El gobernante conservador les ha dado a las fuerzas armadas un papel más destacado en el suministro de seguridad a ciudades costeras asoladas por grupos de narcotraficantes, los cuales se disputan el control de puertos y de rutas de tráfico de drogas.</p><p>Pero la estrategia no ha reducido de manera sustancial las tasas de homicidios. El gobierno también ha sido acusado de cometer violaciones a los derechos humanos, tales como ejecuciones extrajudiciales.</p><p>Durante la gestión de Noboa, las fuerzas armadas de Ecuador han comenzado a realizar operaciones conjuntas con Estados Unidos para combatir el narcotráfico. El mandatario también impulsó la reapertura de una base militar estadounidense en territorio ecuatoriano, pero la propuesta fue rechazada en un referendo el año pasado.</p><p>Honduras vuelve al partido conservador</p><p>Nasry Asfura, inversionista inmobiliario y exalcalde del Partido Nacional, ganó por estrecho margen las elecciones presidenciales en Honduras en noviembre, al derrotar a su rival más cercano por menos de un punto porcentual.</p><p>Asfura, que pertenece al mismo partido que el expresidente Juan Orlando Hernández —indultado por Trump tras ser declarado culpable de narcotráfico—, recibió el respaldo del presidente de Estados Unidos, quien amenazó con cortar la ayuda al pequeño país centroamericano si Asfura no era elegido. En el gobierno de Asfura, Honduras ha recibido a decenas de deportados de terceros países mediante un acuerdo que firmó con Washington en 2025, la mayoría de ellos ciudadanos guatemaltecos.</p><p>El Kast de Chile derrota al movimiento progresista</p><p>José Antonio Kast, conservador y católico practicante, ganó las elecciones presidenciales de Chile en diciembre con 58% de los votos, al vencer a un gobierno progresista que estuvo en el poder durante los cuatro años previos.</p><p>En sus campañas, Kast aprovechó los temores por el aumento de las tasas de criminalidad en Chile, y dijo que expulsaría a migrantes de países como Venezuela y Haití que habían estado trabajando en territorio chileno sin permisos de residencia. Una de sus primeras medidas tras asumir el cargo ha sido ampliar una zanja a lo largo de las fronteras con Perú y Bolivia, en un intento —según dice su gobierno— de frenar el narcotráfico y la migración.</p><p>Recientemente, el gobierno de Kast ha enfrentado protestas por el incremento del desempleo y los recortes presupuestarios, que han afectado a empleados públicos.</p><p>Costa Rica propone mano dura contra el crimen</p><p>Laura Fernández, ministra de Economía durante el gobierno del expresidente conservador Rodrigo Chaves, ganó las elecciones de Costa Rica en febrero con 48% de los votos, venciendo a su rival más cercano por 15 puntos porcentuales y superando el 40% de los sufragios necesarios para evitar una segunda vuelta.</p><p>Durante su campaña, Fernández propuso medidas de mano dura contra el crimen, incluido un estado de excepción que le permitiría a la policía detener a sospechosos sin órdenes judiciales, y dijo que construiría una megaprisión inspirada en el notorio Centro de Confinamiento del Terrorismo de El Salvador.</p><p>El gobierno de Fernández ha recibido varios vuelos con migrantes de terceros países deportados por Estados Unidos, en cumplimiento de un acuerdo que firmó su antecesor el año pasado. En junio, uno de esos vuelos transportó a migrantes de China, Vietnam, Colombia y Azerbaiyán.</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/CK7JT6SG2RN4LO2Q3FTDYMNXRI.jpg?auth=743da2c81b3b5da96795d04b10017149143be3ee93cad48de087555ad40e0fd6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Simpatizantes del candidato presidencial Abelardo de la Espriella sostienen un tigre de peluche durante un mitin de campaña, el domingo 14 de junio de 2026, en Buga, Colombia. (AP Foto/Santiago Saldarriaga)]]></media:description><media:credit role="author" scheme="urn:ebu">Santiago Saldarriaga</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XAAJWOOSCUIH67DNA7R5G7LQ6I.jpg?auth=e65d0687cd22640323b60e306ebfa10e892f811990ef4ba9028e3fe78221363a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El presidente Daniel Noboa pronuncia su discurso sobre el estado de la nación en la Asamblea Nacional, el domingo 24 de mayo de 2026, en Quito, Ecuador. (AP Foto/Dolores Ochoa)]]></media:description><media:credit role="author" scheme="urn:ebu">Dolores Ochoa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KVHVNJA4Y7WFTODVMGTKI2GFY4.jpg?auth=694f559bea38519258cf0a43851ee4aafbefa0851e28807179fbedfa574c2585&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[ARCHIVO - Javier Milei, aspirante a la presidencia por la coalición La Libertad Avanza, blande una motosierra durante un mitin el 12 de septiembre de 2023, en La Plata, Argentina. (AP Foto/Natacha Pisarenko, archivo)]]></media:description><media:credit role="author" scheme="urn:ebu">Natacha Pisarenko</media:credit></media:content></item><item><title><![CDATA[Authorities arrest 2 more suspects in planned attack on Trump's UFC show]]></title><link>https://www.local10.com/news/2026/06/22/authorities-arrest-2-more-suspects-in-planned-attack-on-trumps-ufc-show/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/22/authorities-arrest-2-more-suspects-in-planned-attack-on-trumps-ufc-show/</guid><dc:creator><![CDATA[By REBECCA BOONE and ERIC TUCKER, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Two more people in Missouri and Washington state have been arrested in connection with what authorities say was a planned attack targeting President Donald Trump's UFC cage-fighting show at the White House earlier this month.]]></description><pubDate>Tue, 23 Jun 2026 00:18:00 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Two more people in Missouri and Washington state have been arrested in connection with what authorities say was a planned attack targeting President Donald Trump's UFC cage-fighting show at the White House earlier this month.</p><p>Law enforcement officials disrupted the plan a few days before the June 14 White House event, according to court documents.</p><p>William Lee Spartacus Falkner of Belfair, Washington, was arrested Friday and charged with conspiracy to commit murder, according to court documents filed Monday in the Western District of Washington. Jordan W. Rincker, 28, was arrested Sunday and charged with conspiracy to commit murder in the Western District of Missouri. A defense attorney appointed to represent Falkner did not immediately respond to an email requesting comment, and court records do not reveal if Rincker has obtained an attorney. Neither man has had the opportunity to enter a plea.</p><p>“Law enforcement continues to do what it does — move to disrupt and hold accountable those allegedly plotting to do harm on the White House Grounds on June 14,” Acting Attorney General Todd Blanche said in a news release.</p><p>Law enforcement officials learned about the possible threat on June 10, four days before the mixed martial arts extravaganza on the White House’s South Lawn. The Justice Department last week announced federal charges against five people from states including Ohio, Missouri, Nebraska and California. The latest arrests bring the number of people known to be facing federal charges to seven.</p><p>Officials say the group members harbored fringe conspiracy theories and hoped the attack would destabilize the government.</p><p>The investigation began after the mother of an Ohio man contacted police because she was concerned about her son's recent firearms purchases and online communications, according to an FBI affidavit filed in the case.</p><p>The man, 19-year-old Tycen Proper, told investigators that he was part of a group that wanted to trigger a revolution and target members of the government, and that they planned to fly explosive-laden drones into the event and then shoot panicked crowd members as they fled, according to the affidavit. Proper is charged with firearms offenses and crimes including attempted murder of an officer or employee of the United States.</p><p>“Mr. Proper appreciates the serious nature of the charges currently pending against him and will address them appropriately in court at the right time," Proper’s attorney, Joe Patituce, said Monday. "For now, we are going to move the case forward one step at a time."</p><p>Investigators recovered high-powered firearms from several of the suspects and reviewed encrypted text messages between roughly 20 participants who shared detailed maps and aerial photographs of the area and discussed the need for a “safe house” and escape routes after the intended attack, the documents show.</p><p>But it’s unclear from the court records how close the would-be attackers could have come to being able to carry out the plan had it not been thwarted.</p><p>Several suspects or co-conspirators who were questioned by the authorities said they did not intend themselves to carry out violence but planned to instead observe others. One said he would have traveled to the UFC event as a protester but had to return home after his vehicle malfunctioned. And though the participants spoke of using drones rigged with explosives, charging documents suggest they were still looking to acquire such equipment when the plot was interrupted.</p><p>Prosecutors say Rincker distributed cash to some of the conspiracy members, and that he accepted goods including weapons, a 3D printer, a computer and other items and agreed to produce drone parts. Rincker told an investigator that he didn't actually intend to help build the drones suing the printer, according to an FBI affidavit, and just wanted the printer so he could make and sell crafts.</p><p>An FBI affidavit says Falkner communicated with other group members about his ability to procure and operate drones as well as what tactics and explosives to use in the plot. After news broke that the plan had been disrupted, Falkner texted another group member to say, “Work trip is canceled. My boss got picked up,” and sent a link to an article detailing the initial arrests, according to the affidavit.</p><p>___ Boone reported from Boise, Idaho.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3Z6YOZBI2GKA6QJZSTWTQAM5OM.jpg?auth=41a4c6dd74c2fbc3d179b3c80d15073a94fb1be34aebae83c8a251633237e22e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A worker on a lift uses a sledge hammer as crews work to disassemble the structure that was built for UFC Freedom 250 at the White in Washington, Sunday, June 21, 2026. (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/QJGB772W2CRBBP4C5LH2EZGFHM.jpg?auth=aae76d89316bd67c9300d9391e26225acb068174ded7232de8f0f877d5fa77cb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump applauds after Justin Gaethje defeated Ilia Toupruia in the lightweight championship bout at UFC Freedom 250 on the South Lawn of the White House, Monday, June 15, 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[World Cup sees first weather delay, with France-Iraq game in Philadelphia paused for 2 hours]]></title><link>https://www.local10.com/sports/2026/06/22/world-cup-sees-first-weather-delay-with-france-iraq-game-in-philadelphia-paused-for-2-hours/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/22/world-cup-sees-first-weather-delay-with-france-iraq-game-in-philadelphia-paused-for-2-hours/</guid><dc:creator><![CDATA[By COLLIN BINKLEY, Associated Press]]></dc:creator><description><![CDATA[PHILADELPHIA (AP) — Heavy rain and thunderstorms prompted a rare World Cup weather delay on Monday, when the halftime break during a match between France and Iraq lasted 2 hours, 10 minutes.]]></description><pubDate>Tue, 23 Jun 2026 02:15:45 +0000</pubDate><content:encoded><![CDATA[<p>PHILADELPHIA (AP) — Heavy rain and thunderstorms prompted a rare World Cup weather delay on Monday, when the halftime break during a match between France and Iraq lasted 2 hours, 10 minutes.</p><p>It was the first rain delay of the tournament and the first time in at least several decades that a World Cup match was delayed midgame because of inclement weather. Halftime began at 5:50 p.m. EDT and the game resumed at 8 p.m. — 1 hour, 55 minutes longer than the scheduled 15-minute halftime break.</p><p>France played through the rain and muck to beat Iraq 3-0 behind two goals from Kylian Mbappé.</p><p>“It’s a question of safety,” France coach Didier Deschamps said. “You can’t fight against rain and lightning. We will stick to the local laws. We have to adapt. These are very special circumstances, and I do hope they will not happen again.”</p><p>There was also heavy rain ahead of Monday night’s game between Norway and Senegal in East Rutherford, New Jersey, which started on time.</p><p>With France leading 1-0 at halftime, scoreboard messages directed the crowd at Lincoln Financial Field to take shelter in the stadium’s covered areas, warning that a severe storm was on the way. Sheets of rain fell through halftime as thousands of fans huddled in the concourse and under balconies.</p><p>The stoppage was initially expected to extend the halftime break by 15 minutes. As the delay dragged on, stadium officials announced that “the game will resume when deemed safe.”</p><p>The teams returned to the field to warm up after about 1 hour, 40 minutes, prompting cheers from the crowd. Crews used squeegees to push standing water toward the sideline of the swampy field.</p><p>A rule used by FIFA pauses games for 30 minutes if lightning is detected within 8 miles. Each strike resets the clock.</p><p>France and Iraq played through a downpour that started in the 37th minute. Fans donned ponchos and most stayed in their seats until they were told to find shelter at halftime.</p><p>“I think that’s out of our control, so we just needed to adapt, and I think we did that pretty well,” French defender Jules Kounde said.</p><p>France scored twice in the second half, which did not include the much-debated hydration break that was added for this tournament.</p><p>“I think it’s the first time I experienced it in football as a coach or a player,” Iraq coach Graham Arnold said of the delay. “It obviously made it much harder for the players. I told the players, who’s going to switch on mentally?”</p><p>FIFA long had a reputation for continuing matches even through extreme weather. A 2014 game between the U.S. and Germany continued in Brazil even after torrential downpour that flooded parts of the surrounding city.</p><p>World Cup regulations do not specify weather conditions that would prompt a delay to the start of matches or an interruption. However, the regulations say “in the case of a match being abandoned as a result of force majeure after it has already kicked off … the match shall recommence at the minute at which play was interrupted rather than being replayed in full, and with the same scoreline.”</p><p>___</p><p>AP Sports Writer Dan Gelston contributed to this report.</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/JWQ3R3XHKM4XXP54LZLDKDQ6MA.jpg?auth=5df5742f892138a6712524a504f1169ff4a0c727c2c70177ea961a382de53d79&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A sign advising fans of a weather delay is displayed during the World Cup Group I soccer match between France and Iraq in Philadelphia, Monday, June 22, 2026. (AP Photo/Derik Hamilton)]]></media:description><media:credit role="author" scheme="urn:ebu">Derik Hamilton</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HLNSKPZASURPPPHRXO5ZQSPG3I.jpg?auth=68a122381d716024c220ef1a143426a2ede175a6660492eafdbef8acfd7d6069&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A general view of the stadium during a storm delay in the World Cup Group I soccer match between France and Iraq in Philadelphia, Monday, June 22, 2026. (AP Photo/Matt Rourke)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Rourke</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5Z6I47LWYKRVSIMCYACROLI7MY.jpg?auth=d28ea22b4bfe4ec9ab9495a0d0dc27b060969a8dcce227a3b124897e68f36149&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Fans wait in a sheltered area of the stadium as bad weather halts play during the World Cup Group I soccer match between France and Iraq in Philadelphia, Monday, June 22, 2026. (AP Photo/Matt Rourke)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Rourke</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/A6GMN7R7DRQY65UM2BUKYUBYEM.jpg?auth=eb9046c141c03509a0a439414c1d9e82bc6608e5938d78a09162eecc20d074ed&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A photographer shelters from the rain as play is suspended during the World Cup Group I soccer match between France and Iraq in Philadelphia, Monday, June 22, 2026. (AP Photo/Petr David Josek)]]></media:description><media:credit role="author" scheme="urn:ebu">Petr David Josek</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5TMVONGMKMDJCB4DKIGHLDFQXE.jpg?auth=906ba8b5e206cc6a1faf109735d661dc2e9233a57989ecd2182264bda96a8902&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A sign advising fans of a weather delay is displayed during the World Cup Group I soccer match between France and Iraq in Philadelphia, Monday, June 22, 2026. (AP Photo/Matt Rourke)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Rourke</media:credit></media:content></item><item><title><![CDATA[Tucker Carlson says he'll no longer support the Republican Party]]></title><link>https://www.local10.com/entertainment/2026/06/22/tucker-carlson-says-hell-no-longer-support-the-republican-party/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/22/tucker-carlson-says-hell-no-longer-support-the-republican-party/</guid><dc:creator><![CDATA[By JESSE BEDAYN, Associated Press]]></dc:creator><description><![CDATA[Longtime conservative commentator Tucker Carlson said on a podcast that “there's no chance I would support the Republican Party" ahead of the November midterm elections, dismissing the political affiliation he's defended as a pundit for decades, including as one of Fox News Channel's most popular hosts.]]></description><pubDate>Mon, 22 Jun 2026 22:39:46 +0000</pubDate><content:encoded><![CDATA[<p>Longtime conservative commentator Tucker Carlson said on a podcast that “there's no chance I would support the Republican Party" ahead of the November midterm elections, dismissing the political affiliation he's defended as a pundit for decades, including as one of Fox News Channel's most popular hosts.</p><p>“Not gonna support the Democratic Party,” Carlson was quick to add, speaking late last week on the show “Can't Be Censored.” “I don't know what I'm going to do.”</p><p>Carlson, who has amassed a large following on his own podcast since being fired from Fox News in 2023, has more recently diverged from the party, a disillusionment supercharged by President Donald Trump's decision to go to war with Iran in February.</p><p>Carlson supported Trump in 2024. After the war began, he apologized for supporting the then-presidential candidate and “misleading people," saying it wasn't intentional.</p><p>He's repeatedly criticized the war as being at the behest of Israel at the expense of Americans, and attacked the party for failing to represent its own voters, citizens and nation.</p><p>“They are making decisions on the basis of other criteria, what’s best for this company, what’s best for Israel, what’s best for our donors,” he said. “That’s not just, like, they are off in the wrong direction, like, that is unacceptable, that’s treasonous, it’s immoral, it can’t continue."</p><p>“I’ve been a consistent defender for 35 years of the Republican Party, I mean very consistent defender, but there’s no defending this," he said. “So no, I’m out. And if I’m out, then I think a lot of other people are out.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SGGQC2XAQBZTSYARJQZW72HUMA.jpg?auth=983721c202afa88fb917440c8296889b9ec03edf52ea51e84ed0f1178ddbd42a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Tucker Carlson attends a meeting with President Donald Trump and oil executives in the East Room of the White House, Jan. 9, 2026, in Washington. (AP Photo/Alex Brandon, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content></item><item><title><![CDATA[Colombians’ vote in U.S.: 80.57% vote for De La Espriella, 18.43%  for Cepeda]]></title><link>https://www.local10.com/news/politics/2026/06/22/de-la-espriella-wins-8057-of-runoff-election-votes-from-colombians-in-us-data-shows/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/22/de-la-espriella-wins-8057-of-runoff-election-votes-from-colombians-in-us-data-shows/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Abelardo De La Espriella won 80.57% of the votes from Colombians in the U.S. during the presidential runoff election on Sunday, according to data published by the Colombian National Registry. ]]></description><pubDate>Mon, 22 Jun 2026 18:36:14 +0000</pubDate><content:encoded><![CDATA[<p>The vast majority of Colombians who cast their ballots on Sunday in the U.S. during the presidential runoff election voted for Abelardo De La Espriella, <a href="https://resultados.registraduria.gov.co/v2/resultados/0/00/" target="_self" rel="" title="https://resultados.registraduria.gov.co/v2/resultados/0/00/">according</a> to data published by the Colombian National Registry. </p><p>The preliminary count showed 80.57%, or 179,841 Colombians who cast their ballots in the U.S., voted for De La Espriella, 47, a former Miami-Dade resident who has both U.S. and Colombian citizenship. </p><p>The count also showed 41,142, or 18.43% of Colombians who cast their ballots in the U.S., voted for left-wing candidate Iván Cepeda, who has lived in Bulgaria, Cuba, and the Czech Republic.</p><p>There were <a href="https://puestosdevotacionexterior.cancilleria.gov.co/" target="_self" rel="" title="https://puestosdevotacionexterior.cancilleria.gov.co/">more than 250</a> precincts for the <a href="https://www.economist.com/the-americas/2026/06/18/the-colombian-diaspora-is-overwhelmingly-right-wing" target="_self" rel="" title="https://www.economist.com/the-americas/2026/06/18/the-colombian-diaspora-is-overwhelmingly-right-wing">Colombian diaspora</a> worldwide. In South Florida, Colombian voters cast their ballots in Coral Gables, Kendall, Hialeah, Coral Springs, and Weston. </p><p>As of Monday afternoon, De La Espriella, a criminal defense attorney who campaigned as “El Tigre,” a law-and-order candidate, stood to become the president-elect after winning 250,830 more votes than Cepeda. </p><p>With information from 99.99% of the polling stations, 122,017 out of 122,020, the <a href="https://resultados.registraduria.gov.co/v2/resultados/0/00/" target="_self" rel="" title="https://resultados.registraduria.gov.co/v2/resultados/0/00/">data</a> showed 49.66%, or 12,959,542, voted for De La Espriella, and 48.7%, or 12,708,712, voted for Cepeda. </p><p>U.S. President Donald Trump endorsed De La Espriella, a fan of Salvadoran President Nayib Bukele, who wants to open mega prisons, cut corporate taxes, restart oil exploration and fracking, and cut social spending. </p><p>Colombian President Gustavo Petro supported Cepeda, 63, a rival of former Colombian President Álvaro Uribe, who wants to continue negotiations with armed groups for their surrender, prioritize welfare programs, and protect the environment. </p><p>Petro’s four-year term ends on Aug. 7, when De La Espriella plans to be sworn in as Colombia’s 48th president.</p><p>During the presidential election’s first round <a href="https://www.local10.com/news/world/2026/06/01/over-70-of-colombians-in-us-vote-for-espriella-pro-trump-presidential-candidate/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/01/over-70-of-colombians-in-us-vote-for-espriella-pro-trump-presidential-candidate/">on May 31</a>, De la Espriella had 43.73% of the votes when he qualified for the runoff against Cepeda, who had 40.91% of the votes. About 70% of the voters in the U.S. also chose De La Espriella <a href="https://www.local10.com/news/world/2026/06/01/over-70-of-colombians-in-us-vote-for-espriella-pro-trump-presidential-candidate/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/01/over-70-of-colombians-in-us-vote-for-espriella-pro-trump-presidential-candidate/">on May 31</a>. </p><p><b>Related reporting</b></p><ul><li><a href="https://www.local10.com/news/politics/2026/06/22/colombias-preliminary-vote-count-showing-de-la-espriellas-narrow-victory-is-accurate-registrar-says/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/06/22/colombias-preliminary-vote-count-showing-de-la-espriellas-narrow-victory-is-accurate-registrar-says/">Colombia’s preliminary vote count showing De La Espriella’s narrow victory is ‘accurate,’ registrar says</a></li><li><a href="https://www.local10.com/news/politics/2026/06/21/trump-backed-abelardo-de-la-espriella-wins-with-4966-of-colombian-votes/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/06/21/trump-backed-abelardo-de-la-espriella-wins-with-4966-of-colombian-votes/">Trump on Colombian presidential election: Abelardo De la Espriella ‘won BIG’</a></li><li><a href="https://www.local10.com/news/politics/2026/06/21/ivan-cepeda-reacts-to-not-official-or-binding-preliminary-vote-count-in-colombia/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/06/21/ivan-cepeda-reacts-to-not-official-or-binding-preliminary-vote-count-in-colombia/">Election in Colombia: Iván Cepeda reacts to ‘not official or binding’ preliminary vote count</a></li><li><a href="https://www.local10.com/news/politics/2026/06/21/historic-day-for-colombians-trump-backed-de-la-espriella-heads-for-narrow-presidential-win/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/06/21/historic-day-for-colombians-trump-backed-de-la-espriella-heads-for-narrow-presidential-win/">Historic day for Colombians: Trump-backed De la Espriella heads for narrow presidential win</a></li><li><a href="https://www.local10.com/news/politics/2026/06/21/historic-day-for-colombians-polls-close-after-polarized-runoff-to-elect-48th-president/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/06/21/historic-day-for-colombians-polls-close-after-polarized-runoff-to-elect-48th-president/">Polls close in South Florida</a></li><li><a href="https://www.local10.com/news/politics/2026/06/21/polls-open-for-colombia-runoff-election-including-in-south-florida/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/06/21/polls-open-for-colombia-runoff-election-including-in-south-florida/">Polls open in South Florida</a> </li></ul>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2KZYM3H76UWEXHEWEZMIOBSK4U.jpg?auth=fd0551abe376aefd149d1042d152217e4f1d0d45a87f9d8a182c53f0e3344454&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Presidential candidate Abelardo de la Espriella of the opposition Defenders of the Motherland movement arrives to vote in the runoff election in Barranquilla, Colombia, Sunday, June 21, 2026. ((AP Photo/Rodrigo Abd)]]></media:description><media:credit role="author" scheme="urn:ebu">Rodrigo Abd</media:credit></media:content></item><item><title><![CDATA[June 22: Summer sizzle]]></title><link>https://www.local10.com/weather/2026/06/22/june-22-summer-sizzle/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/06/22/june-22-summer-sizzle/</guid><dc:creator><![CDATA[Betty Davis]]></dc:creator><description><![CDATA[Showers and storms over parts of interior South Florida will diminish Monday evening. ]]></description><pubDate>Mon, 22 Jun 2026 22:35:48 +0000</pubDate><content:encoded><![CDATA[<p>Showers and storms over parts of interior South Florida will diminish Monday evening. Miami-Dade and Broward counites can expect partly cloudy skies with smoke lingering over parts of Dade, especially near brushfire areas. Temperatures will drop to 80°F overnight.</p><p>Tuesday will feature a sun/cloud mix, haze and southeast winds. There may be a few showers in the morning. During the afternoon, one or two inland storms could develop. Temperatures will make a run for the low and mid-90s. Factor in the humidity and will feel like the triple digits.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZVM6A6ZXGBFH5FRLH2CKLR7DDY.jpg?auth=5538de09b666ea5a5147343fa29e64118175bed12961ff44a71e0e9e91fc0d29&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Safety alert: Homestead bust nets drug-laced snacks and candy marketed to kids  ]]></title><link>https://www.local10.com/news/local/2026/06/22/homestead-undercover-bust-nets-70-pounds-of-marijuana/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/22/homestead-undercover-bust-nets-70-pounds-of-marijuana/</guid><dc:creator><![CDATA[Janine Stanwood]]></dc:creator><description><![CDATA[Homestead Police have confiscated more than 70 pounds of marijuana, nearly 1,000 vape cartridges, and drug-laced snacks after an undercover bust at a home in a residential neighborhood. ]]></description><pubDate>Mon, 22 Jun 2026 21:31:34 +0000</pubDate><content:encoded><![CDATA[<p>Homestead police officers seized more than 70 pounds of marijuana, nearly 1,000 vape cartridges, and drug-laced gummies and snacks after an undercover bust.</p><p>Homestead detectives said a “trap house” in a residential neighborhood was at the center of a setup for the illegal sale of drugs. </p><p>What was most disturbing about the findings for Chief Mario Knapp was the deceptive packaging that clearly marketed to kids. </p><p>“It’s the same logo, the same fonts, the same colors,” Knapp said about bags that appeared Cheetos or Doritos, but he said were laced with 600 milligrams of THC.</p><p>“The person who’s the consumer knows what they’re buying,” Knapp said. “The problem is you leave that around in the house, and any child can pick that up.” </p><p>Other pre-rolled marijuana joints and edibles were packaged with cartoon-like logos. Knapp said a lab was processing the drugs.</p><p>Detectives said they served a search warrant and arrested a suspect early Thursday morning at the house, and the investigation was ongoing on Monday. </p><p>Knapp said illegal drug houses often are connected to other criminal activity and firearms. The department will not disclose the identity of the suspect as long as the investigation remains ongoing. </p>]]></content:encoded></item><item><title><![CDATA[A win over Saudi Arabia would send Cape Verde to the round of 32 at the World Cup]]></title><link>https://www.local10.com/sports/2026/06/22/a-win-over-saudi-arabia-would-send-cape-verde-to-the-round-of-32-at-the-world-cup/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/22/a-win-over-saudi-arabia-would-send-cape-verde-to-the-round-of-32-at-the-world-cup/</guid><dc:creator><![CDATA[By TIM REYNOLDS, Associated Press]]></dc:creator><description><![CDATA[MIAMI GARDENS, Fla. (AP) — Here's something that very few could have reasonably expected coming into this World Cup: Cape Verde controls its own destiny with one match left in group play.]]></description><pubDate>Mon, 22 Jun 2026 20:44:07 +0000</pubDate><content:encoded><![CDATA[<p>MIAMI GARDENS, Fla. (AP) — Here’s something that very few could have reasonably expected coming into this World Cup: Cape Verde controls its own destiny with one match left in group play.</p><p>That’s right. With a win on Friday against Saudi Arabia, the tiny nation of about 500,000 people and about 15 million new Instagram followers will be headed to the round of 32. Even a draw might be — should be — enough to earn a spot in the knockout round.</p><p>The Blue Sharks were long shots entering the World Cup; some books had them at no better than 12% to advance from the group stage. They’re currently favored to move on.</p><p>“It’s in our hands,” defender Roberto Lopes said. “We have to go and take it.”</p><p>A pair of draws — first against Spain to begin group play, then rallying for a 2-2 result against Uruguay on Sunday — has Cape Verde still searching for its first win in its initial World Cup appearance. Still, the team is in an ideal position.</p><p>Spain leads Group H with four points. Uruguay and Cape Verde are next with two points each, while Saudi Arabia is last with one point. The top two teams from each group advance to the round of 32 along with the top eight third-place teams in the 12 groups.</p><p>A win over Saudi Arabia by Cape Verde would give it five points; it would then be mathematically certain to be no worse than second in the group. A draw would give the team three points; that, combined with a Spain win over Uruguay, would also assure a second-place finish in group play.</p><p>“One game at a time,” Cape Verde backup goalkeeper CJ dos Santos said. “This is just another challenge for us.”</p><p>There is a real chance that if Cape Verde beats Saudi Arabia, its reward would be a round of 32 game against Lionel Messi and defending World Cup champion Argentina.</p><p>And the interest in that game would be overwhelming, if it happened. On one side, there would be Messi, the biggest draw in the sport and possibly the biggest draw right now in any sport. On the other, there would be a team that the world seems to have adopted — the improbable story, replete with a 40-year-old goalkeeper whose mother needed help just to obtain a visa and fly to the U.S. to watch her son play on soccer’s grandest stage.</p><p>More than half of the team was born somewhere other than Cape Verde; Kevin Pina, who scored against Uruguay, spent part of his youth living in Massachusetts, which has the largest concentration of the Cape Verdean diaspora in the U.S.</p><p>That stems from how in the 1800s, Cape Verdeans found work on American whaling vessels in the Atlantic and eventually settled in port cities in states like Massachusetts and Rhode Island.</p><p>“We come from a country of immigrants,” Cape Verde coach Bubista said. “We want every child and every young person to feel proud to represent their country. We want our success to make them want to represent Cape Verde.”</p><p>At Luanda Restaurant in Brockton, Massachusetts, Cape Verde’s first World Cup match became an afternoon of nervous cheering as customers gathered around televisions; some fans even brought laptops so they could work remotely from the restaurant without missing the game against Spain.</p><p>Every save by 40-year-old goalkeeper Vozinha — whose stardom has risen immeasurably during this tournament — drew louder reactions inside the restaurant. Owner Amélia Goncalves said she tried to work while screaming, laughing and nearly crying, noting that Vozinha’s story resonates with the Cape Verdean community.</p><p>“If you work hard, it’s possible,” Goncalves said.</p><p>The team has worked hard. The round of 32 is very possible now. A tiny country with big hopes is poised for its biggest sports moment.</p><p>“Now nobody can ask, ‘Where is Cape Verde?’” said 22-year-old Micaelle Nunes, one of the soccer revelers in Brockton. “The whole world will know.”</p><p>The players are aware of the celebrations. They know that, in some ways, they have become a sentimental favorite all over the globe. Their story is easy to appreciate and the way they play has drawn applause even from fans in opposing jerseys.</p><p>A 12% chance is on the brink of coming through.</p><p>“We had a big journey here,” Lopes said. “Now that we’re here, we can’t change.”</p><p>___</p><p>Associated Press writer Leah Willingham in Brockton, Massachusetts, and Zach Pascuzzi in Miami Gardens, Florida, contributed to this story. Pascuzzi is a student at the University of Georgia’s Carmical Sports Media Institute.</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/KOB3K3PQ3RFEQXOXG7NCJUSHDQ.jpg?auth=18292e3bda01d5fb5445576e930dd00eb5f6e004abc0d1502c220ec427f7abfa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cape Verde supporters celebrate their side's second goal as they watch the World Cup Group H soccer match between Uruguay and Cape Verde at a restaurant at a Cape Verde community in Brockton, Mass. near Boston, Sunday, June 21, 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/H52V36RDH5LN3REVIKOXS7GMWU.jpg?auth=c2e5b9e9facd1fec8cc33c6fd76ee4c580ddccb6fe86f8452aa8c4a9ce77b1a2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cape Verde's Diney Borges (3) and Uruguay's Brian Rodriguez (18) battle for the ball during the World Cup Group H soccer match between Uruguay and Cape Verde in Miami Gardens, Fla., Sunday, June 21, 2026. (AP Photo/Rebecca Blackwell)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca Blackwell</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HCE7WMMXIR5EJLR4T4ICGKRYKI.jpg?auth=3db665e268b1de5f6efbb28e8b6f8fb8ae911240e93e1213905f9a0731c54993&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cape Verde supporters celebrate after they watched the World Cup Group H soccer match between Uruguay and Cape Verde at a restaurant at a Cape Verde community in Brockton, Mass. near Boston, Sunday, June 21, 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/N6YE5DAEGE6XOLOUDHIMY7676U.jpg?auth=4243f490aa92231ce0ce79708e4ad3ab2537997879798c0d81b823489713fcc1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cape Verde fans react following the World Cup Group H soccer match between Uruguay and Cape Verde in Miami Gardens, Fla., Sunday, June 21, 2026. (AP Photo/Rebecca Blackwell)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca Blackwell</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/G55WB24V7EIQQYGUQENOKV32YE.jpg?auth=98194ea9d962f71abb1cd0eacb1756db96265d68d92dd1ab24c2f73afec9ff9e&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 against Uruguay in Miami Gardens, Fla., Sunday, June 21, 2026. (AP Photo/Marta Lavandier)]]></media:description><media:credit role="author" scheme="urn:ebu">Marta Lavandier</media:credit></media:content></item><item><title><![CDATA[Pack of cat-killing wild dogs has Miami Beach neighborhood on edge: ‘What if it was a child?’]]></title><link>https://www.local10.com/news/local/2026/06/22/pack-of-cat-killing-wild-dogs-has-miami-beach-neighborhood-on-edge-what-if-it-was-a-child/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/22/pack-of-cat-killing-wild-dogs-has-miami-beach-neighborhood-on-edge-what-if-it-was-a-child/</guid><dc:creator><![CDATA[Jacey Birch]]></dc:creator><description><![CDATA[A pack of wild dogs has been terrorizing a Miami Beach neighborhood for several months.]]></description><pubDate>Mon, 22 Jun 2026 21:54:54 +0000</pubDate><content:encoded><![CDATA[<p>A pack of wild dogs has been terrorizing a Miami Beach neighborhood for several months.</p><p>Three cats have allegedly been killed by the roaming group. </p><p>“I have seen as many as six together at one time and running wildly as a pack,” said resident Tom Harrington. “They don’t have collars, they seem feral.”</p><p>Nobody knows where they came from, but the group of wild dogs has been roaming the Normandy Isles for the last six months.</p><p>“I have seen the same dogs since January, so it’s puzzling as to whether they have been dumped or they’re from a neighbor, we just don’t know,” said resident Nancy Harrington. </p><p>The streets of South Florida are filled with dumped dogs and uncared for cats, and most of those homeless animals are not sterilized, meaning more babies being born on the streets.</p><p>“Right now, we need to focus on getting these dangerous dogs off the street,” said Miami Beach Commissioner Tanya K. Bhatt. “Sometimes dogs are dangerous because they are scared and hungry.”</p><p>Bhatt was called in to help with the situation. </p><p>“It’s heartbreaking that they are damaging and killing cats,” she said. </p><p>Neighbors have reported three different cats were killed.</p><p>“A cat was mauled and dismembered a block away, a pet,” said Nancy Harrington. </p><p>The first cat killed was on March 29, a pet named Silvie. </p><p>His owner was too distraught to speak to Local 10 News, but texted saying, “The violent way he was taken from us has been absolutely devastating. Our hearts are broken.”</p><p>This month, there were two more feline deaths. </p><p>“Those same dogs roaming the neighborhood from 11:30 (at night) until 4 and 5 in the morning, at which point they killed and dragged an elderly 18-year-old cat,” said Nancy Harrington. </p><p>Two pet cats and one community cat named Lucy are all dead due to unchecked feral animals fighting for survival.</p><p>“You must help us trap the loose animals so that they can be spayed because it is unsafe for everybody, for the animals themselves, for residents, for visitors,” said Bhatt. </p><p>Some of the Normandy neighbors joined forces, successfully catching two of the dogs on June 7 after trapping them inside a construction site until animal control could arrive. </p><p>“We picked up two of the dogs that have been spotted roaming around this neighborhood and they are now in our custody,” said Gabriella Dominguez with Miami-Dade Animal Services. </p><p>The dogs are being held while MDAS conducts their investigation and sets traps to catch the other four dogs in the pack.</p><p>Those still-wild dogs seem to roam when it’s cooler and quieter outside which has residents with cats and small dogs concerned.</p><p>“They reached out to me because they were concerned that cats were being killed and we have so many animal lovers in our community which raises a bigger issue, what if it was a child?,” said Miami Beach Cat Program Coordinator Holly Whalen. </p><p>Anyone who sees the dogs featured in this story is urged to call 311 for help from animal services, but, if it is an emergency, always call the police.</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[FedEx contractor accused of expensive Nike shoe theft in Medley]]></title><link>https://www.local10.com/news/local/2026/06/22/fedex-contractor-accused-of-expensive-nike-shoe-theft-in-medley/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/22/fedex-contractor-accused-of-expensive-nike-shoe-theft-in-medley/</guid><description><![CDATA[A South Florida man was arrested in Miami Beach accused of dealing in ]]></description><pubDate>Mon, 22 Jun 2026 21:50:23 +0000</pubDate><content:encoded><![CDATA[<p>A South Florida man was arrested in Miami Beach accused of dealing in stolen Nike shoes.</p><p>The arrest of Reinier Sanchez Hurtado, 46, was captured by Miami Beach Police Department drone footage. </p><p>“This is new technology that most police agencies are using now,” said Medley Police Department Sgt. Luis Rivera. </p><p>Hurtado’s arrest was the result of Medley police detectives launching an extensive criminal investigation into the theft of Nike shoes. </p><p>“The main charge is dealing in stolen property,” said Rivera. “We’re talking about possibly $36,000 of merchandise that was taken.”</p><p>The case starts at a medley distribution facility where FedEx security says it tracked a vexing pattern of thefts dating back to 2024. </p><p>According to officials, some high-end Nike footwear that was destined for Miami-area retail stores ended up at the Miami home of Sanchez Hurtado, who authorities learned was employed by a FedEx ground contractor “responsible for supervising drivers assigned to the affected delivery routes,” per his arrest form. </p><p>Police said they used GPS tracking devices in some of the packages to track where the stolen goods were taken. </p><p>FedEx told police the shoes were being sold through the black market.</p><p>“There appeared to be a scheme of fraud,” said Rivera. </p><p>FedEx contacted Medley police, who moved swiftly, issuing a probable cause arrest alert for Sanchez Hurtado. </p><p>Detectives learned soon after that he had just been released from a routine traffic stop in Miami Beach.</p><p>Medley detectives then coordinated with MBPD’s Real Time Intelligence Center and the Miami Police Department’s Tactical Robbery Unit to track Sanchez Hurtado down near the intersection of 14th Street and Drexel Avenue. </p><p>“That is the beautiful thing about Miami-Dade County,” said Rivera. “All agencies work together to bring subjects into custody and the charges that they earn.”</p><p>The investigation into Sanchez Hurtado and the stolen shoes remains active and ongoing, he said. </p><p>A statement from FedEx can be read below: </p><blockquote><p><i>We are aware of the arrest of a service provider driver by the Miami Beach Police Department, and this individual is no longer providing service on behalf of FedEx. Further questions should be directed to law enforcement.</i></p><p class="citation">FedEx Communications Strategic Advisor Adam Snyder</p></blockquote><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Bat attack during Aventura softball brawl leaves 1 hurt, 1 jailed, cops say]]></title><link>https://www.local10.com/news/local/2026/06/22/bat-attack-during-aventura-softball-brawl-leaves-1-hurt-1-jailed-cops-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/22/bat-attack-during-aventura-softball-brawl-leaves-1-hurt-1-jailed-cops-say/</guid><dc:creator><![CDATA[Rosh Lowe, Chris Gothner]]></dc:creator><description><![CDATA[A Miami man is facing a felony charge after police said he attacked a fellow softball player with a bat, sending him to a trauma center during a brawl that broke out during a game in Aventura over the weekend.]]></description><pubDate>Mon, 22 Jun 2026 16:30:56 +0000</pubDate><content:encoded><![CDATA[<p>A Miami man is facing a felony charge after police said he attacked a fellow softball player with a bat, sending him to a trauma center during a brawl that broke out during a game in Aventura over the weekend.</p><p>Aventura police said it happened during a softball league game at Waterways Park, located at 3310 NE 213th St., on Sunday morning.</p><p>Authorities said at around 9:30 a.m., a verbal dispute broke out between the teams, which led to pushing and shoving between “multiple players.”</p><p>Police said during the brawl, Roberto Araujo, 41, of Allapattah, grabbed a metal bat and and hit the victim in the back of the head.</p><p>Medics took the victim to HCA Florida Aventura Hospital as a trauma alert patient, according to an arrest report.</p><p>Authorities said CCTV footage showed Araujo swinging the bat and hitting the victim, causing the latter’s baseball cap to pop off.</p><p>Officers arrested Araujo on a charge of aggravated battery with a deadly weapon.</p><p>As of Monday afternoon, he was being held in the Turner Guilford Knight Correctional Center with a bond listed as “to be set” in online records.</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[Kylian Mbappé of France scores 2 goals to reach 16 in World Cup career, tying for 2nd most]]></title><link>https://www.local10.com/sports/2026/06/22/kylian-mbappe-of-france-scores-2-goals-to-reach-16-in-world-cup-career-tying-for-2nd-most/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/22/kylian-mbappe-of-france-scores-2-goals-to-reach-16-in-world-cup-career-tying-for-2nd-most/</guid><dc:creator><![CDATA[By DAN GELSTON, Associated Press]]></dc:creator><description><![CDATA[PHILADELPHIA (AP) — Mbappé is coming for Messi.]]></description><pubDate>Tue, 23 Jun 2026 02:41:55 +0000</pubDate><content:encoded><![CDATA[<p>PHILADELPHIA (AP) — Mbappé is coming for Messi.</p><p>Kylian Mbappé of France scored two goals on Monday to reach 16 for his World Cup career, moving into a tie for second most in tournament history as he tries to keep pace with new record holder Lionel Messi.</p><p>“If I want to keep up with what Leo is doing,” Mbappé said after France beat Iraq 3-0 to reach the knockout stage, “I’ll have to do even more.”</p><p>France is counting on it as Mbappé tries to lead Les Bleus to their second World Cup title in the last three tournaments. Mbappé would consider it a bonus if he could win it all and pass Messi for the World Cup goals record.</p><p>The 27-year-old Mbappé is 11 years younger than Messi and should have at least two or three more World Cups to secure the record — at least until the next young superstar comes around to challenge him.</p><p>“He's here to score goals and that’s something he’s been doing,” France coach Didier Deschamps said. “He’s somebody that has a worldwide aura.”</p><p>Playing in his third World Cup, Mbappé scored in the 14th minute against Iraq, giving Les Bleus a 1-0 lead in his 100th international game. After a weather delay that extended the halftime break to more than two hours, Mbappé found the net again in the 54th minute to move into a tie with Miroslav Klose of Germany, who had the goals record before this high-scoring World Cup began.</p><p>Messi scored twice for Argentina earlier Monday to set the tournament record at 18. He had equaled Klose with his first World Cup hat trick in Argentina’s 3-0 win over Algeria last Tuesday night in Kansas City, Missouri.</p><p>“Leo always scores,” Mbappé said.</p><p>Mbappé sent a left-footed strike from about 20 yards out past Iraq goalkeeper Ahmed Basil, who got his first start in the tournament after captain Jalal Hassan allowed all four goals in Iraq’s 4-1 loss to Norway.</p><p>For his second goal, Mbappé took advantage of a poor pass to the goalkeeper by Iraq defender Zaid Tahseen. France's Ousmane Dembele controlled the loose ball and passed to Mbappé, who tapped it in with his right foot.</p><p>The Real Madrid forward had a chance at the hat trick on a late breakaway but missed before he was subbed out at the 90-minute mark. He is one of two men with a hat trick in a World Cup final.</p><p>“I've seen enough criticism on his egotistical side,” Deschamps said. “But that’s not who he is. I reiterate, he’s the team captain. And he’s a bright example for the rest of the group.”</p><p>Mbappé helped France win the World Cup in 2018 and reach the final in 2022, when he was awarded the Silver Ball as the second-best player. Joined up front by Désiré Doué and reigning Ballon d’Or winner Ousmane Dembélé, France entered this year's tournament as a co-favorite with Spain.</p><p>Dembélé also scored in the second half to complete a dominant performance for France. Les Blues won in 1998 and 2018, then lost the 2022 final to Argentina on penalty kicks.</p><p>Mbappé, one of two men to have a hat trick in a World Cup final, scored his 13th and 14th World Cup goals in France’s 3-1 tournament-opening victory over Senegal. He now has 59 international goals, two more than Oliver Giroud for the most in France's rich history.</p><p>His World Cup goals include four this year; eight in 2022, when he won the Golden Boot as the top scorer; and four in 2018.</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/IRKG4LAX7FFQKOZLFMF6X6O6SU.jpg?auth=c43f16ef596b3f7415ee52ca228ffd0947a1cbf4546211578fbcd822b80295f8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[France's Kylian Mbappe (10) celebrates after scoring their second goal as Iraq's Zaid Tahseen (4) reacts during the World Cup Group I soccer match between France and Iraq in Philadelphia, Monday, June 22, 2026. (AP Photo/Derik Hamilton)]]></media:description><media:credit role="author" scheme="urn:ebu">Derik Hamilton</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2NXMTO2MMEQTFRKLRRL5LL5HEY.jpg?auth=86cd24a454049154c4b2dccf27e68a5a283314e657090f9c22e483b3c58c6f38&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[France's Ousmane Dembele (7) celebrates with Kylian Mbappe (10) after scoring their third goal during the World Cup Group I soccer match between France and Iraq in Philadelphia, Monday, June 22, 2026. (AP Photo/Derik Hamilton)]]></media:description><media:credit role="author" scheme="urn:ebu">Derik Hamilton</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GKEUOLSAUJWXICUMKIMS4PS63U.jpg?auth=4ad715da7a26fa618513f9b287135e1e46c1c837c77291b551b9a059e547f20d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[France's Kylian Mbappe (10) celebrates after scoring his team's first goal during the World Cup Group I soccer match between France and Iraq in Philadelphia, Monday, June 22, 2026. (AP Photo/Petr David Josek)]]></media:description><media:credit role="author" scheme="urn:ebu">Petr David Josek</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SETC5GSK5M7L2O4A725GNYNTMY.jpg?auth=85c39f4051d036c40d17263a0d9d45f2ab0fdcc4001799a0b52fc49c04c23f50&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[France's Kylian Mbappe (10) scores his team's first goal during the World Cup Group I soccer match between France and Iraq in Philadelphia, Monday, June 22, 2026. (AP Photo/Petr David Josek)]]></media:description><media:credit role="author" scheme="urn:ebu">Petr David Josek</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/O6GLLIORREYT6JUEWA4FO3OGSQ.jpg?auth=f6a3bdcb11cf6bba3a3742b5e8a9a2c70e1b0a05d5fed3d2e96a8726822be85c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[France's Kylian Mbappe scores his side's opening goal against Iraq during the World Cup Group I soccer match in Philadelphia, Monday, June 22, 2026. (AP Photo/Matt Rourke)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Rourke</media:credit></media:content></item><item><title><![CDATA[Detectives arrest 2 men accused of using master keys to steal mail in Davie ]]></title><link>https://www.local10.com/news/local/2026/06/22/detectives-arrest-2-men-accused-of-stealing-mail-in-davie/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/22/detectives-arrest-2-men-accused-of-stealing-mail-in-davie/</guid><dc:creator><![CDATA[Roy Ramos]]></dc:creator><description><![CDATA[Detectives accused Rashad Sattar and Shon Filsaime of using two master keys to steal from hundreds of mailboxes in Davie, records show. ]]></description><pubDate>Mon, 22 Jun 2026 21:25:39 +0000</pubDate><content:encoded><![CDATA[<p>Detectives accused Rashad Sattar and Shon Filsaime of using two master keys to steal from hundreds of mailboxes in Davie, records show. </p><p>Sattar, 29, and Filsaime, 46, appeared in Broward County court on Friday after detectives arrested them on Thursday in Davie. </p><p>Detectives found the duo at a gas station in a black BMW with hundreds of pieces of mail that included credit cards, checks, and an identification. </p><p>Sattar was out on bond for another case. </p><p>Detectives reported the duo had been stealing from mailboxes at the Crexent Business Centers, at 12555 Orange Drive, in Davie.</p><p>Flamingo Commons Office Park tenants at 12401-12555 Orange Drive also suspected thieves had broken into their mailboxes. </p><p>Shirley Vasquez said she took precautions. </p><p>“I don’t leave the checks overnight.</p><p>Sattar and Filsaime both faced charges of burglary on an unoccupied structure, grand theft, and fraudulent use of ID. The U.S. Postal Inspector was also investigating. </p>]]></content:encoded></item><item><title><![CDATA[Goals are being scored at a record pace at the World Cup. The ball is one reason for the surge]]></title><link>https://www.local10.com/sports/2026/06/22/goals-are-being-scored-at-a-record-pace-at-the-world-cup-the-ball-is-one-reason-for-the-surge/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/22/goals-are-being-scored-at-a-record-pace-at-the-world-cup-the-ball-is-one-reason-for-the-surge/</guid><dc:creator><![CDATA[By TALES AZZONI, Associated Press]]></dc:creator><description><![CDATA[GUADALAJARA, Mexico (AP) — It’s been goals galore so far at the World Cup.]]></description><pubDate>Tue, 23 Jun 2026 01:17:56 +0000</pubDate><content:encoded><![CDATA[<p>GUADALAJARA, Mexico (AP) — It’s been goals galore so far at the World Cup.</p><p>The tournament has been one of the highest-scoring in history so far and produced nearly 25% more scoring than the same span of games in the previous World Cup.</p><p>One reason for the increase in scoring might be the ball that FIFA is using for this tournament.</p><p>FIFA says the ball has been designed with deep seams to produce “optimal in-flight stability,” and players and coaches say it has been rocketing toward goalkeepers at a high velocity. There is also added grip to help striking and dribbling in wet or humid conditions.</p><p>“This ball is as fast as a cannonball. I think today and the last couple of days, you saw if you kick the ball in the right position, it’s extremely difficult to save,” Austria coach Ralf Rangnick said.</p><p>The games are also running longer because of increased stoppage time related to hydration breaks that are new for this tournament, allowing more scoring opportunities. And the tournament has a bigger talent gap because of the expanded 48-team field that debuted this year.</p><p>Colombia coach Néstor Lorenzo said he was not surprised by the number of goals considering the talent of the players at the World Cup. He said also said attackers are more protected by officials than they used to be.</p><p>“They didn’t have this protection some 20, 30 years ago, when they were hit a lot more, when rough play was a lot more common,” he said Monday. “Today, any team that defends well and uses counterattacks and tries to play, can manage to do well.”</p><p>The result: Fans were treated to 121 goals in the first 40 games of the tournament, and many of them came from internationally known players.</p><p>Premier League players are scoring the most</p><p>More than half the goals scored so far in the tournament were by players from the top three professional leagues in England, Germany and Spain. The English Premier League leads the way.</p><p>The trend was on full display over the weekend in the match between the Netherlands and Sweden, a 5-1 triumph for the Dutch. All six goals were scored by players who competed in the Premier League in the 2025-26 season.</p><p>“I think the Premier League is more intense than this World Cup,” said Gabriel Martinelli, a Brazil player from Arsenal. “But it’s certainly still a very beautiful World Cup, with high-quality and intense matches.”</p><p>Real Madrid, Inter Miami of Major League Soccer and Liverpool were the clubs whose players have produced the most goals. Miami, of course, is all because of one man — Lionel Messi, who has five goals in two games.</p><p>In addition to the nearly 30 goals from English clubs, 16 came from the German league, 11 from the Spanish league, seven from the French league and five from the Italian league.</p><p>MLS saw its players score eight times. Messi had a hat trick in Argentina’s opening match and another two on Monday. The other MLS goals came from FC Dallas’ Petar Musa of Croatia, Atlanta United’s Matías Galarza of Paraguay and the Portland Timbers’ Finn Surman of New Zealand.</p><p>When FIFA announced the official squads, there were 200 players based in England at the club level, nearly two times more than the 109 players based in Germany.</p><p>The tallies for the goals were made based on the players’ clubs when the official squad announcements were made.</p><p>Real Madrid and Liverpool at the top</p><p>Real Madrid players scored seven times — four from France’s Kylian Mbappé, two from Brazil’s Vinícius Júnior and one from England’s Jude Bellingham.</p><p>Madrid did not have any players called up for Spain’s national team for the first time. It signed Marc Cucurella from Chelsea during the tournament, though, making one of its own a part of the World Cup with La Roja.</p><p>Liverpool got three goals from Dutch players — two by Cody Gapko and one by Virgil van Dijk. Another goal came from Sweden’s Alexander Isak, and the other was scored by Egypt's Mohamed Salah, who was still listed as a Liverpool player when the squads were announced.</p><p>Bayern Munich had four goals — two by England’s Harry Kane and one each by Germany’s Jamal Musiala and Colombia’s Luis Díaz.</p><p>Bayern was the team with the second-most players called up for the tournament with 18. Manchester City was the first with 19, though its only four goals at the World Cup so far came from Norway's Erling Haaland.</p><p>How many goals are we talking about?</p><p>With 121 goals scored by 88 players in the first 40 games of the tournament, the average per game was at three goals. There were only three 0-0 draws, and eight of the goals were own-goals.</p><p>The tournament is on pace to shatter the 172-goal record from Qatar in 2022. The records aren't an apples-to-apples comparison because the 2022 edition only had 64 matches compared with 104 this year.</p><p>But the pace for 64 matches this year is at almost 194 goals, well beyond the record from four years ago.</p><p>The trend in scoring goes beyond the World Cup. The Champions League has set records in the past two seasons: 3.27 goals per game in 2024-2025 and then 3.47 goals per game in 2025-2026.</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/HSKJW7Z3QTV44SJHWAAJ6XO2QY.jpg?auth=ce4310c8b10010eeb0e87f6782999bbd5f951bb9c36ee0f8e95a877a61323388&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 (10) celebrates after scoring the opening goal during the World Cup Group J soccer match between Argentina and Algeria in Kansas City, Mo., Tuesday, June 16, 2026. (AP Photo/Ed Zurga)]]></media:description><media:credit role="author" scheme="urn:ebu">Ed Zurga</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TD3Q7HAXLMQDIKBL4QEFSTLHWA.jpg?auth=cab4f2ea684693f177c37f11a244f1a254856e5611653ed5b91fd9a29c581b2e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Canada's Jonathan David (10) celebrates after scoring their second goal during the World Cup Group B soccer match between Canada and Qatar in Vancouver, British Columbia, Thursday, June 18, 2026. (AP Photo/Emma Peterson)]]></media:description><media:credit role="author" scheme="urn:ebu">Emma Peterson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OCE4OLXL2SDACCID32DSHNX6NE.jpg?auth=8236a887a93f1c03a43955b2ed55c5587fc8358f3d9d95e00cc43a541ae96a0b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Netherlands' Cody Gakpo celebrates scoring his side's third goal against Sweden during a World Cup Group F soccer match in Houston, Saturday, June 20, 2026. (AP Photo/Eric Gay)]]></media:description><media:credit role="author" scheme="urn:ebu">Eric Gay</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UDBQFJ47QOV3X26NNRIZPWWBVU.jpg?auth=6056ef0d027a5e656dc1652207a47079d349502fb5f12fa95318893d81551947&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Brazil's Vinicius Junior (7) celebrates after scoring his side's third goal during the World Cup Group C soccer match between Brazil and Haiti in Philadelphia, Friday, June 19, 2026. (AP Photo/Petr David Josek)]]></media:description><media:credit role="author" scheme="urn:ebu">Petr David Josek</media:credit></media:content></item><item><title><![CDATA[Trump on Colombian presidential election: Abelardo De la Espriella ‘won BIG’]]></title><link>https://www.local10.com/news/politics/2026/06/21/trump-backed-abelardo-de-la-espriella-wins-with-4966-of-colombian-votes/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/21/trump-backed-abelardo-de-la-espriella-wins-with-4966-of-colombian-votes/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[U.S. President Donald Trump congratulated Abelardo De la Espriella, Colombia’s new president-elect, during a phone call on Sunday, according to De La Espriella’s campaign. ]]></description><pubDate>Mon, 22 Jun 2026 03:22:56 +0000</pubDate><content:encoded><![CDATA[<p>U.S. President Donald Trump congratulated Abelardo De la Espriella, Colombia’s new president-elect, during a phone call on Sunday, according to De La Espriella’s campaign.</p><p><a href="https://www.local10.com/espanol/2026/06/22/trump-celebra-triunfo-de-el-tigre-de-la-espriella-en-colombia/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/22/trump-celebra-triunfo-de-el-tigre-de-la-espriella-en-colombia/"><b>Leer en español</b></a></p><p>De la Espriella, a defense attorney who campaigned as the law-and-order candidate “El Tigre,” or “The Tiger,” and José Manuel Restrepo, a former finance minister and the vice president-elect, celebrated in Barranquilla.</p><p>“He Won, BIG,” Trump wrote <a href="https://truthsocial.com/@realDonaldTrump/posts/116791057884875243" target="_self" rel="" title="https://truthsocial.com/@realDonaldTrump/posts/116791057884875243">on Truth Social</a> about De la Espriella on Sunday night.</p><p>About 41 million Colombians were eligible to vote, 26.3 million cast their ballots in the runoff election, including 12.9 million who voted for De la Espriella, according to Colombia’s National Registry.</p><p>With 99.99% of the polling stations’ ballots tallied, 49.66% voted for De La Espriella, 47, and 48.7% for Cepeda, 63, according to the <a href="https://resultados.registraduria.gov.co/v2/resultados/0/00/" target="_self" rel="" title="https://resultados.registraduria.gov.co/v2/resultados/0/00/">runoff election’s results</a> released by Colombia’s National Registry on Sunday.</p><figure><img src="https://www.local10.com/resizer/v2/AETGA2W2M3ARWVRHGNTWKUU7YM.jpg?auth=61ddddd1fb8c87b1f2b2f0b7e2bed04c00b16c42bc61bcf24ac22f4e67c90922&smart=true&width=1200&height=900" alt="Presidential candidate Abelardo de la Espriella of the opposition Defenders of the Motherland movement and his vice-presidential running mate, Jose Manuel Restrepo, ride in a bulletproof booth toward a celebration rally after election results showed him leading in Barranquilla, Colombia, Sunday, June 21, 2026. (AP Photo/Rodrigo Abd)" height="900" width="1200"/><figcaption>Presidential candidate Abelardo de la Espriella of the opposition Defenders of the Motherland movement and his vice-presidential running mate, Jose Manuel Restrepo, ride in a bulletproof booth toward a celebration rally after election results showed him leading in Barranquilla, Colombia, Sunday, June 21, 2026. (AP Photo/Rodrigo Abd)</figcaption></figure><p>As Colombian judges scrutinized the preliminary results of the runoff presidential election, Colombian President Gustavo Petro and Iván Cepeda, the left-wing presidential candidate, did not recognize the results.</p><p>“As of today, there is no elected president until the electoral commissions deliver their results,” Petro wrote in a statement released on X on Sunday night. “As I said this morning, I will accept the result that the judges declare because that is what the law orders.”</p><p>Once Colombia’s independent electoral authorities review and announce the legally binding result, De La Espriella plans to be sworn into office for his four-year term as the country’s 48th president on Aug. 7. </p><figure><img src="https://www.local10.com/resizer/v2/4AHLOQGF7CVKAR52QIF5HETWJI.jpg?auth=0627f9ec7cda76ea49f64ddeb12afd1b498ab9869e4704bfb7938e4433687ceb&smart=true&width=1200&height=900" alt="A supporter of presidential candidate Abelardo de la Espriella of the opposition Defenders of the Motherland movement light a flare at a celebration rally after polls closed in the runoff election in Barranquilla, Colombia, Sunday, June 21, 2026. (AP Photo/Rodrigo Abd)" height="900" width="1200"/><figcaption>A supporter of presidential candidate Abelardo de la Espriella of the opposition Defenders of the Motherland movement light a flare at a celebration rally after polls closed in the runoff election in Barranquilla, Colombia, Sunday, June 21, 2026. (AP Photo/Rodrigo Abd)</figcaption></figure><p>U.S. Secretary of State Marco Rubio released a statement saying he had also congratulated De la Espriella during a conversation over the phone. </p><p>“The Trump Administration looks forward to working closely with your incoming administration to advance regional security cooperation, end illegal immigration to the United States, and strengthen our economic ties,” Rubio wrote to De La Espriella <a href="https://x.com/SecRubio/status/2068851809440116849" target="_self" rel="" title="https://x.com/SecRubio/status/2068851809440116849">on X</a>. “Colombia’s best days are ahead.”</p><p><blockquote class="twitter-tweet" data-media-max-width="560"><p lang="es" dir="ltr">.<a href="https://x.com/POTUS?ref_src=twsrc%5Etfw">@POTUS</a> Trump: ¡Felicitaciones a El Tigre, Abelardo de la Espriella, el nuevo Presidente de Colombia! <a href="https://t.co/Qnm22tJT04">pic.twitter.com/Qnm22tJT04</a></p>&mdash; US Embassy Bogota (@USEmbassyBogota) <a href="https://x.com/USEmbassyBogota/status/2069160143858655313?ref_src=twsrc%5Etfw">June 22, 2026</a></blockquote> <script async src="https://platform.x.com/widgets.js" charset="utf-8"></script></p><p><b>Related reports</b></p><ul><li><a href="https://www.local10.com/news/politics/2026/06/21/ivan-cepeda-reacts-to-not-official-or-binding-preliminary-vote-count-in-colombia/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/06/21/ivan-cepeda-reacts-to-not-official-or-binding-preliminary-vote-count-in-colombia/">Iván Cepeda reacts to ‘not official or binding’ preliminary vote count</a></li><li><a href="https://www.local10.com/news/politics/2026/06/21/historic-day-for-colombians-trump-backed-de-la-espriella-heads-for-narrow-presidential-win/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/06/21/historic-day-for-colombians-trump-backed-de-la-espriella-heads-for-narrow-presidential-win/">Historic day for Colombians: Trump-backed De la Espriella heads for narrow presidential win</a></li></ul><ul><li><a href="https://www.local10.com/news/politics/2026/06/21/historic-day-for-colombians-polls-close-after-polarized-runoff-to-elect-48th-president/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/06/21/historic-day-for-colombians-polls-close-after-polarized-runoff-to-elect-48th-president/">Polls close in South Florida</a></li><li><a href="https://www.local10.com/news/politics/2026/06/21/polls-open-for-colombia-runoff-election-including-in-south-florida/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/06/21/polls-open-for-colombia-runoff-election-including-in-south-florida/">Polls open in South Florida</a> </li></ul>]]></content:encoded></item><item><title><![CDATA[Christian Pulisic returns to training with US after missing last World Cup match with injury]]></title><link>https://www.local10.com/sports/2026/06/22/christian-pulisic-returns-to-training-with-us-after-missing-last-world-cup-match-with-injury/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/22/christian-pulisic-returns-to-training-with-us-after-missing-last-world-cup-match-with-injury/</guid><dc:creator><![CDATA[By GREG BEACHAM, Associated Press]]></dc:creator><description><![CDATA[IRVINE, Calif. (AP) — Christian Pulisic returned to training with his U.S. teammates on Monday after missing their most recent match of the World Cup with a calf injury.]]></description><pubDate>Mon, 22 Jun 2026 20:13:37 +0000</pubDate><content:encoded><![CDATA[<p>IRVINE, Calif. (AP) — Christian Pulisic returned to training with his U.S. teammates on Monday after missing their most recent match of the World Cup with a calf injury.</p><p>Pulisic participated in warmups and ball drills during the 15 minutes of practice open to the media in Orange County. The team gave no formal update on the status of the AC Milan midfielder, who has been limited to one dynamic half of play in the unbeaten Americans’ home World Cup.</p><p>Pulisic didn’t play in the Americans’ 2-0 victory over Australia in Seattle last Friday. He played the first half of their tournament-opening victory over Paraguay, catalyzing two of the U.S. team’s three goals in the first half of a historic 4-1 win before coming off at halftime with stiffness from the injury incurred the previous week in training.</p><p>Pulisic trained apart from his teammates during the workouts between the first two games, so his return to the full squad was obviously encouraging. He had been limited to gym workouts, resistance training and light ball work during his absence.</p><p>“It’s a tough situation when you’re going through a small, little knock,” U.S. teammate Alex Zendejas said Monday. “It’s an important tournament where obviously everyone wants to be able to get out there 100%, but (we don’t) talk about the injury or talk about the moment (Pulisic) is going through. (We) talk about other stuff, try to get his mind off of it. Just be there for him.”</p><p>The U.S. finishes group play on Thursday night at SoFi Stadium against Turkey in a meaningless game for the group-winning Americans and the already-eliminated Turks.</p><p>The Americans’ first knockout match is on July 1 in Santa Clara, California.</p><p>U.S. coach Mauricio Pochettino still didn’t have his entire roster on the field at Great Park. Midfielder Cristian Roldan missed practice with a strained muscle.</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/P2W4OWPMB64A4UVNWBFLRPWCTE.jpg?auth=94a46f5e75b45e2adac2507f7c771d8006de59ccfc9d90365c1c1c9544972e0d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States' Christian Pulisic (10) during the World Cup Group D soccer match between the United States and Australia in Seattle, Friday, June 19, 2026. (AP Photo/Manu Fernandez)]]></media:description><media:credit role="author" scheme="urn:ebu">Manu Fernandez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/54WQAZUZYVQQ42TFRT74IQM4YQ.jpg?auth=62dbab5a8654d86ef562ceee8e862048007137057acc87b86a3f27a4dae62c8b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States' Christian Pulisic (10) acknowledges fans during the World Cup Group D soccer match between the United States and Australia in Seattle, Friday, June 19, 2026. (AP Photo/Maddy Grassy)]]></media:description><media:credit role="author" scheme="urn:ebu">Maddy Grassy</media:credit></media:content></item><item><title><![CDATA[Perú instala escáneres donados por EEUU en megapuerto clave de capitales chinos en el Pacífico]]></title><link>https://www.local10.com/espanol/2026/06/22/peru-instala-escaneres-donados-por-eeuu-en-megapuerto-clave-de-capitales-chinos-en-el-pacifico/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/22/peru-instala-escaneres-donados-por-eeuu-en-megapuerto-clave-de-capitales-chinos-en-el-pacifico/</guid><dc:creator><![CDATA[The Associated Press, Associated Press]]></dc:creator><description><![CDATA[LIMA (AP) — Perú inauguró el lunes dos escáneres donados por Estados Unidos para detectar “mercancías ilícitas” en contenedores en tiempo real y sin necesidad de abrirlos en el estratégico puerto de Chancay, situado sobre el Pacífico y controlado por una empresa estatal china.]]></description><pubDate>Mon, 22 Jun 2026 21:03:09 +0000</pubDate><content:encoded><![CDATA[<p>LIMA (AP) — Perú inauguró el lunes dos escáneres donados por Estados Unidos para detectar “mercancías ilícitas” en contenedores en tiempo real y sin necesidad de abrirlos en el estratégico puerto de Chancay, situado sobre el Pacífico y controlado por una empresa estatal china.</p><p>La agencia estatal de aduanas peruana dijo en sus redes sociales que los “escáneres de rayos x de alta energía” permitirán además “optimizar los tiempos del control aduanero, los costos logísticos, así como fortalecer la seguridad de la cadena de suministro internacional”.</p><p>En la inauguración de los equipos estuvo presente el embajador de Estados Unidos en Perú, Bernie Navarro, quien vestía una gorra de béisbol con las siglas en inglés DEA, de la agencia antidrogas estadounidense. La embajada de Estados Unidos precisó luego en un comunicado que los escáneres fueron donados por la Oficina de Asuntos Internacionales de Narcóticos y Aplicación de la Ley, del Departamento de Estado.</p><p>La embajada estadounidense añadió que los escáneres detectarán “mercancías ilícitas”, agilizarán el comercio y garantizarán la “transparencia en las operaciones portuarias”. Estados Unidos también capacitará a funcionarios peruanos para operar los escáneres de manera independiente.</p><p>Perú es uno de los principales productores mundiales de cocaína, según la DEA, y el segundo cultivador global de hoja de coca —materia prima de esa sustancia prohibida—después de Colombia, según la Oficina de las Naciones Unidas contra la Droga y el Delito.</p><p>En 2023 el gobierno peruano admitió ante el Parlamento el aumento “exponencial” del narcotráfico. Las áreas de la Amazonía donde se siembra la hoja de coca sumaron 89.755 hectáreas en 2024, mientras que en 2014 alcanzaron las 42.900 hectáreas, según datos oficiales.</p><p>El puerto de Chancay, inaugurado el 14 de noviembre de 2024 por el presidente chino Xi Jinping durante una visita a Perú, tiene como accionista mayoritaria a COSCO Shipping, una empresa estatal china que es la operadora de puertos, buques y logística más grande del mundo.</p><p>Un día después de la inauguración, Estados Unidos anunció la donación a Perú de los escáneres por un valor superior a los 8,5 millones de dólares. La Casa Blanca indicó en esa fecha que los escáneres iban a garantizar que la carga que transita por el puerto “no represente una amenaza para la seguridad de Perú”.</p><p>El puerto —con una inversión de más de 1.300 millones de dólares— es el más profundo de Latinoamérica con 17,8 metros, lo que permite la llegada de los barcos cargueros más grandes del mundo.</p><p>El jueves pasado el embajador de China en Perú, Song Yang, dijo en una ceremonia en el puerto de Chancay que en poco más de un año se han habilitado tres rutas marítimas principales y cuatro rutas alimentadoras que llegan a los principales puertos de China, "así como a puertos de Colombia, Ecuador, Chile y Panamá”.</p><p>China es el primer socio comercial de Perú por más de una década, con inversiones claves en diversos rubros como la electricidad y la minería, además del puerto de Chancay.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/N36BLW5ZPZJ2DXQDPISNDGEMUQ.jpg?auth=485304554dbb2a697b30b15d38bd54de0fc12d73eccf43177bd5a769e80a0d48&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[ARCHIVO - Un buque de carga atracado en un puerto financiado por China en Chancay, Perú, el 12 de noviembre de 2024. (Foto AP/Silvia Izquierdo, archivo)]]></media:description><media:credit role="author" scheme="urn:ebu">Silvia Izquierdo</media:credit></media:content></item><item><title><![CDATA[Miami chop shop suspect faces 77 charges in 4 new cases ]]></title><link>https://www.local10.com/news/2026/06/22/miami-chop-shop-suspect-faces-77-charges-in-4-new-cases/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/22/miami-chop-shop-suspect-faces-77-charges-in-4-new-cases/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[A 34-year-old man faced 77 charges on Monday after Miami detectives accused him of working at a “chop shop” in Model City, records show. ]]></description><pubDate>Mon, 22 Jun 2026 20:49:53 +0000</pubDate><content:encoded><![CDATA[<p>A 34-year-old man faced 77 charges on Monday after Miami detectives accused him of working at a “chop shop” in Model City, records show. </p><p>Detectives arrested Diego Ceden, also known as Diego Cedenflorimon, on June 18 at 6807 NW 7th Ave., in Model City, records show. </p><p>Detectives reported finding “rooms filled floor-to-ceiling with Honda vehicle parts wrapped in black plastic and staged for storage, distribution, and sale.” </p><p>There was a blue Honda CR-V that “had been cut into multiple large sections,” and a white Honda CR-V “shell that had been cut apart,” according to the detectives’ reports. </p><p>Ceden, who lived at the commercial property, “knowingly possessed, stored, concealed, dismantled, or trafficked in stolen motor vehicle parts,” a detective wrote, according to an arrest report. </p><p>A gray Honda Civic had the VIN of a 2022 Honda and the engine of a 2025 Honda that had been reported stolen on May 6 in Miami, according to detectives. </p><p>There were engines from a white 2026 Honda Civic that was stolen on May 28 in Miami-Dade, a white 2025 Honda CR-V that was stolen on June 12 in Broward, and a blue 2025 Honda CR-V that was stolen on June 12 in Miami-Dade, according to detectives’ reports. </p><p>A passenger airbag was from a 2021 Honda Accord that had been reported stolen on March 17, 2024, in Philadelphia, Pennsylvania, according to detectives. </p><p>A complete dashboard assembly with an attached airbag was from a white Honda CR-V that was stolen on May 10, in Sanford, Fla., according to detectives. </p><p>Detectives found 56 airbags, eight catalytic converters, body panels, a hood, bumpers, a trunk lid, and a book bag with Ceden’s U.S. passport, car keys, Honda CR-V titles, and ownership documents associated with FG Auto Sales, according to reports. </p><p>Ceden was at the Metrowest Detention Center on Monday after Miami-Dade corrections booked him shortly before 7 p.m. on June 18, according to county inmate records. </p><p>Miami-Dade prosecutors filed three new cases against Ceden on June 20 and one new case on June 19, according to court records. </p><p>The list of the 77 charges he faces includes 55 counts of knowingly possessing, selling, or installing stolen, uninstalled airbags, or salvaged airbags; and eight counts of possessing, purchasing, selling, or installing a stolen catalytic converter. </p><p>The list also includes three counts of grand theft auto; two counts of criminal mischief; and two counts of possessing a vehicle with an altered, removed, or obscured Vehicle Identification Number. </p><p>Ceden also faced charges of resisting arrest without violence; operating a business without a local business tax receipt; operating, owning, or aiding and abetting a chop shop; possession, sale, installation, alteration, or removal of airbags; grand theft; criminal mischief; and dealing in stolen property. </p><p>Miami-Dade County Circuit Judge Cristina Miranda was set to preside on the three June 20cases, and Judge Ritamaria Gonzalez was set to preside on the June 19 case, according to court records. </p><p><b>Location</b> </p><p><iframe src="https://www.google.com/maps/embed?pb=!3m2!1sen!2sus!4v1782159075338!5m2!1sen!2sus!6m8!1m7!1sAMb8-SOa5Uqvrc-vzSsytQ!2m2!1d25.836775036203!2d-80.20864465873412!3f359.9619016079274!4f1.1041367329273726!5f0.7820865974627469" width="100%" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/33OIM2ANXVGP7H6Q25JP32AXUM.jpg?auth=7780a27adb9be7a57fe44072ef9c9f465fe42e124474ea0d2c08942b4b66d036&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Miami detectives arrested Diego Ceden, also known as Diego Cedenflorimon, on June 18 in Model City and he was at the Metrowest Detention Center on Monday in Miami-Dade County.]]></media:description></media:content></item><item><title><![CDATA[Trae Young agrees to a 4-year extension with Washington Wizards, AP source says]]></title><link>https://www.local10.com/sports/2026/06/22/trae-young-agrees-to-a-4-year-extension-with-washington-wizards-ap-source-says/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/22/trae-young-agrees-to-a-4-year-extension-with-washington-wizards-ap-source-says/</guid><dc:creator><![CDATA[By TIM REYNOLDS, Associated Press]]></dc:creator><description><![CDATA[Trae Young has agreed to a four-year extension with the Washington Wizards, one that would be worth about $212 million if he picks up the final year of the deal, a person with knowledge of the agreement told The Associated Press on Monday.]]></description><pubDate>Mon, 22 Jun 2026 20:46:19 +0000</pubDate><content:encoded><![CDATA[<p>Trae Young has agreed to a four-year extension with the Washington Wizards, one that would be worth about $212 million if he picks up the final year of the deal, a person with knowledge of the agreement told The Associated Press on Monday.</p><p>The fourth year of the agreement is at Young's option, said the person who spoke to the AP on condition of anonymity because the Wizards had not revealed the terms. Young will make around $49 million this coming season.</p><p>The deal is part of what could be a big week for the Wizards, who hold the No. 1 pick in the NBA draft that starts Tuesday night.</p><p>Young is a four-time All-Star who was sidelined by injuries for most of this past season, averaging just 17.9 points — more than seven points per game below his career average — in only 15 games with Atlanta and Washington. He made five appearances with the Wizards after getting traded to them by the Hawks, who had Young for his first 7 1/2 NBA seasons.</p><p>The dollar total that the sides agreed upon for this extension essentially matches the most that Young could have made on the free agent market if he signed somewhere other than Washington.</p><p>Young is averaging 25.1 points and 9.8 assists per game for his career. The only other player to average at least 25 points and nine assists for the entirety of an NBA career is Oscar Robertson.</p><p>___</p><p>AP NBA: https://apnews.com/NBA</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BJAY5Y7ZEUBTHMMCTAPCNOOYJI.jpg?auth=200c2d913a5c9bfbcf61ee11071fef00a43c0c6e4bf70462df8ae086eb3a45d0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Washington Wizards guard Trae Young attempts a technical foul free throw against the New Orleans Pelicans in the second half of an NBA basketball game in New Orleans, March 8, 2026. (AP Photo/Peter Forest, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Peter Forest</media:credit></media:content></item><item><title><![CDATA[Coast Guard helicopter crashes on a training mission in Alaska and four crew members are injured]]></title><link>https://www.local10.com/news/national/2026/06/22/coast-guard-helicopter-crashes-on-a-training-mission-in-alaska-and-four-crew-members-are-injured/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/06/22/coast-guard-helicopter-crashes-on-a-training-mission-in-alaska-and-four-crew-members-are-injured/</guid><dc:creator><![CDATA[By JOSH FUNK, Associated Press]]></dc:creator><description><![CDATA[Four crew members sustained minor injuries Monday when a Coast Guard helicopter crashed during a routine training flight in southeast Alaska, officials said.]]></description><pubDate>Tue, 23 Jun 2026 00:53:58 +0000</pubDate><content:encoded><![CDATA[<p>Four crew members sustained minor injuries Monday when a Coast Guard helicopter crashed during a routine training flight in southeast Alaska, officials said.</p><p>The MH-60 Jayhawk helicopter crashed several miles outside Sitka in a sparsely populated area near Harbor Mountain. The coastal town sits on Baranof Island. The surrounding Pacific Ocean currents limit extreme temperatures but deliver roughly 100 inches (254 centimeters) of rain every year.</p><p>Rescuers arrived around 11 a.m., about an hour after the crash, and took all four crew members to Mt. Edgecumbe Medical Center, a statement from the Coast Guard said.</p><p>“We are incredibly relieved our crew members survived with only minor injuries,” Rear Adm. Bob Little, commander of the Coast Guard’s Arctic District, said in a statement.</p><p>The Coast Guard will investigate the crash. It's not clear what caused it.</p><p>This helicopter crash followed a string of three major plane crashes this month.</p><p>A business jet crashed on a highway in Laredo, Texas, Tuesday night, killing one person on board. A B-52 crashed on June 15 during a test flight at Edwards Air Force Base in California and killed all eight people aboard. And on June 14, 12 people were killed when a plane on a skydiving outing in Missouri crashed.</p><p>___</p><p>Associated Press writer Becky Bohrer contributed to this report from Juneau, Alaska.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7WPDJVXN56AZIFQSIKQO5L4KEY.jpg?auth=f914879cec74c6649b833ae85320ad2c39843c4ad525468fa6f8dc6d4d7ab680&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A view of the United States Coast Guard headquarters building in Washington, June 21, 2019. (AP Photo/Susan Walsh, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Susan Walsh</media:credit></media:content></item><item><title><![CDATA[Judge blocks use of federal database to check citizenship, saying it could wrongly purge voters]]></title><link>https://www.local10.com/news/national/2026/06/22/judge-blocks-use-of-federal-database-to-check-citizenship-saying-it-could-wrongly-purge-voters/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/06/22/judge-blocks-use-of-federal-database-to-check-citizenship-saying-it-could-wrongly-purge-voters/</guid><dc:creator><![CDATA[By ALI SWENSON and FATIMA HUSSEIN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — A federal judge on Monday ruled that a recently revamped version of a federal tool central to the Trump administration’s efforts to nationalize elections can no longer be used.]]></description><pubDate>Mon, 22 Jun 2026 23:36:20 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — A federal judge on Monday ruled that a recently revamped version of a federal tool central to the Trump administration’s efforts to nationalize elections can no longer be used.</p><p>U.S. District Court Judge Sparkle L. Sooknanan sided with advocacy groups that argued the recent upgrades to the program, called Systematic Alien Verification for Entitlements, or SAVE, aggregated Americans’ sensitive personal data in a way that could result in voters being wrongly purged from voter rolls.</p><p>“All in all, the federal government has knowingly trampled on the privacy rights of American citizens in a manner that threatens the sacred right to vote,” Sooknanan said in an order explaining the decision. “This Court cannot stand idly by while that happens.”</p><p>She said Congress had expressly prohibited the government from centralizing Americans’ personal identifying information and that the federal agencies that created the SAVE program “knew that the database violates those statutory protections.”</p><p>The decision is a major legal setback for President Donald Trump in his efforts to use federal agencies to encourage a nationwide crackdown on having noncitizens illegally on state voter rolls. The modified SAVE system, which critics had referred to as an unlawful centralized federal database of voter information, had been a key pillar of the second election executive order the Republican president signed earlier this year. The ruling leaves its future uncertain.</p><p>“It’s amazing how hard the Left will fight to stop us from solving problems they insist do not exist,” James Percival, general counsel at the Department of Homeland Security, said of the ruling in a social media post.</p><p>The department referred to his post as its comment on the ruling. The Department of Justice did not immediately return a request for comment.</p><p>Voting by noncitizens was already rare</p><p>The executive order seeking to create a national voter list is among numerous steps Trump has taken during his second term to try to overhaul the way elections are run. He also has tried to force voters to provide documentary proof of citizenship to register to vote, ban mail ballots from counting if they are received after Election Day and prohibit the Postal Service from mailing ballots to people not on an approved list of voters. Most of those steps have been blocked by various courts, in part because the Constitution gives states and Congress the authority to set election rules, but provides no such power to the president.</p><p>Voting by noncitizens is already illegal and punishable as a potential felony that could lead to deportation. It also is rare, accounting for just a tiny fraction of those on state voter rolls,</p><p>The SAVE program was created under an immigration law mandating that DHS help federal, state and local agencies prevent government benefits from going to noncitizens. At least 25 states used it to check their voter rolls since April 2025, after the Trump administration significantly expanded its search abilities. Since then, at least 67 million registrations have been scanned through the program, but critics worry it could end up purging valid voters from the rolls.</p><p>Anthony Nel was one of those whose registrations were wrongly flagged. The South Africa native became a U.S. citizen more than a decade ago but had his voter registration in Denton, Texas, north of Dallas, cancelled temporarily last year after Texas ran its voter file through SAVE. The check wrongly identified him as a potential noncitizen.</p><p>“I hope others can see this fight and not take their right to vote for granted,” he said in a text message.</p><p>Right to keep Americans' data private is at heart of the case</p><p>The plaintiffs, including the League of Women Voters, the Electronic Privacy Information Center and five unnamed U.S. citizens, had alleged the revamped SAVE program violated Americans’ privacy and voting rights. The groups also alleged the Trump administration violated federal privacy laws by ignoring transparency requirements about the changes to the system.</p><p>“The agencies were scrambling to comply with an Executive Order aimed at reshaping federal elections, which directed them to create a system for mass voter verification,” the judge wrote. “So they haphazardly combined and repurposed the private information of millions of Americans, including citizenship data that they knew to be unreliable.”</p><p>Plaintiffs attorney Nikhel Sus told the court during the October hearing that naturalized citizens face a greater risk of unlawfully being purged from voter rolls.</p><p>“They are uniquely vulnerable to errors in the database,” said Sus, an attorney for Citizens for Responsibility and Ethics in Washington.</p><p>Sus said Monday he sees Sooknanan’s ruling as an “across the board victory” and noted the plaintiffs were pleased the judge’s ruling reinforced their argument that the federal government doesn’t have implied authority to freely share sensitive data across agencies.</p><p>Mark Johnson, who teaches at the University of Kansas law school and regularly pursues lawsuits over election laws, said “it couldn’t be more clear” that the SAVE program violates federal privacy laws.</p><p>He said an executive order from Trump cannot override a federal law.</p><p>“It’s an illegal idea. Plus it’s a bad idea,” he said.</p><p>Elon Musk's DOGE effort was crucial for updating the SAVE system</p><p>During the 2024 presidential campaign, as Trump pushed false claims of widespread noncitizen voting, Republican secretaries of state began requesting improvements to the SAVE system to make it more efficient for catching noncitizens on their rolls. One limitation was that the system had been able to check just a single individual at a time.</p><p>DHS, Citizenship and Immigration Services, and Elon Musk’s Department of Government Efficiency delivered on those requests in 2025, according to public announcements. They made SAVE free for election officials, allowed agencies to search voters by the thousands and began permitting queries using names, birthdays and Social Security numbers, as opposed to requiring DHS-issued identification numbers.</p><p>Several secretaries of state have said the SAVE overhaul improved its value as one of multiple tools they use to assess voter citizenship. But in her ruling, Judge Sooknanan said the plaintiffs had shown that the updated system had indeed been identifying some lawful voters as noncitizens and that states using it “are actively removing United States citizens from voter rolls based on inaccurate information.”</p><p>___</p><p>Swenson reported from New York. Associated Press writer John Hanna in Topeka, Kansas, contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2TT3J2UFSB37OEBNTPI4ZJ3RKQ.jpg?auth=54ba99ef0898c1f8705b504a50cd107c5e44c1576dec87262e098c5172535649&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Voting booths are set up at a polling location inside St. Luke's Methodist Church, Tuesday, June 16, 2026, in Oklahoma City. (AP Photo/Nate Billings)]]></media:description><media:credit role="author" scheme="urn:ebu">Nate Billings</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5QBIAKNKU3KYQFP4UWJ4M2G4LA.jpg?auth=47e5dbfad8ec32a15a71dc0a356c502781a10ab14ba4454a3edbfb81a38fb8b7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump speaks in the Oval Office of the White House during an executive order signing about quantum computing, Monday, June 22, 2026, in Washington. (AP Photo/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content></item><item><title><![CDATA[A plan to sell artifacts from the Titanic faces US government opposition]]></title><link>https://www.local10.com/news/weird-news/2026/06/22/a-plan-to-sell-artifacts-from-the-titanic-faces-us-government-opposition/</link><guid isPermaLink="true">https://www.local10.com/news/weird-news/2026/06/22/a-plan-to-sell-artifacts-from-the-titanic-faces-us-government-opposition/</guid><dc:creator><![CDATA[By PATRICK WHITTLE and JOHN SEEWER, Associated Press]]></dc:creator><description><![CDATA[A plan to auction more than 100 artifacts salvaged from the wreckage of the Titanic — including personal belongings, currency, kitchen items and decor — is facing pushback from the U.S. government, according to newly unsealed court documents.]]></description><pubDate>Mon, 22 Jun 2026 21:36:59 +0000</pubDate><content:encoded><![CDATA[<p>A plan to auction more than 100 artifacts salvaged from the wreckage of the Titanic — including personal belongings, currency, kitchen items and decor — is facing pushback from the U.S. government, according to newly unsealed court documents.</p><p>RMS Titanic Inc., the company that owns exclusive salvage rights to the famous wreck in the North Atlantic, wants to sell the artifacts for the first time despite previous agreements to only display them at museums and traveling exhibitions.</p><p>Georgia-based RMS Titanic proposed auctioning the artifacts and displaying them on a global tour in four cities, although those locations haven't been publicly revealed. Court documents filed in the U.S. referenced the company's plan to sell artifacts including a bronze cherub, a necklace of gold nuggets and a heart-shaped pendant.</p><p>The National Oceanic and Atmospheric Administration represents U.S. interests and oversight in the wreck site. The agency contends such a sale would violate RMS Titanic's legal obligations to the site, according to documents a judge ordered unsealed earlier this month.</p><p>In arguing that the auction should be prohibited, the government wrote that the company “does not seek the Court’s approval, does not believe that approval is required, and asserts that it is not restricted in its ability to sell” the artifacts.</p><p>Representatives for RMS Titanic did not respond to requests for comment Monday. Its attorneys previously said in a federal court filing that the proposed auction arrangement wouldn’t violate existing court orders and agreements about the artifacts.</p><p>This is the latest attempt to sell Titanic artifacts</p><p>Since 1987, salvage operations have retrieved thousands of items and even chunks of the Titanic’s hull. RMS Titanic makes money by exhibiting them.</p><p>Over the decades, the company has tried to sell artifacts to fund future explorations and as it faced financial trouble. But those efforts were roundly opposed by U.S. courts along with preservation groups and relatives of the victims. Some of the salvaged items belonged to passengers aboard the ship.</p><p>However, items saved by survivors or plucked from the water by rescuers can be sold and often fetch big sums. A life jacket worn by a passenger went for just over $900,000 in April, while a gold pocket watch given to the ship captain who rescued the survivors was sold for nearly $2 million in 2024.</p><p>Auctioneers say the unending fascination with the Titanic — which sank in 1912 after hitting an iceberg on its maiden voyage from Europe to New York, killing more than 1,500 people — and the rarity of artifacts adds up to high demand and exorbitant prices.</p><p>A trans-Atlantic dispute over the artifacts</p><p>RMS Titanic wants to auction some of the first artifacts salvaged from the wreck. Those items were taken to France, which awarded ownership of them to the salvager. French oceanographic institute IFREMER partnered with Woods Hole Oceanographic Institution on the discovery of the wreck.</p><p>The rest of the collection was retrieved during subsequent expeditions, and the salvage claim was made in a U.S. District Court in Norfolk, Virginia.</p><p>NOAA argues that all of the roughly 5,000 items — regardless of whether they were claimed in France or the U.S. — must remain in one collection based on conditions set by the U.S. court. NOAA also maintains on its website that a French court’s conditions required that the artifacts not be sold individually and be kept together as a single collection.</p><p>The company has argued, among other things, that the U.S. court lacks jurisdiction over the items claimed in France.</p><p>Representatives for the French government did not respond to requests for comment late Monday.</p><p>Pieces of history for all to see</p><p>Some undersea explorers have pushed back at the idea of selling Titanic artifacts, which they argue should be displayed in the public interest.</p><p>“I don’t have a problem with people recovering artifacts from the Titanic as long as it’s done careful, with proper archaeological techniques,” said Greg Stone, a veteran ocean explorer and ocean scientist. “I’d feel better if it was a nonprofit enterprise.”</p><p>Richard Daynard, a law professor at Northeastern University School of Law in Boston who specializes in public interest advocacy, said rules on the display and sale of Titanic artifacts are intended to preserve the wreckage for the benefit of the public, and so it can't be “picked up by billionaires for further display of their wealth and power.”</p><p>“If it’s something where someone can walk through their house and say ‘Yes, I bought this for $5 million and it’s original from the Titanic,’ that’s not a good thing,” he said.</p><p>___</p><p>Associated Press writers Ben Finley in Washington D.C. and Angela Charlton in Paris contributed.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/O5MT2RTRXBJ2LD2PID6C2ZZVZ4.jpg?auth=5459a080386c2dd3f058347a173e68a23c09b2a2154b056c37fc8aba8281ccc1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The Titanic leaves Southampton, England, April 10, 1912, on her maiden voyage. The company that owns the salvage rights to the Titanic is undertaking its first expedition to the wreckage of the ship in 14 years, and those involved in the mission said they have both heavy hearts and lofty goals for the trip. (AP Photo, File)]]></media:description></media:content></item><item><title><![CDATA[Senate passes a bipartisan housing bill aimed at increasing supply and lowering prices]]></title><link>https://www.local10.com/business/2026/06/22/senate-is-set-to-pass-a-bipartisan-housing-bill-aimed-at-increasing-supply-and-lowering-prices/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/22/senate-is-set-to-pass-a-bipartisan-housing-bill-aimed-at-increasing-supply-and-lowering-prices/</guid><dc:creator><![CDATA[By MICHAEL CASEY and MARY CLARE JALONICK, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The Senate passed a bipartisan housing bill on Monday that aims to reduce federal regulations and expand local control, one of the most sweeping efforts in recent decades to increase supply and bring down prices.]]></description><pubDate>Mon, 22 Jun 2026 22:38:20 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The Senate passed a bipartisan housing bill on Monday that aims to reduce federal regulations and expand local control, one of the most sweeping efforts in recent decades to increase supply and bring down prices.</p><p>The bill, which passed 85-5 and now heads to the House, has been the focus of intense negotiations in recent weeks as lawmakers in both parties try to address housing costs in an election year. The final version of the legislation bans corporate investors from buying single-family homes but doesn’t include a Senate provision that would have required investors to sell newly constructed homes within seven years.</p><p>The measure was the result of years of work to “lower costs, expand housing supply, cut red tape, protect taxpayers, and help more Americans achieve the dream of homeownership," said Senate Banking Committee Chairman Tim Scott, R-S.C., who worked with Democrats to get the bill passed.</p><p>Massachusetts Sen. Elizabeth Warren, the top Democrat on the banking panel, said it is the most significant housing bill to pass Congress since 1990, when the average home in America was sold for $150,000. Now it costs more than $500,000, she said.</p><p>The bill “acknowledges that the federal government has a role to play in lowering housing prices,” Warren told The Associated Press. "For the first time ever, private equity will be blocked from buying up single-family homes and trying to turn housing into one more Wall Street investment.”</p><p>Senate passage of the bill shapes up as a rare bipartisan legislative achievement when much of Republicans' agenda has stalled. The House is expected to give final approval later this week and send the bill to President Donald Trump, who has signaled his support.</p><p>Democratic Rep. Maxine Waters of California, who helped negotiate the legislation, said it was a “huge step toward finally addressing the affordable housing and homelessness crises in this country.”</p><p>Housing costs are a concern for both parties</p><p>Republicans and Democrats have embraced the bill as a way to show they are addressing the nation’s affordability crisis, driven in part by rising home prices due to a shortage of affordable housing. The U.S. housing market has been in a slump dating back to 2022, when mortgage rates began to climb from pandemic-era lows.</p><p>Sales of previously occupied U.S. homes have been hovering close to a 4-million annual pace going back to 2023 — well short of the 5.2-million annual pace that’s historically been the norm. Sales slowed last year to a 30-year low and have remained sluggish so far this year, declining in January and February versus a year earlier.</p><p>The Economic Report of the President in April found a shortage of 10 million homes, while a report this month from the Joint Center For Housing Studies at Harvard University found sales of existing homes were at three-decade lows and inventories were rising due to high home buying costs. “Cost burdens for both renters and owners continue to climb, while assistance remains profoundly underfunded,” the report said.</p><p>While the median U.S. monthly rent has been declining for nearly three years, it was still 17.2% higher in May than it was before the pandemic, according to data from Realtor.com.</p><p>Changes for grants, Section 8 and manufactured housing</p><p>To increase the supply of housing, the bill would streamline environmental reviews and speed up the construction process.</p><p>It would offer funding to local governments that build more housing, including Community Development Block Grant money to places exceeding the median rate of homebuilding. It would also provide new dollars for communities to turn abandoned infrastructure into housing, and offers a framework for communities that want to reform outdated zoning regulations, which often limit larger housing developments.</p><p>The legislation would allow banks to invest more in affordable housing and raise limits on the number of public housing units that can receive private financing through Section 8 funding to rehabilitate properties. And it would remove outdated requirements and expand federal financing to make manufactured homes more affordable.</p><p>“Manufactured housing produces some of the most cost-effective housing in America, but access to financing has been tightly restricted,” Warren said. “This creates the opportunity for more manufactured housing and, at the same time, creates a structure for people living in manufactured housing communities to organize and protect their investment in their homes.”</p><p>Lawmakers compromised on a disaster program</p><p>One of the sticking points between the two chambers was over a federal disaster recovery program.</p><p>An earlier Senate bill had permanently authorized block grant recovery funds, a change intended to ensure that funding requests aren't needed after every disaster. House lawmakers opposed that provision because of concerns over how the program was run, so they agreed on a three-year authorization instead.</p><p>The final bill has received widespread support in the housing community, both from organizations representing landlords and large property owners as well as groups that advocate for tenants and low-income renters.</p><p>“There is no magic wand that will fix this crisis overnight, and no single piece of legislation is perfect,” said David Dworkin, chief executive of the National Housing Conference, the nation’s oldest housing coalition.</p><p>“Compromise demands that. But this bill is a significant down payment on a long-term effort to make housing more affordable for all Americans.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4UVCDMIV7WMADESNOPIGMA7RXU.jpg?auth=d4ae1238b3d7f6d7335dd0cb4b54049a95624ca6075d7d561ef91928194cced8&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 seen in the background of the ferris wheel as preparation continues for the Great American State Fair on the National Mall, Sunday, June 21, 2026, in Washington. (AP Photo/Jon Elswick]]></media:description><media:credit role="author" scheme="urn:ebu">Jon Elswick</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KT3N4YDOIL6I6XNWFBELCTARTA.jpg?auth=579b73918cd355fc3e7215f48ecd785e35cd16774116ecc9538b30f3f81f0bc1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sen. Tim Scott, R-S.C., asks questions following Treasury Secretary Scott Bessent's testimony before the Senate Committee on Finance hearing to examine the President's proposed budget request for fiscal year 2027, Wednesday, June 3, 2026 in Washington. (AP Photo/Allison Robbert)]]></media:description><media:credit role="author" scheme="urn:ebu">Allison Robbert</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/66VJMTNMLH5BYTA5YF25OMCCZI.jpg?auth=df0f494087233b20e38e11697f40a58fc5047efd8e3ab62ad36f018d62fb5a2f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sen. Elizabeth Warren, D-Mass., asks questions following Treasury Secretary Scott Bessent's testimony before the Senate Committee on Finance hearing to examine the President's proposed budget request for fiscal year 2027, Wednesday, June 3, 2026 in Washington. (AP Photo/Allison Robbert)]]></media:description><media:credit role="author" scheme="urn:ebu">Allison Robbert</media:credit></media:content></item><item><title><![CDATA[Jailers find cocaine pipe in woman’s vagina after Miami arrest for theft, kicking cop: Police]]></title><link>https://www.local10.com/news/local/2026/06/22/jailers-find-cocaine-pipe-in-womans-vagina-after-miami-arrest-for-theft-kicking-cop-police/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/22/jailers-find-cocaine-pipe-in-womans-vagina-after-miami-arrest-for-theft-kicking-cop-police/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[A woman is facing multiple felony charges after authorities said an arrest for shoplifting led to her kicking a Miami police officer and to corrections officers finding a suspected cocaine pipe in her vagina.]]></description><pubDate>Mon, 22 Jun 2026 20:18:04 +0000</pubDate><content:encoded><![CDATA[<p>A woman is facing multiple felony charges after authorities said an arrest for shoplifting led to her kicking a Miami police officer and to corrections officers finding a suspected cocaine pipe in her vagina.</p><p>According to the Miami Police Department, an officer near the Target at 3825 NW Seventh St. in the city’s Flagami neighborhood was flagged down about a theft at around 4 p.m. on Saturday.</p><p>Police said they found a shopping cart with several items stolen from a nearby Bath &amp; Body Works and identified Christina Teresa Renne, 39, as the suspect “responsible for multiple retail theft incidents at several stores.”</p><p>Arrest reports state that she also had a baggie of suspected cocaine powder and said that when officers tried to put her in a cruiser, she kicked an MPD officer in the knee.</p><p>Authorities said that while being booked and searched at the Turner Guilford Knight Correctional Center, body-scanner images showed that Renne had “what appeared to be contraband inside of her vaginal area.”</p><p>An arrest report states that while in a secure area, Renne “removed a pipe with suspected cocaine residue from inside her vagina.”</p><p>Renne, alternatively listed in arrest reports as either homeless or residing in Miami Beach or Miami’s Little Haiti neighborhood, now faces charges of retail theft with a prior conviction, battery on a law enforcement officer, cocaine possession and introducing a controlled substance into a jail facility.</p><p>Jail records show she also had multiple probation warrants and remained at TGK as of Monday afternoon.</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/ELKQFBLXEJGLHJQRTFUDBGNNQE.jpg?auth=e41ef5d41939043accc357781507db5522bd4a089a23280068e312a2ce4e17e3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Christina Renne]]></media:description></media:content></item><item><title><![CDATA[First-time NASCAR Cup winner Corey Heim reaffirms Denny Hamlin’s shrewd eye for talent]]></title><link>https://www.local10.com/sports/2026/06/22/first-time-nascar-cup-winner-corey-heim-reaffirms-denny-hamlins-shrewd-eye-for-talent/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/22/first-time-nascar-cup-winner-corey-heim-reaffirms-denny-hamlins-shrewd-eye-for-talent/</guid><dc:creator><![CDATA[By NATE RYAN, Associated Press]]></dc:creator><description><![CDATA[The oldest and winningest active driver in the NASCAR Cup Series, as well as a shrewd team owner, Denny Hamlin has become a sounding board for his sage counsel.]]></description><pubDate>Mon, 22 Jun 2026 20:16:49 +0000</pubDate><content:encoded><![CDATA[<p>The oldest and winningest active driver in the NASCAR Cup Series, as well as a shrewd team owner, Denny Hamlin has become a sounding board for his sage counsel.</p><p>So he was a little surprised when protege Corey Heim went radio silent ahead of the inaugural race at Naval Base Coronado.</p><p>“I asked Corey before the race, ‘This is the first week you haven’t called me for advice, you didn’t think I’d bring anything to the table?’” Hamlin said with a smile. “Apparently, he was good.”</p><p>Indeed, Heim proved he had it handled with his upset win Sunday. By winning in only his 13th career start, the rising star reaffirmed that Hamlin has a keen eye for spotting talent while taking risks in building 23XI Racing with NBA legend Michael Jordan, his co-owner.</p><p>Four years ago, Hamlin and Jordan showed faith in Tyler Reddick by signing him more than 18 months before his Richard Childress Racing contract expired. Reddick escaped the deal’s final year and validated Hamlin’s faith with a championship round appearance.</p><p>Reddick opened this season by winning five of the first nine races (including the Daytona 500). The Cup Series points leader was on his way to a sixth win Sunday on the street course south of downtown San Diego before he got outdueled by Heim, who will move into Cup full time in 2027 as a teammate of Reddick and Bubba Wallace.</p><p>“Really surprised,” Hamlin said about Heim’s breakout performance. “Now if you would have asked me in the middle of the race, I wouldn’t have been that surprised. I got to race around him enough to know he had plenty of speed.”</p><p>As a top-level driver with 64 victories ( four this season ), the 45-year-old Hamlin has an edge over other team owners because he can scout prospects with a firsthand perspective while also speaking their language behind the wheel.</p><p>After winning the truck series championship last year, Heim passed on full time with other Cup teams and chose to race a partial schedule while waiting for the 2027 ride to open at 23XI Racing.</p><p>“I always just had a gut feeling that 23XI was where I wanted to be,” Heim said. “Just so much support from Denny and MJ. I talk to them on a very regular basis, and I’ve always felt like family. Their preparation is the best in the industry. It probably would have been advantageous to be full time as soon as possible, but my gut just told me to stay with it.”</p><p>Street race successes</p><p>A sellout crowd of 50,000 fans gathered on the active military base to witness the third first-time Cup winner this season.</p><p>NASCAR chief operating officer Ben Kennedy, who previously took the Cup Series to inaugural events in downtown Chicago and Los Angeles, said 67% of the attendees were NASCAR first-timers.</p><p>Though it’s unclear if Naval Base Coronado will be on the 2027 schedule, Kennedy vowed to stay aggressive in the future by scheduling at least one annual street race with an eye toward new metropolitan areas and military bases.</p><p>“There are a lot of strategic markets across the country that we would love to be in that have large military bases as well,” Kennedy said. “So we’ve talked about the Pacific Northwest, Colorado, the Northeast.”</p><p>San Diego drawbacks</p><p>There were some first-year hiccups for the Coronado track. Because of crashes in the truck, O’Reilly Auto Parts and Cup series races, the red flag was displayed on three consecutive days for repairs to the temporary walls.</p><p>The San Diego event weekend drew 125,000 over three days, but NASCAR limited capacity because of concerns about traffic on Coronado Island. After fan complaints Friday and Saturday, NASCAR summoned extra food trucks and staff on Sunday to help with concession stands and bathroom access.</p><p>“One of the things we’re most mindful of is the amount of people that you can frankly get on and off the base and still have a good fan experience,” Kennedy said. “We want to make sure that ingress and egress was palpable.”</p><p>Contentious debut</p><p>Front Row Motorsports driver Noah Gragson confronted Kevin Magnussen after being spun by the Formula One veteran who made his NASCAR debut. A heated discussion ended without resolution for Gragson and Magnussen, who collided multiple times.</p><p>“He was playing it a bit stupid out there,” said Magnussen, who joined his father, Jan, as the second Danish driver to make a Cup start. “He could have had a good race. He chose not to. I felt like I was in a fistfight the whole race through. Everyone was driving so well. It’s tough racing, but people have respect. You can’t mess around. I like that kind of racing. Big respect to everyone except that one guy, but I’ll deal with that.”</p><p>Magnussen, who races for BMW’s top sports car team, turned the fastest lap of the race in a 27th-place finish.</p><p>“I learned so much about the car,” he said. “I felt so much more confident toward the end of the race. The pace was there, the car was really good. Just super happy to get the opportunity to race in NASCAR. If I get a chance, I’ll be here. I loved every second of it.”</p><p>___</p><p>AP auto racing: https://apnews.com/hub/auto-racing</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/P5T337HIK52SBU5NJRLBUU2EDQ.jpg?auth=08c250e04b5d9ad06e9331667074d86e063524cd95017083d20650522a92e310&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cory Heim, center, celebrates in Victory Lane after winning a NASCAR Cup Series auto race, Sunday, June 21, 2026, in Coronado, Calif. (AP Photo/Denis Poroy)]]></media:description><media:credit role="author" scheme="urn:ebu">Denis Poroy</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NNRBPN5KXORDABTUIUVXSGZH6E.jpg?auth=49783ef6f9ac75411cfd99f471e5ae7447b5cc0ae9af1da5f71eb208c740c7f6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cory Heim, front right, celebrates with a teammate in Victory Lane after winning a NASCAR Cup Series auto race, Sunday, June 21, 2026, in Coronado, Calif. (AP Photo/Denis Poroy)]]></media:description><media:credit role="author" scheme="urn:ebu">Denis Poroy</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VISZR3LOWXNQ4RG2LHIZALVFVM.jpg?auth=e7e22cf6c8b3afa46a7f38108f52f992ef9f336f86214b85aa7c8cba0e35b034&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cory Heim competes in a NASCAR Cup Series auto race, Sunday, June 21, 2026, in Coronado, Calif. (AP Photo/Denis Poroy)]]></media:description><media:credit role="author" scheme="urn:ebu">Denis Poroy</media:credit></media:content></item><item><title><![CDATA[Georgia Democrats blast requirement to recount votes by hand in bill that would keep ballot QR codes]]></title><link>https://www.local10.com/news/politics/2026/06/22/georgia-democrats-blast-requirement-to-recount-votes-by-hand-in-bill-that-would-keep-ballot-qr-codes/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/22/georgia-democrats-blast-requirement-to-recount-votes-by-hand-in-bill-that-would-keep-ballot-qr-codes/</guid><dc:creator><![CDATA[By SUDHIN THANAWALA, Associated Press]]></dc:creator><description><![CDATA[ATLANTA (AP) — Legislation to keep Georgia's embattled vote-counting method in place for this year’s midterm elections faced strong opposition from state Democrats on Monday after Republicans in the Georgia Senate approved an amendment that would require a hand recount of ballots.]]></description><pubDate>Mon, 22 Jun 2026 19:58:34 +0000</pubDate><content:encoded><![CDATA[<p>ATLANTA (AP) — Legislation to keep Georgia's embattled vote-counting method in place for this year’s midterm elections faced strong opposition from state Democrats on Monday after Republicans in the Georgia Senate approved an amendment that would require a hand recount of ballots.</p><p>Georgia’s governor, Republican Brian Kemp, had called lawmakers into a special session in part to address a July 1 deadline that was set to ban the QR codes used for the official vote count. Legislators passed a law two years ago that set that deadline, but then failed to find a replacement for tabulating votes.</p><p>Some voting rights activists had warned that any changes so close to the midterm elections could create confusion at polling sites. Georgia is a political swing state where voters will decide high-profile races for U.S. Senate and governor in the fall.</p><p>State lawmakers last week appeared to have reached a deal on a bill to push the July 1 deadline back to 2028. But Republicans in the Senate approved an amendment over the weekend that would require a full hand recount of the two races at the top of ballot. In November, that would be the governor’s contest and a U.S. Senate election.</p><p>The amended bill passed the Senate on a party line vote, but the House did not immediately schedule it for a vote on Monday.</p><p>Georgia Democrats say a hand recount in November would create chaos that could sow doubt about the results. Research has shown that hand-counting is more prone to error, costlier and likely to delay results. It has gained traction, however, with Republican lawmakers in some states amid President Donald Trump’s repeated false claims about a stolen 2020 election.</p><p>“What we are experiencing is a Republican Senate who’s acting extraordinarily irresponsibly with Georgia’s elections and people’s votes,” state Rep. Saira Draper, a Democrat, said Monday.</p><p>Republican state Sen. Max Burns defended the Senate bill, saying hand counts and machine counts can “coexist and confirm each other’s ultimate results.”</p><p>“This amendment to a good bill is to strengthen it so that the voters have confidence in election security,” he said.</p><p>Georgia's current election system uses a QR code printed on ballots to tally the votes. It has drawn the ire of Trump, who claimed without evidence that voting machines in Georgia deleted or switched votes in the 2020 election. He narrowly lost the state to Democrat Joe Biden that year.</p><p>Georgia voting machines have been the subject of conspiracy theories, which manufacturer Dominion Voting Systems fought vigorously in court. But election integrity advocates also have raised concerns about the machines, arguing that they are vulnerable to hacking and that voters cannot be sure their selections are accurately reflected because people can’t read QR codes.</p><p>The Georgia Senate bill would extend the July 1 deadline to Jan. 1, 2028. It also would create a committee to recommend requirements for a new voting system. The committee would have until Jan. 31, 2027, to report its findings. State lawmakers would be responsible for funding, buying and implementing the new system for the 2028 election cycle.</p><p>The special session also was supposed to redraw Georgia’s congressional and legislative districts for the 2028 election, but state lawmakers postponed those plans.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MZFVTB5773XILEBJ7E6ZQ46YEI.jpg?auth=75c0d6625325af41d1aca389a75b3f331578c67720323f9d7a23309600800cfe&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A voting machine is seen as people vote in a runoff election at the C.T. Martin Recreation Center, Tuesday, June 16, 2026, in Atlanta. (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/V7AO5HOVTKEMUNU636KHVVAXYQ.jpg?auth=5e4319bcd5e120e92c6443b8918cfcbcc2e5667ffac13acef3d58dd9b2ef5783&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A voting machine is seen as people vote in a runoff election at the C.T. Martin Recreation Center, Tuesday, June 16, 2026, in Atlanta. (AP Photo/Mike Stewart)]]></media:description><media:credit role="author" scheme="urn:ebu">Mike Stewart</media:credit></media:content></item><item><title><![CDATA[Barry Manilow, Patti Smith, Carlos Santana and more mourn the death of Clive Davis]]></title><link>https://www.local10.com/entertainment/2026/06/22/barry-manilow-patti-smith-carlos-santana-and-more-mourn-the-death-of-clive-davis/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/22/barry-manilow-patti-smith-carlos-santana-and-more-mourn-the-death-of-clive-davis/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[Music artists mourned the death of Clive Davis, one of the industry's most powerful figures who launched or resurrected the careers of artists ranging from Whitney Houston to Carlos Santana.]]></description><pubDate>Mon, 22 Jun 2026 21:04:27 +0000</pubDate><content:encoded><![CDATA[<p>Music artists mourned the death of Clive Davis, one of the industry's most powerful figures who launched or resurrected the careers of artists ranging from Whitney Houston to Carlos Santana.</p><p>Santana on Monday called Davis “a visionary.” Barry Manilow said music wasn't just business to Davis, “it was family.” Michael Bublé said the music executive “believed in people and their dreams.” Patti Smith thanked Davis for a half century of “love and support.”</p><p>Davis died Monday in his Manhattan apartment. A statement from the family says Davis “discovered, mentored, and championed the greatest artists in modern music history, leaving an indelible mark on culture that will endure for generations.”</p><p>Davis was 94.</p><p>Here's some reaction to Davis' death and his legacy.</p><p>Barry Manilow</p><p>“My heart is heavy with the loss of my friend Clive Davis. For fifty years we worked together, created together, argued together, and celebrated together. Yes, some would say it was business. But to Clive, it never was. It was family. And I was honored to be a part of his.” — on X.</p><p>Alicia Keys</p><p>“To Clive Davis, the visionary who transformed dreams into reality, leaving an indelible mark on music and lives worldwide.” — on Instagram.</p><p>Carlos Santana</p><p>“Clive Davis was a visionary. He could hear the intangible before anyone else could see it. He believed in Santana from the beginning, and years later he believed in us again. That kind of faith is a beautiful blessing, and I will always be grateful.</p><p>“Clive understood that music is more than entertainment. Music is a healing force. It brings people together beyond fear, beyond separation, beyond borders. He dedicated his life to championing artists and helping them share their gifts with the world.</p><p>“Clive recognized the light in people. He encouraged artists to trust their own voice and step into their destiny. Because of his vision, countless musicians were able to reach hearts across the planet.” — in a statement.</p><p>Patti Smith</p><p>“This is thanking Clive Davis for transforming music, and on a very personal note, for believing in me, shepherding my efforts and a half century of your love and support.” — on Instagram.</p><p>Rod Stewart</p><p>“I owe Clive so much. The force behind J Records, he was the only one who believed a rock singer could sing the standards with conviction. Other labels rejected the idea, and so The Great American Songbook was born, selling close to 40 million copies.” — on Instagram.</p><p>Bruce Springsteen</p><p>At 22 years old, he changed my life when he signed me to Columbia Records. He treated me with the same respect and kindness as a 22-year-old nobody as he did after all my success. A great man. — on Instagram.</p><p>Dionne Warwick</p><p>"I can think of no other record man that seemed to have that magical ability to know a hit when he heard a song. The entire music industry I'm sure will mourn his passing. He was one of a kind." — in a statement.</p><p>Michael Bublé</p><p>“Heartbroken to hear of the passing of Clive Davis. Clive wasn’t just a music legend, he was a champion of artists and someone who believed in people and their dreams. Forever grateful for his guidance, his generosity, and the opportunities he gave so many of us.” — on Instagram.</p><p>Paul Stanley</p><p>“The music world and all those who have loved music for 6 decades have lost the visionary and champion of so many artists in so many genres. A one of a kind genius.” — on X.</p><p>Stephen Bishop, songwriter and guitarist</p><p>“Clive did so much for artists and for the music business as a whole. He was truly one of a kind and lived an incredibly full and remarkable life. If you knew him, you knew he genuinely cared about artists. He could be tough, but he was always fair.” — on X.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6FYHQ35Y5CXTEBAEMY3BYOCQ7M.jpg?auth=757915a6a322bcabf3ce2cfe0ec6d4e172c3a752aa7a32a17b1e09b5fe9ac965&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Music producer Clive Davis, left, and recording artist Patti Smith embrace onstage at the Clive Davis Pre-Grammy Gala in Beverly Hills, Calif., on Feb. 9, 2013. (Photo by Chris Pizzello/Invision/AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris Pizzello</media:credit></media:content></item><item><title><![CDATA[Longtime felon pepper-sprays employee in Aventura Nordstrom Rack robbery, cops say]]></title><link>https://www.local10.com/news/local/2026/06/22/longtime-felon-pepper-sprays-employee-in-aventura-nordstrom-rack-robbery-cops-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/22/longtime-felon-pepper-sprays-employee-in-aventura-nordstrom-rack-robbery-cops-say/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[A woman with a long criminal history in Miami-Dade County dating back nearly three decades is now facing four more felony charges after Aventura police said she pepper-sprayed a loss prevention employee during a robbery at a Nordstrom Rack store on Friday.]]></description><pubDate>Mon, 22 Jun 2026 19:44:39 +0000</pubDate><content:encoded><![CDATA[<p>A woman with a long criminal history in Miami-Dade County dating back nearly three decades is now facing four more felony charges after Aventura police said she pepper-sprayed a loss prevention employee during a robbery at a Nordstrom Rack store on Friday.</p><p>Authorities said Pappy Tina Miller, 57, of Miami Beach, committed her latest crime while on probation. </p><p>Investigators said Miller began stealing items from the Nordstrom Rack at 20669 Biscayne Blvd. just after 2:40 p.m. and, about 10 minutes later, walked out with nearly $1,800 in concealed goods in a shopping cart. </p><p>An arrest report states that the loss prevention officer tried to detain Miller and recover the stolen items but she “immediately resisted his efforts to recover the stolen merchandise by maintaining control of the shopping cart and actively struggling with him.”</p><p>She then “forcefully” pushed him away, pepper-sprayed him and fled, the report states. </p><p>Police said they determined Miller’s identity and found her just after 4:10 p.m. in the area of a nearby Best Buy store.</p><p>According to police, she identified herself as “Anna” and “denied being Pappy Tina Miller.” But authorities said they were able to prove it was her.</p><p>The report states that “Miller denied stealing any items and claimed she had paid for everything in her possession” and denied pepper-spraying the worker. She had discarded the pepper-spray canister, police said. </p><p>Police arrested Miller on charges including armed robbery, armed grand theft, evidence tampering and felon in possession of a weapon.</p><p>It adds to Miller’s long history of criminal conduct in Miami-Dade.</p><p>Records show her first criminal conviction in Miami-Dade County was in 2001 for child neglect or abuse following an arrest in Sunny Isles Beach.</p><p>Miller, known by aliases including “Peppy Miller,” “Pappy Stevens” and “Renee Morales,” has <a href="https://pubapps.fdc.myflorida.com/offenderSearch/detail.aspx?Page=Detail&amp;DCNumber=L39859&amp;TypeSearch=IR" target="_self" rel="" title="https://pubapps.fdc.myflorida.com/offenderSearch/detail.aspx?Page=Detail&amp;DCNumber=L39859&amp;TypeSearch=IR">spent time in state prison</a> after various Miami-Dade convictions, including for grand theft, credit card fraud and organized fraud.</p><p>She was <a href="https://pubapps.fdc.myflorida.com/offenderSearch/detail.aspx?Page=Detail&amp;DCNumber=L39859&amp;TypeSearch=AO" target="_self" rel="" title="https://pubapps.fdc.myflorida.com/offenderSearch/detail.aspx?Page=Detail&amp;DCNumber=L39859&amp;TypeSearch=AO">on probation</a> for a 2025 grand theft conviction at the time of her latest arrest on Friday, records show.</p><p>As of Monday afternoon, Miller was being held without bond in the Turner Guilford Knight Correctional Center.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FHYBA2HGPVAAZE6ORYPIUB4UB4.jpg?auth=9258241a63a04edbb54870ae3ed03e0ef70be125228d498af1ee8d762dbd6e70&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pappy Miller]]></media:description></media:content></item><item><title><![CDATA[Inundaciones en Michigan exponen falta de información y preparación en zonas rurales]]></title><link>https://www.local10.com/espanol/2026/06/22/inundaciones-en-michigan-exponen-falta-de-informacion-y-preparacion-en-zonas-rurales/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/22/inundaciones-en-michigan-exponen-falta-de-informacion-y-preparacion-en-zonas-rurales/</guid><dc:creator><![CDATA[Por TAMMY WEBBER y M.K. WILDEMAN, Associated Press]]></dc:creator><description><![CDATA[ONAWAY, Michigan, EE.UU. (AP) — Tom y Diane Peterman intentaron comprar un seguro contra inundaciones cuando se mudaron a su casa de retiro a orillas de Black Lake hace 14 años, pero les dijeron que no estaba disponible. A John Solum le dijeron que no estaba en una zona inundable cuando su familia compró allí una cabaña de la década de 1940.]]></description><pubDate>Mon, 22 Jun 2026 19:32:37 +0000</pubDate><content:encoded><![CDATA[<p>ONAWAY, Michigan, EE.UU. (AP) — Tom y Diane Peterman intentaron comprar un seguro contra inundaciones cuando se mudaron a su casa de retiro a orillas de Black Lake hace 14 años, pero les dijeron que no estaba disponible. A John Solum le dijeron que no estaba en una zona inundable cuando su familia compró allí una cabaña de la década de 1940.</p><p>Luego llegaron las históricas y devastadoras inundaciones de esta primavera en el norte de Michigan —en algunas zonas, por primera vez que alguien recuerde—, que anegaron viviendas, llevaron represas al borde del colapso y arrasaron carreteras. Decenas de condados quedaron bajo estado de emergencia.</p><p>El nivel de Black Lake aumentó tanto que el hielo flotante destrozó terrazas y se estrelló contra ventanas.</p><p>“Nunca habíamos visto algo así. Nunca”, afirmó Solum, quien sufrió inundaciones a menudo cuando vivía en Houston. El agua, que les llegaba hasta las rodillas, los obligó a arrancar pisos, paneles de yeso, muebles, ropa de cama y electrodomésticos.</p><p>En todo Michigan, miles se quedaron sin protección financiera luego que las lluvias récord de abril cayeran sobre la nevada récord de marzo. Peor aún, muchos no tenían idea de que estaban en riesgo pese a años de precipitaciones cada vez más intensas.</p><p>Su experiencia deja al descubierto vulnerabilidades en todo el país, según expertos, porque los mapas de llanuras de inundación no cubren todas las zonas. Además, el método de cartografía del gobierno federal es, posiblemente, anticuado y no toma en cuenta los riesgos reales a medida que el cambio climático aumenta las probabilidades de fenómenos meteorológicos más extremos.</p><p>La Agencia Federal para el Manejo de Emergencias (FEMA, por sus siglas en inglés) elabora y actualiza mapas que determinan quién está en una llanura de inundación y debe comprar seguro, y que ayudan a las comunidades a planificar. Pero no ha elaborado mapas en muchas zonas menos pobladas, incluidos algunos condados de Michigan que sufrieron inundaciones sin precedentes.</p><p>Black Lake, por ejemplo, se extiende por dos condados: Cheboygan, que tiene un mapa de llanura de inundación de la FEMA de 2012, y Presque Isle, donde la mayoría de las zonas nunca han sido cartografiadas. Este destino de verano y de jubilados desde hace mucho tiempo está rodeado de pequeñas cabañas y algunas casas más grandes.</p><p>Otro problema: los mapas de la FEMA se basan en los riesgos de que ríos, arroyos y otras vías fluviales se desborden. Pero no contemplan las inundaciones causadas estrictamente por lluvias cada vez más intensas que sobrepasan la infraestructura de drenaje pluvial en zonas urbanas e inundan pueblos rurales donde el agua no tiene adónde ir.</p><p>First Street, una empresa que investiga las implicaciones financieras del cambio climático, encontró más del doble de propiedades con un riesgo significativo de inundación en todo el país tras incorporar esos datos de precipitaciones a sus propios modelos y al cartografiar todo el país, incluidos arroyos más pequeños que la FEMA no incluye.</p><p>Eso incluye cuatro veces más propiedades en Michigan.</p><p>“No podía creerlo cuando empezamos a construir nuestro modelo: qué tan diferentes éramos de la FEMA”, declaró Jeremy Porter, economista jefe de First Street, quien sostiene que a los mapas federales “les falta toda una fuente de inundaciones”.</p><p>La FEMA utiliza esos datos adicionales de precipitaciones para ayudar a fijar las tarifas de los seguros, afirman expertos. Pero no está claro si intenta incorporarlos a la cartografía de llanuras de inundación.</p><p>La Oficina de Responsabilidad Gubernamental (GAO, por sus siglas en inglés), un organismo federal de supervisión, expresó hace cinco años su preocupación de que los mapas de peligros de inundación de la FEMA no reflejaran la mejor ciencia climática disponible ni las lluvias intensas.</p><p>La FEMA rechazó una solicitud de entrevista, pero señaló en un comunicado que el 95% de la población de Estados Unidos vive en zonas con mapas, los cuales son “instantáneas en el tiempo”. No respondió a preguntas sobre si las inundaciones de este año añaden urgencia a la cartografía de zonas menos pobladas o si está actualizando sus métodos de mapeo.</p><p>Cambio climático prepara el escenario para inundaciones devastadoras</p><p>Michigan vivió “realmente una inundación monumental” que en muchas zonas superó lo que se conoce como una inundación de 100 años —es decir, con un 1% de probabilidad de ocurrir en un año determinado—, dijo Matthew Occhipinti, coordinador estatal del Programa Nacional de Seguro contra Inundaciones.</p><p>Pero no fue una casualidad, indicaron expertos.</p><p>Una atmósfera más cálida retiene más humedad durante períodos más prolongados, lo que puede provocar fuertes lluvias o nevadas cuando se acumula lo suficiente. Y esta primavera, un Golfo de México “extraordinariamente cálido” propició tanto nieve como lluvia en la zona superior de la parte norcentral del país, explicó Richard Rood, científico climático de la Universidad de Michigan.</p><p>Una enorme tormenta de nieve en marzo dejó hasta 61-122 centímetros (2-4 pies) en el norte de Michigan. Luego, las lluvias récord de abril generaron más escorrentía de la que podían manejar las vías fluviales, las represas y las alcantarillas.</p><p>“Llamamos históricas a estas tormentas; eso sólo es cierto en comparación con el pasado”, dijo Rood, y añadió que Michigan y el vecino Wisconsin registraron el período del 1 de marzo al 15 de abril más húmedo del que se tenga registro. “Creo que es más apropiado considerarlo típico del clima del futuro”.</p><p>Por eso es importante actualizar los mapas de inundación y que las comunidades estén preparadas, señalaron expertos.</p><p>“Nunca deberían caer en la complacencia de pensar: ‘Caramba, acabamos de tener la gran inundación, así que estamos bien por otros 100 años o 500 años’”, advirtió Chad Berginnis, director ejecutivo de la Asociación de Administradores Estatales de Llanuras de Inundación. “La Madre Naturaleza no obedece los promedios estadísticos”.</p><p>Avance del mapeo de la FEMA es lento en zonas rurales</p><p>La FEMA ha estado trabajando para actualizar mapas existentes de llanuras de inundación —algunos con décadas de antigüedad—, pero ha logrado poco progreso en la creación de nuevos mapas en zonas rurales donde podría haber desarrollo, pese a un mandato del Congreso de 2012, subrayó Berginnis.</p><p>Históricamente, la agencia ha priorizado los lugares con mayor población y riesgo, lo cual tiene sentido por las limitaciones presupuestarias, explicó Berginnis, pero también deja sin cartografiar cerca de dos tercios de los arroyos, ríos y costas del país. Algunas de esas áreas son tierras federales deshabitadas que probablemente no serán mapeadas.</p><p>Su organización estima que cuesta entre 4.000 millones y 12.000 millones de dólares cartografiar por completo el país, pero la FEMA nunca ha tenido los fondos para hacerlo, afirmó.</p><p>Los administradores de llanuras de inundación temen que la agencia se quede aún más rezagada debido a importantes pérdidas de personal durante el gobierno del presidente Donald Trump.</p><p>La FEMA perdió cerca del 20% de su fuerza laboral total en 2025, según un informe de la GAO. Eso incluye alrededor del 25% de su personal permanente y más veterano, dijo Christopher Currie, quien audita a la FEMA para la GAO.</p><p>“Estamos muy preocupados”, expresó Currie, y añadió que la FEMA ya sufría una falta crónica de personal incluso antes del segundo mandato de Trump. Ahora tendría que desviar recursos de muchos programas, incluido el mapeo, para responder a múltiples desastres.</p><p>Algunas comunidades no entienden sus riesgos</p><p>Lograr que la información precisa sobre el riesgo de inundación llegue a las comunidades es un desafío incluso más allá del mapeo de llanuras de inundación.</p><p>Las comunidades deben participar en el Programa Nacional de Seguro contra Inundaciones antes que los propietarios puedan comprar pólizas respaldadas por la FEMA y vendidas por compañías privadas. Pero muchas —incluidas varios cientos en Michigan, según Occhipinti— nunca se han incorporado.</p><p>Las comunidades pueden participar sin un mapa. Pero los expertos dicen que aquellas que no lo han hecho quizá nunca hayan sufrido inundaciones dañinas o no entienden el programa de seguros.</p><p>También podrían no darse cuenta de que tienen un riesgo elevado si se basan en el Índice Nacional de Riesgo de la FEMA, una herramienta separada del mapeo. El índice asigna una sola puntuación al riesgo general de una comunidad ante cualquier tipo de desastre natural, y asume que no hay riesgos de inundación si la comunidad no tiene un mapa de llanura de inundación, dijo Berginnis.</p><p>Eso significa que una comunidad con una puntuación baja podría en realidad tener riesgos elevados de inundación, señaló, lo que “les da a las personas una sensación de seguridad absolutamente equivocada”.</p><p>Pero incluso la participación en el programa no garantiza que los propietarios reciban información precisa.</p><p>Diane Peterman, quien evacuó cuando el espacio bajo su casa se llenó de agua, contó que intentó comprar seguro tres veces, pero le dijeron que no podía, aunque su municipio participa en el Programa Nacional de Seguro contra Inundaciones.</p><p>“Me dijeron: ‘Usted no está en una zona inundable’, y yo respondí: ‘Pero vivo en un lago’”, relató Peterman, quien después se enteró de que su vecino sí tenía seguro.</p><p>En Michigan, una póliza promedio cuesta alrededor de 1.000 dólares por 250.000 dólares de cobertura, aunque esa tarifa puede variar ampliamente según factores como el valor de la vivienda y la ubicación, dijo Occhipinti. Algunas compañías venden seguros privados contra inundaciones, aunque es raro, añadió.</p><p>Berginnis señaló que los propietarios y las comunidades deberían buscar información más allá de lo que proporciona la FEMA.</p><p>“Los mapas de inundación de la FEMA siempre deberían ser el comienzo del camino y no el final”, sostuvo. “Tal vez los estados y las comunidades deban dar un paso al frente y liderar un poco más”.</p><p>___</p><p>La cobertura climática y ambiental de The Associated Press recibe apoyo financiero de múltiples fundaciones privadas. La AP es la única responsable de todo el contenido. Consulte las normas de la AP para trabajar con filantropías, una lista de patrocinadores y las áreas de cobertura financiadas en AP.org.</p><p>___</p><p>Esta historia fue traducida del inglés por un editor de AP con la ayuda de una herramienta de inteligencia artificial generativa.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PUKWH44KT3WXQRJSDQUINLTORE.jpg?auth=aea6eeb0fc74031d956434fa5aefbb04253802a173707f0c297b695095fff8e1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Tom Peterman limpia los destrozos del exterior de su casa tras las recientes inundaciones en Black Lake, el miércoles 29 de abril de 2026, en Grant Township, Michigan. (Foto AP/Paul Sancya)]]></media:description><media:credit role="author" scheme="urn:ebu">Paul Sancya</media:credit></media:content></item><item><title><![CDATA[De la Espriella: el abogado que conquistó las urnas en Colombia al margen de la política tradicional]]></title><link>https://www.local10.com/espanol/2026/06/22/de-la-espriella-el-abogado-que-conquisto-las-urnas-en-colombia-al-margen-de-la-politica-tradicional/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/22/de-la-espriella-el-abogado-que-conquisto-las-urnas-en-colombia-al-margen-de-la-politica-tradicional/</guid><dc:creator><![CDATA[Por ASTRID SUÁREZ y REGINA GARCÍA CANO, Associated Press]]></dc:creator><description><![CDATA[BOGOTÁ (AP) — El conservador Abelardo de la Espriella logró ser el más votado en la segunda vuelta presidencial de Colombia con su imagen de outsider al margen de los partidos tradicionales, una tendencia que se abrió paso en América Latina en los últimos años.]]></description><pubDate>Mon, 22 Jun 2026 20:09:50 +0000</pubDate><content:encoded><![CDATA[<p>BOGOTÁ (AP) — El conservador Abelardo de la Espriella logró ser el más votado en la segunda vuelta presidencial de Colombia con su imagen de outsider al margen de los partidos tradicionales, una tendencia que se abrió paso en América Latina en los últimos años.</p><p>Con casi el 100% de las mesas electorales informadas, el conteo preliminar de la Registraduría ubica a De la Espriella con 49,66% de apoyo y al progresista Iván Cepeda con 48,70%. La diferencia entre ambos es de más de 250.000 votos.</p><p>Cepeda no reconoció el conteo e impugnó 33.000 mesas de votación esperando que sean revisadas en el escrutinio que realizarán en los próximos días jueces y en base al cual será declarado el ganador.</p><p>Los casos de El Salvador, Ecuador y Argentina</p><p>Glaeldys González, analista del International Crisis Group para los Andes, dijo a The Associated Press que lo que representa De la Espriella “va muy de la mano" con lo que simboliza Nayib Bukele en El Salvador o Daniel Noboa en Ecuador. "Ese tipo de liderazgos que están ofreciendo una alternativa a las clases políticas tradicionales o conocidas en el país... para Colombia sería una situación inédita”.</p><p>Son líderes impulsados por electores inconformes con gobiernos anteriores y que quieren soluciones para los problemas económicos y la inseguridad.</p><p>Noboa, quien asumió la presidencia en 2023, es el heredero de un emporio que incluye el negocio de las bananas. Entró a la contienda electoral de Ecuador con solo meses de experiencia como asambleísta nacional y se convirtió en la sorpresa.</p><p>Bukele rompió con el bipartidismo que rigió en El Salvador por tres décadas, aunque tenía experiencia como alcalde de Nuevo Cuscatlán y de San Salvador, la capital.</p><p>Otro caso es el de Javier Milei, un economista que se hizo famoso en Argentina como comentarista de televisión y en las redes sociales. Armó un partido y fue diputado poco antes de llegar a la presidencia a fines de 2023 prometiendo terminar con la acelerada inflación y los vicios de la “casta política”.</p><p>En Colombia, De la Espriella logró vencer en primera vuelta a políticos conservadores más experimentados como la senadora Paloma Valencia, miembro del opositor Centro Democrático que lidera el influyente expresidente Álvaro Uribe Vélez (2002-2010).</p><p>Para Yann Basset, profesor de Ciencia Política de la Universidad del Rosario, De la Espriella marca una “nueva etapa de la derecha colombiana” que en el pasado estuvo muy marcada por el liderazgo de Uribe Vélez, quien apadrinó a dos de sus sucesores.</p><p>“De la Espriella hoy día es el que ocupa un poco este espacio que deja vacío el uribismo, al ya no ser una referencia tan obvia para las generaciones jóvenes de derecha y los sectores populares”, explicó Basset a AP. “Hay de pronto un desgaste del personal político que lleva al éxito de este populismo de los outsider en contra de la clase política”.</p><p>Basset resaltó que Colombia ya había mostrado un cansancio por figuras tradicionales en 2022, cuando la sorpresa de la primera vuelta electoral fue el empresario Rodolfo Hernández —quien sólo había sido alcalde de una ciudad intermedia a sus 77 años— gracias a su discurso centrado en la lucha contra la clase política “corrupta”. Hernández fue vencido en un balotaje por Petro.</p><p>Colombia polarizada</p><p>Sin posibilidades de ser reelegido, Petro quería continuar su legado progresista con el experimentado Cepeda, un filósofo con una banca en el Senado y facilitador de diálogos de paz con armados. El mandatario saliente instó a los ciudadanos a rechazar “el fascismo” con el que identificaba a De la Espriella, un empresario y abogado apoyado por el presidente estadounidense Donald Trump.</p><p>Trump felicitó de nuevo el lunes a “El Tigre”, como se apoda De la Espriella, señalándolo como el “nuevo presidente de Colombia” y recalcó que fue un “gran honor” apoyarlo. Agregó en su cuenta de Truth Social que espera trabajar en conjunto para construir una relación bilateral sólida que traiga grandeza a ambos países.</p><p>Cepeda llamó el lunes a sus partidarios a esperar el escrutinio en calma, tras protestas focalizadas en Bogotá y Cali, en el suroeste del país, en medio de la incertidumbre por los estrechos resultados. Además exigió a De la Espriella a no amenazarlo en sus discursos: “No nos asustan ni sus rugidos ni sus alaridos”, dijo a la prensa.</p><p>Los resultados mostraron una ciudadanía polarizada entre dos propuestas antagónicas.</p><p>“No me gusta ninguno de los dos, pero le tengo pánico a la continuidad”, aseguró a la AP María del Rosario Villaveces, de 66 años, tras votar en el balotaje en un barrio acomodado de Bogotá.</p><p>Con una participación de más de 26 millones de personas, más de 426.800 mostraron su disconformidad con los dos candidatos al votar en blanco.</p><p>Villaveces, pensionada y dedicada a actividades artísticas, dijo que le inquieta que De la Espriella “no tenga ni idea de la política”, pero aseguró que le da “un poquito de tranquilidad” su fórmula vicepresidencial, José Manuel Restrepo, porque “sí conoce y tiene una buena estructura”.</p><p>Restrepo ha sido directivo de varias universidades y en el gobierno del conservador Iván Duque (2018-2022) fue ministro de Industria y Comercio y luego de Hacienda.</p><p>De la Espriella centró su propuesta en la mano dura contra el “narcoterrorismo” y acabar de tajo con los esfuerzos de diálogo con grupos armados ilegales que llevó a cabo Petro, una política muy cuestionada por su falta de resultados.</p><p>Las elecciones se celebraron una década después de la histórica firma del acuerdo de paz con la guerrilla Fuerzas Armadas Revolucionarias de Colombia (FARC), pero la violencia resurgió con fuerza por la disputa entre los armados por acaparar rentas ilegales a partir del narcotráfico y la minería ilegal.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HOHYVDWVDRFXOPGRIKDR43QMUQ.jpg?auth=3d9a3db7cef0fe87183b474567babf780d0be8d893de180c4262be234d853e04&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El candidato presidencial Abelardo de la Espriella, del movimiento opositor Defensores de la Patria, se dirige a sus seguidores desde el interior de una cabina blindada en un mitin de celebración tras conocerse los resultados de la segunda vuelta, que le situaban en cabeza en Barranquilla (Colombia), el domingo 21 de junio de 2026. (Foto AP/Iván Valencia)]]></media:description><media:credit role="author" scheme="urn:ebu">Ivan Valencia</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4ZP7DBYH6AQHME3JLR4JRYAETA.jpg?auth=58a60f2a7798dae92676217efffb9ac5b323b0f4cf562aaffefae31e2b443c05&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El senador Iván Cepeda, candidato presidencial de la coalición gobernante Pacto Histórico, ofrece una rueda de prensa al día siguiente de la segunda vuelta de las elecciones presidenciales en Bogotá, Colombia, el lunes 22 de junio de 2026. (Foto AP/Fernando Vergara)]]></media:description><media:credit role="author" scheme="urn:ebu">Fernando Vergara</media:credit></media:content></item><item><title><![CDATA[Colombia’s preliminary vote count showing De La Espriella’s narrow victory is ‘accurate,’ registrar says]]></title><link>https://www.local10.com/news/politics/2026/06/22/colombias-preliminary-vote-count-showing-de-la-espriellas-narrow-victory-is-accurate-registrar-says/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/22/colombias-preliminary-vote-count-showing-de-la-espriellas-narrow-victory-is-accurate-registrar-says/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[After judges’ certification, Hernán Penagos, Colombia’s national registrar, announced on Monday that the preliminary vote count after the runoff presidential election was “accurate.” ]]></description><pubDate>Mon, 22 Jun 2026 17:43:11 +0000</pubDate><content:encoded><![CDATA[<p>After judges’ certification, Hernán Penagos, Colombia’s national registrar, announced on Monday that the preliminary vote count after the runoff presidential election was “accurate.” </p><p>More than 41.4 million Colombians were eligible to vote, and over 26.3 million cast their ballots on Sunday, <a href="https://resultados.registraduria.gov.co/v2/resultados/0/00/" target="_self" rel="" title="https://resultados.registraduria.gov.co/v2/resultados/0/00/">according</a> to the Colombian National Registry. </p><p>Abelardo De La Espriella, the right-wing candidate, was the president-elect after winning 250,830 votes more than Iván Cepeda, the left-wing candidate, according to the national registry’s <a href="https://resultados.registraduria.gov.co/v2/resultados/0/00/" target="_self" rel="" title="https://resultados.registraduria.gov.co/v2/resultados/0/00/">latest report</a>. </p><p>U.S. President Donald Trump endorsed De La Espriella, 47, a criminal defense attorney and entrepreneur, and Colombian President Gustavo Petro supported Cepeda, 63, a senator and human rights advocate. </p><p>With information from 99.99% of the polling stations, 122,017 out of 122,020, the <a href="https://resultados.registraduria.gov.co/v2/resultados/0/00/" target="_self" rel="" title="https://resultados.registraduria.gov.co/v2/resultados/0/00/">data</a> showed 49.66%, or 12,959,542, voted for De La Espriella, and 48.7%, or 12,708,712, voted for Cepeda. </p><p>There were <a href="https://puestosdevotacionexterior.cancilleria.gov.co/" target="_self" rel="" title="https://puestosdevotacionexterior.cancilleria.gov.co/">more than 250</a> precincts for the <a href="https://www.economist.com/the-americas/2026/06/18/the-colombian-diaspora-is-overwhelmingly-right-wing" target="_self" rel="" title="https://www.economist.com/the-americas/2026/06/18/the-colombian-diaspora-is-overwhelmingly-right-wing">Colombian diaspora</a> worldwide. In South Florida, Colombian voters cast their ballots in Coral Gables, Kendall, Hialeah, Coral Springs, and Weston. </p><p>Related story:<a href="https://www.local10.com/news/politics/2026/06/22/de-la-espriella-wins-8057-of-runoff-election-votes-from-colombians-in-us-data-shows/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/06/22/de-la-espriella-wins-8057-of-runoff-election-votes-from-colombians-in-us-data-shows/"> Colombians’ vote in U.S.: 80.57% vote for De La Espriella, 18.43% for Cepeda</a></p><p>De La Espriella, a father of five who campaigned as “The Tiger,” a law-and-order candidate, and a fan of Salvadoran President Nayib Bukele, celebrated with supporters on Sunday night in Barranquilla.</p><p>Cepeda, who is a political rival of former Colombian President Álvaro Uribe, met with supporters in Bogotá to say that the preliminary results needed to be scrutinized. </p><p>Cepeda campaigned as the candidate who wants to protect the environment, continue negotiations with armed groups for their surrender, and prioritize welfare programs. </p><p>De La Espriella said he planned to open mega prisons, cut corporate taxes, restart oil exploration and fracking, increase spending on law enforcement, and cut social spending. </p><p>During the presidential election’s first round <a href="https://www.local10.com/news/world/2026/06/01/over-70-of-colombians-in-us-vote-for-espriella-pro-trump-presidential-candidate/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/01/over-70-of-colombians-in-us-vote-for-espriella-pro-trump-presidential-candidate/">on May 31</a>, De la Espriella had 43.73% of the votes when he qualified for the runoff against Cepeda, who had 40.91% of the votes. About 70% of the voters in the U.S. chose De La Espriella <a href="https://www.local10.com/news/world/2026/06/01/over-70-of-colombians-in-us-vote-for-espriella-pro-trump-presidential-candidate/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/01/over-70-of-colombians-in-us-vote-for-espriella-pro-trump-presidential-candidate/">on May 31</a>. </p><p>Petro’s four-year term ends on Aug. 7, when De La Espriella plans to be sworn in as Colombia’s 48th president. </p><p><b>Related reporting</b></p><ul><li><a href="https://www.local10.com/news/politics/2026/06/21/ivan-cepeda-reacts-to-not-official-or-binding-preliminary-vote-count-in-colombia/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/06/21/ivan-cepeda-reacts-to-not-official-or-binding-preliminary-vote-count-in-colombia/">Election in Colombia: Iván Cepeda reacts to ‘not official or binding’ preliminary vote count</a></li><li><a href="https://www.local10.com/news/politics/2026/06/21/historic-day-for-colombians-trump-backed-de-la-espriella-heads-for-narrow-presidential-win/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/06/21/historic-day-for-colombians-trump-backed-de-la-espriella-heads-for-narrow-presidential-win/">Historic day for Colombians: Trump-backed De la Espriella heads for narrow presidential win</a></li><li><a href="https://www.local10.com/news/politics/2026/06/21/historic-day-for-colombians-polls-close-after-polarized-runoff-to-elect-48th-president/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/06/21/historic-day-for-colombians-polls-close-after-polarized-runoff-to-elect-48th-president/">Polls close in South Florida</a></li><li><a href="https://www.local10.com/news/politics/2026/06/21/polls-open-for-colombia-runoff-election-including-in-south-florida/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/06/21/polls-open-for-colombia-runoff-election-including-in-south-florida/">Polls open in South Florida</a> </li></ul>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/AETGA2W2M3ARWVRHGNTWKUU7YM.jpg?auth=61ddddd1fb8c87b1f2b2f0b7e2bed04c00b16c42bc61bcf24ac22f4e67c90922&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Presidential candidate Abelardo de la Espriella of the opposition Defenders of the Motherland movement and his vice-presidential running mate, Jose Manuel Restrepo, ride in a bulletproof booth toward a celebration rally after election results showed him leading in Barranquilla, Colombia, Sunday, June 21, 2026. (AP Photo/Rodrigo Abd)]]></media:description><media:credit role="author" scheme="urn:ebu">Rodrigo Abd</media:credit></media:content></item><item><title><![CDATA[Keith Tkachuk is elected to the Hockey Hall of Fame after his sons become NHL teammates]]></title><link>https://www.local10.com/sports/2026/06/22/keith-tkachuk-is-elected-to-the-hockey-hall-of-fame-after-his-sons-become-nhl-teammates/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/22/keith-tkachuk-is-elected-to-the-hockey-hall-of-fame-after-his-sons-become-nhl-teammates/</guid><dc:creator><![CDATA[By STEPHEN WHYNO, Associated Press]]></dc:creator><description><![CDATA[Keith Tkachuk waited more than a decade and a half from the end of his NHL playing career to get the call from the Hockey Hall of Fame. Not known for his patience, Tkachuk was so overcome with emotion that he waited 45 minutes to tell his family.]]></description><pubDate>Mon, 22 Jun 2026 21:34:53 +0000</pubDate><content:encoded><![CDATA[<p>Keith Tkachuk waited more than a decade and a half from the end of his NHL playing career to get the call from the Hockey Hall of Fame. Not known for his patience, Tkachuk was so overcome with emotion that he waited 45 minutes to tell his family.</p><p>“I said, ‘Hey, you guys want to have a beer together?’” Tkachuk recalled. “And I told them and broke the news to them there.”</p><p>The timing gave them even more reason to celebrate. Tkachuk was elected to the Hall of Fame on Monday, less than 24 hours after his sons became teammates when Brady was traded from Ottawa to Florida, joining older brother Matthew, during a weekend that also included a U.S. Olympic gold medal celebration and a baptism.</p><p>“It's been a great weekend for the Tkachuks,” Keith said. “It’s been a crazy weekend, but this tops it off. ... This is the ultimate, for sure.”</p><p>The patriarch nicknamed “Walt” Tkachuk is part of a player class that includes center Patrice Bergeron, who won the Stanley Cup with Boston in 2011 and the Selke Trophy as the league's top defensive forward six times, and goaltenders Carey Price from Montreal and Pekka Rinne from Nashville.</p><p>U.S. women’s hockey pioneer Cindy Curley and executive Brian Burke in the builder category also are set to be inducted on Nov. 9 at a ceremony in Toronto.</p><p>Tkachuk was one of the premier power forwards of his era, playing in the 1990s and 2000s as part of the first great generation of American pro players. He recorded 1,121 points in 1,290 games, counting the playoffs, with Winnipeg, Phoenix, St. Louis and Atlanta, and was part of the U.S. team that won the 1996 World Cup of Hockey.</p><p>Bergeron, who spent his entire career with the Bruins, was chosen in his first year of eligibility. Price and Rinne were selected in their second, with Henrik Zetterberg and Rod Brind'Amour among those passed over again.</p><p>“You knew what you were going to get every single time you played against him: You had to dig in,” Tkachuk said of Brind'Amour, fresh off coaching Carolina to the Stanley Cup two decades after captaining the Hurricanes to a championship. “Hats off to him. He’ll be here, there’s no doubt in my mind, as a player and as a builder.”</p><p>Price and Bergeron played together on Canada's 2014 Olympic gold medal-winning team. That was during Price's prime, which included winning the Hart Trophy as NHL MVP, Vezina as top goalie and the Lester B. Pearson as the most outstanding player as voted by his peers following a dominant 2014-15 season with the Canadiens.</p><p>“During Carey's heyday, every goalie wanted to play like him,” said Rinne, who is the first player to make the Hall of Fame after spending his entire career with the Predators and is ranked in the top 25 in wins, save percentage and shutouts in league history.</p><p>Curley skated in the first International Ice Hockey Federation Women's World Championship in 1990. Her 11 goals, 12 assists and 23 points in five games remain single-tournament records, and she'll be the 15th women's player to go in the Hall at a peak of the sport with the PWHL thriving.</p><p>“When I was playing, I was I hopeful I could play on a girls team at some point,” Curley said. “Seeing it progress to Olympics and now the professional (level) and seeing how great the players are, it’s just wonderful.”</p><p>Burke won the Stanley Cup as Anaheim's general manager in 2007, one of several front-office stops for him, along with time spent as the NHL's director of hockey operations. Burke also took on a leading role in hockey's Pride efforts and was a longtime advocate of the women's game, including a stint as executive director of the PWHL Players Association.</p><p>“They’re on the same level for me,” Burke said of the Cup and his off-ice advocacy. “That was just as important as anything else I’ve ever worked on.”</p><p>___</p><p>AP NHL: https://apnews.com/NHL</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BXBG636G5TCBTFMSF6CGARNCHA.jpg?auth=e35276990c7b951cce0201a3d55b61060c7db81d41b2c43d8b097651d28bff04&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - St. Louis Blues' Keith Tkachuk skates during the first period of an NHL hockey against the Anaheim Ducks game, April 9, 2010, in St. Louis. (AP Photo/Jeff Roberson, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Roberson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/F5J63ZKCI5YQWZXWLVVXRFF7NM.jpg?auth=7849dec2944fdc2abf8a29a8219bd5f8ce1847aa1625fad18caf4056518bddc7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Boston Bruins' Patrice Bergeron plays against the Tampa Bay Lightning during the second period of an NHL hockey game, March 25, 2023, in Boston. (AP Photo/Michael Dwyer, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Michael Dwyer</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RCTPJPT5RUODMQQL2GS3WNCUQU.jpg?auth=7fdac33d3ff6b422ad5345288dcc487622bbaf0577f16d857c2aaf0d8c19195b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Cindy Curley addresses the media before her induction into the United States Hockey Hall of Fame in Detroit, Dec. 2, 2013. (AP Photo/Carlos Osorio, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Carlos Osorio</media:credit></media:content></item><item><title><![CDATA[Messi sets World Cup scoring record as defending champion Argentina advances to knockout stage]]></title><link>https://www.local10.com/sports/2026/06/22/messi-sets-world-cup-scoring-record-as-defending-champion-argentina-advances-to-knockout-stage/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/22/messi-sets-world-cup-scoring-record-as-defending-champion-argentina-advances-to-knockout-stage/</guid><dc:creator><![CDATA[By SCHUYLER DIXON, Associated Press]]></dc:creator><description><![CDATA[ARLINGTON, Texas (AP) — Lionel Messi set a World Cup record with his 17th and 18th goals, and defending champion Argentina advanced to the knockout stage with a 2-0 victory over Austria on Monday.]]></description><pubDate>Mon, 22 Jun 2026 20:58:33 +0000</pubDate><content:encoded><![CDATA[<p>ARLINGTON, Texas (AP) — Lionel Messi set a World Cup record with his 17th and 18th goals, and defending champion Argentina advanced to the knockout stage with a 2-0 victory over Austria on Monday.</p><p>Messi had a golden opportunity to break the record in the ninth minute, but went wide to the right on a penalty kick. Almost 30 minutes later, Messi caught Alexander Schlager leaning the wrong way after Thiago Almada let Facuno Medina's pass go by him directly onto Messi's left foot.</p><p>“There were moments when I was really angry about missing the penalty, but I was able to make up for it,” Messi said.</p><p>In the waning seconds of injury time, Messi extended his record by sending a shot through several defenders after Schlager turned away his first attempt. He entered the game even with Germany striker Miroslav Klose, who scored 16 goals over four World Cups from 2002-14.</p><p>“Beyond anything I’m so happy for the win,” Messi said. “It was huge, tough and difficult. It would allow us to be relaxed to what’s ahead. All matches in this World Cup are very even, very intense. I’m enjoying this moment and craving to enjoy with my teammates.”</p><p>Two days before his 39th birthday and with an ailing father back home, Messi celebrated twice with teammates to the delight of the decidedly pro-Argentine crowd at the sold-out home of the NFL’s Dallas Cowboys.</p><p>Most of those fans were wearing Messi’s familiar No. 10 jersey with white and blue stripes, dwarfing the small pockets of red-clad Austrian supporters under the retractable roof that offered air-conditioned comfort on the second day of what is sure to be another hot Texas summer.</p><p>The scoring record came 40 years to the day since the late Diego Maradona’s “goal of the century” — another No. 10 who made a solo run from the other side of midfield to give Argentina a two-goal lead in a 2-1 victory over England in the 1986 World Cup quarterfinals in Mexico City. Argentina went on to win the title.</p><p>Messi joined Just Fontaine and Jairzinho as the only players to score in six straight World Cup games, and he's second among men all-time with 122 international goals to Cristiano Ronaldo's 143.</p><p>Argentina extended its winning streak in the tournament to eight since a shocking loss to Saudi Arabia in its 2022 opener in Qatar.</p><p>Messi has scored all five of Argentina goals in the tournament and has 12 World Cup goals since turning 35. The eight-time Ballon d’Or winner as soccer’s best player in Europe had his first World Cup hat trick in Argentina’s 3-0 win over Algeria in its Group J opener last week in Kansas City.</p><p>Trailing by a goal early in second-half injury time, Austria winger Patrick Wimmer went just wide on a header after Kevin Danso had sent a header his direction off a free kick.</p><p>“I think that we were in possession of the ball more than other people expected,” Austria coach Ralf Rangnick said. “Unfortunately, we weren’t able to nullify every counter attack.”</p><p>Austria, which opened with a 3-1 victory over Jordan, can advance with a win over Algeria on Saturday in Kansas City.</p><p>Argentina returns to AT&T Stadium to face Jordan in a group finale Saturday night.</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/6QC7JGGCG7NLW7WUBFXXRM4TSQ.jpg?auth=8f9df9523d1402fbec52efd2e5a5b319cc68131b4f61352e18cb022e8c532599&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 (10) celebrates scoring his side's first goal against Austria with teammates during the World Cup Group J soccer match in Arlington, Texas, near Dallas, Monday, June 22, 2026. (AP Photo/Tony Gutierrez)]]></media:description><media:credit role="author" scheme="urn:ebu">Tony Gutierrez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XFLCYND36YDMSTG63X7BAZRBVY.jpg?auth=09f3dcfd554155ac25ebbc7521ea0ab0121a223c702e5e82dea79830336f2174&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 during the World Cup Group J soccer match between Argentina and Austria in Arlington, Texas, near Dallas, Monday, June 22, 2026. (AP Photo/Julio Cortez)]]></media:description><media:credit role="author" scheme="urn:ebu">Julio Cortez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KTK3KXTMJ2C44W525MODTRIA4Y.jpg?auth=bb97f99ade9fffeb7a36fefccd14bb9a480ff1e5ddf328dacedb22da5995fe8b&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, bottom, attempts a shot on goal during the World Cup Group J soccer match between Argentina and Austria in Arlington, Texas, near Dallas, Monday, June 22, 2026. (AP Photo/Jessica Tobias)]]></media:description><media:credit role="author" scheme="urn:ebu">Jessica Tobias</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZYZ5DUOSAVZL2NLZWT6LKQABQY.jpg?auth=c7ba230746b5d4c14f6a513254a584da96d5c3a34ad580df60155361ef008811&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 falls during the World Cup Group J soccer match against Austria in Arlington, Texas, near Dallas, Monday, June 22, 2026. (AP Photo/Tony Gutierrez)]]></media:description><media:credit role="author" scheme="urn:ebu">Tony Gutierrez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NDCD4DA2HKF6NCGPP5NZ4FTM6I.jpg?auth=6bd9ba795cc2fd00679083a59814295eebad3ea4f3a861b66a0904b99b9ffb17&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Austria's Michael Gregoritsch (11) and Argentina's Valentin Barco battle for the ball during the World Cup Group J soccer match in Arlington, Texas, near Dallas, Monday, June 22, 2026. (AP Photo/Tony Gutierrez)]]></media:description><media:credit role="author" scheme="urn:ebu">Tony Gutierrez</media:credit></media:content></item><item><title><![CDATA[Dolphins training camp dates announced Monday]]></title><link>https://www.local10.com/sports/local/2026/06/22/dolphins-training-camp-dates-announced-monday/</link><guid isPermaLink="true">https://www.local10.com/sports/local/2026/06/22/dolphins-training-camp-dates-announced-monday/</guid><dc:creator><![CDATA[Brandon Liguori]]></dc:creator><description><![CDATA[The NFL announced training camp reporting dates for all 32 teams Monday as the countdown to football’s return in South Florida continues.]]></description><pubDate>Mon, 22 Jun 2026 19:07:22 +0000</pubDate><content:encoded><![CDATA[<p>The NFL announced training camp reporting dates for all 32 teams Monday as the countdown to football’s return in South Florida continues.</p><blockquote class="twitter-tweet"><p lang="en" dir="ltr">Here are the 2026 Training Camp reporting dates: <a href="https://t.co/0UHOrM0kud">pic.twitter.com/0UHOrM0kud</a></p>&mdash; Ian Rapoport (@RapSheet) <a href="https://x.com/RapSheet/status/2069090619180433538?ref_src=twsrc%5Etfw">June 22, 2026</a></blockquote><p>Miami Dolphins rookies are scheduled to report to the Baptist Health Training Complex in Miami Gardens on July 21.</p><p>Veterans will report July 28, one week after the rookies.</p><p>There will be plenty of new faces, including general manager Jon-Eric Sullivan, head coach Jeff Hafley and quarterback Malik Willis, whom the Dolphins signed in March to a three-year, $67.5 million contract that includes $45 million guaranteed.</p><p>As Hafley noted during an offseason news conference, the Dolphins will hold two joint practices, and the dates for those sessions were also released Monday.</p><p>Miami will travel to Ashburn, Virginia for a joint practice with the Washington Commanders on Aug. 12, two days before the teams open their exhibition slate against each other.</p><p>The Dolphins will then host the New York Giants at the Baptist Health Training Complex on Aug. 20, two days before the teams meet at Hard Rock Stadium for their second preseason game.</p><p>Miami is expected to release its full training camp schedule, including dates and times, in the coming days.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GFJHY2SBP5EJRD2UTADQNPELBY.jpg?auth=be58f8d9c7ac260e78372e821717f1e44dcd6430e950ca714d4d95b57a22113c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Miami Dolphins head coach Jeff Hafley, center, watches players during an NFL football practice, Tuesday, June 9, 2026, in Miami Gardens, Fla. (AP Photo/Lynne Sladky)]]></media:description><media:credit role="author" scheme="urn:ebu">Lynne Sladky</media:credit></media:content></item><item><title><![CDATA[Quarantine comes to an end for the last of the hantavirus ship passengers in Nebraska]]></title><link>https://www.local10.com/news/national/2026/06/22/quarantine-comes-to-an-end-for-the-last-of-the-hantavirus-ship-passengers-in-nebraska/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/06/22/quarantine-comes-to-an-end-for-the-last-of-the-hantavirus-ship-passengers-in-nebraska/</guid><dc:creator><![CDATA[By JOSH FUNK and MIKE STOBBE, Associated Press]]></dc:creator><description><![CDATA[OMAHA, Nebraska (AP) — The last eight American passengers who endured 42 days in a specialized hospital quarantine unit after exposure to an unusual hantavirus outbreak on a cruise ship that killed three people have left the Nebraska facility.]]></description><pubDate>Mon, 22 Jun 2026 19:06:13 +0000</pubDate><content:encoded><![CDATA[<p>OMAHA, Nebraska (AP) — The last eight American passengers who endured 42 days in a specialized hospital quarantine unit after exposure to an unusual hantavirus outbreak on a cruise ship that killed three people have left the Nebraska facility.</p><p>U.S. Department of Health and Human Services officials on Monday confirmed the end of the quarantine.</p><p>“Through close collaboration among federal, state, and local partners, HHS helped protect the American people, contain potential risks, and bring this response effort to a successful conclusion,” HHS spokesperson Emily Hilliard said in an email.</p><p>More than 120 people were evacuated from the MV Hondius in Spain’s Canary Islands early last month — including the 18 Americans who wound up in the National Quarantine Unit in Omaha — though most were from other countries.</p><p>In addition to those people evacuated by health officials in full protective suits, at least 30 other passengers had left the ship earlier before the outbreak was documented. That included seven Americans, who were allowed to monitor for any symptoms at home. When the ship eventually docked in the Netherlands, 25 crew members and two medical personnel were on board and had to quarantine.</p><p>The World Health Organization didn't immediately respond Monday to questions about the status of all the other people who had to quarantine around the globe. A total of 13 cases of the virus, including the three who died, were identified among people who were on the ship.</p><p>Most Americans returned home but some were forced to quarantine</p><p>One of the American passengers, Angela Perryman, had been held against her will and against the recommendation of a government medical expert. She said in an interview Monday passengers were told that the quarantine monitoring period ended Sunday at 2pm. She left on a flight that evening. Others were flying out Monday, she said.</p><p>“We were locked in our rooms until 1:55. And at 2 o’clock, ‘OK, well, everybody walk out and go home,’” Perryman said, speaking from her Florida home.</p><p>Some stayed the night elsewhere in Omaha, but Perryman pushed for a flight home that evening. The government paid for the flights, she said.</p><p>Seven of the last remaining patients remained there voluntarily, but Perryman was forced to stay as the result of a controversial quarantine order that was deemed unnecessary even by some health officials.</p><p>Perryman and seven others spent six weeks at the National Quarantine Unit at the University of Nebraska Medical Center. That monitoring period was set because symptoms of hantavirus have taken as long as 42 days to appear in previous outbreaks. None were reported to have develop the illness. The seven remained there voluntarily, but Perryman was forced to stay as the result of the controversial quarantine order.</p><p>Ten others who were at the facility were allowed to leave earlier under an agreement that they would be closely monitored in their home states.</p><p>Outbreak developed on a small cruise ship</p><p>The passengers were on a Dutch cruise ship, the MV Hondius, traveling in the South Atlantic that became the setting of a hantavirus outbreak that killed three people, including a Dutch couple who health officials believe were the first exposed to the virus while visiting South America.</p><p>Hantaviruses usually spread when people inhale contaminated residue of rodent droppings, but the hantavirus that caused the outbreak, called the Andes virus, may be able to spread between people in rare cases, health officials say.</p><p>Some 25 Americans were on the ship, including about seven who disembarked in April and 18 who remained on board. Sixteen were evacuated to the Nebraska quarantine unit in Omaha on May 11, and two other Americans joined them a few days later.</p><p>Passengers staying in Omaha enjoyed Nebraska hospitality</p><p>During the passengers’ stay, local Omaha restaurants and food trucks delivered special meals for them to enjoy almost daily. And the nurses sometimes made Starbucks runs to deliver some of the passengers’ favorite drinks.</p><p>The rooms they stayed in are like hotel rooms equipped with a desk, television, internet connection and exercise equipment to help the passengers pass the time.</p><p>One of the passengers, Jake Rosmarin, on Monday morning posted an "I’m finally coming home" video that showed him leaving his room at the quarantine center, hauling two suitcases and a backpack and turning out the lights as he walked out the door. Later Monday, he posted a video of the Omaha skyline shot out the window of his plane as he headed home to his fiance in Boston and his family.</p><p>Rosmarin, who is a travel blogger, posted a tearful video Sunday thanking the staff of the quarantine unit, the Omaha community and his family and friends who helped him get through quarantine.</p><p>“I want to thank the Omaha, Nebraska, community for welcoming us with open arms and showing us complete kindness and generosity. And a big thanks to all of you who have helped me get through this because I really don’t know if it would have been as easy without the support from strangers,” he said while wearing a Nebraska Huskers sweatshirt that someone sent him.</p><p>Florida wouldn't agree to monitor passenger round the clock</p><p>Perryman had a darker take. She was forced to stay after Florida officials refused a federal demand that the state provide round-the-clock surveillance on her if she were returned home. This even as they had started making travel arrangements for the passengers weeks ago, she said.</p><p>“Nobody actually expected anybody to get sick at that point,” she said. “Everybody was well aware that we were all going home on commercial flights.”</p><p>She called the six-week quarantine “a political stunt.”</p><p>____</p><p>The Associated Press Health and Science Department receives support from the Howard Hughes Medical Institute’s Department of Science Education and the Robert Wood Johnson Foundation. The AP is solely responsible for all content.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BTR47FKPH6RTZKEEPHPUIIF6Y4.jpg?auth=e38b899ba9511b026cb62479a886e202dbcd54bdd38c69fb4621a4209f10a254&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The MV Hondius cruise ship arrives at the Port of Rotterdam, Netherlands, Monday, May 18, 2026. (AP Photo/Patrick Post)]]></media:description><media:credit role="author" scheme="urn:ebu">Patrick Post</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/R3GOJEWN3BPKJSUECB3ADBLJAI.jpg?auth=6e493f08658bb315fafbf17232aaa2e8ccc88c1a96bff16d7cb250aafbc7dd8b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Passengers are being disembarked from the hantavirus-stricken cruise ship MV Hondius at the port of Granadilla in Tenerife, Canary Islands, Spain, Sunday, May 10, 2026. (AP Photo)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/BWVJUFYN6M77LSZSJYAPFXV7PE.jpg?auth=f21f2d067be39a8656f459ab66934e3944aff4b62d86b18d7dd8216f23aaa17e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This photo provided by Angela Perryman shows her on South Georgia Island in April 2026. (Courtesy Angela Perryman via AP)]]></media:description></media:content></item><item><title><![CDATA[Patrols and nanobubbles on display at the Reflecting Pool as Trump looks for a renovation do-over]]></title><link>https://www.local10.com/news/politics/2026/06/22/patrols-and-nanobubbles-on-display-at-the-reflecting-pool-as-trump-looks-for-a-renovation-do-over/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/22/patrols-and-nanobubbles-on-display-at-the-reflecting-pool-as-trump-looks-for-a-renovation-do-over/</guid><dc:creator><![CDATA[By NATHAN ELLGREN and BILL BARROW, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — National Guard members and U.S. Park Police patrolled the deck around the Lincoln Memorial Reflecting Pool on Monday as President Donald Trump's administration faces a self-imposed deadline to fix a botched renovation before the nation's 250th anniversary celebration.]]></description><pubDate>Tue, 23 Jun 2026 01:32:34 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — National Guard members and U.S. Park Police patrolled the deck around the Lincoln Memorial Reflecting Pool on Monday as President Donald Trump's administration faces a self-imposed deadline to fix a botched renovation before the nation's 250th anniversary celebration.</p><p>The patrols came two days after Trump said authorities had made “multiple arrests” of people he insisted were responsible for damage to the peeling coating after an algae bloom occurred. The liner was installed as part of his $14 million-plus project.</p><p>The president has confirmed the problems most likely require draining the pool again for liner repairs and he promised a quick fix. Without offering substantiation, he also said vandals dumped fertilizer in the pool and slashed the coating with a box cutter.</p><p>But the timeline was not clear Monday, with the White House saying damaged areas are still being assessed. Contractors and federal workers in recent days have been using chemicals and ozone nanobubbles to combat the algae.</p><p>Trump pitched the original improvements as intended to clean, beautify and reinforce an iconic site that he said had become dilapidated and dirty because of previous presidents' neglect. Algae has plagued the pool for a century, and Trump insisted that a newly installed “American flag blue” coating, which he selected himself, would turn the pool into a gleaming expanse along the National Mall.</p><p>Yet within weeks of Trump declaring the rehabilitation completed in time for Independence Day, the water was plagued by a vivid green algae bloom that clouded the pool's coating. A piece of liner, about 4 square feet, was observed Friday partially floating in the pool. The Associated Press saw additional pieces in the water Monday.</p><p>Via social media, the president has blamed the problems on “SICK, DERANGED PEOPLE!” He asserted Monday on Truth Social that intentional damages include a “300 foot long gash” and that “chemicals have been illegally placed in the water.” A day earlier, Trump posted, “Work will begin immediately on fixing the seriously vandalized Reflecting Pool.”</p><p>At an executive order signing on Monday, the president said five people had been arrested and five more were under suspicion, and he deflected blame for the pool's maintenance issues: “I can’t help it if somebody goes in with a knife and starts hacking it up.” He has not backed up those claims, and even if anyone has deliberately peeled or cut the lining, that would not explain the algae bloom that appeared more intensely than what typically occurred before the renovation.</p><p>Images showing that Trump's project apparently backfired boomeranged across social media last week, drawing crowds of onlookers eager to see the effects themselves. An unknown number ended up being detained by federal authorities.</p><p>One man arrested was David Hearn, 67, of Bethesda, Maryland. A former Olympic canoe racer, Hearn told The Associated Press that he reached into the pool because he wanted to examine the peeling new coating. He said he briefly touched a chunk that was still attached to the side of the pool, then let go shortly after a park worker told him to. Hearn said he was then detained by National Guard troops and Park Police for five hours before being released Friday night.</p><p>“I’m a curious citizen,” Hearn said in a telephone interview. “I reached down to see what it felt like. It was very rubbery.”</p><p>The Park Police did not immediately respond Monday to AP's questions about how many arrests were made and whether any charges had been filed. Washington's Metropolitan Police Department said Monday that the agency is not involved.</p><p>The White House said Monday that any arrests have been made only by the U.S. Park Police.</p><p>It was not immediately apparent what criminal or civil violation someone might commit reaching into the pool. Trump, in one of his Truth Social posts, cited laws against defacing monuments as grounds for imprisoning anyone harming the pool.</p><p>___</p><p>Barrow reported from Atlanta. Katie Vogel contributed reporting from Washington.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/S52NLGCIWQFLXQZCPOKA3SA3Q4.jpg?auth=60b6e1b912e155ddec653973a4bc85c7838cf492491a875ab5807fa7af382854&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[National Guard members look at the Lincoln Memorial Reflecting Pool, Monday, June 22, 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/DU3K7LASPO7XJGZUSYVVPKETMA.jpg?auth=5b3c9f73747d299208339424166e54aeb6b073848bf83892845623c5efb66fc0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Bubbles emanate from a hose in the Lincoln Memorial Reflecting Pool, Monday, June 22, 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/3DASJ2IZQCCSUULRQDGHBGYSPQ.jpg?auth=bcd0600a202c2ab88e253e8dfc957ba6135069f9c76008fb4211679a96cb3a06&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Visitors look into the Lincoln Memorial Reflecting Pool as National Park Service employees work in the background,Sunday, June 21, 2026, on the National Mall in Washington. (AP Photo/Jon Elswick)]]></media:description><media:credit role="author" scheme="urn:ebu">Jon Elswick</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YWCJ4C5QHJHUG7ECNPUDVWORRQ.jpg?auth=5f99b0c0ef8be39db72800170c18d03359083f565bdfc56d6b0b24ff1d7bed07&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A piece of the blue coating floats among algae at the Lincoln Memorial Reflecting Pool Sunday, June 21, 2026, on the National Mall in Washington. (AP Photo/Jon Elswick]]></media:description><media:credit role="author" scheme="urn:ebu">Jon Elswick</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UYV5CMTNFYAJRSEHD5EIVKT6Y4.jpg?auth=d0e90b37804b2ff81971819f9324567b1e42bd301e3a91dc49d9d73585821174&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A visitor takes a photo as National Park Service employees work to clean the Lincoln Memorial Reflecting Pool Sunday, June 21, 2026, on the National Mall in Washington. (AP Photo/Jon Elswick]]></media:description><media:credit role="author" scheme="urn:ebu">Jon Elswick</media:credit></media:content></item><item><title><![CDATA[Egypt’s Mo Salah adds to list of accolades in World Cup against New Zealand]]></title><link>https://www.local10.com/sports/2026/06/22/egypts-mo-salah-adds-to-list-of-accolades-in-world-cup-against-new-zealand/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/22/egypts-mo-salah-adds-to-list-of-accolades-in-world-cup-against-new-zealand/</guid><dc:creator><![CDATA[By CONNOR JOYCE, Associated Press]]></dc:creator><description><![CDATA[VANCOUVER, British Columbia (AP) — While Mohamed Salah's club career is still undecided, he's building his legacy with Egypt.]]></description><pubDate>Mon, 22 Jun 2026 05:39:20 +0000</pubDate><content:encoded><![CDATA[<p>VANCOUVER, British Columbia (AP) — While Mohamed Salah’s club career is still undecided, he’s building his legacy with Egypt.</p><p>Salah scored his 68th goal in international play, a total now just one goal shy of current Egypt coach Hossam Hassan’s career record for the Pharaohs, in a 3-1 World Cup victory Sunday night over New Zealand.</p><p>It was his third World Cup goal after he netted two at the 2018 tournament in Russia. Three goals at the World Cup gives the 34-year-old Salah the most ever for an Egyptian player.</p><p>Salah played for Liverpool for nine seasons, winning two Premier League titles and becoming the league’s leading foreign goal scorer. But he had a dip in form this season and amid tensions, announced his contract with the squad would be ended a year early.</p><p>His departure from Anfield sparked discussion as to where the striker would be going next. For now, he plays for Egypt with his future plans still uncertain.</p><p>While between clubs, Mo Salah has etched his name further into the history books as the captain of the first Egyptian team to win a World Cup match.</p><p>“What happened today is history for us as Egyptians,” Salah said. “We see a lot of teams win games, but for us as Egyptian, it doesn’t happen often, first time in history.”</p><p>Fans would have to wait to see the Salah they grew to expect at Liverpool. He started slow in the first half, missing wide left on a direct free kick and watching New Zealand take an early lead, but he would not be denied for long.</p><p>Salah scored Sunday on a pass from Mostafa Ziko in the 67th minute. The ball slid underneath a defender and past New Zealand goalkeeper Max Crocombe to give the Pharaohs a 2-1 lead.</p><p>Salah wasn’t done adding to his resume quite yet, getting an assist in the 82nd minute on the Pharaohs’ final goal, his second assist of this game. He also had an assist on Egypt’s lone goal in its 1-1 draw against Belgium earlier in the tournament.</p><p>“He’s a good player,” New Zealand captain Chris Wood said. “You have to keep an eye on him.”</p><p>The four-time Premier League Golden Boot winner scored nine goals in 10 matches to qualify the Pharaohs for this World Cup. Salah became the career scoring leader in African World Cup qualifying history.</p><p>Salah should have his share of clubs interested in his talents after a strong start to the World Cup.</p><p>“Salah worked hard on the pitch,” Egypt manager Hossam Hassan said. “I am sure we are going to see more from him.”</p><p>___</p><p>Connor Joyce is a student in the University of Georgia’s Carmical Sports Media Institute.</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/2D47FS3DMXYUIYHWHG2TG3QIIE.jpg?auth=e807264230ac97707fb02e9f13eafb07da372b03c086a4c70338b433690fc981&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Egypt's Mohamed Salah (10) celebrates after scoring his side's second goal during the World Cup Group G soccer match between New Zealand and Egypt in Vancouver, British Columbia, Sunday, June 21, 2026. (AP Photo/Emma Peterson)]]></media:description><media:credit role="author" scheme="urn:ebu">Emma Peterson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VMEGQ5F7XAG6YUFXPQTB5G3DJQ.jpg?auth=997c159a064e845eef9971e40b55687049f6b3e5c2dd9a1bceee64c39274ed9b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Egypt's Trezeguet (7) celebrates with Mohamed Salah (10) and Marawan Attia (19) after scoring his side's third goal during the World Cup Group G soccer match between New Zealand and Egypt in Vancouver, British Columbia, Sunday, June 21, 2026. (AP Photo/Abbie Parr)]]></media:description><media:credit role="author" scheme="urn:ebu">Abbie Parr</media:credit></media:content></item><item><title><![CDATA[Young Washington Mystics on rise after road wins over Liberty and Lynx]]></title><link>https://www.local10.com/sports/2026/06/22/young-washington-mystics-on-rise-after-road-wins-over-liberty-and-lynx/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/22/young-washington-mystics-on-rise-after-road-wins-over-liberty-and-lynx/</guid><dc:creator><![CDATA[By DOUG FEINBERG, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — The Washington Mystics have really grown on their recent road trip after suffering some tough lessons early in the season.]]></description><pubDate>Mon, 22 Jun 2026 18:20:22 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — The Washington Mystics have really grown on their recent road trip after suffering some tough lessons early in the season.</p><p>Washington has won three straight games on the road, including closing out victories late over New York and Minnesota.</p><p>“I think it takes time to get to where you want to go,” said Washington forward Kiki Iriafen, who scored the go-ahead basket in the wins over both the Liberty and Lynx. “And that’s something that our coaches have stressed to us. Like the first month of May was kind of hard having back to back losses and even this month, as well. But our coaches told us, like, playoff contending teams don’t happen in May.”</p><p>The three consecutive road wins — Washington also won at Connecticut last week — were the first time the team has done that since 2024. The victory at New York on Friday night snapped a 10-game regular season losing streak to the Liberty.</p><p>“You just want to get better each and every month. So kind of looking at the season as month to month to month rather than we lost X amount of games or we have this many more games to go," Iriafen said. "I think it’s just a comfortability. We’re all getting more comfortable with each other.”</p><p>Coach Sydney Johnson feels that his young team bought in during training camp by putting in the work to get better. The Mystics have the youngest roster in league history.</p><p>“I think it’s a combination that we understood we were fielding one of the youngest teams in the history of the league. At the same time, having really competitive players from winning programs,” Johnson said. “We also know that it’s really, really hard to win in this league. Really, really hard. And so we’ve learned some tough lessons, and we’re taking some of that learning and transferring it to future performances.”</p><p>Washington returns home to face Minnesota on Wednesday.</p><p>Power poll rankings</p><p>Las Vegas and Minnesota sit tied atop the power poll this week. The two teams were followed by Atlanta and New York. Dallas was fifth and Golden State sixth. Washington moved up four spots to seventh. Indiana, Los Angeles and Portland were next. Toronto, Phoenix and Chicago came after the Fire. Seattle and Connecticut rounded out the poll.</p><p>Player of the week</p><p>Sonia Citron of Washington was the AP player of the week. She averaged 21 points, 6.7 rebounds, 4.7 assists to help the Mystics win their three games last week. Olivia Miles of Minnesota, Jordin Canada of Atlanta, Jessica Shepard of Dallas and Marina Mabrey of Toronto also received votes.</p><p>Game of the week</p><p>New York at Las Vegas, Tuesday. The Liberty and Aces will meet for the first time this season with the next matchup taking place in New York on June 30 with the Commissioner's Cup championship at stake. The Liberty have dropped their last two games, blowing fourth quarter leads in both contests. Las Vegas is coming in off a dominating win over Golden State.</p><p>___</p><p>AP WNBA: https://apnews.com/hub/wnba-basketball</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XTORMS36TZI5YHGTBPBYNZXDME.jpg?auth=fb7765f4d8b0090a1020294e5d8797745efac1bf39a9ee5fc29801e537a7ecf8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Washington Mystics forward Kiki Iriafen dribbles during the first half of a WNBA basketball game against the Dallas Wings in Arlington, Texas, May 18, 2026. (AP Photo/LM Otero, File)]]></media:description><media:credit role="author" scheme="urn:ebu">LM Otero</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BR5TH66JDICDO2H33Z6NLEGAAE.jpg?auth=4c6b314d3bacde6f92adce60e78f371ff2afefce23ec919aa458b6051eec1977&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Washington Mystics guard Sonia Citron (22) takes a shot during the second half of a WNBA basketball game against the New York Liberty, May 10, 2026, in Washington. (AP Photo/Daniel Kucin Jr., File)]]></media:description><media:credit role="author" scheme="urn:ebu">Daniel Kucin Jr.</media:credit></media:content></item><item><title><![CDATA[Family of 1-year-old killed by police at a Walmart in Mississippi wants video released]]></title><link>https://www.local10.com/news/national/2026/06/22/family-of-1-year-old-killed-by-police-at-a-mississippi-walmart-wants-video-released/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/06/22/family-of-1-year-old-killed-by-police-at-a-mississippi-walmart-wants-video-released/</guid><dc:creator><![CDATA[By RUSS BYNUM, Associated Press]]></dc:creator><description><![CDATA[A Mississippi family whose 1-year-old child was killed when police fired into a moving vehicle said Monday they want authorities to release video showing whether officers were in danger of being struck when one of them opened fire.]]></description><pubDate>Mon, 22 Jun 2026 19:01:04 +0000</pubDate><content:encoded><![CDATA[<p>A Mississippi family whose 1-year-old child was killed when police fired into a moving vehicle said Monday they want authorities to release video showing whether officers were in danger of being struck when one of them opened fire.</p><p>The shooting has sparked outrage in the small city of Senatobia, where some say it’s the latest in a series of troubling encounters between police and Black residents.</p><p>Kohen Wiley was riding with his mother and another woman in a Walmart parking lot on June 14 when police responded to a shoplifting call. The family says they were driving away, while the officers say the car was heading toward them.</p><p>“I watched my baby take his first breath, and I watched my baby take his last breath,” Vellesiya Wiley said at a news conference Monday.</p><p>The other woman in the car, whose name has not been released, suffered “critical injuries,” according to the Mississippi Bureau of Investigation, which is handling the inquiry.</p><p>Standing alongside Kohen’s parents and grandparents at a local church, civil rights attorney Ben Crump told reporters Monday that the best way to determine whether the officers were at risk is to publicly release any body camera, dash camera or Walmart security camera video.</p><p>“If that is the truth, then show us that,” Crump said. “The longer you delay releasing the video, the more distrustful we become.”</p><p>The Mississippi Bureau of Investigation declined to comment on what videos investigators have or whether they would be released, agency spokesperson Bailey Martin said Monday.</p><p>“This case has been made a top priority,” Martin said in an emailed statement, “and we currently have multiple agents working tirelessly to ensure every aspect of the investigation is thoroughly examined.”</p><p>The agency says the officers weren’t hurt. Senatobia Police Chief Harold Vanderford did not return a phone message seeking comment Monday.</p><p>State investigators gave an initial account of the shooting last week, saying that when Senatobia police arrived at the Walmart, they found two women and a child getting into a car and driving away.</p><p>“Officers attempted to stop the vehicle, but the driver drove in the direction of the officers, almost striking one. An officer then discharged their weapon and the vehicle fled the scene,” the agency statement said.</p><p>Kohen's mother has said the shoplifting call was over a box of diapers that her friend was carrying — and that she believes her friend had paid for the diapers. State investigators declined to comment on those details.</p><p>Crump questioned why police didn't let the car go and take down the license plate number.</p><p>“They were called over a box of diapers and a family now has to bury their baby,” Crump said Monday. “You cannot put those two things next to each other and call it reasonable policing.”</p><p>Crump also said an independent autopsy would be performed.</p><p>While there's no question the child was shot by police, he said, details about the angles at which any bullets struck the child could yield clues as to whether the officer fired from in front of the car or off to the side — and therefore whether that officer was in any danger.</p><p>Policing expert Ian Adams, who teaches criminal justice at the University of South Carolina, told The Associated Press last week that police should know that “shooting into a moving vehicle is a very bad idea and one to be avoided at almost all costs,” noting the danger to passengers and other bystanders.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BONOQG2PA463YACWY36Q37UYYY.jpg?auth=994b71b0759946e0ce1074f3529fc193dfa01b4675c7cf45927d087b08a337ee&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This undated photo provided by Veronica Roberson in June 2026 shows her grandson, Kohen Wiley, of Senatobia, Miss. (Veronica Roberson via AP) CORRECTION: Corrects to grandson sted of granddaughter]]></media:description><media:credit role="author" scheme="urn:ebu">Veronica Roberson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MFUYQK3UU3UCKFWOFDV4G7BMYU.jpg?auth=935d7ae3af1dbeef37836d91d722b60776fe89eea7df6b874be60db10c661d9a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this photo provided by Marquell Bridges, a group of mourners attend a makeshift memorial for 1-year old Kohen Wiley, outside the Walmart where the boy was shot by police in Senatobia, Miss., on Wednesday, June 17, 2026. (Courtesy Marquell Bridges via AP)]]></media:description></media:content></item><item><title><![CDATA[Humo de masivos incendios forestales asfixia a Miami-Dade]]></title><link>https://www.local10.com/espanol/2026/06/22/humo-de-masivos-incendios-forestales-asfixia-a-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/22/humo-de-masivos-incendios-forestales-asfixia-a-miami-dade/</guid><dc:creator><![CDATA[Amanda Batchelor, Julie Durda]]></dc:creator><description><![CDATA[Casi 22,000 acres de vegetación terminaron calcinados tras una semana de intensos fuegos que ahora amenazan la salud respiratoria de los residentes locales.]]></description><pubDate>Mon, 22 Jun 2026 11:38:22 +0000</pubDate><content:encoded><![CDATA[<p>Una alerta por mala calidad del aire está en vigor para el condado de Miami-Dade este lunes, mientras dos incendios forestales que estallaron la semana pasada continúan ardiendo.</p><p>La dirección del viento desde el sureste ha ayudado a empujar el humo y la neblina hacia el interior del territorio, lo que mejoró las condiciones atmosféricas en gran parte del condado de Broward; sin embargo, Miami-Dade mantiene el aviso de alerta hasta las 3 p.m.</p><p>El incendio denominado “Quarry 2”, ubicado al este de Krome Avenue, ha sido el más extenso tras arrasar 19,018 acres hasta el momento y se encuentra contenido en un 97%. </p><p>Por su parte, el incendio “Well Fire”, cerca de Northwest 122nd Avenue, ha devorado 2,749 acres y registra un 85% de contención.</p><p>Actualmente no se reportan cierres de carreteras a causa de estos incendios forestales.</p>]]></content:encoded></item><item><title><![CDATA[Lionel Messi becomes top scorer in World Cup history with 2 more goals for Argentina]]></title><link>https://www.local10.com/sports/2026/06/22/lionel-messi-becomes-top-scorer-in-world-cup-history-with-two-more-goals-for-argentina/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/22/lionel-messi-becomes-top-scorer-in-world-cup-history-with-two-more-goals-for-argentina/</guid><dc:creator><![CDATA[By STEPHEN HAWKINS, Associated Press]]></dc:creator><description><![CDATA[ARLINGTON, Texas (AP) — Scoring goals and breaking records is what Lionel Messi does, and he is already doing that again in his sixth World Cup.]]></description><pubDate>Tue, 23 Jun 2026 02:07:01 +0000</pubDate><content:encoded><![CDATA[<p>ARLINGTON, Texas (AP) — Scoring goals and breaking records is what Lionel Messi does, and he is already doing that again in his sixth World Cup.</p><p>The Argentina captain has the World Cup scoring record all to himself after another standout performance, one that began with frustration after missing a penalty kick and ended in pure elation with another victory.</p><p>Messi, who many consider the greatest player of all time, scored both goals in his team’s 2-0 victory over Austria on Monday. That gave him 18, six days after his first-ever hat trick in the tournament had matched Germany striker Miroslav Klose's previous record for World Cup goals. Later Monday, Kylian Mbappé matched Klose's mark of 16 with two goals in France's 3-0 win over Iraq.</p><p>“Beyond anything I’m so happy for the win,” Messi said. “It was huge, tough and difficult. It would allow us to be relaxed to what’s ahead. All matches in this World Cup are very even, very intense. I’m enjoying this moment and craving to enjoy with my teammates.”</p><p>The first goal against Austria came in the 38th minute and two days before his 39th birthday, and amid the concern of an ailing father back at home. It was the sixth consecutive World Cup game in which Messi has scored — joining France striker Just Fontaine and Brazil great Jairzinho as only players to do so.</p><p>That was about a half-hour after he missed a penalty kick with a chance to match the record.</p><p>“There were moments when I was really angry about missing the penalty, but I was able to make up for it,” said Messi, who has won a record eight Ballon d'Or awards as the best player in Europe.</p><p>Argentina advanced to the knockout round by winning its first two Group J games. Messi also scored all the goals in a 3-0 win over Algeria in Kansas City.</p><p>Messi added his 18th World Cup goal in the waning seconds of stoppage time when he shot one through several defenders after his first attempt was turned away by goalkeeper Alexander Schlager.</p><p>“I knew it wasn’t going to be easy,” Messi said in translated remarks. “The way things are going in the World Cup, the way it’s being played, it’s a very even game. No one is giving away anything.”</p><p>The goal record became Messi's alone in the first half when he caught Schlager leaning the wrong way after Thiago Almada let Facuno Medina’s pass go by him and directly onto Messi's left foot from about 20 yards.</p><p>“I have no more words to talk about Leo,” Argentina coach Lionel Scaloni said through an interpreter.</p><p>As the ball went into the net on the record 17th goal, Messi ran toward a corner and thrust his right arm into the air to celebrate the mark with the decidedly pro-Argentina crowd among the 70,649 fans in the sold-out home of the NFL’s Dallas Cowboys.</p><p>“Someone who is 39 years old and can score two goals, and five goals overall at the beginning of the World Cup, well, that makes a difference,” Austria coach Ralf Rangnick said through an interpreter. “We knew that he is on a level of his own, and Lionel Messi showed us today that he’s one of the best, and he is the best.”</p><p>There had been a gasp from those same fans when Messi missed the penalty in the ninth minute.</p><p>His left-footed attempt went just wide of the right post. He is now 4 of 7 on penalty kicks in regulation play at the World Cup, with misses in three consecutive tournaments.</p><p>Klose played in 24 World Cup matches for Germany, which wrapped up his fourth tournament by winning the 2014 final 1-0 in extra time over Messi and Argentina.</p><p>In an interview published on June 12, Klose said he expected Messi to break the scoring record.</p><p>“With the larger field of competing teams there are more games and so more chances to score goals. And I assume Argentina and France will go far,” Klose told German newspaper Sueddeutsche Zeitung. “That’s perfectly OK, the record will be broken eventually anyhow and Messi is welcome to be the one who does it. I’m a big fan of Messi, always have been. Messi is a genius.”</p><p>Messi’s hat trick in the previous game, in his 200th international appearance, came 20 years to the date of his World Cup debut in Germany, when he also scored. Monday was his FIFA-record 28th match in the tournament.</p><p>The penalty kick came after Lautaro Martinez was running free in the box and was tackled from behind by Xaver Schlager and Stefan Posch, the defender playing with a broken jaw.</p><p>Play continued for more than a minute with Martinez still on the ground near the goal. When the game was stopped for him, officials reviewed the play and called the penalty.</p><p>Messi’s father has been undergoing medical treatment for an undisclosed illness, the family said in a statement last week while not providing any specific details. The 68-year-old Jorge Messi has played a key role in his third son’s soccer career, acting as his agent and managing his business affairs off the field.</p><p>Lionel Messi was overcome with emotion after scoring his first goal against Algeria, and said after that match his tears followed some tough days not related to soccer.</p><p>___</p><p>AP Sports Writer James Ellingworth in Duesseldorf, Germany, contributed to this report.</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/7H45KUQNE5LNONLQHLPZ7GRQGU.jpg?auth=bfc41eb18d4eb511af064119abc6d25daf8c19e6048d35a0a8f48315a0b8823f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Argentina's Lionel Messi, center, scores the opening goal during the World Cup Group J soccer match between Argentina and Austria in Arlington, Texas, near Dallas, Monday, June 22, 2026. (AP Photo/Julio Cortez)]]></media:description><media:credit role="author" scheme="urn:ebu">Julio Cortez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/24RSTMJMDOJPKYVJMQHM3LJ7JA.jpg?auth=fa3c35ff73728d49478253626014d5c13ae6e2f9d392f838c8354f373b8c0a46&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, front, celebrates with Leandro Paredes after scoring his side's second goal during the World Cup Group J soccer match between Argentina and Austria in Arlington, Texas, near Dallas, Monday, June 22, 2026. (AP Photo/Julio Cortez)]]></media:description><media:credit role="author" scheme="urn:ebu">Julio Cortez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/I4CNGBPL4EVLJB3S4W7RLBNYHE.jpg?auth=7fc63a841979d7242a776ecc670ddd70cff492e0b9ac53451415efcefce6f641&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Argentina players celebrate after Lionel Messi scored their second goal during the World Cup Group J soccer match between Argentina and Austria in Arlington, Texas, near Dallas, Monday, June 22, 2026. (AP Photo/Sam Hodde)]]></media:description><media:credit role="author" scheme="urn:ebu">Sam Hodde</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BGNVFAG6OODN3EUVVIMQQ5Z5V4.jpg?auth=d104bb016964ae236f775b7b7ee3b21a563654c3d7c6f61828bcd9d868c02464&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, left, is congratulated by Leandro Paredes after scored during the World Cup Group J soccer match between Argentina and Austria in Arlington, Texas, near Dallas, Monday, June 22, 2026. (AP Photo/Jessica Tobias)]]></media:description><media:credit role="author" scheme="urn:ebu">Jessica Tobias</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/I3QJUNZ4JIVGDBGOV4WRXTX22M.jpg?auth=5fe48465158782f8240461c43d1b57cd67b4c775c8cfc51e56c3d7c386a1d637&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 celebrates scoring his side's second goal against Austria during the World Cup Group J soccer match in Arlington, Texas, near Dallas, Monday, June 22, 2026. (AP Photo/Tony Gutierrez)]]></media:description><media:credit role="author" scheme="urn:ebu">Tony Gutierrez</media:credit></media:content></item><item><title><![CDATA[Ya confesó el conductor de Uber cómo secuestró y violó a su pasajera en Miami-Dade]]></title><link>https://www.local10.com/espanol/2026/06/22/ya-confeso-el-conductor-de-uber-como-secuestro-y-violo-a-su-pasajera-en-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/22/ya-confeso-el-conductor-de-uber-como-secuestro-y-violo-a-su-pasajera-en-miami-dade/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Un juez le negó el derecho a fianza debido a la gravedad de los cargos y enfrenta una orden de retención migratoria.]]></description><pubDate>Mon, 22 Jun 2026 17:37:11 +0000</pubDate><content:encoded><![CDATA[<p>Una mujer que despertó adolorida en la sala de emergencias del HCA Florida Palm Lakes en Hialeah declaró a los investigadores que recordaba haber salido el 3 de junio y haber abandonado un club nocturno el 4 de junio en Miami Beach, según muestran los registros.</p><p>La víctima se entrevistó con los detectives de la Oficina del Alguacil de Miami-Dade (MDSO) tras recuperar el conocimiento en el centro médico.</p><p>“Ella cree que fue drogada... como resultado, perdió el conocimiento y solo recuerda haber salido del club nocturno local... cree que fue violada”, escribió un oficial de la MDSO en el informe de arresto.</p><p>Los detectives informaron el hallazgo de videos de vigilancia que muestran a Yusel Perez-Leyva cargando a la mujer hacia su apartamento, ubicado en el 7220 de la calle Northwest 179, cerca de Miami Lakes.</p><p>Las autoridades detuvieron a Perez-Leyva, de 42 años, el 18 de junio y lo trasladaron a la oficina de víctimas especiales en Doral para ser interrogado, de acuerdo con los registros oficiales.</p><p>Perez-Leyva declaró a los detectives que estaba trabajando como conductor de Uber cuando recogió a la mujer en Miami Beach.</p><p>El detenido confesó a los oficiales que había mantenido relaciones sexuales con la víctima mientras ella se encontraba en estado de ebriedad, según detalló un oficial en el reporte de la detención.</p><p>Los detectives arrestaron formalmente a Perez-Leyva poco después de las 5 p.m. del 18 de junio en Doral, y el personal penitenciario lo ingresó a la 1:10 a.m. del 19 de junio en el Centro Correccional Turner Guilford Knight.</p><p>Perez-Leyva compareció en la corte de fianza el 20 de junio, donde un juez le ordenó mantenerse alejado de la víctima, le negó la fianza y dictó su detención preventiva.</p><p>El acusado enfrenta dos cargos por delitos graves de primer grado: secuestro punible con cadena perpetua y agresión sexual contra una víctima físicamente incapacitada o indefensa.</p><p>Perez-Leyva, originario de Cuba, también enfrenta una orden de retención por parte del Servicio de Inmigración y Control de Aduanas (ICE) de EE. UU.</p><p>El juez de la corte de circuito del condado de Miami-Dade, Alberto Milian, fue designado para presidir el caso. La lectura formal de cargos contra Perez-Leyva quedó programada para el 9 de julio a las 9:30 a.m.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZAEGZRMDW5E6LCZPFDCIO5SYNQ.jpg?auth=b86453d1c2812436a6db86d65122d406a9b4e03cb2896d4c77f265dd6e26024a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Miami-Dade deputies arrested Yusel Perez-Leyva on June 18 in Doral and corrections booked him on June 19 at the Turner Guilford Knight Correctional Center, where he remained on Monday without bond.]]></media:description></media:content></item><item><title><![CDATA[Video capta el momento en que un policía balea a un hombre en Miami Shores]]></title><link>https://www.local10.com/espanol/2026/06/22/video-capta-el-momento-en-que-un-policia-balea-a-un-hombre-en-miami-shores/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/22/video-capta-el-momento-en-que-un-policia-balea-a-un-hombre-en-miami-shores/</guid><dc:creator><![CDATA[Trent Kelly, Andrea Torres]]></dc:creator><description><![CDATA[El individuo fue trasladado en estado crítico a un centro de trauma mientras agencias estatales investigan el uso de la fuerza.]]></description><pubDate>Mon, 22 Jun 2026 17:32:24 +0000</pubDate><content:encoded><![CDATA[<p>Un testigo compartió un video que muestra el momento en que un oficial de policía le dispara a un hombre que corría hacia él el domingo en Miami Shores.</p><p>El tiroteo ocurrió cerca de la intersección de Biscayne Boulevard y la calle Northeast 86, de acuerdo con el Departamento de Policía de Miami Shores.</p><p>El personal del Cuerpo de Bomberos de Miami-Dade trasladó al hombre herido al Centro de Trauma Ryder del Hospital Jackson Memorial, según informaron las autoridades.</p><p>Antes de los disparos, el hombre portaba “dos armas de filo grande” cuando causó “un disturbio” en el concesionario Tropical Chevrolet en Miami Shores, detalló la policía.</p><p>Los oficiales de policía respondieron al concesionario de autos poco después de las 2:10 p.m. en el 8880 de Biscayne Boulevard, pero el individuo ya se había retirado del lugar.</p><p>En la escena del crimen, detrás de la cinta policial, quedaron abandonados una mochila negra, un machete y casquillos de bala. El Departamento de Aplicación de la Ley de Florida (FDLE) quedó a cargo de investigar el tiroteo policial.</p>]]></content:encoded></item><item><title><![CDATA[Le dio hachazos, espadazos y cuchilladas a su padrastro: no paró hasta matarlo]]></title><link>https://www.local10.com/espanol/2026/06/22/le-dio-hachazos-espadazos-y-cuchilladas-a-su-padrastro-no-paro-hasta-matarlo/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/22/le-dio-hachazos-espadazos-y-cuchilladas-a-su-padrastro-no-paro-hasta-matarlo/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[El sospechoso de origen colombiano enfrenta cargos de homicidio en primer grado y permanece recluido sin fianza.]]></description><pubDate>Mon, 22 Jun 2026 17:29:53 +0000</pubDate><content:encoded><![CDATA[<p>Un joven de 18 años fue arrestado durante el fin de semana bajo la acusación de haber apuñalado mortalmente a su padrastro apenas un día antes del Día del Padre, confirmó la Oficina del Alguacil de Miami-Dade.</p><p>De acuerdo con el informe de arresto obtenido este lunes por Local 10 News, el apuñalamiento se reportó poco después de las 3 a.m. del sábado en la cuadra 1500 de la calle Northeast 148.</p><p>Los oficiales llegaron al lugar y encontraron a la víctima inconsciente en la entrada principal de su vivienda, con múltiples heridas de arma blanca. El personal del Cuerpo de Bomberos de Miami-Dade declaró su fallecimiento en la escena.</p><p>Las autoridades informaron que el sospechoso, Juan Andres Gonzalez, se había encerrado en un baño después del ataque, pero salió luego de que los oficiales se lo ordenaran.</p><p>Según el reporte, los detectives descubrieron que la víctima se había quedado dormida en la mesa del comedor antes de que Gonzalez lo apuñalara repetidamente con “múltiples objetos punzantes”.</p><p>Los oficiales señalaron que la madre de Gonzalez no presenció el ataque, pero escuchó ruidos en la sala familiar. Ella relató a las autoridades que su hijo le informó que había dejado a la víctima inconsciente.</p><p>De acuerdo con el informe, los siguientes elementos fueron recolectados en la vivienda como evidencia: un cuchillo manchado de sangre, una espada manchada de sangre y un hacha manchada de sangre.</p><p>Las autoridades indicaron que Gonzalez invocó su derecho a permanecer en silencio, por lo que no se ha revelado un posible motivo del crimen.</p><p>Gonzalez fue arrestado bajo un cargo de asesinato en primer grado y trasladado al Centro Correccional Turner Guilford Knight.</p><p>Hasta este lunes, Gonzalez permanecía tras las rejas. Los registros carcelarios en línea muestran que, además del cargo de asesinato, el ciudadano de nacionalidad colombiana también se encuentra retenido bajo una orden de custodia de inmigración.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MK6HMXHEZ5C57MS4YZNNOWHWGI.jpg?auth=887f9ee7dcb0ccc652597af812ffe50952ff939faee99d39378d3e6b0fdc11ff&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Mexico's president seeks to restart oil shipments to Cuba as island's crises deepen]]></title><link>https://www.local10.com/business/2026/06/22/mexicos-president-seeks-to-restart-oil-shipments-to-cuba-as-islands-crises-deepen/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/22/mexicos-president-seeks-to-restart-oil-shipments-to-cuba-as-islands-crises-deepen/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[MEXICO CITY (AP) — Mexican President Claudia Sheinbaum said Monday that her country seeks to restart oil shipments to Cuba soon, a move that could provide much-needed relief as the island’s crises deepen given a lack of petroleum.]]></description><pubDate>Mon, 22 Jun 2026 17:29:12 +0000</pubDate><content:encoded><![CDATA[<p>MEXICO CITY (AP) — Mexican President Claudia Sheinbaum said Monday that her country seeks to restart oil shipments to Cuba soon, a move that could provide much-needed relief as the island’s crises deepen given a lack of petroleum.</p><p>Sheinbaum said her administration would seek to send the oil via commercial and privately owned firms instead of state-owned companies as it has done in the past.</p><p>Mexico became a key fuel supplier to Cuba after the U.S. attacked Venezuela in early January and halted critical oil shipments. But those shipments, which had already been reduced, were completely suspended after U.S. President Donald Trump threatened tariffs on any country that provides or sells oil to the island.</p><p>Since the attack on Venezuela, only one oil shipment has reached Cuba, courtesy of a Russian tanker carrying 730,000 barrels of oil that were used up in one month.</p><p>The lack of fuel has worsened an energy crisis on the island that produces only 40% of the petroleum it needs, leading to severe power outages, reduced work hours, water shortages, suspended surgeries and spoiled food.</p><p>Sheinbaum said she wants to take advantage of a package of free-market reforms that Cuba’s government recently approved, leveraging Mexican business owners who are already on the island.</p><p>“The mechanism would be through private companies that have permits to transport fuel to Cuba,” she stated without providing further details. “We hope that commercial transport can resume soon,” she added, without specifying when it might happen.</p><p>Sheinbaum said Mexico also would continue sending humanitarian aid.</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/GRFDKGDRC74DOU2R3PXJON32UI.jpg?auth=5130579567e5825a55ca5dfbcaf75191d70e47c29cd21048c495dcb55e3a053b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A man walks past a gas station that has run out of fuel, located near the U.S Embassy, pictured in the background, in Havana, Cuba, Feb. 7, 2026. (AP Photo/Ramon Espinosa, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ramon Espinosa</media:credit></media:content></item><item><title><![CDATA[Lo arrestan al bajar de crucero en Port Everglades: traía videos de abuso sexual infantil]]></title><link>https://www.local10.com/espanol/2026/06/22/pasajero-de-crucero-es-arrestado-en-port-everglades-con-videos-de-abuso-sexual-infantil/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/22/pasajero-de-crucero-es-arrestado-en-port-everglades-con-videos-de-abuso-sexual-infantil/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[El detenido confesó poseer más material en su vivienda y comparecerá ante un tribunal federal de Fort Lauderdale.]]></description><pubDate>Mon, 22 Jun 2026 17:24:45 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre de Pittsburgh enfrenta cargos federales en el sur de Florida luego de que agentes federales informaran que fue sorprendido con videos de abuso sexual infantil en su teléfono celular, tras desembarcar de un crucero en Port Everglades durante el fin de semana.</p><p>Las autoridades detuvieron a Joseph Samuel Doria el sábado. Los registros judiciales muestran que está programado para comparecer en una corte federal de Fort Lauderdale este lunes por la mañana, el día de su cumpleaños número 28.</p><p>De acuerdo con la denuncia penal federal, Doria fue remitido a una inspección secundaria en el puesto de control de la Oficina de Aduanas y Protección Fronteriza de EE. UU. (CBP) en el puerto, luego de bajar del barco Regal Princess.</p><p>Los oficiales de aduanas que revisaron el teléfono celular de Doria descubrieron “múltiples imágenes y videos” en su carpeta de “Eliminados recientemente”, los cuales mostraban el abuso sexual y la violación de niñas, incluyendo menores de edad en etapa de la primera infancia, según detalla la denuncia.</p><p>Las autoridades señalaron que Doria admitió haber visto los videos y declaró que lo ha hecho desde que tenía 13 años. Asimismo, informaron que el acusado confesó haber distribuido el material ilícito en internet y poseer un dispositivo en su hogar con “un mínimo de 100 videos e imágenes” de material de abuso sexual infantil.</p><p>Los agentes arrestaron a Doria bajo cargos relacionados con la posesión y el transporte de material de abuso sexual infantil.</p><p>Hasta este lunes, los registros carcelarios indicaban que el sujeto permanecía bajo custodia en la Cárcel Principal de la Oficina del Alguacil de Broward en representación del Servicio de Alguaciles de EE. UU.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HVLUR3GY7BHI3AL7PWCOVWG7UM.jpg?auth=449133120430f12c4207624804302bb7afc62bca0fd5e7ea9035c72733e3e8e2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Joseph Doria]]></media:description></media:content></item><item><title><![CDATA[June 22: Highs will reach low-90s, but it will feel like 105 or higher]]></title><link>https://www.local10.com/weather/2026/06/22/june-22-highs-will-reach-low-90s-but-it-will-feel-like-105-or-higher/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/06/22/june-22-highs-will-reach-low-90s-but-it-will-feel-like-105-or-higher/</guid><dc:creator><![CDATA[Peta Sheerwood]]></dc:creator><description><![CDATA[Temperatures are heating up once again. Today, highs will reach the lower 90s but it will feel like 105° or higher.]]></description><pubDate>Mon, 22 Jun 2026 17:11:03 +0000</pubDate><content:encoded><![CDATA[<p>Temperatures are heating up once again. Today, highs will reach the lower 90s but it will feel like 105° or higher. Lingering smoke from west Miami-Dade continues to burn. An air quality alert will remain in place until Tuesday at 3 p.m. Rain chances will remain low today. Isolated showers and storms will develop inland over the Everglades. We won’t rule out the chance of a few showers across some of our western communities. The heat is on again Tuesday. Highs will reach the lower 90s and it will feel like triple digits. We are tracking Saharan dust that could stream into the area Tuesday. This could limit thunderstorm activity, reduce the air quality and cause haze in the sky.</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[Federal judge halts Trump administration effort to subpoena Walz in immigration enforcement probe]]></title><link>https://www.local10.com/news/2026/06/22/federal-judge-halts-trump-administration-effort-to-subpoena-walz-in-immigration-enforcement-probe/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/22/federal-judge-halts-trump-administration-effort-to-subpoena-walz-in-immigration-enforcement-probe/</guid><dc:creator><![CDATA[By ALANNA DURKIN RICHER, ERIC TUCKER and SCOTT BAUER, Associated Press]]></dc:creator><description><![CDATA[A federal judge has blocked an attempt by the Trump administration to subpoena Minnesota Gov. Tim Walz and other state officials, accusing the Justice Department of using its investigatory powers to retaliate against state officials for not cooperating with federal efforts to crack down on illegal immigration.]]></description><pubDate>Mon, 22 Jun 2026 18:33:55 +0000</pubDate><content:encoded><![CDATA[<p>A federal judge has blocked an attempt by the Trump administration to subpoena Minnesota Gov. Tim Walz and other state officials, accusing the Justice Department of using its investigatory powers to retaliate against state officials for not cooperating with federal efforts to crack down on illegal immigration.</p><p>In a ruling unsealed Monday, U.S. District Judge Patrick Schiltz found the “dominant purpose” of the subpoenas was to “coerce Minnesota officials into assisting the federal government with enforcing civil immigration law and to harass and retaliate against them for failing to do so.”</p><p>Tensions between the Trump administration and Minnesota’s Democratic leaders escalated in January as federal immigration officers clashed with protesters in the Minneapolis-St. Paul area, especially after officers’ fatal shootings of Renee Good and Alex Pretti.</p><p>President Donald Trump even threatened to invoke the Insurrection Act to quell protests and accused Walz, who was Democratic presidential nominee Kamala Harris’ running mate in 2024, and others of encouraging protesters to disrupt Immigration and Customs Enforcement activity.</p><p>Judge finds ‘weak to nonexistent’ reasons for subpoenas</p><p>The subpoenas seeking records were served in January as part of an investigation into whether Walz and other officials obstructed or impeded law enforcement actions. They were sent to the offices of Walz, Attorney General Keith Ellison, Minneapolis Mayor Jacob Frey, St. Paul Mayor Kaohly Her and officials in Ramsey and Hennepin counties.</p><p>The ruling is the latest rebuke by the federal judiciary of Justice Department efforts to aggressively implement the Trump administration agenda in courts and target the president’s political adversaries through subpoenas and similar demands.</p><p>The judge ruled that there appeared to be “extremely weak to nonexistent” connections between the information sought in the subpoenas and any possible criminal violation. The subpoenas seek materials “that largely if not entirely relate to constitutionally protected conduct,” the judge wrote, noting that Minnesota has the legal right not to devote its resources to enforcing federal immigration law.</p><p>The Justice Department “is not conducting a criminal investigation,” the judge wrote, “but is instead using the grand jury process for other (unlawful) purposes.”</p><p>The evidence that the subpoenas were issued for unlawful reasons is overwhelming, the judge said, arguing that the Justice Department “has struggled — without success — to identify a single plausible investigatory justification” for them.</p><p>The Justice Department said in a statement that it “takes the unlawful obstruction of federal law enforcement operations extremely seriously and will continue to act in full compliance with the law to investigate these matters.”</p><p>Targets hail the judge's decision</p><p>Walz, in a statement, called the ruling “a victory for the rule of law and our democracy.”</p><p>“The U.S. Justice Department is pursuing criminal investigations into the President’s political opponents,” said Walz, the 2024 Democratic nominee for vice president. “This case was just one example of that, but we are seeing daily reminders of this administration’s lawlessness — in Minnesota and around the country. We all must continue to seek justice and uphold the rule of law.”</p><p>Ellison said “it should disturb every American that Donald Trump is weaponizing the criminal justice system against people he disagrees with.”</p><p>The subpoenas are “a politically motivated retaliation against our city for lawfully standing up to ICE and fighting for our residents,” Her said in a statement.</p><p>Frey said the investigation was “never about justice, law, and order, but the absence of it.”</p><p>“Subpoenaing political opponents because they spoke on behalf of their constituents violates the core tenets of our democracy and human decency,” he said.</p><p>Frey also observed that criticizing government action is not a crime.</p><p>“One of the defining strengths of our democracy is the ability to challenge those in power without fear of retribution. Elected officials have both the right and the responsibility to speak honestly about how government decisions affect the people they serve,” he said.</p><p>Subpoenas were among many federal actions against Minnesota officials</p><p>Over the last year, judges have dismissed indictments against two prominent Trump foes, former FBI Director James Comey and New York Attorney General Letitia James, and grand juries have repeatedly refused to return indictments sought by the Justice Department.</p><p>The moves reflect mounting public concerns that the Justice Department, an institution meant to make investigative and prosecution decisions independent of the White House, is being politicized under the current Trump administration.</p><p>Vice President JD Vance has separately called on the Justice Department to investigate Walz and Ellison over allegations they failed to stop widespread social services fraud, though the department has not said whether it will open an investigation. Walz and Ellison have described those allegations as politically motivated and defended their efforts to combat fraud in Minnesota.</p><p>Meanwhile, other legal battles related to the immigration surge continue. The federal government has suggested Minnesota prosecutors don’t have jurisdiction to investigate federal officers.</p><p>Hennepin County Attorney Mary Moriarty in March sued the administration for access to evidence in the Good and Pretti killings, accusing the administration of withholding evidence from state investigators. Moriarty also has pursued criminal charges against ICE officers in two other incidents, including the nonfatal shooting of a Venezuelan man, and suggests her office is investigating several other cases as well.</p><p>___</p><p>Associated Press writer Hannah Fingerhut in Des Moines, Iowa, contributed to this report.</p><p>___</p><p>This story has been corrected to show the federal judge's name is Patrick Schiltz, not Schlitz.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/73WUAYAM2VZWHZSSIAZHRSRFD4.jpg?auth=be8489daf83b757c8ee93041903e5c262908049d233bbadd35fbef0db119f34b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Federal immigration officers deploy tear gas at protesters after a shooting Jan. 24, 2026, in Minneapolis. (AP Photo/Abbie Parr, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Abbie Parr</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MVU6PS5TMH3AA4F2WHOE6645NM.jpg?auth=0064e5c9b6e453f84a39dd338511c6e9f72f5983862f6f950664a4925a3df27a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[CORRECTS PRETTY TO PRETTI - Minnesota Gov. Tim Walz, right, and Attorney General Keith Ellison discuss the shooting of Alex Pretti during a news conference in Blaine, Minn., Sunday, Jan. 25, 2026. (AP Photo/Abbie Parr)]]></media:description><media:credit role="author" scheme="urn:ebu">Abbie Parr</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SWC4CA7HEFA52YGYVYOIAOVIEY.jpg?auth=1333da0824ffb5fcef6ebdcf35e0f5249ef5eec095f5ebbccfd832fd0e5a0625&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Minneapolis Mayor Jacob Frey speaks during the 94th Winter Meeting of the U.S. Conference of Mayors, Jan. 29, 2026 in Washington. (AP Photo/Kevin Wolf, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Kevin Wolf</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/A2BNHSDUGPQGCZUD3ZF6FXIHWY.jpg?auth=2e8ad8ac3c971f5268dc3c778caeb5321433ec91033b743546273d7837762f53&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Protesters demonstrate against Immigration and Customs Enforcement (ICE) after Renee Good, who was fatally shot by an ICE officer earlier, Jan. 12, 2026, in Minneapolis. (AP Photo/Jen Golbeck, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jen Golbeck</media:credit></media:content></item><item><title><![CDATA[México quiere retomar pronto el envío de petróleo a Cuba a través de empresas privadas]]></title><link>https://www.local10.com/espanol/2026/06/22/mexico-quiere-retomar-pronto-el-envio-de-petroleo-a-cuba-a-traves-de-empresas-privadas/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/22/mexico-quiere-retomar-pronto-el-envio-de-petroleo-a-cuba-a-traves-de-empresas-privadas/</guid><dc:creator><![CDATA[The Associated Press, Associated Press]]></dc:creator><description><![CDATA[CIUDAD DE MÉXICO (AP) — México quiere reiniciar pronto el envío de petróleo a Cuba, pero no a través de compañías estatales sino de manera comercial y con empresas privadas, dijo el lunes la presidenta Claudia Sheinbaum durante su conferencia matutina.]]></description><pubDate>Mon, 22 Jun 2026 17:56:41 +0000</pubDate><content:encoded><![CDATA[<p>CIUDAD DE MÉXICO (AP) — México quiere reiniciar pronto el envío de petróleo a Cuba, pero no a través de compañías estatales sino de manera comercial y con empresas privadas, dijo el lunes la presidenta Claudia Sheinbaum durante su conferencia matutina.</p><p>Tras el ataque de Estados Unidos a Venezuela y la captura del entonces presidente Nicolás Maduro el 3 de enero, el presidente estadounidense Donald Trump amenazó con imponer aranceles a cualquier nación que envíe combustible a Cuba, lo que agravó la crisis energética que venía sufriendo la isla.</p><p>México —que había sido un proveedor histórico de combustible a la isla junto con Venezuela y Rusia— paralizó varios cargamentos de combustible previstos por la empresa estatal Petróleos Mexicanos (Pemex).</p><p>El único barco petrolero que ingresó a la isla fue un buque ruso que atracó a fines de marzo en la costa norte, cargado con 730.000 barriles de petróleo.</p><p>Ahora Sheinbaum quiere aprovechar las nuevas leyes de apertura económica aprobadas por La Habana la semana pasada para retomar el abastecimiento a través de empresarios mexicanos que están en la isla.</p><p>“El mecanismo sería a través de empresas particulares que tienen el permiso para llevar el combustible a Cuba”, indicó sin dar más detalles. “Esperamos que se pueda reanudar pronto de manera comercial”, agregó sin precisar cuándo podría hacerse realidad. En paralelo, añadió, México seguiría mandando ayuda humanitaria.</p><p>Cuba produce apenas el 40% del combustible que necesita y depende de las importaciones para sostener su deteriorada red eléctrica.</p><p>El bloqueo energético estadounidense ha deteriorado profundamente la situación económica de los cubanos con apagones cada vez más prolongados, recortes al sistema estatal de racionamiento de alimentos y escasez de agua y medicinas.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UJJUKYSWENGEMWRSUIKTJUQ7ZY.jpg?auth=d7bc6b8e0039d8d3e988890eaf8221959a9544821757a01d8a7d664eeae0f6f3&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></item><item><title><![CDATA[Former Miami-Dade Schools Superintendent Alberto Carvalho resigns from LA job amid FBI probe ]]></title><link>https://www.local10.com/news/national/2026/06/22/former-miami-dade-schools-superintendent-alberto-carvalho-resigns-from-la-job-amid-fbi-probe/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/06/22/former-miami-dade-schools-superintendent-alberto-carvalho-resigns-from-la-job-amid-fbi-probe/</guid><dc:creator><![CDATA[Amanda Batchelor, Associated Press]]></dc:creator><description><![CDATA[Former Miami-Dade County Public Schools Superintendent Alberto Carvalho has resigned from his job as the superintendent for the public school district in Los Angeles following an FBI raid at his home earlier this year, the Los Angeles Unified Board of Education confirmed.]]></description><pubDate>Mon, 22 Jun 2026 11:09:30 +0000</pubDate><content:encoded><![CDATA[<p>Former Miami-Dade County Public Schools Superintendent Alberto Carvalho has resigned from his job as the superintendent for the public school district in Los Angeles following an FBI raid at his home earlier this year, the Los Angeles Unified Board of Education<b> </b>confirmed.</p><p><a href="https://www.local10.com/espanol/2026/06/22/escandalo-por-chatbot-de-ia-tumba-a-alberto-carvalho-en-los-angeles/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/22/escandalo-por-chatbot-de-ia-tumba-a-alberto-carvalho-en-los-angeles/"><b>Leer en español</b></a></p><p>According to the<a href="https://www.latimes.com/california/story/2026-06-21/carvalho-resigns-as-lausd-superintendent-amid-federal-investigation" target="_self" rel="" title="https://www.latimes.com/california/story/2026-06-21/carvalho-resigns-as-lausd-superintendent-amid-federal-investigation"> Los Angeles Times</a>, Carvalho resigned Sunday evening.</p><p>“Placing students first has always guided my work,” Carvalho wrote in his resignation letter. “Because I believe our schools must remain focused on students and learning without distraction, I am resigning as Superintendent of LAUSD effective today, June 21, 2026.”</p><p>The school board confirmed that it received a letter of resignation from Carvalho, noting that his resignation took effect on Sunday.</p><p>“The Board remains steadfast in its commitment to ensuring stability, continuity, and continued progress through strong leadership,” the school board said in a statement. “Our focus remains unchanged: providing every student with a high-quality education, supporting our dedicated workforce, and maintaining the trust of the communities we serve.”</p><p>The school said Andrés Chait would remain acting superintendent “until a permanent decision is made.”</p><p>The LA Times reported that it’s unclear whether Carvalho negotiated a settlement with the district as his “contract sets a minimum of a 12-month payout were the district to terminate his employment without cause.”</p><p>Following the <a href="https://www.local10.com/news/national/2026/02/25/fbi-serving-search-warrants-at-los-angeles-school-district-headquarters-home-of-former-miami-dade-public-schools-superintendent/" target="_self" rel="" title="https://www.local10.com/news/national/2026/02/25/fbi-serving-search-warrants-at-los-angeles-school-district-headquarters-home-of-former-miami-dade-public-schools-superintendent/">Feb. 25 raid</a>, the district said in a statement that it “is cooperating with the investigation and we do not have further information at this time.” The FBI also searched a third location Southwest Ranches. </p><p>Rukelt Dalberis, a spokesperson for the FBI’s Los Angeles field office, confirmed that agents were at the properties to serve warrants but declined to comment further because affidavits laying out details for the basis for the searches were under seal.</p><p>According to the LA Times, law enforcement sources later confirmed that the investigation was “tied at least in part to Carvalho’s interaction with a subcontractor that brought a failed AI chatbot venture to the district.”</p><p>Through attorneys, Carvalho issued a public statement after the raids, claiming that he committed no wrongdoing.</p><p>His attorneys released another statement to Local 10 News Monday, which Carvalho addressed to those affected by his departure.</p><blockquote><p>“To the students, families, teachers, staff, and community of LAUSD: </p><p>It has been a great honor to serve you. Over the past four years, together, we have made historic progress — gains that belong to our students, our educators, staff, and our communities. We have: </p><p>• <b>raised academic performance on the Smarter Balanced Assessment to the </b></p><p><b>highest levels in our district’s history; </b></p><p>• <b>surpassed pre-pandemic achievement levels; </b></p><p>• <b>achieved our highest graduation rate ever; </b></p><p>• <b>expanded Advanced Placement participation and success; </b></p><p>• <b>increased the number of LAUSD magnet programs nationally recognized for excellence; </b></p><p>• <b>significantly reduced chronic absenteeism and increased daily attendance; </b></p><p>• <b>secured the largest school modernization bond in the nation’s history; and, </b></p><p>• <b>negotiated responsible workforce agreements while preserving free healthcare access for our employees. </b></p><p>Most importantly, our progress has been equitable. Low-income students, students with disabilities, foster youth, and Black and Latino students all exceeded their pre-pandemic performance — an outcome that reflects the hard work and commitment of so many across this District. As the School Board stated, when it unanimously reappointed me late last year, our District’s executive leadership team valued achievement and equity and placed our most vulnerable students at the heart of our agenda. During challenging times, we did so in a protective manner that benefited and honored all students. </p><p>Placing students first has always guided my work. Because I believe our schools must remain focused on students and learning without distraction, I am resigning as Superintendent of LAUSD effective today, June 21, 2026. </p><p>I leave grateful — to our students and families, whose protection we prioritized, for trusting us, to our exceptional and hard-working teachers, leaders, and staff at every level for their tireless dedication, to our valued partners, and to the community for the privilege of serving. The successes we have achieved belong to you. I will miss all of you and will continue to pray for the success, health, and wellbeing of every student and family in our District. </p><p>To every student: work hard to realize your dreams and to live up to the promise of our nation. Never let anyone limit what you can accomplish." </p><p>With deep gratitude, </p><p>Alberto Carvalho</p></blockquote><p>Before taking the helm of the Los Angeles district in 2022, Carvalho oversaw Miami-Dade County Public Schools, Florida’s largest school district, from 2008 to 2021. During his tenure, he was credited with improving graduation rates and academic performance. The national superintendents association named him Superintendent of the Year in 2014, and Spain knighted the Portugal-born administrator in 2021 for his work in expanding Spanish-language programs for Miami-Dade County schools.</p><p>In California, Carvalho has stood out as a harsh critic of the Trump administration’s aggressive immigration crackdown, especially following raids in Los Angeles last year. When its 500,000 students returned to classes in the fall, Carvalho urged immigration authorities not to conduct enforcement activity within a two-block radius of schools.</p><p>Carvalho arrived in Los Angeles at a critical moment, as the district found itself flush with funding from state and federal COVID-19 relief money but still struggling with the impacts of the pandemic, including learning losses and declining enrollment. He previously sparred with Florida Republican Gov. Ron DeSantis over his order that schools not require masks during the pandemic.</p><p>Officials with the Miami-Dade school system have not confirmed whether the FBI or other federal agencies have contacted them regarding Carvalho.</p><p>A spokesperson for Miami-Dade County Public Schools told Local 10 News in February that they were aware of the investigation and “have no comment” at this time.</p><p>The Feb. 25 search was the second time in a week that the Justice Department had taken action against the LA school district. On Feb. 19, the Trump administration joined a lawsuit alleging that the district discriminates against white students under its decades-old desegregation policy.</p>]]></content:encoded></item><item><title><![CDATA[Estudio: México, Italia y otros sufren hasta 2 meses más de estrés por calor que en década de 1970]]></title><link>https://www.local10.com/espanol/2026/06/22/estudio-mexico-italia-y-otros-sufren-hasta-2-meses-mas-de-estres-por-calor-que-en-decada-de-1970/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/22/estudio-mexico-italia-y-otros-sufren-hasta-2-meses-mas-de-estres-por-calor-que-en-decada-de-1970/</guid><dc:creator><![CDATA[Por ALEXA ST. JOHN, Associated Press]]></dc:creator><description><![CDATA[México, Kenia, Italia y otras naciones de todo el mundo están experimentando entre uno y dos meses más de estrés térmico que hace varias décadas, según una nueva investigación publicada el lunes, y en algunas zonas el aumento es incluso mayor. Regiones que antes no se veían afectadas por el estrés térmico ahora también lo están sintiendo.]]></description><pubDate>Mon, 22 Jun 2026 16:48:50 +0000</pubDate><content:encoded><![CDATA[<p>México, Kenia, Italia y otras naciones de todo el mundo están experimentando entre uno y dos meses más de estrés térmico que hace varias décadas, según una nueva investigación publicada el lunes, y en algunas zonas el aumento es incluso mayor. Regiones que antes no se veían afectadas por el estrés térmico ahora también lo están sintiendo.</p><p>Las temperaturas extremas de “sensación térmica”, los días de estrés térmico y las noches tropicales se han vuelto de forma drástica más frecuentes, prolongados y severos en las últimas seis décadas a medida que se intensifica el calentamiento del planeta —resultado de la quema de combustibles fósiles como carbón, petróleo y gas—, de acuerdo con un nuevo estudio publicado el lunes en la revista Nature Climate Change.</p><p>Los investigadores fueron más allá de la temperatura, que se estudia con frecuencia, y utilizaron temperaturas de sensación térmica para comprender mejor el impacto en las personas. Evaluaron el estrés térmico en seres humanos individuales, influido por la temperatura, la humedad, la velocidad del viento y otros factores. Usaron lo que se conoce como el Índice Climático Térmico Universal para analizar esos elementos y modelar la respuesta del cuerpo humano al entorno.</p><p>La combinación de calor y humedad puede ser peligrosa para los seres humanos, porque la humedad afecta la forma en que el sudor se evapora, y ese es un mecanismo de enfriamiento. Las olas de calor húmedas pueden ser más mortales que las olas de calor seco, ya que las personas no se enfrían con la misma facilidad.</p><p>Empeora estrés térmico en regiones ya cálidas, y más allá</p><p>Estudios anteriores han analizado hasta qué punto el cambio climático impulsado por la actividad humana ha disparado las temperaturas, especialmente en años recientes.</p><p>Un estudio indica que las personas en todo el mundo sufrieron un promedio de 41 días adicionales de calor peligroso en 2024. Algunas investigaciones señalan que el mundo se enfila a sumar casi dos meses de días extremadamente calurosos cada año para finales de siglo.</p><p>En este caso, los investigadores examinaron el estrés térmico en tres niveles: fuerte (temperaturas del índice mayores o iguales a 32 grados Celsius, o 89,6 grados Fahrenheit); muy fuerte (temperaturas del índice mayores o iguales a 38 grados Celsius, o 100,4 grados Fahrenheit); y extremo (temperaturas del índice mayores o iguales a 46 grados Celsius, o 114,8 grados Fahrenheit).</p><p>Entre los lugares que podrían registrar alrededor de 50 días más al año de al menos estrés térmico fuerte en comparación con la década de 1970 figuran partes del África austral, como en Namibia y Angola; África oriental, incluidas zonas de Tanzania, Kenia y Uganda; y partes de México y Centroamérica.</p><p>En el sur de España, Italia, Grecia y Turquía, algunas áreas verán hasta 40 días adicionales con estrés térmico fuerte en comparación con la década de 1970. Gran parte del sur de Europa está registrando casi un mes completo adicional de días de estrés térmico fuerte respecto de hace décadas.</p><p>En Estados Unidos, gran parte del país registra 15 o más días de al menos estrés térmico fuerte, y las zonas del sur, incluidas Texas y Florida, están viendo cerca de 25 o más días con estrés térmico muy fuerte.</p><p>Esas temporadas de estrés térmico también están durando más.</p><p>La autora principal del estudio, Rebecca Emerton, también científica sénior del Centro Europeo de Pronósticos Meteorológicos a Medio Plazo en el Reino Unido, manifestó que fue llamativo “ver que el estrés térmico no sólo se intensifica en esos lugares que ya consideramos calurosos o acostumbrados a experimentar olas de calor... sino también ver lo que llamamos una huella en expansión del estrés térmico, que se extiende a regiones donde históricamente ha sido raro o inexistente”.</p><p>Según el estudio, las temperaturas de sensación térmica en las 10 noches más cálidas de cada año también han aumentado más rápido —0,32 grados Celsius (0,58 grados Fahrenheit) por década— que en los 10 días más cálidos, 0,27 grados Celsius (0,49 grados Fahrenheit) por década.</p><p>Para las noches tropicales, los investigadores consideraron una temperatura mínima de 20 grados Celsius (68 grados Fahrenheit). Esto significa que las personas podrían no estar recuperándose adecuadamente del calor diurno durante las horas nocturnas.</p><p>Y ahora, 1.000 millones de personas más enfrentan al menos un día de estrés térmico extremo cada año que en la década de 1970.</p><p>Impacto futuro depende de la acción</p><p>El mundo sabe desde hace tiempo que añadir gases que atrapan el calor a la atmósfera al quemar combustibles fósiles y talar bosques calentará el planeta, señaló Jennifer Francis, científica del clima del Woodwell Climate Research Center en Cape Cod, quien no participó en la investigación.</p><p>“Este estudio aporta detalles contundentes sobre los peligros crecientes para miles de millones de seres humanos", afirmó Francis. "Este análisis muestra que no sólo está aumentando la temperatura, sino también la humedad, lo que hace que las altas temperaturas sean más mortales porque el sistema de aire acondicionado de nuestro cuerpo —la sudoración— tiene dificultades para seguir el ritmo”.</p><p>Emerton indica que el trabajo subraya la necesidad urgente de mitigar el calentamiento futuro y garantizar que existan estrategias de adaptación, planes de acción sanitaria ante el calor, sistemas de alerta temprana y evaluaciones del riesgo climático.</p><p>___</p><p>Alexa St. John es reportera de clima de The Associated Press. Sígala en X: @alexa_stjohn. Puede contactarla en ast.john@ap.org.</p><p>___</p><p>La cobertura climática y ambiental de The Associated Press recibe apoyo financiero de múltiples fundaciones privadas. La AP es la única responsable de todo el contenido. Consulte las normas de AP para trabajar con filantropías, una lista de patrocinadores y las áreas de cobertura financiadas en AP.org.</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/TS42TLGM6E6Q77MRCG6AT4DMXM.jpg?auth=525876b68a1b009707b10ef90103cf98e05078d4e0521c3d7bac73d50aff0ce7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[ARCHIVO - Jorge Moreno bebe agua saborizada para sobrellevar la ola de calor durante su jornada laboral en una obra de construcción en Veracruz, México, el 17 de junio de 2024. (Foto AP/Félix Márquez, archivo)]]></media:description><media:credit role="author" scheme="urn:ebu">Felix Marquez</media:credit></media:content></item><item><title><![CDATA[Video shows police officer shoot man running toward him in Miami Shores]]></title><link>https://www.local10.com/news/local/2026/06/22/video-shows-police-officer-shoot-man-running-toward-him-in-miami-shores/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/22/video-shows-police-officer-shoot-man-running-toward-him-in-miami-shores/</guid><dc:creator><![CDATA[Trent Kelly, Andrea Torres]]></dc:creator><description><![CDATA[A witness shared video showing a police officer shoot a man who was running toward him on Sunday in Miami Shores.   ]]></description><pubDate>Mon, 22 Jun 2026 16:48:06 +0000</pubDate><content:encoded><![CDATA[<p>A witness shared video showing a police officer shoot a man who was running toward him on Sunday in Miami Shores. </p><p>The shooting was near the intersection of Biscayne Boulevard and Northeast 86th Street, according to the Miami Shores Police Department. </p><p>Miami-Dade Fire Rescue personnel took the wounded man to Jackson Memorial Hospital’s Ryder Trauma Center, according to police. </p><p>Before the shooting, the man had “two large-edged weapons” when he caused “a disturbance” at the Tropical Chevrolet in Miami Shores, according to police. </p><p>Police officers responded to the full-service auto dealership shortly after 2:10 p.m. at 8880 Biscayne Boulevard, but the man had left, according to police.</p><p>There was an abandoned black book bag, a machete, and bullet casings behind crime scene tape. The Florida Department of Law Enforcement was investigating the police shooting.</p><p><b>Related report</b>: <a href="https://www.local10.com/news/local/2026/06/21/police-miami-shores-officer-shoots-man-after-disturbance-at-car-dealership/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/21/police-miami-shores-officer-shoots-man-after-disturbance-at-car-dealership/">Police: Officer shoots man after ‘disturbance’ at car dealership in Miami Shores</a></p><p><b>Location</b></p><p><iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2575.9306797289587!2d-80.18545499999999!3d25.8560451!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88d9b22a2800f91d%3A0x46fa5cd455c9d191!2s8880%20Biscayne%20Blvd%2C%20Miami%20Shores%2C%20FL%2033138!5e1!3m2!1sen!2sus!4v1782086969010!5m2!1sen!2sus" width="100%" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe></p>]]></content:encoded></item><item><title><![CDATA[Merlin the duck steals the spotlight at President Sheinbaum's news briefing]]></title><link>https://www.local10.com/news/weird-news/2026/06/22/merlin-the-duck-steals-the-spotlight-at-president-sheinbaums-news-briefing/</link><guid isPermaLink="true">https://www.local10.com/news/weird-news/2026/06/22/merlin-the-duck-steals-the-spotlight-at-president-sheinbaums-news-briefing/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[MEXICO CITY (AP) — Wearing the green jersey of Mexico’s national soccer team and a FIFA tie, he waddled into the room ahead of President Claudia Sheinbaum, took a seat facing reporters and quickly became the star of her Monday morning news briefing.]]></description><pubDate>Mon, 22 Jun 2026 18:12:35 +0000</pubDate><content:encoded><![CDATA[<p>MEXICO CITY (AP) — Wearing the green jersey of Mexico’s national soccer team and a FIFA tie, he waddled into the room ahead of President Claudia Sheinbaum, took a seat facing reporters and quickly became the star of her Monday morning news briefing.</p><p>Merlín the duck — Mexico’s unofficial World Cup mascot — didn’t take any questions; his owner, Carla Gómez, did that for him.</p><p>Gómez, a street vendor who sells water and soft drinks, introduced her family with pride and determination, presenting them as representative of countless other working-class Mexicans. “We are the working part” of Mexico, she said.</p><p>Sitting beside the lectern, with Merlín at the center, were her sons, Carlos, 22, and Cristian, 14, who “doesn’t rest after school” and helps her every day by selling goods and carrying packages.</p><p>Merlín, he said, is “the boss of our little business. He’s the one who follows behind us, making sure we’re working and doing things the right way.”</p><p>The family takes great care with his diet, feeding him small fish, crickets and, on Sundays, even a meat taco.</p><p>Gómez said she was moved by the way Merlín captured the hearts of World Cup fans.</p><p>“It has been the best thing that has happened to us in this life,” she said, though she noted that other ducks the family had owned also became local celebrities in Mexico City’s historic center, including Bruna, who wore tennis shoes.</p><p>Gómez said she believes the family went viral because people saw in them “a hard-working family, a family that gets up every day to make ends meet.”</p><p>The president eventually had to cut off questions to move the news conference along, but not before trying to pet Merlín and posing for a photo with the family.</p><p>The scene had barely ended when social media filled with criticism of the president’s decision to welcome the duck while relatives of missing persons — who have been demonstrating and seeking a face-to-face meeting with her since the start of the World Cup — remained unheard.</p><p>Wildlife advocates also warned that the popularity of pets like Merlín can have unintended consequences. In a Facebook post, the Wildlife Rehabilitation Unit of Pachuca, a city about 90 kilometers (55 miles) north of Mexico City, cautioned that fame can fuel “impulse purchases and abandonment.”</p><p>“Animals do not need owners for fashion; they need responsible caretakers,” the government-run agency wrote.</p><p>Merlín, at least, appears to have found them.</p><p>___</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/4E5NBWP55YPM3RISA7FY7L4ZI4.jpg?auth=2161151e0b27548a516532f62c37b7f595ff97e20a1b29887054f1d55591b753&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Merlin the duck, dressed in a Mexican national soccer team jersey, attends the daily press conference by Mexican President Claudia Sheinbaum, second from left, along with his caretakers Carla Gomez and her sons Carlos, and Christian who holds Merlin, at the National Palace in Mexico City, Monday, June 22, 2026. (AP Photo/Marco Ugarte)]]></media:description><media:credit role="author" scheme="urn:ebu">Marco Ugarte</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CRLFKQFTYOG5TG45BMBRXIPQGE.jpg?auth=2fc01bcbb88c25806bf58d12a0ed1998b815ff16b239b59a68d82ed7090df119&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Merlin the duck, dressed in a Mexican national soccer team jersey, bottom right, enters the daily press conference by Mexican President Claudia Sheinbaum, left, with his caretakers, brothers Carlos and Christian Gomez, at the National Palace in Mexico City, Monday, June 22, 2026. (AP Photo/Marco Ugarte)]]></media:description><media:credit role="author" scheme="urn:ebu">Marco Ugarte</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5SS2IPBRTDYQUUJ4YXLZVMKV2M.jpg?auth=fccf9818b3998b90b1604663322d5a520f72bd3d0e2b372990ebc46c70eb3e45&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Christian Gomez interacts with his duck Merlin, dressed in a Mexican national soccer team jersey, as they attend the daily press conference by Mexican President Claudia Sheinbaum at the National Palace in Mexico City, Monday, June 22, 2026. (AP Photo/Marco Ugarte)]]></media:description><media:credit role="author" scheme="urn:ebu">Marco Ugarte</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RI5ZCTNSTBAD4UEKESP5TD3Y2Y.jpg?auth=f06e4ee8ba245d51e96958f697df090c2724a00720b547594da042ffd7cbfe64&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mexican President Claudia Sheinbaum interacts with Merlin the duck, dressed in a Mexican national soccer team jersey, during her morning press conference at the National Palace in Mexico City, Monday, June 22, 2026. (AP Photo/Marco Ugarte)]]></media:description><media:credit role="author" scheme="urn:ebu">Marco Ugarte</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TRK35PFATOUPRLUGHBIFNFBLC4.jpg?auth=5a55c72df396741cb6dcd219fd60d243db11cfe174a54d835bc86719fa9b314a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Merlin the duck, dressed in a Mexican national soccer team jersey, attends the daily press conference by Mexican President Claudia Sheinbaum, left, along with his caretakers Carla Gomez and her sons Carlos and at the National Palace in Mexico City, Monday, June 22, 2026. (AP Photo/Marco Ugarte)]]></media:description><media:credit role="author" scheme="urn:ebu">Marco Ugarte</media:credit></media:content></item><item><title><![CDATA[Mike Boynton promoted to interim coach at Michigan as Dusty May leaves for the NBA, AP sources say]]></title><link>https://www.local10.com/sports/2026/06/22/mike-boynton-promoted-to-interim-coach-at-michigan-as-dusty-may-leaves-for-the-nba-ap-source-says/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/22/mike-boynton-promoted-to-interim-coach-at-michigan-as-dusty-may-leaves-for-the-nba-ap-source-says/</guid><dc:creator><![CDATA[By LARRY LAGE, Associated Press]]></dc:creator><description><![CDATA[ANN ARBOR, Mich. (AP) — Michigan, coming off a national championship in basketball, suddenly had a coaching search no one seemed to see coming.]]></description><pubDate>Mon, 22 Jun 2026 19:46:58 +0000</pubDate><content:encoded><![CDATA[<p>ANN ARBOR, Mich. (AP) — Michigan, coming off a national championship in basketball, suddenly had a coaching search no one seemed to see coming.</p><p>Athletic director Warde Manuel didn't take much time to make a move.</p><p>Mike Boynton was promoted to interim coach to replace Dusty May, a person familiar with the situation told The Associated Press on Monday. The person spoke to the AP on condition of anonymity because the decision had not been announced.</p><p>May and the Dallas Mavericks are finalizing a contract for him to make the jump to the NBA, another person with knowledge of the deal told the AP. That person spoke on condition of anonymity because the deal wasn’t completed.</p><p>Who is Mike Boynton?</p><p>Manuel chose to give Boynton, a two-year assistant under May and a former Oklahoma State coach, another chance to lead a program.</p><p>The school is hoping continuity will help convince players on the roster to stay out of the transfer portal.</p><p>Boynton recruited Cade Cunningham to play for the Cowboys in 2020 even though they were facing NCAA penalties from rule violations under a former assistant coach.</p><p>“There’s not a lot of coaches that would say, 'Do what you want to do, I’m going to help you if you want to leave,'" Cunningham said at the time. He went on to be drafted No. 1 by the Detroit Pistons in 2021.</p><p>Two years ago, Boynton was fired with a 119-109 record over seven seasons.</p><p>May said during the NCAA Tournament that his top assistant should get another shot.</p><p>“He’s an elite basketball coach,” May said in April. “He did a really good job at Oklahoma State, especially considering the circumstances."</p><p>The 44-year-old Boynton, who is from New York, previously was an assistant with the Cowboys and Stephen F. Austin under current Illinois coach Brad Underwood.</p><p>Freedom of movement</p><p>Just days after winning the national championship, Manuel said during a celebration at the school that he reached an agreement with May that would keep him under contract for many years to come.</p><p>Two months later, May bounced.</p><p>And, no one seemed to see it coming.</p><p>“I was shocked,” All-America forward Yaxel Lendeborg said, a day before he was expected to be a first-round pick in the NBA draft. “I almost fell to my knees.”</p><p>Sign of the times?</p><p>Even though May seemed to embrace the new era of college athletics that features freedom of movement with the transfer portal and the ability for athletes to make money on their name, image and likeness, he might have been drawn to the NBA where his role is to coach while others handle the business side of the franchise.</p><p>Manuel made a deal with May shortly after the season ended in part to keep him away from suitors such as North Carolina, which fired Hubert Davis and hired former Denver Nuggets coach Michael Malone.</p><p>“I think for all of those Michigan fans, they have nothing to worry about," May said on “The Rich Eisen Show" in April.</p><p>What’s next for Michigan?</p><p>May previously planned to reload for next season with nine newcomers, including three from the portal, but those newcomers along with returning players will now have an opportunity to transfer because he left.</p><p>In addition to losing May after two seasons, Michigan will be without three players projected to be first-round picks in the NBA draft on Tuesday night.</p><p>If Michigan does not name a permanent head coach within 30 days, players on the roster will have a 15-day window to transfer.</p><p>May leaves big sneakers to fill</p><p>Manuel hired May away from Florida Atlantic in 2024 and he quickly turned around a program that lost a school-record 24 games two years ago, leading to former Fab Five player Juwan Howard getting fired.</p><p>May successfully leveraged opportunities in the transfer portal in each of his two years, looking for players who loved to pass because they usually make good teammates. He also made the most of his players’ talents with spacing on offense and a swarming style on defense.</p><p>He helped make Michigan a place Lendeborg, Aday Mara and Morez Johnson Jr. wanted to be last season. The trio of transfers helped the team win a school-record 37 games and its second national title while improving their NBA stock.</p><p>Little did they know, May would also be working in the league next season.</p><p>“I’m happy for him,” Mara said. “Obviously, I don’t think anyone expected it or knew about it. I had no idea.”</p><p>May is leaving to lead the Mavs, a team that features reigning Rookie of the Year Cooper Flagg and nine-time All-Star Kyrie Irving. He succeeds Jason Kidd, who was let go two weeks after Masai Ujiri was hired as president of basketball operations and alternate governor.</p><p>___</p><p>AP Basketball Writers Tim Reynolds and Brian Mahoney in Miami and New York and AP Sports Writer Schuyler Dixon in Dallas contributed to this report.</p><p>___</p><p>AP college basketball: https://apnews.com/hub/ap-top-25-college-basketball-poll and https://apnews.com/hub/college-basketball</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OJOWYFN52JXDD5KDQFEWFOYFNY.jpg?auth=4f6fa3258e20bf9674325fb1deaebdb565b2b21b13baa5d160b9c964a018bb53&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Oklahoma State head coach Mike Boynton watches from the bench during the first half of an NCAA college basketball game against Iowa State, Jan. 13, 2024, in Ames, Iowa. (AP Photo/Charlie Neibergall, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Charlie Neibergall</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DGBKFL7MNIOGZ2ZLZQU523OMN4.jpg?auth=bdc13a476445e228b8f542d351911fcb979d5152adc6f058d6e08fe0d546244b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Michigan head coach Dusty May celebrates after defeating UConn in the NCAA college basketball tournament national championship game at the Final Four, April 7, 2026, in Indianapolis. (AP Photo/Michael Conroy, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Michael Conroy</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MT3WA2LJ74GEH7QS47DNJPEG7E.jpg?auth=5b9369d933ccec3b0b333563906728aa9f907418afa1b74c99dab7115c30d3f1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Michigan head coach Dusty May talks with the media following their a win over Michigan State after an NCAA college basketball game in Ann Arbor, Mich., March 8, 2026. (AP Photo/Lon Horwedel, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Lon Horwedel</media:credit></media:content></item><item><title><![CDATA[Restaurant at 1 of the Florida Keys’ most popular tourist attractions ordered shut. Plus, rodent issues remain inside 1 restaurant]]></title><link>https://www.local10.com/food/dirty-dining/2026/06/22/restaurant-at-1-of-the-florida-keys-most-popular-tourist-attractions-ordered-shut-plus-rodent-issues-remain-inside-1-restaurant/</link><guid isPermaLink="true">https://www.local10.com/food/dirty-dining/2026/06/22/restaurant-at-1-of-the-florida-keys-most-popular-tourist-attractions-ordered-shut-plus-rodent-issues-remain-inside-1-restaurant/</guid><dc:creator><![CDATA[Jeff Weinsier]]></dc:creator><description><![CDATA[The Hungry Tarpon Restaurant at the popular Robbie’s Marina in Islamorada was ordered shut by state inspectors last week following an investigation based on a complaint.]]></description><pubDate>Mon, 22 Jun 2026 16:33:25 +0000</pubDate><content:encoded><![CDATA[<p>The Hungry Tarpon Restaurant at the popular Robbie’s Marina in Islamorada was ordered shut by state inspectors last week following an investigation based on a complaint.</p><p>The closure was one of several temporary shutdowns ordered by the Florida Department of Business and Professional Regulation during recent restaurant inspections across South Florida and the Florida Keys.</p><p>Inspectors cited a wide range of issues, including rodent droppings, live mice, roaches, flies, mold-like buildup, improper food temperatures and other sanitation concerns. Among the more troubling findings were reports of a live mouse running through a kitchen, flies landing on ready-to-eat food, rodent-contaminated storage areas and dishwashing equipment that failed to properly sanitize utensils.</p><p>The establishments listed below were ordered to close until the violations were addressed. Nick’s Caribbean Restaurant remains closed. All other establishments were allowed to reopen after completing a required cleanup and passing a follow-up inspection.</p><p><b>**HUNGRY TARPON RESTAURANT</b></p><p><b>ROBBIE’S OF ISLAMORADA</b></p><p><b>77522 OVERSEAS HIGHWAY</b></p><p><b>ISLAMORADA</b></p><p><b>INSPECTION BASED ON COMPLAINT </b></p><p><b>ORDERED SHUT 6/18</b></p><p><b>9 VIOLATIONS FOUND</b></p><p>“Rodent activity present as evidenced by rodent droppings found. Observed 7 rodent dropping on the window sill in the kitchen area. Observed approximately 12-15 rodent dropping on top of dish machine that were cleaned off during inspection.”</p><p>“Observed approximately 10 Live, small flying insects found in the kitchen and prep area above lift lid unit on shelving holding take out containers . Observed approximately 6 flies in the dry storage area. Observed approximately 10 flies in the dish room on shelving.”</p><p>“Presence of insects, rodents, or other pests observed 4 dead flies on sheet pans in the walk-in cooler Trays with dead flies were removed and put in dish area for cleaning.”</p><p>“Floor soiled/has accumulation of debris.”</p><p>“Grease on the ground and/or pad around grease receptacle.”</p><p>“Food-contact surfaces not sanitized after cleaning, before use. Do not use equipment/utensils not properly sanitized. Dish machine is not sanitizing , chlorine @0 ppm.”</p><p>“Dish machine chlorine sanitizer not at proper minimum strength. 0 ppm chlorine Discontinue use of dish machine for sanitizing and set up manual sanitization until dish machine is repaired and sanitizing properly. Triple sink is set up to sanitize with quaternary at 200 ppm.”</p><p><b>**TEE JAY THAI SUSHI</b></p><p><b>2254 WILTON DRIVE</b></p><p><b>WILTON MANORS</b></p><p><b>ORDERED SHUT 6/17</b></p><p><b>11 VIOLATIONS FOUND</b></p><p>“Rodent activity present as evidenced by rodent droppings found. Observed approximately 40 rodent droppings in the dry storage area on the floor, approximately 10 on boxes of single service items and approximately 20 on the outside of large plastic containers of rice.”</p><p>“Objectionable odor in dry storage area where rodent droppings were found.”</p><p>“Food stored on floor. Observed several food items stored in the floor in the walk in cooler.”</p><p>“Cardboard used to line food-contact shelves in the dry storage area and in the kitchen.”</p><p>“Raw animal food stored over or with ready-to-eat food in a freezer - not all products commercially packaged. Observed raw steak not in its commercial packaging stored over ready to eat spring rolls and raw masago stored over ready to eat berries in the walk in cooler.”</p><p>“Raw animal food stored over/not properly separated from ready-to-eat food. Observed raw steak stored over ready to eat sauce in the walk in cooler.”</p><p>“Toxic substance/chemical improperly stored. Observed medicine stored over ready to eat sauces and garlic in the storage area in the kitchen.” </p><p><b>**SORIANO BROTHERS CUBAN CUISINE</b></p><p><b>2393 WEST 78TH ST.</b></p><p><b>HIALEAH</b></p><p><b>INSPECTION BASED ON COMPLAINT</b></p><p><b>ORDERED SHUT 6/17</b></p><p><b>21 VIOLATIONS FOUND</b></p><p>“Live, small flying insects found, observed one live fly landing on slice of ham, 3 live flies flying on cafeteria station. Also 3 lives flies flying on main kitchen, one live fly landing on cooked pork.”</p><p>“Accumulation of black/green mold-like substance in the interior of the ice machine/bin.”</p><p>“Cooked/heated time/temperature control for safety food not cooled from 135 degrees Fahrenheit to 41 degrees Fahrenheit within 6 hours. Observed cooked pork (52/49F - Cooling) in walk in cooler, from the day before as per operator.”</p><p>“Dented/rusted cans present. See stop sale. Red peppers strips. Antojos.”</p><p>“Insect control device installed over food preparation area. Over coffee station.”</p><p>“Food being cooled by nonapproved method as evidenced by inadequate rate of cooling during time of inspection. Observed beans (59/55F - Cooling); soup (133/130F - Cooling) covered during cooling process.”</p><p>“Time/temperature control for safety food cold held at greater than 41 degrees Fahrenheit. Observed double reach in cooler cooked beef (46F - Cold Holding); Fish (46F - Cold Holding) Reach in cooler cheese cake (50F - Cold Holding); for less than 4 hours as per operator. Operator placed the food items in another reach in cooler.”</p><p>“Time/temperature control for safety food, other than whole meat roast, hot held at less than 135 degrees Fahrenheit. Observed croquettes (119F - Hot Holding); tequenos (120F - Hot Holding); empanadas (120F - Hot Holding); in hot holding equipment located in cafeteria station. Also tilapia (122F - Hot Holding); cooked chicken (102F - Hot Holding); pork (113F - Hot Holding)in steam table, operator increased equipment temperature. Repeat Violation.”</p><p><b>**NICK’S CARIBBEAN RESTAURANT</b></p><p><b>1430 WEST DIXIE HIGHWAY</b></p><p><b>NORTH MIAMI</b></p><p><b>ORDERED SHUT 6/16</b></p><p><b>27 VIOLATIONS FOUND</b></p><p>“Live rodent present. Observed a live mouse behind a storage cabinet located on a hallway on the back of the kitchen.”</p><p>“Roach activity present as evidenced by live roaches found. Observed 10 plus live roaches on pipes and electrical outlets next to fryers located in the cook line, observed 10 plus live roaches behind wooden shelves located in dry storage room, observed 10 plus live roaches around water heater located in the kitchen area, observed 20 plus live roaches behind shelves located on top of three compartment sink, observed 20 plus lives roaches located behind signs posted on the walls all throughout the kitchen, observed 10 plus live roaches on the floor inside a walk in cooler that out of order.”</p><p>“Accumulation of black/green mold-like substance in the interior of the ice machine/bin.”</p><p>“Buildup of food debris/soil residue on equipment door handles. Repeat Violation.”</p><p>“Cardboard used on floor as anti-slip measure not replaced every day or when heavily soiled, whichever comes first. Inside walk in cooler.”</p><p>“Cutting board has cut marks and is no longer cleanable.”</p><p>“Floor not cleaned when the least amount of food is exposed. Observed floors under cooking equipment heavily soiled with grease all around kitchen area. Repeat Violation.”</p><p>“Interior of oven/microwave has accumulation of black substance/grease/food debris. Repeat Violation.”</p><p>“Nonfood-contact surface soiled with grease, food debris, dirt, slime or dust.”</p><p>“Wall soiled with accumulated grease, food debris, and/or dust. Observed walls heavily soiled throughout the kitchen area Repeat Violation.”</p><p>“Exhaust system operated with filters removed. No means to capture grease and/or condensation to prevent dripping. Observed one filter missing in the hood system.”</p><p>“Employee handled soiled equipment or utensils and then engaged in food preparation, handled clean equipment or utensils, or touched unwrapped single-service items without washing hands.”</p><p>“Operating with an expired Division of Hotels and Restaurants license. Repeat Violation.”</p><p>“No probe thermometer provided to measure temperature of food products.”</p><p>“Food manager certification expired.”</p><p>“No proof of required state approved employee training provided for any employees.”</p><p><b>FOLLOW-UP INSPECTION 6/18</b></p><p>“Observed live rodent activity in the kitchen area, specifically one live mouse running through the establishment.”</p><p>“Observed 2 plus live roaches on top of wooden shelving units located in the dry storage room. Observed 2 plus live roaches on shelving near the three compartment sink. Observed 2 live plus roaches on the floor inside an out of service walk in cooler. Additionally, observed 3 plus live roaches crawling on the floor in the dining room area.”</p><p><b>FOLLOW-UP INSPECTION 6/19</b></p><p>“Observed a case with plantains bitten by rodents.”</p><p>“Observed 8 live roaches inside the paper holder device above ha washing sink in kitchen area.”</p><p><b>**SONIC DRIVE IN</b></p><p><b>2660 NW 199TH ST.</b></p><p><b>MIAMI GARDENS </b></p><p><b>ORDERED SHUT 6/15</b></p><p><b>31 VIOLATIONS FOUND</b></p><p>“Rodent activity present as evidenced by rodent droppings found. Observed in back storage area on top of boxes of to go items and syrups, 10 droppings. Observed 4 rat droppings on rack where soda syrups are stored. Observed on countertop at front counter where tea dispenser is, 3 droppings inside kitchen area. Observed 2 droppings inside of white sugar box stored under tea dispenser in main kitchen area.. Observed 2 droppings on top of sauces box near hot dog warmer in kitchen area. Observed 10 droppings in cabinet under prep table where power outlet is, in kitchen area.”</p><p>“Stop Sale issued on time/temperature control for safety food due to temperature abuse. Observed reach in across hot dog warmer with ambient temp of 47F. The following tcs foods stored inside for more than 4 hours: lettuce shredded (47F - Cold Holding). Manager discarded lettuce.”</p><p>“Ceiling/ceiling tiles/vents soiled with accumulated food debris, grease, dust, or mold-like substance. Observed throughout kitchen ceiling tiles and vents soiled with dust, food debris , and some tiles soiled with mold like substance.”</p><p>“Wall soiled with accumulated grease, food debris, and/or dust. Observed throughout kitchen.”</p><p>“Objectionable odors in bathroom or other areas of the establishment. Observed in the kitchen and near mop sink.”</p><p>“Floor soiled/has accumulation of debris. Observed floor in dining area with sticky residue.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/B3SMNKUBJBHS3FQMHDFAVVF5FI.jpg?auth=c2db12a29129699142c0132615019e5dc9672d83c0e61255ddf36f52cc10e840&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Uber driver confesses to woman’s kidnapping in Miami Beach and rape near Miami Lakes, records show ]]></title><link>https://www.local10.com/news/local/2026/06/22/uber-driver-confesses-to-womans-kidnapping-in-miami-beach-and-rape-near-miami-lakes-records-show/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/22/uber-driver-confesses-to-womans-kidnapping-in-miami-beach-and-rape-near-miami-lakes-records-show/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[After waking up in a hospital, a woman said she remembered going out on June 3 and walking out of a nightclub on June 4 in Miami Beach, records show. ]]></description><pubDate>Mon, 22 Jun 2026 16:31:02 +0000</pubDate><content:encoded><![CDATA[<p>After waking up in a hospital, a woman said she remembered going out on June 3 and walking out of a nightclub on June 4 in Miami Beach, records show. </p><p>The woman talked to Miami-Dade Sheriff’s Office detectives after she woke up in pain at the HCA Florida Palm Lakes Emergency in Hialeah, records show. </p><p>“She believes that she was drugged ... as a result, she blacked out and only remembers walking out of the local night club ... she believes she was raped,” a MDSO deputy wrote, according to an arrest report.</p><p>Detectives reported finding surveillance video showing Yusel Perez-Leyva "carrying" the woman to his apartment at 7220 NW 179th St., near Miami Lakes. </p><p>Detectives detained Perez-Leyva, 42, on June 18 and took him to the special victims’ bureau in Doral for questioning, records show. </p><p>Perez-Leyva told detectives that he was working as an Uber driver when he picked up the woman in Miami Beach, according to the deputies’ report. </p><p>Perez-Leyva confessed to deputies that he had been “engaging” in “sexual intercourse with the intoxicated victim,” a deputy wrote, according to the report. </p><p>Detectives arrested Perez-Leyva shortly after 5 p.m. on June 18 in Doral, and corrections booked him at 1:10 a.m. on June 19 at the Turner Guilford Knight Correctional Center, records show. </p><p>Perez-Leyva appeared in bond court on June 20, a judge ordered him to stay away from the victim, denied him bail, and ordered his pre-trial detention, according to court records. </p><p>Perez-Leyva faced two first-degree felony charges: Kidnapping punishable by life, and sexual battery on a physically incapacitated or helpless victim.</p><p>Perez-Leyva, who was born in Cuba, also has a hold by U.S. Immigration and Customs Enforcement, according to the arrest report and court records. </p><p>Miami-Dade County Circuit Judge Alberto Milian was set to preside over the case. Perez-Leyva’s arraignment is at 9:30 a.m. on July 9. </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/ZAEGZRMDW5E6LCZPFDCIO5SYNQ.jpg?auth=b86453d1c2812436a6db86d65122d406a9b4e03cb2896d4c77f265dd6e26024a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Miami-Dade deputies arrested Yusel Perez-Leyva on June 18 in Doral and corrections booked him on June 19 at the Turner Guilford Knight Correctional Center, where he remained on Monday without bond.]]></media:description></media:content></item><item><title><![CDATA[Top Justice Department officials can remain part of prosecution of press gala attack, judge rules]]></title><link>https://www.local10.com/news/politics/2026/06/22/top-justice-department-officials-can-remain-part-of-prosecution-of-press-gala-attack-judge-rules/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/22/top-justice-department-officials-can-remain-part-of-prosecution-of-press-gala-attack-judge-rules/</guid><dc:creator><![CDATA[By ALANNA DURKIN RICHER, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — A federal judge on Monday denied a request to disqualify top Justice Department officials from supervising the prosecution of the man charged with trying to kill President Donald Trump at the White House Correspondents' Association dinner.]]></description><pubDate>Mon, 22 Jun 2026 16:23:19 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — A federal judge on Monday denied a request to disqualify top Justice Department officials from supervising the prosecution of the man charged with trying to kill President Donald Trump at the White House Correspondents' Association dinner.</p><p>Cole Tomas Allen had argued that involvement in his prosecution by Acting Attorney General Todd Blanche and District of Columbia U.S. Attorney Jeanine Pirro created a potential conflict of interest because they were among many administration officials present at the April dinner. Allen's attorney also had raised concerns about the close friendship between Trump and Pirro, a former Fox News commentator.</p><p>U.S. District Judge Trevor McFadden wrote in his ruling that neither their attendance at the dinner nor Pirro's personal relationship with the president merited their disqualification. McFadden noted that Allen is not charged with attempting to harm Blanche and Pirro, and there is no evidence to suggest he even knew they would attend the dinner.</p><p>“They are unlikely to be trial witnesses, nor do they meet the legal definition of victims,” wrote McFadden, who was nominated to the bench by Trump.</p><p>Allen has been accused of trying to breach a security checkpoint armed with guns and knives. He has pleaded not guilty to various charges, including assaulting a federal official with a deadly weapon and attempted assassination of the president. He faces a maximum sentence of life in prison if convicted of the attempted assassination charge alone.</p><p>Allen also is accused of firing a shotgun at a Secret Service agent during the attack, which disrupted and ultimately prompted an early end to one of the highest-profile annual events in the nation’s capital. The Secret Service officer who was shot once in a bullet-resistant vest fired his own weapon five times without hitting anyone. Allen, of Torrance, California, was injured but was not shot.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/63JABJS4MUF4A4HMECLAD3VE5Q.jpg?auth=c497d46ae3dc3be6163e7ef178036083e26e5b10ac83cb7206fe886d67dbf759&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Todd Blanche, President Donald Trump's nominee to be attorney general, listens as reporters ask questions during his meeting with Senate Judiciary Committee Chairman Chuck Grassley, R-Iowa, at the Capitol in Washington, Monday, June 15, 2026. (AP Photo/J. Scott Applewhite)]]></media:description><media:credit role="author" scheme="urn:ebu">J. Scott Applewhite</media:credit></media:content></item><item><title><![CDATA[Ex-FHP trooper accused of identifying himself as active law enforcement during Miami traffic stop ]]></title><link>https://www.local10.com/news/local/2026/06/22/police-officers-arrest-ex-fhp-trooper-after-regreting-warning-for-speeding-with-suspended-license-records-show/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/22/police-officers-arrest-ex-fhp-trooper-after-regreting-warning-for-speeding-with-suspended-license-records-show/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[A Miami police officer initially gave a speeder who claimed to be a Florida Highway Patrol trooper a break — but it was a kindness that he came to regret and quickly corrected, records show. ]]></description><pubDate>Mon, 22 Jun 2026 15:12:30 +0000</pubDate><content:encoded><![CDATA[<p>A Miami police officer initially gave a speeder who claimed to be a Florida Highway Patrol trooper a break — but it was a kindness that he came to regret and quickly corrected, records show. </p><p>The Miami police officer was working at 8:50 a.m. last Thursday in the area of Northwest Seventh Avenue and 11th Street in Miami’s Overtown area just before the traffic stop, according to the police arrest report. </p><p>“I observed a red motorcycle traveling southbound and visually estimated the motorcycle traveling higher than the posted speed limit,” the officer wrote, according to the report. “I activated my laser and obtained a digital reading of 48 mph on a posted 30 mph zone.”</p><p>The police officer identified the motorcyclist as Jose Rivero, who stopped and said he was “one of us,” according to the report. </p><p>“I am FHP Troop E Miami,” Rivero, 34, told the officer, according to the report. </p><p>Rivero, whose driver’s license was suspended, then “presented” an FHP badge that had been issued on Aug. 6, 2014, records show. </p><p>“I proceeded to issue a warning,” the police officer wrote, according to the arrest report. </p><p>The police officer, however, quickly learned Rivero “was no longer an active trooper” and had been “terminated,” by the agency, according to the report. </p><p>The police officer searched for Rivero, found his red motorcycle at Northwest 11th Avenue and West Flagler Street, and saw he “was trying to leave the scene,” according to the report. </p><p>Miami police officers arrested Rivero shortly after 9:30 a.m., according to the report. Miami-Dade corrections booked Rivero shortly after 1:15 p.m. at the Turner Guilford Knight Correctional Center, according to inmate records.</p><p>Court records show prosecutors filed a felony case against Rivero a day later, when he appeared in bond court, facing a charge of falsely impersonating an officer, a third-degree felony. His bond was set at $2,500. </p><p>Court records also show the police officer later issued Rivero a citation for a violation of an established speed zone on Thursday. Rivero’s license had been suspended since May 26, after a citation on April 15, according to court records. </p><p>Miami-Dade County Circuit Judge Laura Stuzin was set to preside over the felony case. </p><p><i>Local 10 News Assignment Editor Mercedes Cevallos contributed to this report. </i></p><p> </p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/AM7KANSPP5H7ZHOKGEVU2ZZ6Y4.jpg?auth=26744897c5762a71ac0edaf0e093ab42765e27b891a38acea2c849d7d91b6fd8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Police officers arrested Jose Rivero, a former Florida Highway Patrol trooper, on June 18 in Miami and corrections booked him at the Turner Guilford Knight Correctional Center, records show.]]></media:description></media:content></item><item><title><![CDATA[Clive Davis, music industry starmaker, has died at 94]]></title><link>https://www.local10.com/entertainment/2026/06/22/clive-davis-music-industry-starmaker-has-died-at-94/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/22/clive-davis-music-industry-starmaker-has-died-at-94/</guid><dc:creator><![CDATA[By NEKESA MUMBI MOODY and MARIA SHERMAN, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Clive Davis, the record company lawyer who became one of the music industry's most powerful figures, launching or resurrecting the careers of such superstars as Janis Joplin, Whitney Houston, Carlos Santana and Alicia Keys, has died, his family confirmed. He was 94.]]></description><pubDate>Mon, 22 Jun 2026 20:55:37 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Clive Davis, the record company lawyer who became one of the music industry's most powerful figures, launching or resurrecting the careers of such superstars as Janis Joplin, Whitney Houston, Carlos Santana and Alicia Keys, has died, his family confirmed. He was 94.</p><p>Davis died in his Manhattan apartment, weeks after being hospitalized for an upper respiratory issue, his publicist Aliza Rabinoff said.</p><p>“To the world, our father was the iconic music legend whose vision, instincts, and relentless pursuit of excellence shaped the soundtrack of countless lives. He discovered, mentored, and championed the greatest artists in modern music history, leaving an indelible mark on culture that will endure for generations,” the statement read.</p><p>Many artists mourned his passing on Monday. Carlos Santana called him “a visionary.” Michael Bublé said the music executive “believed in people and their dreams.” Patti Smith thanked Davis for a half century of “love and support.”</p><p>Unlike other record moguls whose influence waned as they got older, Davis' might only seemed to grow, spanning multiple genres and labels. Into his later years, he was directing the careers of everyone from Barry Manilow to “American Idol” winners Carrie Underwood and Kelly Clarkson. And his exclusive pre-Grammys gala, held the Saturday night before the Sunday award show every year since 1975, continued to be an institution.</p><p>“Clive’s talent has always been seeing and hearing what other people don’t,” former President Barack Obama said in a video message played at this year’s gala.</p><p>A Brooklyn background</p><p>Clive Jay Davis was born on April 4, 1932 in Brooklyn, New York, where he grew up in the Crown Heights neighborhood. His father was an electrician and traveling salesman. He attended New York University and then Harvard Law School, eventually landing a job as an in-house lawyer at Columbia Records.</p><p>Davis always had a knack for business, and by 1967, became president of the company, just seven years after being hired as an attorney. He cited attending the Monterey International Pop Festival that year as pivotal; it eventually led him to bringing Bruce Springsteen, Chicago, Neil Diamond and many other groups to the label — bringing a counterculture spirit to a company that had resisted rock ‘n’ roll.</p><p>Davis took big swings in the music industry, particularly in his support for Black artists, beginning when he signed Gamble and Huff’s Philadelphia International Records in 1971.</p><p>In 2015, the NAACP recognized Davis for his groundbreaking work by presenting him with the Vanguard Award. And last summer, Davis was presented with the Apollo Theater’s Apollo Legacy Award and inducted onto its Walk of Fame.</p><p>An unrivaled career</p><p>His success stories were staggering, with Houston a crowning achievement and devastating tragedy: Davis signed her to his Arista record label when she was just a teen and turned her into America's reigning pop princess.</p><p>Houston racked up multiple No. 1 hits and became one of the top-selling artists in pop history before drug abuse hobbled her career. She died in a Beverly Hills hotel room in 2012, hours before she was to appear at Davis' annual pre-Grammy Awards gala. He had been convinced she was turning her life around.</p><p>“Maybe I should have been more skeptical,” Davis wrote in his 2013 memoir, “The Soundtrack of My Life,” “but I’ve always been optimistic, and I felt hopeful. It felt like old times.”</p><p>He also launched the career of multiplatinum, multiple-Grammy winner Keys — and was quick to note other talents he signed, including Joplin and Billy Joel, Blood Sweat & Tears and other “all-timers,” as he so often put it.</p><p>“I signed Patti Smith, the great Renaissance woman ... I signed Lou Reed ... I signed the Grateful Dead,” he proudly touted in an interview with The Associated Press in 1999.</p><p>He also signed the then up-and-coming producer Sean “Diddy” Combs to a label deal with his Bad Boy Records. Under Davis, the label would have some of its biggest successes, most notably with late rap icon the Notorious B.I.G. That was long before the hip-hop mogul Diddy would be incarcerated, convicted of violating the federal Mann Act, which bans transporting people across state lines for any sexual crime.</p><p>An exec who built lifelong careers</p><p>Davis didn't simply have an eye for new talent — he also knew how to keep veterans relevant, decades after their first hit. Aretha Franklin, whose legend was made at Atlantic Records, flourished in her later years at Arista, as did Luther Vandross, who made his last albums for another Davis label, J Records.</p><p>It was Davis who conceived of the 1999 album “Supernatural,” which paired guitar god Santana with some of the day's hottest talents. The record won a record-tying eight Grammys and gave Santana more success than he had ever enjoyed in his decades-long career.</p><p>And he had middle-aged star Rod Stewart trade in his rock hits for standards from “The Great American Songbook.” The album, released in 2003, sold millions and was so successful it spawned four titles in all.</p><p>Davis didn’t always make the right choices; he turned down a chance to sign up Meat Loaf. And he and his collaborators didn’t always agree.</p><p>He and producer David Foster fought bitterly over the arrangement for Houston’s all-time hit, a cover of Dolly Parton’s “I Will Always Love You.” Davis won that fight — and the song was published with its iconic a cappella intro.</p><p>And Manilow strongly objected to recording “I Write the Songs,” noting that he didn’t even write the song, a Bruce Johnston ballad that became a signature hit for Manilow, who would have similar latter-day success mining the music of the 1950s, 60s and 70s.</p><p>“He's just brilliant at picking ideas he thinks the public will connect,” raved Manilow, who had worked with Davis since he was a budding singer at Columbia Records.</p><p>But not an infallible figure</p><p>Davis also had his struggles. Though he became president of Columbia Records in 1967 after joining the label in 1960 as a lawyer, by 1973 he was gone in a bitter fallout. The label accused him of mismanagement of funds and he was fired. Although Davis says he was later cleared, it wasn't the end of his problems; he later was indicted on tax evasion charges, pleaded guilty to one count and had to pay a $10,000 fine.</p><p>However, Davis would declare victory: He says Columbia gave him the money to start Arista to resolve the dispute, and the label would become a huge success with artists like country superstars Brooks & Dunn, sassy R&B group TLC, Babyface, Houston, Franklin and others.</p><p>The label had huge success with a debut act — Milli Vanilli. But the male pop duo would become the embarrassment of the industry when, after winning a Grammy, it was revealed that they weren't actually singing their songs (Davis blamed the debacle on the label's European division, which he said signed them; the group was later stripped of its best new artist Grammy).</p><p>In 1999, as Arista was celebrating its 25th anniversary, Davis faced another crisis: The label's then-parent company, BMG Entertainment, a division of German media conglomerate Bertelsmann, wanted him to retire; most of its executives were eased out by 60, and Davis was in his mid-60s.</p><p>In 2000, despite support from his superstar roster, the company ousted him in favor of producer and songwriter Antonio “L.A.” Reid, who would later become chairman of Island/Def Jam.</p><p>Still, Davis' successes were many</p><p>However, instead of severing its ties with Davis, BMG helped him launch J Records in what BMG has described as the largest record company startup ever created. Vandross was one of his initial artists, along with forgettable acts like the boy-band O-Town.</p><p>J Records was a success from the start, though, and only grew in stature with the arrival of a young singer named Keys, a piano-playing singer-songwriter with powerful pipes and dramatic R&B songs. Keys' albums would go on to sell millions and win several Grammys.</p><p>His influence grew even more when Davis was tapped for BMG's U.S. division.</p><p>He became a key backer of the careers of the winners of “American Idol,” guiding many albums to platinum status. The show's link to Sony BMG came through a deal between Davis and 19 Recordings Unlimited, the label managed by “Idol” creator Simon Fuller.</p><p>In 2007, however, Davis disagreed with the direction of Clarkson's “My December,” and she publicly criticized him. The album was a flop, and she later apologized.</p><p>In 2008, Sony BMG replaced Davis as chairman and chief executive officer of the BMG label group, giving him the title of chief creative officer.</p><p>He was serving as worldwide chief creative officer at Sony Music Entertainment up until his death.</p><p>A love-filled personal life</p><p>In his memoir, Davis confirmed longtime rumors that he was bisexual and had been living with a man in recent years.</p><p>“Do I feel I could have been similarly attracted to a woman?” Davis wrote. “The answer is yes.”</p><p>He is survived by his four children, sons Fred, Doug and Mitchell, daughter Lauren, and his eight grandchildren Austin, Charlie, Matthew, Hayley, Harper, Sloane, Billie and Cody, two great grandchildren, cousin Jo Schuman and partner Greg Schriefer.</p><p>His family shared a loving statement on Monday.</p><p>“Through every chapter of his remarkable life, family remained Clive’s greatest pride and deepest joy. Today, we celebrate not only a towering figure whose influence changed music forever, but the man who led our family with grace, generosity, and kindness. We will miss him greatly, cherish him always, and carry his love with us for the rest of our lives.”</p><p>___</p><p>This story has been corrected. Houston died in Beverly Hills, not Los Angeles.</p><p>___</p><p>Former AP writer Nekesa Mumbi Moody was the main writer of this obituary.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DVK2NRGSFTYW2YIMG3B3LKGPEY.jpg?auth=29a2e9abb3ccb648055d34f4d4fa60303ce41b71a624b0071495fb8372aef00f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Clive Davis, chief creative officer of Sony Music, appears during press day in Beverly Hills, Calif., on Jan. 23, 2014, prior to Davis' annual pre-Grammy gala. (Photo by Casey Curry/Invision/AP, File]]></media:description><media:credit role="author" scheme="urn:ebu">Casey Curry</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YEUVDETTARIQ2GPJESF3YOXY6Y.jpg?auth=0d2acbe6da1f66c8e590503b1e7e929d01f47e70a8f774a1861d4b327f034fd2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Record mogul Clive Davis is pictured in his New York office, Sept. 10, 1980. (AP Photo/Marty Reichenthal, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Marty Reichenthal</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CODKTOPBWGEH625GUBFRKOB6HI.jpg?auth=f0639c9ac9fe2e4b1eeb54bb2dad2408832844bc98717071dc3f89745e99cea2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Sony Music Entertainment's Chief Creative Officer and famous hitmaker Clive Davis posing for a portrait in his office in New York on Feb. 18, 2013. (Photo by Dan Hallman/Invision/AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Dan Hallman</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/V45JWE7VFI2PISZ337MKB35SOM.jpg?auth=b0ce465d104263bc577abe6d120b40f3babbb992bcd70c1f456c41201606ad1c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Music producer Clive Davis, left, appears with singer Whitney Houston at the pre-Grammy gala in Beverly Hills, Calif., on Feb. 13, 2011. (AP Photo/Mark J. Terrill, file)]]></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/7DMAPRJEYIYFSKSUXTKEIBCST4.jpg?auth=6d4d0e5ce4fcfa3ac4710f5d660cf9770e9ef1d975cd8af0b3726e829b528717&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Clive Davis kisses the hand of Diana Ross at his annual pre- grammy party at the Beverly Hills Hotel in Beverly Hills, Calif. on Saturday Feb. 12, 2005. (AP Photo/Chris Polk)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris Polk</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YJVTWMFQE3FFXHPDFPKITYR65U.jpg?auth=a68b91b7914332250df168f5d94811e22ab0d42bf7a86ca8e2f61985081187c4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Carlos Santana, left, and producer Clive Davis pose with their Grammys at the 42nd Grammy Awards in Los Angeles, on Feb. 23, 2000. (AP Photo/Reed Saxon, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Reed Saxon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6K5Q3AW7FEXHJBFRLJA5B66ZI4.jpg?auth=cbd126d31486ab9937112eddda6b64361694041c6560755c10ed1d250d0a01ef&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Music producer Berry Gordy, right, appears with Clive Davis during Davis' Pre-Grammy Party in Beverly Hills, Calif., on Feb. 10, 2007. (AP Photo/Danny Moloshok, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Danny Moloshok</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YCJ3OP42DUKOA6XFLAJJPA54YU.jpg?auth=3fe3ddcb2fe157ef2236d420b6cfb16fde783fc5bb90ab8fca32cdabd8517e9b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Music producer Clive Davis attends the special screening of "Western Stars" at Metrograph in New York on Oct. 16, 2019. (Photo by Evan Agostini/Invision/AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Evan Agostini</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/F3XDXFMMOMTP2HAAO2EJKXKVRI.jpg?auth=00347d7262fa177f9ee064e7a4e89db7db4fd9f6c3dfab4fca790a21fffc19bd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Bobby Brown, left, and Whitney Houston appear with music producer Clive Davis, right, at a pre-Grammy party in New York on Feb. 24, 1998. (AP Photo/Stuart Ramson, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Stuart Ramson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SGDTU52NZO2ENV2I3ZM5LIJSC4.jpg?auth=923dbcf7721abcd24bc87a76e115d8d129f0abaec88155829d1c902465643ff6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Clive Davis, left, appears with Aretha Franklin at Aretha's 69th birthday party, in New York, Friday, March 25, 2011. (AP Photo/Charles Sykes, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Charles Sykes</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZCVU4QVW5ISYK37MSPM6QVGWKM.jpg?auth=cfbb882a42a981475c5c015d549177ce6d8b3dd2206199a9bbea02a67829e220&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Record mogul Clive Davis is pictured in his New York office, Sept. 10, 1980. (AP Photo/Marty Reichenthal, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Marty Reichenthal</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2ALHHX4NHOZ26DER4VEFYHKW3Y.jpg?auth=14dcf9413b2193acc65bc705dd684c48f1ac85b57deea85efc0328bff59b6289&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Clive Davis, left, and Usher appear at Davis' 2005 pre Grammy party in Beverly Hills, Calif. on Feb. 12, 2005. (AP Photo/Chris Polk, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris Polk</media:credit></media:content></item><item><title><![CDATA[Man, 18, accused of fatally stabbing stepfather in northeast Miami-Dade home]]></title><link>https://www.local10.com/news/local/2026/06/22/man-18-accused-of-fatally-stabbing-stepfather-in-northeast-miami-dade-home/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/22/man-18-accused-of-fatally-stabbing-stepfather-in-northeast-miami-dade-home/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[An 18-year-old man was arrested over the weekend on accusations that he fatally stabbed his stepfather just a day before Father’s Day, the Miami-Dade Sheriff’s Office confirmed.]]></description><pubDate>Mon, 22 Jun 2026 15:57:32 +0000</pubDate><content:encoded><![CDATA[<p>An 18-year-old man was arrested over the weekend on accusations that he fatally stabbed his stepfather just a day before Father’s Day, the Miami-Dade Sheriff’s Office confirmed.</p><p>According to an arrest report obtained Monday by Local 10 News, the stabbing was reported shortly after 3 a.m. Saturday in the 1500 block of Northeast 148<sup>th</sup> Street.</p><p>Deputies arrived at the scene and found the victim unresponsive in the front doorway of his home, suffering from multiple stab wounds.</p><p>He was pronounced dead at the scene by Miami-Dade Fire Rescue personnel. </p><p>Authorities said the suspect, Juan Andres Gonzalez, had locked himself inside a bathroom after the attack, but he came out after being told to do so by deputies.</p><p>According to the report, detectives discovered that the victim had fallen asleep at the dining room table before Gonzalez repeatedly stabbed him with “multiple sharp objects.”</p><p>Deputies said Gonzalez’s mother didn’t witness the stabbing, but heard sounds in the family room, and told them that her son informed her that he caused the victim to be rendered unconscious.</p><p>According to the report, the following items were collected from the home as evidence: a blood-stained knife, a blood-stained sword and a blood-stained ax.</p><p>Deputies said Gonzalez invoked his right to remain silent. A possible motive has not been released. </p><p>Gonzalez was arrested on a first-degree murder charge and was transported to the Turner Guilford Knight Correctional Center.</p><p>As of Monday, Gonzalez remained jailed. Online jail records show that in addition to the murder charge, the Colombian national is also being detained on an immigration hold. </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/MK6HMXHEZ5C57MS4YZNNOWHWGI.jpg?auth=887f9ee7dcb0ccc652597af812ffe50952ff939faee99d39378d3e6b0fdc11ff&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Key Largo man faces kidnapping, sex crime charges after teen found in dryer, deputies say]]></title><link>https://www.local10.com/news/local/2026/06/22/key-largo-man-faces-kidnapping-sex-crime-charges-after-teen-found-in-dryer-deputies-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/22/key-largo-man-faces-kidnapping-sex-crime-charges-after-teen-found-in-dryer-deputies-say/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[A 53-year-old Key Largo man is facing multiple felony charges after deputies said they discovered a teenage girl being held inside of a clothes dryer at his home. They said there had been "ongoing sexual activity" between the two.]]></description><pubDate>Mon, 22 Jun 2026 15:49:18 +0000</pubDate><content:encoded><![CDATA[<p>A 53-year-old Key Largo man is facing multiple felony charges after deputies said they discovered a teenage girl being held inside of a clothes dryer at his home. They said there had been “ongoing sexual activity” between the two.</p><p>According to the Monroe County Sheriff’s Office, deputies responded to a home on Miramar Drive at around 11:45 a.m. Sunday after the victim, from out-of-county, called 911 to report she was being held hostage by a man identified as Christopher Michael Veit.</p><p>MCSO spokesperson Adam Linhardt said after arriving at the home, deputies found the girl in the dryer.</p><p>Linhardt said “Veit restrained her, put her there” and took her cellphone when she said she “wanted to leave.”</p><p>He said detectives discovered the girl, whose age wasn’t immediately disclosed, in the dryer. Charges indicate that she was either 16 or 17.</p><p>Authorities said detectives also found “several sheets of counterfeit currency” and notified the U.S. Secret Service.</p><p>Linhardt said the victim was taken to Mariners Hospital in Tavernier and placed under the care of a family member. He said MCSO also notified the Florida Department of Children and Families.</p><p>Deputies said they arrested Veit on charges of kidnapping/false imprisonment, interference with child custody and four counts of unlawful sexual activity with a minor.</p><p>“The case remains ongoing and more charges may be pending,” Linhardt said.</p><p>Records show Veit was being held in MCSO’s Key West jail facility with no listed bond as of late Monday morning.</p><p>Local 10 News has requested a copy of his arrest report.</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/RDR67WR2LZCOHNVV6PTN3YCGTQ.jpg?auth=5199683e97589987dc2531edfa4577ed8b24b0611f5d5c2474edbbd4dc25fbc6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Christopher Veit]]></media:description></media:content></item><item><title><![CDATA[$75 caviar-topped tots. A day's pay worth of beer. Here's the World Cup menu — and prices]]></title><link>https://www.local10.com/business/2026/06/22/75-caviar-topped-tots-a-days-pay-worth-of-beer-heres-the-world-cup-menu-and-prices/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/22/75-caviar-topped-tots-a-days-pay-worth-of-beer-heres-the-world-cup-menu-and-prices/</guid><dc:creator><![CDATA[By TIM REYNOLDS, Associated Press]]></dc:creator><description><![CDATA[MIAMI GARDENS, Fla. (AP) — World Cup tickets are expensive. Flights to North America are expensive. Hotel rooms in many places are expensive.]]></description><pubDate>Mon, 22 Jun 2026 22:16:18 +0000</pubDate><content:encoded><![CDATA[<p>MIAMI GARDENS, Fla. (AP) — World Cup tickets are expensive. Flights to North America are expensive. Hotel rooms in many places are expensive.</p><p>Then there's the price of beer.</p><p>There are some fun — and yes, sometimes pricey — food and drink offerings at the venues playing host to the World Cup. A $75 caviar-topped tray of tater tots and a $40 empanada weighing in at 5 pounds (2.2 kilograms) for the daring or for sharing in Miami. Rib-eye tacos for $8 in Guadalajara, Mexico. Something called a Twinkie cheeseburger that has nothing to do with dessert for $22 in Los Angeles.</p><p>Prices, in many cases, aren't all that different from what U.S. fans would experience on NFL Sundays or college football Saturdays. But some international fans aren't used to such pricing and are calling foul, especially over beer prices that can top $20.</p><p>“It's unfair. It's not right. It's wrong,” said Thomas Schüller, an engineer from Germany in Toronto to watch his national team play over the weekend, as he held a beer that cost him 24.25 Canadian dollars (about $17 or 15 euros). “It's three times the cost of what I pay in my country.”</p><p>But is that stopping him?</p><p>“Well, no,” Schüller acknowledged.</p><p>World Cup beer prices become a mild pint of discord</p><p>There is clearly some sticker shock among international visitors to this World Cup, especially when it comes to the concession prices. In Europe, it's not uncommon for beers to be perhaps around 4 or 5 euros (about $5-6).</p><p>There's also no shortage of intrigue on the menu at the concession stands at stadiums across the U.S., Canada and Mexico.</p><p>“Never seen anything like it,” said Janine Arbetter, a fan from Austria, as she waited for a hot dog, chips and soda combo in Miami last week. The pre-tip price: $19.35 (about 17 euros), which included a discount for using Visa. “It's a lot of food for a little snack.”</p><p>Some Argentina fans happily showed off their $34 lobster rolls from a match in Kansas City on social media, but in Toronto, the brisket sandwich with chips and a bottle of soda for nearly 40 Canadian dollars ($28) had some online commenters lamenting it as “robbery.”</p><p>“It's OK, more or less, for the World Cup,” German fan Daniel Feldmann said of the food prices while watching a match in Vancouver last week.</p><p>Concession offerings vary from stadium to stadium</p><p>FIFA, the sport's governing body and the tournament organizer, has very specific rules on just about everything related to the World Cup — and there are guidelines that concessionaires have to follow as well. But prices can vary by market, as do the food and drink offerings. And that means the experience in one city might look, or taste, nothing like what's offered in another.</p><p>The “Fancy AF Tots” for $75 at Miami Stadium aren't really tots at all — it's three deep-fried hash brown patties, with caviar, creme fraiche and chives. (For those who just want the caviar, it'll be $70.) Southern California's Twinkie cheeseburger is in fact a burger topped with a Texas Twinkie — a bacon-wrapped jalapeño stuffed with brisket and cream cheese.</p><p>But there's also a slew of choices specific to a local market; for example, Vancouver offers short rib poutine (an iconic Canadian dish of fries loaded with beef gravy, pulled short rib and cheese curds) along with a maple bacon smokie (smoked sausage topped with bacon onion jam that features Canadian maple syrup).</p><p>And in Miami, the signature offerings include pan con lechon (a Cuban-style sandwich with pork, infused with citrus mojo sauce and served on a toasted full Cuban loaf) and Empanada Mundial (the five-pound, handmade, chicken-and-cheese-stuffed dish named after the World Cup).</p><p>Both Vancouver and Miami have Sodexo Live as a food and beverage provider, and the typical game-day menus in both stadiums were revised a bit to accommodate a soccer crowd.</p><p>“We want it to feel like Miami when you’re here,” said Zach Williams, Sodexo Live's vice president of operations at Miami Stadium. “Everything we do around the Miami Stadium, we want to make sure everybody understands that when they come here, they’re getting a Miami experience.”</p><p>Atlanta Stadium keeps prices low</p><p>In Mexico City, a beer could cost a day's pay — literally. The daily minimum wage in Mexico City is just 315.04 pesos (roughly $18). Some beers at Mexico City Stadium were selling for between 299 and 310 pesos — about twice as much as fans would ordinarily pay in the same stadium when the World Cup isn't in town.</p><p>But in Atlanta, where Falcons owner and stadium operator Arthur Blank promised the low concession prices he's championed for many years would hold for the World Cup, pizza slices were $3, 32-ounce sodas were $4, a cheeseburger was $5, chicken tenders with fries were $6 and beers could be had for as little as $8.</p><p>Jonathan Arango, a 33-year-old from Greenville, South Carolina, was at a match in Atlanta with his wife, daughter and father.</p><p>“In total for what we got — three orders of tacos, a slice of pizza, two waters and a Coke — we spent like $50,” Arango said. “Compared to what we’ve paid at other events ... it's nice after you paid a lot for a ticket.”</p><p>And Schüller pointed out that even though the tournament does come around every four years, it still feels like a once-in-a-lifetime experience.</p><p>“The entire football world is having fun,” Schüller said, “so cheers to that.”</p><p>___</p><p>Associated Press journalists Tales Azzoni, Maura Carey, Andrew Dalton, Carlos Rodriguez, Alanis Thames, Stephen Whyno and Ben Kule contributed to this story from various World Cup venues. Kule is a student in the University of Georgia’s Carmical Sports Media Institute.</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/ZG6JZXHIPEXBPI67OFNKUYRNJE.jpg?auth=cc52a97fc53c25993f615eb7281d2bc5c60dd944d561e62f9ca5575c20c6998f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Lazaro Luya, the concession chef at Sol Cubano, displays their special, pan with lechon and fresh mariquitas at Miami Stadium Sunday, June 21, 2026, in Miami Gardens, Fla. (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/YJFSP7U52M43P3CMGF5XE4YFGI.jpg?auth=5279854895e243e6139a314a33de9ee4fff57382c25f95aa7d5f948c2d45022f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Fans attending the World Cup soccer game between Mexico and South Korea in Zapopan, near Guadalajara, Mexico, Thursday, June 18, 2026, buy food at a concession stand inside Guadalajara Stadium. (AP Photo/Tales Azzoni)]]></media:description><media:credit role="author" scheme="urn:ebu">Tales Azzoni</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/S2244UHV74XKBPPWIWJKVRZ6JQ.jpg?auth=186d2744140a500b22880579d1d3e192eae094e95d7fddfbdec7d8c2184214df&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Lazaro Luya, the concession chef at Sol Cubano, displays their special, empanada mundial at Miami Stadium Sunday, June 21, 2026, in Miami Gardens, Fla. (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/FGAQCQ5TUV4QTX5AQG733O6UQI.jpg?auth=c4386321c8eccebf2aa6faf8accf98939bc2020688b0652c027e102db3d40970&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A Netherlands fan takes a drink on the stands while waiting for the World Cup Group F soccer match between the Netherlands and Sweden in Houston, Saturday, June 20, 2026. (AP Photo/Ashley Landis)]]></media:description><media:credit role="author" scheme="urn:ebu">Ashley Landis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MERGREHKABC3SSBKLB2MIXEDME.jpg?auth=97f9aee17068b6c144198d55e1a4e368dd615fc6cff3ec8be01dc59829970f0b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A $75 dish called “Fancy AF Tots” is shown containing fried hash brown potatoes, caviar, crème fraiche and chives at a World Cup match at Miami Stadium in Miami Gardens, Fla., Sunday, June 21, 2026. (AP Photo/Tim Reynolds)]]></media:description><media:credit role="author" scheme="urn:ebu">Tim Reynolds</media:credit></media:content></item><item><title><![CDATA[Oliver Tree, the eccentric American musician and comedian, killed at 32 in a Brazil helicopter crash]]></title><link>https://www.local10.com/entertainment/2026/06/22/oliver-tree-the-eccentric-american-musician-and-comedian-dies-at-32-in-helicopter-crash-in-brazil/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/22/oliver-tree-the-eccentric-american-musician-and-comedian-dies-at-32-in-helicopter-crash-in-brazil/</guid><dc:creator><![CDATA[By MARIA SHERMAN, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Oliver Tree, the eccentric American musician known for viral stunts, alt-pop tracks like “Alien Boy” and “Life Goes On,” and his unconventional style, died in a helicopter crash in Rio de Janeiro on June 14. He was 32.]]></description><pubDate>Mon, 22 Jun 2026 16:24:17 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Oliver Tree, the eccentric American musician known for viral stunts, alt-pop tracks like “Alien Boy” and “Life Goes On,” and his unconventional style, died in a helicopter crash in Rio de Janeiro on June 14. He was 32.</p><p>Representatives for Tree directed The Associated Press to an official confirmation posted to Tree’s Instagram account.</p><p>“Rest in peace Oliver Tree Nickell June 29, 1993 — June 14, 2026. Your legacy will live on forever,” the caption read next to a slideshow of images reflecting Tree’s life and career.</p><p>“His legacy will live on through his foundation/endowment named ‘Dr. Oliver Tree’s Extremely Epic Grant For Baby Geniuses’ coming soon. This is something that Oliver had put together before his passing, written in his will,” the caption continued. “We will make sure his wish comes to fruition so that more joy, love and art can be spread into the world, that was his final wish.”</p><p>On the morning of June 14, two helicopters collided and crashed in the Brazilian city’s Western zone, killing all six people aboard, firefighters said. Police confirmed that Tree was on the list of passengers given to aviation authorities. Argentine streaming channel Blender said that content creator Gaspar Prim Díaz, known as Gaspi, was also in one of the helicopters.</p><p>Tree was in the middle of his world tour at the time, which kicked off in Mexico City on May 30 and was scheduled to hit all seven continents.</p><p>An outsider in pop and a viral hitmaker</p><p>Born June 29, 1993 in California, Oliver Tree Nickell June, a pop outsider with a knack for internet virality, was known for his own myth-making. Rocking bright ’80s fashion and a distinctive bowl cut, Tree told interviewers he started piano lessons when he was 3 years old and had an album written by age 6. When he started his recording career in the 2010s, he did so while creating characters and making memes as he made music.</p><p>He released an electronic EP, “Demons,” under the name “Tree” in 2013 on R&S Records and scored a crucial feature on DJ and music producer Whethan’s 2016 single “When I’m Down,” growing his profile and online interest. That same year, he signed to the major label Atlantic Records and began recording as Oliver Tree.</p><p>In 2018, he released his “Alien Boy” EP with the record company, anchored by the double music video “All That x Alien Boy.” His specific visual language — off-kilter, comedic, collaborative — scored him legions of fans. To date, the video has over 52 million views on YouTube. And the single “Alien Boy” was certified platinum by the Recording Industry Association of America (RIAA) — his first of a few. His other platinum-certified songs include 2018’s “Hurt,” 2021’s “Life Goes On” and 2022’s “Miss You” with German musician and DJ Robin Schulz.</p><p>Over the years, his music evolved, marrying the genres of alternative rock, hip-hop and electro-pop with his cheeky flair.</p><p>His comedic persona continued to develop at the same pace: Consider the music video for 2018’s “Movement,” where he bathed in a tub filled with Flaming Hot Cheetos and dubbed it an online “challenge.” Or his 2020 major label full-length debut “Ugly Is Beautiful,” released weeks after he set the Guinness World Record for the world’s largest kick scooter.</p><p>Then came 2022’s “Cowboy Tears,” a humorous country detour, 2023’s “Alone in the Crowd,” which follows the story of a character named Cornelius Cummings, and most recently, his entirely self-produced 2026 album, “Love You Madly Hate You Badly.”</p><p>All the while, his social media profile continued to explode due to his humorous antics and hooky-heavy songs. On TikTok, he boasts of 22.6 million followers — as well as 8.6 million on YouTube and 5 million on Instagram.</p><p>Tributes to Tree quickly poured in from other musicians</p><p>As news of Tree’s death broke online, famous fans and friends began paying homage to him.</p><p>“Spoke to Oliver a few weeks ago. This is heartbreaking. A really amazing and beautiful human,” rapper Kid Cudi wrote on X. “Sending all my prayers and love to the families dealing with losses. Oliver we love you, forever.”</p><p>“Been an absolute wreck today. It’s really hard to understand how someone who you once shared such a specific and formative time of your life with can all of a sudden be gone,” singer Melanie Martínez wrote Sunday in an Instagram Story post. “He was so dedicated to his art which I admired and respected so deeply. I think everyone who knew him will look back at those moments of laughter and joy he so easily sparked. His laugh was so contagious and warm.”</p><p>“I’m in shock … I can’t believe it,” wrote singer Bebe Rexha on X. “He was so smart. Passionate. Talented. Kind. I’m so sad. May he rest in peace.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DSK623B3I7DMQMJUGQESQY6BRY.jpg?auth=03a40b986a26495e57b3992df4685b429d4a2ea497f5cc41813c1baccd388bba&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Oliver Tree performs at the Austin City Limits Music Festival in Austin, Texas, on Oct. 16, 2022. (Photo by Amy Harris/Invision/AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Amy Harris</media:credit></media:content></item><item><title><![CDATA[Evo Morales llama a pausar protestas contra gobierno de Paz tras estado de excepción en Bolivia]]></title><link>https://www.local10.com/espanol/2026/06/22/seguidores-del-expresidente-evo-morales-desafian-estado-de-excepcion-en-bolivia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/22/seguidores-del-expresidente-evo-morales-desafian-estado-de-excepcion-en-bolivia/</guid><dc:creator><![CDATA[Por CARLOS VALDEZ, Associated Press]]></dc:creator><description><![CDATA[LA PAZ, Bolivia (AP) — En el tercer día de vigencia del estado de excepción que el presidente Rodrigo Paz dictó para frenar más de 50 días de protestas, el exmandatario Evo Morales — al que el gobierno acusa de azuzar el conflicto — llamó a sus seguidores a una pausa en los bloqueos en el centro del país andino.]]></description><pubDate>Tue, 23 Jun 2026 00:11:56 +0000</pubDate><content:encoded><![CDATA[<p>LA PAZ, Bolivia (AP) — En el tercer día de vigencia del estado de excepción que el presidente Rodrigo Paz dictó para frenar más de 50 días de protestas, el exmandatario Evo Morales — al que el gobierno acusa de azuzar el conflicto — llamó a sus seguidores a una pausa en los bloqueos en el centro del país andino.</p><p>Morales (2006-2019), líder de los cocaleros, anunció por la tarde una pausa junto a otros dirigentes en el Chapare, considerado su feudo en el centro de Bolivia. “No es rendirnos”, aseguró a la emisora cocalera Kausachun Coca.</p><p>Previamente, un grupo de choferes que bloqueaba calles en La Paz para exigir combustible fue disuadido por la policía, pero en las estaciones de servicio de varias ciudades todavía se veían kilométricas filas de gente.</p><p>Las protestas con cortes de ruta que han paralizado a La Paz y otras ciudades fueron las más largas y duras de los últimos años tras la derrota en las urnas a fines del año pasado del Movimiento al Socialismo (MAS) el partido de Morales que gobernó por casi dos décadas. Iniciaron con demandas sectoriales y salariales y escalaron hasta pedir la dimisión del Paz ante la falta de soluciones a la peor crisis económica en cuatro décadas.</p><p>El gobierno acusa a Morales de conspirar para derrocarlo y alentar las protestas para recuperar protagonismo e “impunidad” ante una acusación judicial por el presunto abuso de una menor cuando era mandatario. El político, de 66 años, está atrincherado en su feudo cocalero y resiste comparecer ante la justicia desde fines de 2024.</p><p>El domingo Morales dijo en su programa de radio que el estado de excepción “fracasó” y que los movilizados se replegaron por “cansancio”.</p><p>Tres sectores sindicales comandaron las protestas: la Central Obrera Boliviana (COB), que firmó un acuerdo con el gobierno el viernes; el sindicato campesino-indígena Túpac Katari, que lideró los bloqueos a La Paz y ordenó repliegue tras el estado de excepción, y los seguidores de Morales, que son los únicos que mantienen la protesta.</p><p>“Se normalizó la situación en gran parte del país, hay todavía sectores que se resisten. No hay territorio liberado, cuando se tenga que ingresar al Chapare se hará”, dijo el lunes el ministro de Gobierno, Marco Antonio Oviedo.</p><p>Según la Administradora Boliviana de Carreteras (ABC) todavía se mantienen 12 cortes de rutas en el Chapare, al centro del país y por donde cruza una vital ruta que une occidente con la región productora de alimentos Santa Cruz en el oriente. Pequeños grupos de vándalos agreden a transportistas desde los cerros en la ruta La Paz-Cochabamba, dijo la policía.</p><p>“Se derrumbó en las urnas el MAS que hegemonizó la política, controló a sindicatos y movimientos sociales que ganaron poder político y que ahora resisten perder influencia. El país decidió cambiar de rumbo y todo cambio es turbulento”, dijo el analista Carlos Saavedra. Agregó que los sindicatos también salen debilitados de estas protestas.</p><p>Más de 10 personas fallecieron durante el conflicto, la mayoría por falta de asistencia médica a causa de los cortes, según el Defensor del Pueblo.</p><p>El comercio exterior e interno se paralizó y las pérdidas superaron los 2.500 millones de dólares, según el sector empresarial. Las reformas económicas de fondo para sacar al país de la crisis tendrán que esperar, "no hay condiciones para aplicar medidas de ajuste”, dijo el analista económico Gonzalo Chávez.</p><p>El ministro de la Presidencia, José Luis Lupo, anticipó que el gobierno prepara un plan de reconstrucción económica como exigen los sectores productivos afectados y reprogramaciones de deudas con los bancos. “Será un proceso... complejo”, añadió.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3BDDKEIZWMGLUGPLV3U3W3433U.jpg?auth=515984be1921d4ad3ae94f6efa8da7e7132eff9b0a3a591e6d248a050834a15d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[La policía militar despeja una carretera bloqueada por manifestantes antigubernamentales en Llavini, Bolivia, el domingo 21 de junio de 2026. (AP Foto/Dico Soliz)]]></media:description><media:credit role="author" scheme="urn:ebu">Dico Soliz</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BL6RUXFRFXDWNJQ2ROAXE6S3LU.jpg?auth=e3d0f5518805e63d10c2e05bfbdad7ddc01904b4a5c26a2407834f8b08d7a2b3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Residentes caminan por una carretera después de que el presidente Rodrigo Paz declarara el estado de excepción para facultar a los militares a retirar los bloqueos viales, en El Alto, Bolivia, el sábado 20 de junio de 2026. (AP Foto/Juan Karita)]]></media:description><media:credit role="author" scheme="urn:ebu">Juan Karita</media:credit></media:content></item><item><title><![CDATA[Cruise passenger caught with child sexual abuse videos at Port Everglades, feds say]]></title><link>https://www.local10.com/news/local/2026/06/22/cruise-passenger-caught-with-child-sexual-abuse-videos-at-port-everglades/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/22/cruise-passenger-caught-with-child-sexual-abuse-videos-at-port-everglades/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[A Pittsburgh man is facing federal charges in South Florida after federal agents said he was caught with child sexual abuse videos on his cellphone after disembarking a cruise ship at Port Everglades over the weekend.]]></description><pubDate>Mon, 22 Jun 2026 15:04:20 +0000</pubDate><content:encoded><![CDATA[<p>A Pittsburgh man is facing federal charges in South Florida after federal agents said he was caught with child sexual abuse videos on his cellphone after disembarking a cruise ship at Port Everglades over the weekend.</p><p>Agents took Joseph Samuel Doria into custody on Saturday. Records show he’s set to appear in Fort Lauderdale federal court on Monday morning, his 28th birthday.</p><p>According to a federal criminal complaint, Doria had been referred to secondary inspection at the port’s U.S. Customs and Border Protection checkpoint after getting off the Regal Princess.</p><p>Customs officers searching Doria’s cellphone found “multiple images and videos” in Doria’s “Recently Deleted” folder depicting girls as young as toddlers being raped and sexually abused, the complaint states.</p><p>Authorities said Doria admitted to viewing the videos, saying he’s done so since he was 13. They said he also admitted to distributing the illicit material online and having a device back home that contains “a minimum of 100 videos and images” of child sexual abuse material.</p><p>Agents arrested Doria on charges related to the possession and transportation of child sexual abuse material.</p><p>As of Monday, records show he was being held in the Broward Sheriff’s Office Main Jail facility on behalf of the U.S. Marshals Service.</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/HVLUR3GY7BHI3AL7PWCOVWG7UM.jpg?auth=449133120430f12c4207624804302bb7afc62bca0fd5e7ea9035c72733e3e8e2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Joseph Doria]]></media:description></media:content></item><item><title><![CDATA[Mexico, Italy and others see up to two more months of heat stress than in the 1970s, study says]]></title><link>https://www.local10.com/news/world/2026/06/22/mexico-italy-and-others-see-up-to-two-more-months-of-heat-stress-than-in-the-1970s-study-says/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/22/mexico-italy-and-others-see-up-to-two-more-months-of-heat-stress-than-in-the-1970s-study-says/</guid><dc:creator><![CDATA[By ALEXA ST. JOHN, Associated Press]]></dc:creator><description><![CDATA[Mexico, Kenya, Italy and other nations around the world are experiencing one to two more months of heat stress than they were several decades ago, new research published Monday says, and some areas even more so. Regions previously untouched by heat stress are now feeling it, too.]]></description><pubDate>Mon, 22 Jun 2026 15:00:57 +0000</pubDate><content:encoded><![CDATA[<p>Mexico, Kenya, Italy and other nations around the world are experiencing one to two more months of heat stress than they were several decades ago, new research published Monday says, and some areas even more so. Regions previously untouched by heat stress are now feeling it, too.</p><p>Extreme feels-like temperatures, heat stress days and tropical nights have all become dramatically more frequent, long and severe over the past six decades as the planet's warming intensifies — a result of the burning of fossil fuels coal, oil and gas — according to a new study published in the journal Nature Climate Change on Monday.</p><p>The researchers went beyond just temperature, which is frequently studied, and used feels-like temperatures, to understand more of the impact on people. They assessed heat stress on individual humans, influenced by temperature, humidity, wind speed and more. They used what’s called the Universal Thermal Climate Index to analyze those factors and model the human body’s response to the environment.</p><p>The combination of heat and humidity can be dangerous for humans, because humidity impacts how sweat evaporates, and that's a cooling mechanism. Heat waves that are humid can be more fatal than dry heat waves as humans don't cool down as easily.</p><p>Heat stress is worsening in already-warm regions, and beyond</p><p>Past studies have looked at the extent to which human-driven climate change has sent temperatures soaring, especially in recent years. One study says people globally suffered an average of 41 extra days of dangerous heat in 2024. Some research says that the world is on track to add nearly two months of superhot days each year by the end of the century.</p><p>Here, researchers looked at heat stress at three levels: strong (index temperatures of greater than or equal to 32 degrees Celsius, or 89.6 degrees Fahrenheit); very strong (index temperatures of greater than or equal to 38 degrees Celsius, or 100.4 degrees Fahrenheit); and extreme (index temperatures of greater than or equal to 46 degrees Celsius, or 114.8 degrees Fahrenheit).</p><p>Places that might see around 50 more days per year of at least strong heat stress compared with the 1970s include parts of Southern Africa, such as in Namibia and Angola; Eastern Africa, including parts of Tanzania, Kenya and Uganda; and parts of Mexico and Central America.</p><p>In Southern Spain, Italy, Greece and Turkey, some areas will see up to 40 additional days with strong heat stress compared with the 1970s. Much of Southern Europe is seeing almost a full month of additional strong heat stress days from decades ago.</p><p>In the U.S., much of the country sees 15 or more days of at least strong heat stress, and southern parts, including Texas and Florida, are seeing close to 25 or more days with very strong heat stress.</p><p>Those heat stress seasons are also lasting longer.</p><p>The study’s lead author Rebecca Emerton, also a senior scientist at the European Centre for Medium-Range Weather Forecasts in the United Kingdom, said it was striking “to see heat stress not only intensifying in those places that we already consider as being hot or used to experiencing heat waves ... but also to see this, we call it, expanding footprint of heat stress expanding into regions where it’s historically been rare or non-existent.”</p><p>According to the study, the feels-like temperatures on the ten warmest nights of each year have also increased faster — 0.32 degrees Celsius (0.58 degrees Fahrenheit) per decade — than the ten warmest days, 0.27 degrees Celsius (0.49 degrees Fahrenheit) per decade.</p><p>For tropical nights, the researchers considered minimum temperature of 20 degrees Celsius (68 degrees Fahrenheit). This means people might not be recovering properly from daytime heat in the overnight hours.</p><p>And now, one billion more people face at least one day of extreme heat stress each year than they did in the 1970s.</p><p>The future impact depends on action</p><p>The world has known that adding heat-trapping gases to the atmosphere by burning fossil fuels and cutting down forests will warm the globe, said Jennifer Francis, a climate scientist at the Woodwell Climate Research Center on Cape Cod, who was not involved in the research.</p><p>“This study adds stark details about increasing dangers to billions of humans,” Francis said. “This analysis shows not only is temperature rising, but so is humidity, which makes high temperatures more deadly because our body’s air conditioning system — sweating — struggles to keep up.”</p><p>Emerton says the work highlights the urgent need to mitigate future warming and ensure adaptation strategies, heat health action plans, early warning systems and climate risk assessments are in place.</p><p>___</p><p>Alexa St. John is an Associated Press climate reporter. Follow her on X: @alexa_stjohn. Reach her at ast.john@ap.org.</p><p>___</p><p>Read more of AP’s climate coverage.</p><p>___</p><p>The Associated Press’ climate and environmental coverage receives financial support from multiple private foundations. AP is solely responsible for all content. Find AP’s standards for working with philanthropies, a list of supporters and funded coverage areas at AP.org.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LG3BUFUOZHOFNARFVJ5XFQFEDU.jpg?auth=aae832c46f80ed35743e40c3225000b1c3f18ce0489dd63a0c7cf28aaa85077a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Jorge Moreno, a worker, drinks flavored water to cope with the heat wave during his workday at a construction site in Veracruz, Mexico, on June 17, 2024. (AP Photo/Felix Marquez, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Felix Marquez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GEA4X6VY5WGPITEP5P72KO6AXM.jpg?auth=db4aa0672763842b336d9343a5349487589b10abd599e6ce3c087e46b92e4314&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Margarita Salazar, 82, wipes the sweat off with a tissue inside her home amid hot weather in Veracruz, Mexico, on June 16, 2024. (AP Photo/Felix Marquez, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Felix Marquez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/T5RRWI5DFAIHTXACOUSDYBE2AA.jpg?auth=e96f7bd48dd5a0e8db6336bffe671601e2f38cacac1b145201d4a94d706bb66f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Volunteers distribute food and water to homeless people at the Progetto Arca Onlus foundation volunteer shelter, in Milan, Italy, July 3, 2025. (AP Photo/Luca Bruno, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Luca Bruno</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OJ6U7FY23HOZ2ZKLVLM33UX3BM.jpg?auth=cd8b94b0796b54dd9175d1c1f613297f684a4ceed8ef59c0e3567fab98c97ccc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The thermometer of a drugstore shows the temperature of 39 degrees Celsius (102 degrees Fahrenheit) during a heat wave in Rome on July 1, 2025. (AP Photo/Andrew Medichini, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Andrew Medichini</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SM42I56SCRK5EAINDSLA3Z4B7A.jpg?auth=465506c64ca53fd3966cc822e600fe3584f256bcee000438f9ca7db4856adf5a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Fanaco Lake is dry and cracked in Castronovo di Sicilia, central Sicily, Italy, July 17, 2024. (AP Photo/Andrew Medichini, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Andrew Medichini</media:credit></media:content></item><item><title><![CDATA[Fiscalía y defensa chocan en argumentos finales por tragedia náutica de George Pino]]></title><link>https://www.local10.com/espanol/2026/06/22/fiscalia-y-defensa-chocan-en-argumentos-finales-por-tragedia-nautica-de-george-pino/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/22/fiscalia-y-defensa-chocan-en-argumentos-finales-por-tragedia-nautica-de-george-pino/</guid><description><![CDATA[La deliberación final arranca tras intensas jornadas de testimonios médicos, videos de cámaras corporales y el desgarrador relato de los padres de las víctimas.]]></description><pubDate>Mon, 22 Jun 2026 14:57:20 +0000</pubDate><content:encoded><![CDATA[<p>Los argumentos finales comienzan este lunes en el juicio contra el magnate inmobiliario George Pino, quien está acusado de causar un choque de bote en 2022 que mató a la amiga de 17 años de su hija y dejó a otra adolescente discapacitada.</p><p>Pino, de 55 años, está acusado de homicidio culposo y homicidio con embarcación.</p><p>Los fiscales acusan a Pino, quien entonces tenía 52 años, de ser temerario cuando perdió el control de su bote Robalo de 29 pies en las primeras horas de la tarde del 4 de septiembre de 2022 y lo estrelló contra un marcador de canal cerca de Boca Chita Key, matando a Lucy Fernandez. Otras dos jóvenes resultaron gravemente heridas, incluida Katerina Puig, de 17 años, quien quedó permanentemente discapacitada.</p><p>Las adolescentes estaban en su bote celebrando el cumpleaños número 18 de su hija.</p><p>Los argumentos de apertura comenzaron con los fiscales diciendo que la colisión de Pino contra un marcador de canal ocurrió como resultado de negligencia criminal y temeridad.</p><p>“Lucy está muerta porque el acusado no hizo las cosas más básicas que exigen las reglas del agua”, dijo la fiscal estatal adjunta Laura Adams a los miembros del jurado.</p><p>Los de la defensa argumentan que el choque fue un mero accidente.</p><p>“El estado admite que esta no era la intención de George. Él no tenía la intención de que nadie saliera herido”, dijo el abogado de Pino, Howard Srebnick, a los jurados durante los argumentos de apertura. “Su propia hija, su propia esposa, su propio cuerpo estaban en ese bote”.</p><p>La apertura de la defensa fue interrumpida luego de que Pino se quebrara durante varios minutos frente a los jurados; los procedimientos se detuvieron y continuaron al día siguiente.</p><p>A lo largo del juicio, los jurados escucharon a algunas de las 12 mujeres jóvenes, todas adolescentes en ese momento, que estaban a bordo del bote de Pino.</p><p>“Lo primero que vi cuando abrí los ojos fue a George, y pensé que estaba muerto”, testificó Claudia Portocarrero. “Lo recuerdo, tenía sangre en la cabeza”.</p><p>Algunas testificaron sobre el alcohol que George Pino y su esposa, Cecilia Pino, proporcionaron, así como sobre el choque en sí, pero dijeron que no vieron al propio George Pino consumiendo bebidas alcohólicas.</p><p>El padre de Fernandez recordó la pesadilla viviente por la que pasaron él y su esposa. El padre de Puig también habló sobre cómo el choque afectó a su hija.</p><p>Los jurados realizaron una visita de campo a una instalación de la Florida Fish and Wildlife Conservation Commission en North Miami para ver el bote dañado y observaron imágenes de cámaras corporales de la respuesta al choque y del interrogatorio a Pino.</p><p>Pero el juicio no estuvo exento de momentos de conflicto.</p><p>La jueza Marisa Tinkler Mendez emitió una advertencia a Pino y a su familia por abrazarse frente a los jurados.</p><p>Un tenso intercambio entre Adams y Pino también llamó la atención de la jueza después de que Adams mencionara que, según los informes, Pino estaba murmurando: “Pasa, pasa, pasa”, durante un testimonio.</p><p>“Lo siento. ¿Tiene algo que quiera decirme?”, le preguntó Adams a Pino. “¿Por qué me está mirando fijamente?”.</p><p>Pino negó estar mirándola fijamente.</p><p>En otro momento, los abogados de Pino le dijeron a Tinkler Mendez que hubo “algo así como una mirada desafiante” entre Adams y su cliente, seguido de Adams “rodando los ojos” hacia Pino.</p><p>Cecilia Pino subió al estrado dos veces durante el juicio, relatando las desgarradoras secuelas del choque frente a Cutter Bank.</p><p>“She died because your husband crashed into that channel marker, right?”, le preguntó Adams durante su primera aparición en el estrado.</p><p>“She died because there was an accident”, testificó Cecilia Pino.</p><p>Cecilia Pino se quebró al subir al estrado por segunda vez, testificando: “Recuerdo haber preguntado otra vez: ‘¿Quién falta? ¿Quién falta?’. Y ahí fue cuando me dijeron que Lucy había desaparecido”.</p><p>George Pino no testificó en su juicio.</p><p>Los jurados recibirán instrucciones sobre la ley antes de comenzar sus deliberaciones.</p><p>De ser declarado culpable, Pino enfrenta entre 11 y 30 años de prisión.</p><p>Fiscalía y defensa presentan argumentos finales en juicio contra George Pino</p><p>Comienzan los debates decisivos tras semanas de tensas audiencias por el trágico choque marítimo</p><p>El magnate inmobiliario de Miami se enfrenta a una pena máxima de tres décadas de cárcel por la muerte de una adolescente.</p>]]></content:encoded></item><item><title><![CDATA[El Niño y polvo del Sahara frenan la actividad ciclónica en el Atlántico]]></title><link>https://www.local10.com/espanol/2026/06/22/el-nino-y-polvo-del-sahara-frenan-la-actividad-ciclonica-en-el-atlantico/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/22/el-nino-y-polvo-del-sahara-frenan-la-actividad-ciclonica-en-el-atlantico/</guid><dc:creator><![CDATA[Michael Lowry]]></dc:creator><description><![CDATA[El ingreso de aire seco continental y fuertes vientos cortantes congelará el desarrollo de huracanes durante el cierre de junio, dando una tregua a las saturadas costas del Golfo.]]></description><pubDate>Mon, 22 Jun 2026 14:50:15 +0000</pubDate><content:encoded><![CDATA[<p>Junio históricamente se posiciona como el mes menos activo de la temporada de huracanes en el Atlántico, pero eso no impide que el ciclo inicial del periodo ciclónico traiga consigo complicaciones severas. De manera habitual, los sistemas meteorológicos débiles y desorganizados —perturbaciones saturadas de agua que a veces ni siquiera alcanzan la fuerza para recibir un nombre— son los que provocan los mayores estragos durante este mes. La efímera tormenta tropical Arthur puntualizó esta realidad la semana pasada: aunque portó brevemente un nombre oficial, las inundaciones generalizadas y catastróficas a nivel local ocurrieron después de que el sistema ya se hubiera desintegrado en una baja presión remanente.</p><figure><img src="https://www.local10.com/resizer/v2/FD4BE3IXMZCO7IHGWIGVHDQIII.png?auth=0852d46a783cb7c7a228a300b8f98a0cb0cf1445870a4c333c65476d187e3b96&smart=true&width=1200&height=900" alt="Analysis of rainfall observed over the past week (based on all available station observations) versus what is typical for the time of year. The analysis shows pockets where rainfall over the past week was 4-8x what is would usually be. Many locations across the Central Gulf Coast (southeastern Louisiana, southern Mississippi) saw one of their wettest June weeks on record last week. The rainfall last week catapulted the New Orleans metro – whose official airport records extend back 80 years – to its third wettest June on record so far (behind only 2001 and 1987). Credit: High Plains Regional Climate Center." height="900" width="1200"/><figcaption>Analysis of rainfall observed over the past week (based on all available station observations) versus what is typical for the time of year. The analysis shows pockets where rainfall over the past week was 4-8x what is would usually be. Many locations across the Central Gulf Coast (southeastern Louisiana, southern Mississippi) saw one of their wettest June weeks on record last week. The rainfall last week catapulted the New Orleans metro – whose official airport records extend back 80 years – to its third wettest June on record so far (behind only 2001 and 1987). Credit: High Plains Regional Climate Center.</figcaption></figure><p>El análisis de las precipitaciones de los últimos siete días, fundamentado en los registros del <a href="https://hprcc.unl.edu" rel="">Centro Climático Regional de las Altas Llanuras</a>, expone acumulaciones de lluvia que superaron entre cuatro y ocho veces los parámetros habituales para esta época del año. Diversas zonas de la costa central del Golfo, incluyendo el sureste de Luisiana y el sur de Misisipi, experimentaron una de las semanas más lluviosas de las que se tenga constancia en un mes de junio. Esta descarga pluvial catapultó al área metropolitana de Nueva Orleans a registrar el tercer junio más húmedo en sus 80 años de historial estadístico oficial, superado únicamente por los acumulados de los años 2001 y 1987. El temporal provocó el desbordamiento de ríos, inundaciones en centenares de viviendas y obligó a operativos de rescate en comunidades vulnerables, además de cobrarse la vida de un trabajador de mantenimiento vial en Misisipi.</p><p>Para beneplácito de los residentes de Texas, Luisiana y la costa de Misisipi, cuyos suelos terminaron completamente saturados por el diluvio tropical de la semana pasada, la naturaleza cerrará el flujo de humedad esta semana. Un sistema de alta presión tomará el control de la región meteorológica, abriendo paso a las temperaturas más elevadas en lo que va del año. Las autoridades emitieron alertas por calor extremo debido a índices de sensación térmica proyectados a rozar los 110 grados Fahrenheit en sectores de Luisiana, con advertencias adicionales extendidas hacia el sur profundo del país.</p><figure><img src="https://www.local10.com/resizer/v2/FVKXEU7ZMNCJRNBCLQMMCDA67E.png?auth=1cebf14c64b9016f7c44e4871d6ba8feda1190afef753f223cd8c2aeeb81757e&smart=true&width=1200&height=900" alt="Forecast wind shear departure from average (warmer colors indicate areas of higher-than-average wind shear) for the last week of June into early July from the European model ensemble system. Long-range forecast models show a belt of extremely hostile wind shear through the tropical Atlantic, consistent with a strong El Niño. Credit: TropicalTidbits.com." height="900" width="1200"/><figcaption>Forecast wind shear departure from average (warmer colors indicate areas of higher-than-average wind shear) for the last week of June into early July from the European model ensemble system. Long-range forecast models show a belt of extremely hostile wind shear through the tropical Atlantic, consistent with a strong El Niño. Credit: TropicalTidbits.com.</figcaption></figure><p>Este cambio radical responde a un freno atmosférico doble que paralizará la actividad ciclónica en la cuenca del Atlántico durante el cierre de junio y los primeros días de julio. Mientras el fenómeno de El Niño intensifica su calentamiento en las aguas del Pacífico ecuatorial oriental, su acoplamiento con la atmósfera está alterando los patrones de circulación global. Este proceso genera corrientes de aire descendente sobre el norte del océano Índico y el Atlántico tropical, lo que destruye las probabilidades de desarrollo ciclónico.</p><figure><img src="https://www.local10.com/resizer/v2/RYTEXXVVZJBXJP7ACA7U3HPE3E.PNG?auth=cae57b568f9f6211205d5bbbb5855c1f960b97124f43db9d104dc3c491c21f19&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>A este factor se le suma el arribo del polvo del Sahara, cuya temporada alcanza su punto máximo en las próximas semanas. Un enorme manto de aire seco y polvoriento avanza hacia el oeste a través de la cuenca atlántica, según las imágenes de satélite en color real de la <a href="https://www.noaa.gov" rel="">Oficina Nacional de Administración Oceánica y Atmosférica</a>. La combinación de una cizalladura del viento excepcionalmente fuerte impulsada por El Niño y estas nubes de polvo continental garantizará una calma absoluta en el Atlántico tropical durante las próximas semanas. Los meteorólogos del <a href="https://www.nhc.noaa.gov" rel="">Centro Nacional de Huracanes</a>estiman que cualquier amenaza ciclónica potencial en julio tendría que originarse cerca de las costas de Estados Unidos, donde los efectos desfavorables de El Niño son menos notorios, por lo que junio se despedirá sin mayores sobresaltos meteorológicos en la región.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SRGTZEN5XFD2NGVREFF5FJZ5JI.png?auth=7506e806fd03f587a408452d509ac96c084aad0b91c756ff2fa44be9f8c6c587&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[Monday morning true-color satellite showing a large, hazy plume of Saharan dust pushing westward across the Atlantic basin. Credit: NOAA.]]></media:description></media:content></item><item><title><![CDATA[Escándalo por chatbot de IA tumba a Alberto Carvalho en Los Ángeles]]></title><link>https://www.local10.com/espanol/2026/06/22/escandalo-por-chatbot-de-ia-tumba-a-alberto-carvalho-en-los-angeles/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/22/escandalo-por-chatbot-de-ia-tumba-a-alberto-carvalho-en-los-angeles/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[
La caída del respetado educador ocurre tras el allanamiento de sus propiedades en California y el sur de Florida por sospechas de corrupción federal.]]></description><pubDate>Mon, 22 Jun 2026 11:41:19 +0000</pubDate><content:encoded><![CDATA[<p>El exsuperintendente de las Escuelas Públicas del Condado de Miami-Dade, Alberto Carvalho, renunció a su cargo como jefe del distrito escolar público de Los Ángeles tras una redada del FBI en su residencia a principios de este año, según confirmó la Junta de Educación Unificada de Los Ángeles.</p><p>De acuerdo con el diario <a href="https://www.latimes.com" rel="">Los Angeles Times</a>, Carvalho presentó su dimisión el domingo por la noche. En su carta de renuncia, el funcionario luso-estadounidense justificó su salida afirmando que busca evitar distracciones para que los planteles educativos sigan enfocados en los estudiantes y el aprendizaje. La junta escolar ratificó que la renuncia se hizo efectiva de inmediato y designó a Andrés Chait como superintendente interino.</p><p>El diario californiano reportó que la pesquisa federal está vinculada, al menos en parte, con la interacción de Carvalho y un subcontratista que proveyó un fallido proyecto de chatbot con inteligencia artificial al distrito. El pasado 25 de febrero, agentes federales ejecutaron órdenes de registro tanto en su vivienda como en una propiedad ubicada en Southwest Ranches, Florida. Carvalho ha defendido públicamente su inocencia a través de sus abogados.</p><p>Antes de asumir el liderazgo del distrito de Los Ángeles en 2022, Carvalho dirigió el sistema escolar de <a href="https://www.dadeschools.net" rel="">Miami-Dade</a>de 2008 a 2021, el más grande de Florida, donde cosechó reconocimiento nacional e internacional por elevar las tasas de graduación. Hasta el momento, las autoridades escolares de Miami-Dade no han confirmado si el Departamento de Justicia de EE. UU. las ha contactado en relación con este caso, según reportó <a href="https://www.local10.com" rel="">Local 10 News</a>.</p>]]></content:encoded></item><item><title><![CDATA[Mavericks are hiring national champ coach Dusty May away from Michigan, AP source says]]></title><link>https://www.local10.com/sports/2026/06/22/mavericks-are-hiring-national-champ-coach-dusty-may-away-from-michigan-ap-source-says/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/22/mavericks-are-hiring-national-champ-coach-dusty-may-away-from-michigan-ap-source-says/</guid><dc:creator><![CDATA[By SCHUYLER DIXON, Associated Press]]></dc:creator><description><![CDATA[DALLAS (AP) — The Dallas Mavericks and Dusty May of national champion Michigan are finalizing a deal for the coach to make the jump from college to the NBA, a person with knowledge of the deal told The Associated Press on Monday.]]></description><pubDate>Mon, 22 Jun 2026 18:59:55 +0000</pubDate><content:encoded><![CDATA[<p>DALLAS (AP) — The Dallas Mavericks and Dusty May of national champion Michigan are finalizing a deal for the coach to make the jump from college to the NBA, a person with knowledge of the deal told The Associated Press on Monday.</p><p>The person spoke to the AP on condition of anonymity because the deal wasn't completed.</p><p>May and the Wolverines won their first NCAA championship since 1989 with a 69-63 victory over UConn in April to wrap up a 34-3 season. They opened the NCAA Tournament by becoming the first team ever to score at least 90 points in five consecutive games.</p><p>That came three years after May led Florida Atlantic to its only Final Four appearance. The Owls returned to the NCAA Tournament in 2024 before May was hired by Michigan.</p><p>The 49-year-old May replaces Jason Kidd, who was let go two weeks after Masai Ujiri was hired as president of basketball operations and alternate governor of the Mavericks.</p><p>He comes to the NBA with a chance to mold 2025 No. 1 overall draft pick and reigning Rookie of the Year Cooper Flagg. Veteran star Kyrie Irving is also on the roster for now after missing the entire 2025-26 season following an ACL tear in March of last year.</p><p>May's first job as a college assistant was at Murray State in 2005-06. He then served on staffs at UAB, Louisiana Tech and Florida before getting his first head coaching job at Florida Atlantic.</p><p>The Owls went 35-4 during their dream season in 2022-23, which ended with a 72-71 loss to San Diego State in the national semifinals when Lamont Butler hit a buzzer-beating shot for the Aztecs.</p><p>“I was a fan of Dusty’s when he was at FAU,” said Yaxel Lendeborg, who played for May at Michigan and is expected to be a lottery pick in the first round of the NBA draft on Tuesday night. “And now, after playing for him, I’m a bigger fan. I have so much respect for Dusty May, I can’t even tell you.”</p><p>Lendeborg said at last month’s draft combine that he believed May ran Michigan’s program like an NBA program in many ways.</p><p>“A lot of schemes, a lot of switching and stuff. And his offense was very much a pro-style offense,” Lendeborg said. “We played fast-paced, physical, all of that. ... I’ve gained so much knowledge from him as far as those actions and just those little communication keys.”</p><p>May’s rise in coaching has been meteoric, particularly after the last four seasons.</p><p>He took over at Florida Atlantic in 2018 and had four consecutive seasons of finishing just over .500 — before striking gold in the 2022-23 season, going 35-4 and taking the Owls on that improbable Final Four run.</p><p>May went 25-9 at FAU the following season, then went to Michigan and brought the Wolverines back to prominence. He was 64-13 in his two seasons after replacing Juwan Howard with Michigan coming off an 8-24 season, the school's lowest win total since going 7-20 in 1981-82.</p><p>Michigan went 27-10 in May’s debut, won the Big Ten Conference Tournament and made it to the NCAA Sweet 16.</p><p>May’s record in his last four college seasons was 124-26, an .827 winning percentage that was third best in all of major college men’s basketball over that span behind Houston’s Kelvin Sampson (.861) and Duke’s Jon Scheyer (.832).</p><p>The Indiana native was a student manager for the Hoosiers and coach Bob Knight while he was in school there from 1996-2000. He gained experience in scouting, video operations and player development while with the Hall of Fame coach, who died in 2023.</p><p>After graduating from Indiana, May spent two seasons as an administrative assistant and video coordinator at Southern California. He returned to the Hoosiers in similar roles from 2002-05.</p><p>___</p><p>AP Basketball Writer Tim Reynolds in Miami and AP Sports Writer Stephen Hawkins in Arlington, Texas, contributed to this report.</p><p>___</p><p>AP NBA: https://apnews.com/nba</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MT3WA2LJ74GEH7QS47DNJPEG7E.jpg?auth=5b9369d933ccec3b0b333563906728aa9f907418afa1b74c99dab7115c30d3f1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Michigan head coach Dusty May talks with the media following their a win over Michigan State after an NCAA college basketball game in Ann Arbor, Mich., March 8, 2026. (AP Photo/Lon Horwedel, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Lon Horwedel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DGBKFL7MNIOGZ2ZLZQU523OMN4.jpg?auth=bdc13a476445e228b8f542d351911fcb979d5152adc6f058d6e08fe0d546244b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Michigan head coach Dusty May celebrates after defeating UConn in the NCAA college basketball tournament national championship game at the Final Four, April 7, 2026, in Indianapolis. (AP Photo/Michael Conroy, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Michael Conroy</media:credit></media:content></item><item><title><![CDATA[June out like a lamb in the Atlantic ]]></title><link>https://www.local10.com/weather/hurricane/2026/06/22/june-out-like-a-lamb-in-the-atlantic/</link><guid isPermaLink="true">https://www.local10.com/weather/hurricane/2026/06/22/june-out-like-a-lamb-in-the-atlantic/</guid><dc:creator><![CDATA[Michael Lowry]]></dc:creator><description><![CDATA[June is historically the least active month of the hurricane season, but that doesn’t mean the first month of the season can’t bring its fair share of issues.]]></description><pubDate>Mon, 22 Jun 2026 14:32:37 +0000</pubDate><content:encoded><![CDATA[<p>June is historically the least active month of the hurricane season, but that doesn’t mean the first month of the season can’t bring its fair share of issues. Most commonly, it’s the weak and sloppy systems – waterlogged disturbances that may not even muster up a name – that wreak the most havoc in June. Short-timer Arthur last week punctuated this truth, and even though it did briefly get a name, the widespread and locally catastrophic flooding that followed came after it had already unraveled into a remnant low.</p><figure><img src="https://www.local10.com/resizer/v2/FD4BE3IXMZCO7IHGWIGVHDQIII.png?auth=0852d46a783cb7c7a228a300b8f98a0cb0cf1445870a4c333c65476d187e3b96&smart=true&width=1200&height=900" alt="Analysis of rainfall observed over the past week (based on all available station observations) versus what is typical for the time of year. The analysis shows pockets where rainfall over the past week was 4-8x what is would usually be. Many locations across the Central Gulf Coast (southeastern Louisiana, southern Mississippi) saw one of their wettest June weeks on record last week. The rainfall last week catapulted the New Orleans metro – whose official airport records extend back 80 years – to its third wettest June on record so far (behind only 2001 and 1987). Credit: High Plains Regional Climate Center." height="900" width="1200"/><figcaption>Analysis of rainfall observed over the past week (based on all available station observations) versus what is typical for the time of year. The analysis shows pockets where rainfall over the past week was 4-8x what is would usually be. Many locations across the Central Gulf Coast (southeastern Louisiana, southern Mississippi) saw one of their wettest June weeks on record last week. The rainfall last week catapulted the New Orleans metro – whose official airport records extend back 80 years – to its third wettest June on record so far (behind only 2001 and 1987). Credit: High Plains Regional Climate Center.</figcaption></figure><p>Mercifully for areas in Texas, Louisiana, and coastal Mississippi saturated with tropical rains last week, Mother Nature will turn off the tropical spigot this week, as high pressure takes over and ushers in the hottest temperatures of the year so far. Already heat advisories are in effect today across parts of southern Louisiana in anticipation of feels-like temperatures approaching 110 degrees, with additional heat advisories expected this week across the Deep South.</p><h3><b>The one-two punch that’ll shut down the Atlantic to close out June</b></h3><p>We started reading the stormy tea leaves of mid-June – brought on by the active phase of the Madden-Julian Oscillation or MJO – way back on the second day of the hurricane season. While El Niño was heating up in the eastern Pacific, the Gulf and western Caribbean showed signs of punching through – at least briefly – as the upper-level wind configuration opened a narrow lane for tropical mischief.</p><p>Now that we’re on the other side of Arthur and its remnants, the tropical Atlantic is about to get pummeled by the one-two punch of El Niño and continent-sized plumes of Saharan dust, coming as dust season peaks for the end of June and beginning of July.</p><p>The warming of the ocean waters in the eastern equatorial Pacific that define El Niño takes time to link up with the atmosphere and begin affecting the circulation patterns that ultimately dampen Atlantic tropical activity. We’re seeing that atmospheric coupling beginning now, with rising air dominating the Pacific and sinking air over the North Indian Ocean torpedoing development odds through the tropical Atlantic.</p><figure><img src="https://www.local10.com/resizer/v2/BX4ISJ7PZNGXBARZR54H55YXKE.png?auth=7cbcc8e061c0bc7b4c9ba5ccc0073d5e31f9827bf1e3a7337e56d1cdfc3cc090&smart=true&width=1200&height=900" alt="Areas of rising (blue/cool colors) and sinking (red/warm colors) air straddling the equator (between 15°N and 15°S) by global longitude (x-axis) from late May (top of the chart) through August 6th (bottom of the chart). The time vs. longitude chart is known as a Hovmöller diagram and shows the global progression of the Madden-Julian Oscillation or MJO and its Kelvin Wave components. The solid greens and blues (something called a “standing wave”) between 180 and 90 degrees west longitude indicate El Niño is coupling with the atmosphere leading to a change in circulation patterns that will deter tropical activity across the Atlantic for much of the hurricane season ahead. Credit: ECMWF." height="900" width="1200"/><figcaption>Areas of rising (blue/cool colors) and sinking (red/warm colors) air straddling the equator (between 15°N and 15°S) by global longitude (x-axis) from late May (top of the chart) through August 6th (bottom of the chart). The time vs. longitude chart is known as a Hovmöller diagram and shows the global progression of the Madden-Julian Oscillation or MJO and its Kelvin Wave components. The solid greens and blues (something called a “standing wave”) between 180 and 90 degrees west longitude indicate El Niño is coupling with the atmosphere leading to a change in circulation patterns that will deter tropical activity across the Atlantic for much of the hurricane season ahead. Credit: ECMWF.</figcaption></figure><p>A ribbon of exceptionally strong wind shear stretching clear through the tropical belt of the Atlantic basin will mean tropical tumbleweeds for the foreseeable future.</p><figure><img src="https://www.local10.com/resizer/v2/FVKXEU7ZMNCJRNBCLQMMCDA67E.png?auth=1cebf14c64b9016f7c44e4871d6ba8feda1190afef753f223cd8c2aeeb81757e&smart=true&width=1200&height=900" alt="Forecast wind shear departure from average (warmer colors indicate areas of higher-than-average wind shear) for the last week of June into early July from the European model ensemble system. Long-range forecast models show a belt of extremely hostile wind shear through the tropical Atlantic, consistent with a strong El Niño. Credit: TropicalTidbits.com." height="900" width="1200"/><figcaption>Forecast wind shear departure from average (warmer colors indicate areas of higher-than-average wind shear) for the last week of June into early July from the European model ensemble system. Long-range forecast models show a belt of extremely hostile wind shear through the tropical Atlantic, consistent with a strong El Niño. Credit: TropicalTidbits.com.</figcaption></figure><p>Even into July, any tropical threats will probably originate closer to the U.S. and around the southeastern U.S. coastline where the effects of El Niño are less noticeable. But for now, the triggers we’d look to closer to home – like unusually strong cold fronts or large thunderstorm complexes moving off the mainland – aren’t in the cards, and June should close with little fanfare across the Atlantic.</p><figure><img src="https://www.local10.com/resizer/v2/RYTEXXVVZJBXJP7ACA7U3HPE3E.PNG?auth=cae57b568f9f6211205d5bbbb5855c1f960b97124f43db9d104dc3c491c21f19&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p><!-- Local 10 Hurricane Resources (compact, aligned, no overlap) -->
<div class="l10-hurribox" role="complementary" aria-label="Local 10 Hurricane Resources">
  <style>
    /* Prevent width calc overflow across the component */
    .l10-hurribox, .l10-hurribox * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  <!-- Decorative wave -->
  <div class="l10-wave" aria-hidden="true">
    <svg viewBox="0 0 1200 120" preserveAspectRatio="none">
      <defs>
        <linearGradient id="l10-ocean" x1="0" x2="0" y1="0" y2="1">
          <stop offset="0" stop-color="#3b78c2" stop-opacity=".85"/>
          <stop offset="1" stop-color="#0b2747" stop-opacity=".95"/>
        </linearGradient>
      </defs>
      <path d="M0,40 C150,90 350,-10 600,40 C850,90 1050,10 1200,40 L1200,120 L0,120 Z" fill="url(#l10-ocean)">
        <animate attributeName="d" dur="9s" repeatCount="indefinite"
          values="
          M0,40 C150,90 350,-10 600,40 C850,90 1050,10 1200,40 L1200,120 L0,120 Z;
          M0,35 C150,80 350,0 600,35 C850,80 1050,0 1200,35 L1200,120 L0,120 Z;
          M0,40 C150,90 350,-10 600,40 C850,90 1050,10 1200,40 L1200,120 L0,120 Z"/>
      </path>
    </svg>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SRGTZEN5XFD2NGVREFF5FJZ5JI.png?auth=7506e806fd03f587a408452d509ac96c084aad0b91c756ff2fa44be9f8c6c587&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[Monday morning true-color satellite showing a large, hazy plume of Saharan dust pushing westward across the Atlantic basin. Credit: NOAA.]]></media:description></media:content></item><item><title><![CDATA[Warsh's gamble: A quieter Federal Reserve could mean volatile markets, higher rates]]></title><link>https://www.local10.com/business/2026/06/22/warshs-gamble-a-quieter-federal-reserve-could-mean-volatile-markets-higher-rates/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/22/warshs-gamble-a-quieter-federal-reserve-could-mean-volatile-markets-higher-rates/</guid><dc:creator><![CDATA[By CHRISTOPHER RUGABER, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The Federal Reserve has for decades moved steadily from a remote, opaque government agency that shared little about what it did or why to a more transparent institution willing to explain how it makes decisions and what it thinks about the economy.]]></description><pubDate>Mon, 22 Jun 2026 14:32:38 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The Federal Reserve has for decades moved steadily from a remote, opaque government agency that shared little about what it did or why to a more transparent institution willing to explain how it makes decisions and what it thinks about the economy.</p><p>But in his first press conference last Wednesday, new chair Kevin Warsh began to reverse some of those steps. Warsh, like many economists, thinks the financial markets have become too dependent on Fed guidance, and that such direction is more effective in financial crises or economic downturns.</p><p>Warsh's changes to the Fed's communications represent something of a return to former chair Alan Greenspan's circumspect approach. Greenspan died at 100 on Monday. He is the only former chair Warsh praised at his swearing-in last month.</p><p>As chair, Warsh has rapidly delivered on his promise to slash the Fed's communications. He sharply cut the central bank's post-meeting statement and underscored at the press conference the removal of the guidance it formerly gave to financial markets about the Fed's next interest-rate moves. Yet such an approach carries the risk of more violent swings in stock and bond prices, analysts say, and ultimately could lead to higher interest rates for consumers and businesses.</p><p>“Forward guidance in general has served to suppress volatility and anchor market expectations,” said George Pearkes, global macro strategist at Bespoke Investment Group. “And that has led to lower borrowing rates, relative to alternatives.”</p><p>Still, the impact on consumers is likely to be modest, Pearkes added, with mortgage rates perhaps a quarter-point higher than they would be otherwise.</p><p>Warsh may be headed back to 1990s</p><p>Such swings could be a sign of things to come. Previous chairs have signaled the Fed's next moves clearly enough that financial markets have largely anticipated the central bank's actions. But Warsh appears to be following Greenspan, whose oracular comments often kept investors guessing.</p><p>Yet Greenspan, who served as chair from 1987 to 2005, also ushered in several changes that made the Fed more transparent. He began the practice of issuing statements after each Fed meeting to announce its interest-rate decision. He also began publicly releasing the minutes of each meeting and the full transcripts, after a five-year delay, though those moves came in response to pressure from Congress.</p><p>The first statement was issued Feb. 4, 1994, and said the Fed would increase its key rate for the first time in five years. The move caught investors off-guard and the Dow Jones Industrial Average plunged 2.4% that day.</p><p>The paring back of Fed communications is part of a larger package of potential reforms to the central bank's operations that Warsh signaled Wednesday. He announced that the Fed will set up five task forces to examine the Fed's communications, its balance sheet, how it analyzes and gathers economic data, the impact of AI on productivity and jobs, and the frameworks it uses to analyze inflation.</p><p>Warsh said the communications task force would consider changes to the quarterly economic projections the Fed issues as well as look at other recent innovations, including press conferences. Former chair Ben Bernanke was the first to hold them, though he did so only after every other Fed meeting. Warsh's predecessor, Jerome Powell, shifted to holding them after every meeting.</p><p>Such steps were a sharp contrast with the 1990s, when Greenspan never explained a Fed decision, on the record, to reporters. Warsh could ultimately dial back some of the Fed's increased transparency.</p><p>“This is a big change in how the Fed has conducted itself since the (2008-2009) global financial crisis,” Matthew Luzzetti, chief U.S. economist at Deutsche Bank, said. "Since then there has been a one-way train to greater communication, more transparency, and more forward guidance. Warsh has now put that train in reverse.”</p><p>Fed chairs have seen benefits to forward guidance</p><p>Previous Fed chairs, starting with Bernanke, have seen a clear benefit to more communication: It helps guide the markets in the direction the Fed wants. Fed officials control a short-term interest rate, but the rates that affect the economy — such as the yield on the 10-year Treasury — are heavily influenced by investors' expectations for inflation and economic growth. By telegraphing their next moves, policymakers can cause those longer-term rates to change even before the Fed adjusts its own benchmark rate.</p><p>Yet Warsh's view is that financial markets have become too dependent on Fed guidance. Instead, he wants investors to gauge where the Fed may move next by examining economic data and making their own judgments, which the Fed can then consider as part of their assessments of where the economy is headed.</p><p>“Financial market prices are probably the most important source of information to guide central bankers,” Warsh said at Wednesday's news conference.</p><p>Guidance can help with unexpected events</p><p>David Andolfatto, an economics professor at the University of Miami and former economist at the St. Louis Fed, said he agreed with Warsh that forward guidance has flaws. It can be easily upended by unexpected events, he said, such as Russia's invasion of Ukraine or the Iran war.</p><p>But the chair should set out guidelines for how the Fed will react to unexpected events, Andolfatto said, or to challenges such as the persistent inflation it is grappling with now, yet Warsh so far hasn't done so.</p><p>“I’m with him on dispensing with forward guidance, but you have to replace it with a contingency plan,” Andolfatto said. “It's not enough to say, trust me, we'll keep inflation at target.”</p><p>Ironically, Warsh's decision to drop forward guidance may empower the other 18 members of the Fed's rate-setting committee, Pearkes said. Those officials — six members of the Fed's governing board, plus the presidents of the 12 regional Fed banks — frequently give public speeches, and their remarks will get even more attention as financial markets seek clues about what the Fed may do next.</p><p>A big challenge to Warsh's approach will come if there is a sharp financial downturn or economic crisis, as occurred during the COVID pandemic. In those circumstances, economists said, forward guidance can play an important role calming markets.</p><p>“Whether it will stand the test of time and he will behave this way for five years is a very different question, but one that we're going to have to wait for events to unfold to get an answer to," Pearkes said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/Q5WPVYC3FJYYMJJIPA7MGGI3YI.jpg?auth=b1a15b511ac6a76d50c12023d6caab03b3054c221d3f1179a2a5599a2e294449&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 a news conference following the Federal Open Market Committee meeting, Wednesday, June 17, 2025, in Washington. (AP Photo/Rod Lamkey, Jr.)]]></media:description><media:credit role="author" scheme="urn:ebu">Rod Lamkey</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CLGZ6OXD3JXAADL3I3SIVOU4XY.jpg?auth=5ceecbf7d7796c1c6f53c14d4130129640ecb849464894fae35af61cd603ef27&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Federal Reserve Chair Kevin Warsh's press conference appears on screens on the floor of the New York Stock Exchange, Wednesday, June 17, 2026. (AP Photo/Richard Drew)]]></media:description><media:credit role="author" scheme="urn:ebu">Richard Drew</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/N4THINEVDTZCQOSFZMRX6BZNBI.jpg?auth=e5d0b2af940e70037c2a232119cbb27bfe72f19e5d9a44550ac0b8aeef991922&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Federal Reserve Chair Kevin Warsh's press conference appears on a screen on the floor of the New York Stock Exchange, Wednesday, June 17, 2026. (AP Photo/Richard Drew)]]></media:description><media:credit role="author" scheme="urn:ebu">Richard Drew</media:credit></media:content></item><item><title><![CDATA[Cantidades enormes de fentanilo llegaron a las calles mientras la DEA miraba y no actuaba]]></title><link>https://www.local10.com/espanol/2026/06/22/cantidades-enormes-de-fentanilo-llegaron-a-las-calles-mientras-la-dea-miraba-y-no-actuaba/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/22/cantidades-enormes-de-fentanilo-llegaron-a-las-calles-mientras-la-dea-miraba-y-no-actuaba/</guid><dc:creator><![CDATA[Por JIM MUSTIAN y JOSHUA GOODMAN, Associated Press]]></dc:creator><description><![CDATA[ALBUQUERQUE, Nuevo México, EE.UU. (AP) — Incluso mientras combatía la epidemia de drogas más mortífera en la historia de Estados Unidos, la Administración para el Control de Drogas (DEA, por sus siglas en inglés) permitió que cientos de miles de pastillas de fentanilo llegaran a las calles de Nuevo México entre 2023 y 2025, según tres agentes actuales y anteriores de la DEA y registros gubernamentales revisados por The Associated Press.]]></description><pubDate>Mon, 22 Jun 2026 14:26:02 +0000</pubDate><content:encoded><![CDATA[<p>ALBUQUERQUE, Nuevo México, EE.UU. (AP) — Incluso mientras combatía la epidemia de drogas más mortífera en la historia de Estados Unidos, la Administración para el Control de Drogas (DEA, por sus siglas en inglés) permitió que cientos de miles de pastillas de fentanilo llegaran a las calles de Nuevo México entre 2023 y 2025, según tres agentes actuales y anteriores de la DEA y registros gubernamentales revisados por The Associated Press.</p><p>Los agentes de la DEA monitorearon repetidamente envíos de pastillas de fentanilo —pero no las incautaron— mientras fiscales federales buscaban presentar casos penales más grandes contra traficantes de un opioide sintético que la Casa Blanca designó el año pasado como un “arma de destrucción masiva”.</p><p>Sin embargo, agentes y expertos señalaron que la táctica equivalía a una apuesta con la seguridad pública que potencialmente puso en peligro a comunidades en Albuquerque y sus alrededores y pudo haber violado normas del Departamento de Justicia destinadas a proteger al público.</p><p>“Envenenamos a nuestra comunidad para armar casos”, declaró a AP el agente especial de la DEA David Howell en una serie de entrevistas en Nuevo México. “Por nuestra propia ceguera deliberada, podemos decir: ‘En realidad no sabemos qué pasó con las drogas’. Pero al 100% hicimos que muriera gente”.</p><p>La DEA ha sostenido desde hace tiempo que no es posible incautar cada envío de cada droga. Pero la estrategia de permitir que cantidades asombrosas de analgésicos falsificados llegaran a las calles dejó atónitos a varios agentes veteranos que hablaron con AP.</p><p>Eliminar de las calles el fentanilo ilícito, fabricado en su mayoría en laboratorios mexicanos, se convirtió en la máxima prioridad de la DEA durante la última década, a medida que aumentaban las muertes por sobredosis. Al mismo tiempo, su letalidad —unos pocos miligramos pueden matar al adulto promedio— trastocó tácticas probadas que se habían usado para combatir drogas como la cocaína y la heroína. Esos métodos han incluido permitir que se completen transacciones de drogas para que los agentes puedan seguir los narcóticos a través de la cadena de suministro. El fentanilo, sin embargo, es tan peligroso que el Departamento de Justicia elaboró directrices para los agentes en esas circunstancias, alentándolos a incautar el opioide siempre que fuera “practicable”.</p><p>Albuquerque, que tiene un vecindario tan asediado por las drogas que se conoce como “War Zone”, y otras regiones de Nuevo México siguen en el epicentro de la epidemia de fentanilo. Mientras las muertes por sobredosis a nivel nacional cayeron 14% el año pasado, datos del gobierno muestran que Nuevo México registró un aumento de 21%.</p><p>Alex Uballez, quien se desempeñó como fiscal federal de Estados Unidos en Nuevo México desde 2022 hasta el año pasado, indicó que en ocasiones las autoridades permitieron que envíos de drogas no fueran incautados como parte de un esfuerzo más amplio para reunir inteligencia y construir casos contra grandes traficantes. Explicó que el enfoque reflejaba los recursos limitados de su oficina y su convicción de que procesar a organizaciones más grandes puede tener un impacto mayor que interceptar cada transacción de drogas sospechosa.</p><p>El año pasado, la DEA registró en Albuquerque el mayor decomiso de fentanilo en su historia.</p><p>“Vale la pena atrapar a los peces más grandes”, manifestó Uballez, “y eso salvará más vidas”.</p><p>La DEA afirmó en un comunicado que “las decisiones de investigación en cuestión fueron legales, razonables dadas las circunstancias y coherentes con las directrices del Departamento”.</p><p>“Las descripciones públicas que sugieren que la DEA permitió a sabiendas que el fentanilo llegara a las comunidades son falsas y tergiversan fundamentalmente los hechos”, escribió en un correo electrónico la portavoz de la DEA Amanda Wozniak. Señaló que las investigaciones involucraron escuchas telefónicas autorizadas por un tribunal “en las que agentes y fiscales realizaron vigilancia en tiempo real, recopilación de inteligencia y análisis operativo dirigidos a organizaciones de narcotráfico de mayor escala”.</p><p>Inteligencia precisa</p><p>En algunos casos, la DEA contaba con inteligencia tan detallada sobre las entregas de drogas que los agentes pudieron contabilizar cantidades exactas de pastillas, según informes revisados por AP.</p><p>Los agentes, por ejemplo, descifraron conversaciones codificadas por teléfonos celulares y vigilaron de cerca una transacción en un parque de casas móviles en Albuquerque en junio de 2023, de acuerdo con un informe de 66 páginas revisado por AP. Los agentes escribieron en el informe que los traficantes entregaron 74.000 pastillas como parte de ese acuerdo, una cifra que los fiscales federales confirmaron posteriormente en un escrito judicial.</p><p>Días antes, mostró otro informe de la DEA, los investigadores observaron a la misma red de distribución entregar un neumático de repuesto que ocultaba otro presunto envío de fentanilo que, de manera similar, no fue incautado.</p><p>“No hicimos nada, solo sentarnos y mirar”, expresó Howell, quien presentó una denuncia oficial como denunciante en 2023 para llamar la atención sobre lo que consideraba una táctica que ponía en riesgo la seguridad pública.</p><p>Pasaron meses antes de que las autoridades federales desmantelaran a los traficantes, y Howell, quien participó en la vigilancia, afirmó que hoy las autoridades no pueden dar cuenta de los envíos no incautados.</p><p>“Es indignante poner en riesgo tantas vidas con la esperanza de armar un gran caso”, sostuvo Tristan Leavitt, presidente de Empower Oversight, un grupo de defensa de denunciantes que ha pedido al Comité Judicial del Senado y a la Oficina del Inspector General del Departamento de Justicia que investiguen las afirmaciones de Howell.</p><p>Un exsupervisor de la DEA, que habló bajo condición de anonimato por temor a represalias, dijo que él y sus colegas de Albuquerque permitieron que “millones” de pastillas no fueran incautadas durante una investigación multiestatal el año pasado.</p><p>Howell informó en sus revelaciones como denunciante que los agentes en ese caso permitieron la entrega de al menos 1,8 millones de pastillas de fentanilo.</p><p>Esa investigación, contaron a AP el exsupervisor y Howell, culminó en el mayor decomiso de fentanilo en la historia de la DEA, una operación anunciada en mayo de 2025 por la entonces secretaria de Justicia Pam Bondi que resultó en la incautación de más de 3 millones de pastillas.</p><p>“La cantidad que finalmente incautamos estaba llegando a las calles cada mes mientras ese caso seguía en curso”, apuntó el exsupervisor, y añadió que la DEA podría haber desmantelado la organización seis meses antes.</p><p>La fiscalía federal en Albuquerque no respondió preguntas sobre los envíos de fentanilo no incautados pero, en un comunicado a AP, indicó que la “conducta” que Howell sacó a la luz ocurrió durante la administración anterior.</p><p>“La dirección actual de esta oficina está enfocada en investigar y procesar agresivamente el tráfico de fentanilo y desarticular las organizaciones criminales responsables de distribuir estas drogas”, escribió en un correo electrónico Tessa DuBerry, portavoz de la oficina.</p><p>Uballez, el exfiscal federal, sostuvo que los conteos estimados de pastillas “basados en llamadas telefónicas interceptadas no son confiables”.</p><p>“No creo que se pueda negar que se ‘deje pasar’ la droga”, comentó, en referencia a la táctica policial de permitir que el contrabando no sea incautado para avanzar una investigación. “Cuánto y con qué frecuencia —y con qué certeza— es increíblemente difícil de responder en retrospectiva”.</p><p>Incautar o no incautar</p><p>A medida que las sobredosis de fentanilo se convirtieron en una epidemia durante la última década, el Departamento de Justicia elaboró un manual interno para combatir la droga más mortífera que haya cruzado la frontera mexicana. El plan coincidió con una campaña de difusión que advirtió a los estadounidenses que “Una pastilla puede matar”, un esfuerzo de la DEA para destacar los peligros únicos del fentanilo.</p><p>Adoptados en 2017, los “Protocolos de fentanilo” instaban a los agentes a “incautar o impedir de otro modo la distribución” de fentanilo “tan pronto como sea practicable”. Las normas, que no se habían hecho públicas anteriormente, señalaban que “proteger la seguridad pública es primordial”, independientemente de si las incautaciones comprometen las investigaciones.</p><p>El Departamento de Justicia reescribió las normas en 2024 para otorgar a las fuerzas del orden mayor discrecionalidad en esos casos. Los protocolos actualizados indican que los investigadores “pueden ejercer discreción al determinar si tomar medidas para impedir el tráfico de fentanilo”, equilibrando los riesgos para la seguridad pública frente a “los beneficios que se lograrían al preservar la investigación”.</p><p>La DEA rara vez habla de la táctica de permitir que las drogas no sean incautadas. Su manual para agentes describe retirar drogas de la calle como “el curso de acción habitual”, pero añade que “puede haber casos en los que los objetivos de la investigación se logren mejor al no hacerlo”.</p><p>La agencia ha utilizado durante mucho tiempo “entregas controladas” en las que una vigilancia constante de las drogas —y a menudo su sustitución por narcóticos falsos— va seguida de una operación para detener a los implicados y recuperarlas, según agentes actuales y anteriores.</p><p>En entrevistas, varios agentes actuales y anteriores compararon la decisión de permitir que el fentanilo llegara a las calles con la infame “Operación Fast and Furious”, un escándalo de 2011 en el que compradores falsos introdujeron de contrabando unas 2.000 armas de asalto a México con la intención de rastrearlas hasta líderes de cárteles.</p><p>La Oficina de Alcohol, Tabaco, Armas de Fuego y Explosivos recibió duras críticas bipartidistas después de que dos de esas armas aparecieran en la escena del tiroteo fatal de un agente de la Patrulla Fronteriza, y el Departamento de Justicia prohibió explícitamente a los agentes permitir que se traficaran armas de fuego.</p><p>Dar la voz de alarma</p><p>Howell se inquietó tanto por la falta de incautaciones de fentanilo por parte de su agencia que comenzó a señalar muertes por sobredosis que podrían haber sido causadas por las mismas pastillas que la DEA permitió que fluyeran hacia los distribuidores. Uno de esos casos incluyó a un niño de 15 meses que murió después de ingerir residuos de fentanilo quemado el año pasado en Española, un pueblo de Nuevo México devastado por la pobreza y la adicción.</p><p>Howell, quien se incorporó a la DEA hace 19 años tras una década en la Marina, llevó sus acusaciones a la Oficina del Asesor Especial de Estados Unidos. La agencia, encargada de proteger a los denunciantes, determinó inicialmente que existía una “probabilidad sustancial de irregularidades” y pidió al Departamento de Justicia que investigara.</p><p>A inicios de 2024, Howell dijo a la Oficina de Responsabilidad Profesional del Departamento de Justicia que agentes de la DEA habían observado —pero no incautado— entregas separadas de 150.000 y 50.000 pastillas de fentanilo.</p><p>La DEA y los fiscales federales, añadió, “se están colocando en una posición precaria en la que no podrán demostrar que el fentanilo que pudieron haber detenido no resultó en la muerte de una persona”.</p><p>La Oficina de Responsabilidad Profesional del Departamento de Justicia determinó en 2024 que la DEA y la fiscalía federal habían tomado decisiones razonables al decidir permitir que las drogas no fueran incautadas y que su inacción no representó un “peligro específico para la salud pública”.</p><p>La Oficina del Asesor Especial, que según críticos rara vez cuestiona las conclusiones de las agencias, consideró razonable el informe del Departamento de Justicia.</p><p>Howell, mientras tanto, pagó un precio por hacer sus denuncias. La DEA lo relegó a tareas de escritorio durante más de un año y redujo sus evaluaciones de desempeño, según Howell y registros de la DEA. Los registros internos también muestran que los fiscales le prohibieron testificar en un tribunal federal, citando su “patrón de negarse a acatar” advertencias para permitir que las drogas no fueran incautadas durante investigaciones de largo plazo.</p><p>Al señalar la propia campaña “Una pastilla puede matar” de la DEA, agentes actuales y anteriores dijeron que no podían entender la conclusión del organismo de supervisión de que las tácticas no habían puesto al público en peligro. Indicaron que la droga es tan peligrosa que debe manipularse en un laboratorio especializado.</p><p>___________________________________</p><p>Goodman reportó desde Miami.</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/33GNJHWBHE5EYIN62EGWI5LQUE.jpg?auth=1655369cfbdfb081aa6192bbbec8b269c1a098a0b2b4fdd2c98ab2c44023c734&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Foto entregada por la DEA que muestra píldoras con fentanilo, confiscadas en Nuevo México, el 28 de abril del 2025. (DEA via AP)]]></media:description></media:content></item><item><title><![CDATA[Former Wimbledon champion Vondrousova suspended for 4 years for refusing doping test]]></title><link>https://www.local10.com/sports/2026/06/22/former-wimbledon-champion-vondrousova-suspended-for-4-years-for-refusing-doping-test/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/22/former-wimbledon-champion-vondrousova-suspended-for-4-years-for-refusing-doping-test/</guid><dc:creator><![CDATA[By ANDREW DAMPF, Associated Press]]></dc:creator><description><![CDATA[Former Wimbledon champion Marketa Vondrousova was suspended for four years on Monday for refusing an anti-doping test, the latest high-profile player sanctioned.]]></description><pubDate>Mon, 22 Jun 2026 18:18:55 +0000</pubDate><content:encoded><![CDATA[<p>Former Wimbledon champion Marketa Vondrousova was suspended for four years on Monday for refusing an anti-doping test, the latest high-profile player sanctioned.</p><p>The Czech cited “mental stress” and fear when the testing agent “rang my door late at night without properly identifying themselves.”</p><p>The International Tennis Integrity Agency made the announcement, saying Vondrousova refused a test in December and the maximum four-year ban for a routine first offense was reached by an independent tribunal following a hearing this month.</p><p>Vondrousova became Wimbledon’s first unseeded female champion when she beat Ons Jabeur in the 2023 final. She reached a career-high ranking of No. 6 that year. She also reached the French Open final in 2019, losing to Ash Barty.</p><p>The 26-year-old Vondrousova detailed her reaction to the missed test in an Instagram post in April.</p><p>“It is very tough for me to talk about this, but I want to be transparent with you about my mental health,” Vondrousova said. “The recent doping control incident happened because I reached a breaking point after months of physical and mental stress.”</p><p>The ITIA said Vondrousova “did not submit a sample when notified by a Doping Control Officer during an out-of-competition test attempt at her home at around 8 p.m. on 3 December 2025” and that she instead signed a refusal form.</p><p>“I have never doped. I have never had a positive test,” Vondrousova wrote on Instagram after the ruling was released. “Throughout my entire career, I have undergone countless anti-doping controls and have always stepped onto the court with a clear conscience. Just three days after the incident that ultimately changed my life, I was tested again. The result was negative. Just like every test before it.”</p><p>Vondrousova was represented by Los Angeles-based lawyer Howard Jacobs, a specialist in doping rules cases. Jacobs helped two-time Grand Slam singles champion Simona Halep win an appeal case in 2024 at the Court of Arbitration for Sport against a four-year ban for doping.</p><p>Vondrousova becomes the latest high-profile tennis player involved in a doping case after Halep, Jannik Sinner and Iga Swiatek.</p><p>Sinner accepted a three-month ban in a settlement with the World Anti-Doping Agency at the start of last year and Swiatek accepted a one-month suspension at the end of 2024.</p><p>Halep, Sinner and Swiatek each proved they were not entirely responsible for their positive tests.</p><p>“We recognize this is a significant ban,” ITIA CEO Karen Moorhouse said. “You can’t have an anti-doping system where a player is in a better place by refusing to take a test than they would by taking a test and testing positive. So that feeds into the structure of the doping rules that provides for a starting point in the four-year ban for refusing to take a test.”</p><p>Vondrousova’s ban expires June 21, 2030. She can appeal the decision to the Switzerland-based CAS.</p><p>During a hearing before the tribunal, Vondrousova presented explanations that stress and poor mental health affected her decision making, in addition to concerns for her safety because she claimed the tester did not identity herself.</p><p>The tribunal also took testimony from the doping control officer and concluded the evidence offered “no compelling justification” for the test refusal.</p><p>Tennis players and other pro athletes are required by anti-doping rules to specify where they will be available for a one-hour period each day to give samples for testing.</p><p>The female testing agent showed up at Vondrousova’s home outside the assigned hour that the player signed up for that day — in a surprise test. Athletes are required to submit for testing if they are located for a surprise test outside their assigned hour. If they are not found when a tester shows up outside assigned hours, there is no sanction.</p><p>“Unpredictable testing is an essential tool to protect clean sport,” Moorhouse said. “The independent tribunal ultimately supported that principle. This case is an important reminder that players can be tested at any time, in any place, and that refusal comes with significant risk.”</p><p>The ITIA would not say if any inconsistencies were found in Vondrousova's previous anti-doping history.</p><p>“We wouldn’t disclose that,” said Nicole Sapstead, the ITIA's senior director of anti-doping, adding: “We look at all things like that.”</p><p>Vondrousova, ranked 122, hasn't played since January.</p><p>Wimbledon starts next week.</p><p>___</p><p>AP Sports Writer Graham Dunbar in Geneva contributed to this report.</p><p>___</p><p>AP tennis: https://apnews.com/hub/tennis</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FTDF5KLGWRYO7E5YXUW766S27A.jpg?auth=7f8b7601918af9caddcb378a91b9904eca6d0adaecb2e94f17bd6f2be75f9417&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Czech Republic's Marketa Vondrousova celebrates with the trophy after beating Tunisia's Ons Jabeur to win the final of the women's singles on day thirteen of the Wimbledon tennis championships in London, Saturday, July 15, 2023. (AP Photo/Alberto Pezzali, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Alberto Pezzali</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4QU5AQCGGY4AXH2DZ6765TFB54.jpg?auth=cd9305f7c77d446fd3d314368ebe99bf9cd4c327a54d793505272701fd7986bd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Marketa Vondrousova, of the Czech Republic, reacts after defeating Jasmine Paolini, of Italy, during the third round of the U.S. Open tennis championships, Friday, Aug. 29, 2025, in New York. (AP Photo/Seth Wenig, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Seth Wenig</media:credit></media:content></item><item><title><![CDATA[KPMG Women's PGA boosts purse to $13 million, the largest in women's golf]]></title><link>https://www.local10.com/sports/2026/06/22/kpmg-womens-pga-boosts-purse-to-13-million-the-largest-in-womens-golf/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/22/kpmg-womens-pga-boosts-purse-to-13-million-the-largest-in-womens-golf/</guid><dc:creator><![CDATA[By DOUG FERGUSON, Associated Press]]></dc:creator><description><![CDATA[The KPMG Women’s PGA Championship returned to having the largest purse in the history of women’s golf, announcing Monday an increase to $13 million along with adding artificial intelligence to elevate its analytics features.]]></description><pubDate>Mon, 22 Jun 2026 20:30:06 +0000</pubDate><content:encoded><![CDATA[<p>The KPMG Women’s PGA Championship returned to having the largest purse in the history of women’s golf, announcing Monday an increase to $13 million along with adding artificial intelligence to elevate its analytics features.</p><p>This is the ninth consecutive year the purse has increased, the largest coming in 2022 when the prize money doubled to $9 million.</p><p>The U.S. Women’s Open earlier this month at Riviera raised its purse to $12.5 million.</p><p>The Women’s PGA, which starts Thursday at Hazeltine National, is attracting more attention this year as Nelly Korda, the No. 1 player in women’s golf, tries to become the first player since Inbee Park in 2013 — and only the second female in history — to win three straight majors to start the season.</p><p>The field is the strongest for the women’s majors, with all top 100 from the LPGA points list. NBC, Peacock and Golf Channel combine to provide 26 hours of television coverage, equal to the amount devoted to the Women’s Open.</p><p>“We’re proud to deliver the premier major on the LPGA Tour,” said Tim Walsh, the U.S. chair and CEO for KPMG. “Working with the PGA of America and the LPGA Tour, we’re combining a record purse with technology that gives players better, real-time insight into their performance, along with broader, more dynamic coverage for fans.</p><p>“It’s all about continuing to build momentum for women’s golf.”</p><p>The major dates to 1955. The PGA of America began jointly running it with the LPGA, with KPMG providing major corporate support and behind big upgrades in prize money and data enhancements to help players and the broadcast.</p><p>The Women's PGA has been going to some of the most established courses in history. Hazeltine has hosted the U.S. Open and PGA Championship, along with the Ryder Cup in 2016, with another Ryder Cup set for 2029. Next year it goes back to Congressional.</p><p>Beyond the boost in prize money, AI-enhanced features are being added to the “KPMG Performance Insights,” launched five years ago to give players access to detailed statistics and to provide an extra layer of storytelling on the broadcast.</p><p>That includes reels available to each player that provide a breakdown of their rounds, and shot-level data for the media. There also is an AI-powered live outcome prediction engine. Also, several caddies will wear microphones to allow viewers to hear live interactions on course strategy.</p><p>___</p><p>AP golf: https://apnews.com/hub/golf</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WGMRSFP4PRV5XYAWGJ67YVWSIM.jpg?auth=86ca8bce314fc268d6721f15111a73d650c488623afdb015fbb6a35f98e5d64b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Nelly Korda holds the trophy after winning the U.S. Women's Open golf tournament Sunday, June 7, 2026, in the Pacific Palisades area of Los Angeles. (AP Photo/Jessie Alcheh)]]></media:description><media:credit role="author" scheme="urn:ebu">Jessie Alcheh</media:credit></media:content></item><item><title><![CDATA[Wine brands chase Gen Z with playful tie-ins to Shark Week, NASCAR and more]]></title><link>https://www.local10.com/business/2026/06/22/wine-brands-chase-gen-z-with-playful-tie-ins-to-shark-week-nascar-and-more/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/22/wine-brands-chase-gen-z-with-playful-tie-ins-to-shark-week-nascar-and-more/</guid><dc:creator><![CDATA[By J.M. HIRSCH, Associated Press]]></dc:creator><description><![CDATA[BOSTON (AP) — Which wine pairs well with Shark Week? Does a pinot noir have enough acidity to cut through the grime of a Tough Mudder race? Is a big, brassy cabernet bold enough of a quaff for a night of naming dead rodents after an ex?]]></description><pubDate>Mon, 22 Jun 2026 14:04:40 +0000</pubDate><content:encoded><![CDATA[<p>BOSTON (AP) — Which wine pairs well with Shark Week? Does a pinot noir have enough acidity to cut through the grime of a Tough Mudder race? Is a big, brassy cabernet bold enough of a quaff for a night of naming dead rodents after an ex?</p><p>And is a wine named SEX too provocative or not provocative enough?</p><p>Absurd as they may sound, these are the questions haunting wine marketers grappling with slumping sales and increasingly elusive drinkers. How consumers -- especially younger drinkers -- answer them will determine whether an industry long defined by fuddy-duddy pretense can find its footing in 2026 and beyond.</p><p>“That self-important way that wine can refer to itself — we’re really trying to tip that on its head,” said Helen Kurtz, chief of marketing for The Wine Group, which hopes that offerings such as its easy-drinking Cupcake Vineyards wines can attract a generation that came of age on Frappuccinos and gas station BuzzBallz.</p><p>“It’s about being less serious about ourselves, because that’s what this consumer is demanding,” she said.</p><p>By which she means partnering the company’s MD 20/20 (yes, it’s a wine) with World Wrestling Entertainment matches (“Mad Dog Enters the Ring”), and launching the aptly named Fuel by Franzia line of boxed wine beverages for NASCAR (“Full Throttle Flavor”).</p><p>Alcohol consumption has dropped</p><p>It’s a fresh lesson on the importance of finding your customer rather than hoping they find you. Because almost across the board, alcohol consumption is down, a trend that accelerated post-pandemic. A host of factors is at play, including aging Boomers seeking healthier lifestyles, Gen Z’s gravitation to low- and no-alcohol beverages, and widening availability of alternatives such as marijuana.</p><p>Each segment of the alcohol industry -- valued at around $560 billion in the U.S. -- is responding differently. Hard liquor, for example, has found a rare growth category in ready-to-drink canned cocktails. But the wine industry faces its own constellation of challenges, many of its own making.</p><p>For anyone new to wine -- particularly much-coveted 20-somethings -- finding one’s way can be daunting, something of a Château du Stuffy effect.</p><p>“You’ve got a bunch of things, what you might call friction points, with wine, that are particularly salient to younger consumers,” including cost and drinkability, said Christian Miller, director of research for the Wine Market Council.</p><p>A pretentious image keeps some customers away</p><p>Wine, from the labels to the language used to describe it, historically has leaned pricy and pretentious (looking at you, “notes of asphalt and barnyard”). Wine trends also have favored boozy and bracing styles, a hard sell for folks used to sipping hard seltzers at the club.</p><p>Fewer than a third of Gen-Z households own a corkscrew, according to a trends report by the British household products company Lakeland. Even simply trying a wine comes with a gatekeeper: Hard liquor is easy to sample at a bar or as single-shot nips; most wine requires a full-bottle commitment.</p><p>A cadre of wineries has begun pushing the bounds of wine culture by ditching the fussy façade in favor of a sassy vibe and accessible language. Price matters, too (the sweet spot seems to be the $8 to $20 a bottle range), but not nearly so much as the message.</p><p>It's about using contemporary communication to pitch "something that’s been made for centuries,” said Charles Smith, founder of House of Smith, the company behind younger, shopper-friendly brands such as Kung Fu Girl Riesling and SEX Rosé. “My mantra is always to communicate the language of wine to everyone because not everyone speaks wine. The wine should be a reflection of the consumer who is going to buy it.”</p><p>Can tie-ins to pop culture make wine more relatable?</p><p>Bogle Family Wine Collection has leaned in with its Juggernaut Wines. Adorned with almost graphically violent labels showcasing alpha predators -- a shark, a grizzly, an orca, a lion and some sort of particularly angry bird of prey -- the bottles are a far cry from the placid villas and languorous ladies plastered across so many wines.</p><p>The other side of it is getting those bottles into spaces not traditionally associated with wine, said Jessica LaBounty, the company’s marketing director. For two years, Juggernaut has announced “Adventure awaits” as it sponsored the grueling Tough Mudder races. They’ve also done placements at zoos that host nights where people can name dead rodents and insects after former partners and feed them to the animals. Cheers…?</p><p>And this year, it’s Discovery network’s Shark Week. Juggernaut's chardonnay label sports an especially snappish great white and “just the right amount of bite.”</p><p>“The viewer base of Shark Week lines up really, really nicely with who we know our consumer to be," LaBounty said. "It’s another way to meet them where they are already versus kind of asking them to come to us.”</p><p>Learning to speak Gen Z is key</p><p>The goal is to bridge a generational divide in which wine got lost. Younger drinkers don’t and won’t talk about wine the way older drinkers do. To point, there's a clever social media meme about a Millennial marketing team pitching wine vs. a Gen-Z social media team. The Millennial effort goes on at length about terroir and full-bodied flavors. Gen-Z’s pitch? “it’s giving… yummy”.</p><p>Vibe is everything for Bread & Butter Wines, with the tagline, “Don’t overthink it.” As in, pair their red blend with a candy charcuterie board. Or their pinot noir with a Thanksgiving leftovers sandwich. Want fries with that? Try their prosecco.</p><p>“The No. 1 goal is to disrupt the shelf because it is so crowded,” said Caitlin Ward, brand and digital marketing director. “Sassiness is a way to do that.”</p><p>___</p><p>J.M. Hirsch is a longtime food writer who was food editor of The Associated Press for nearly a decade until 2016.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CV37LR4J2OZ4P7ZMW2EYMY6XCA.jpg?auth=b2d29494bedf3cbfbbd89e32daac1bb5e2ceae69608d64076e35cb33f2385f3d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A variety of pinot noir wines, from left, Josh Cellars Reserve, Juggernaut, and Chloe, are displayed at a grocery store in Concord, N.H. on June 8, 2026. (J.M. Hirsch via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">J.M. Hirsch</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/H2XAO4TMOACI5ZDBUBWY2MTAGM.jpg?auth=63bccb11d4b7b89cd8ca5ff39bbc8baae91335618d95eb8b8fe27198c66beb9d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A variety of California red wines from Line 39, from left, Cupcake Vineyards and Snoop Dogg's 19 Crimes Cali Red, are displayed at a grocery store in Concord, N.H. on June 8, 2026. (J.M. Hirsch via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">J.M. Hirsch</media:credit></media:content></item><item><title><![CDATA[Milan designers go lighter in silhouette, if not materials, for next summer]]></title><link>https://www.local10.com/entertainment/2026/06/22/milan-designers-go-lighter-in-silhouette-if-not-materials-for-next-summer/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/22/milan-designers-go-lighter-in-silhouette-if-not-materials-for-next-summer/</guid><dc:creator><![CDATA[By COLLEEN BARRY, Associated Press]]></dc:creator><description><![CDATA[MILAN (AP) — In complicated, heavy times, Milan designers went lighter — if not in materials, then in silhouette.]]></description><pubDate>Mon, 22 Jun 2026 15:16:01 +0000</pubDate><content:encoded><![CDATA[<p>MILAN (AP) — In complicated, heavy times, Milan designers went lighter — if not in materials, then in silhouette.</p><p>Amid economic uncertainty, geopolitical tensions and a sweltering Milan Fashion Week, designers largely stripped things back for next summer, embracing clean lines and pared-down looks. Prada led the way, with co-creative directors Miuccia Prada and Raf Simons arguing for simplicity and familiar clothes reimagined through proportion and fabrication.</p><p>That didn’t mean dressing for the heat was straightforward. Milan’s runways were filled with leather and knits for the next summer season, suggesting that fashion’s elite may need generous air-conditioning, mountain escapes or higher latitudes to wear some of the looks.</p><p>Key trends from Milan Fashion Week menswear Spring-Summer 2027 collections that closed on Monday include the embrace of luxury materials, sartorial ventilation and lighter tailoring, while a few defiantly chose bling over restraint.</p><p>Leather prevails despite the heat</p><p>Perhaps the biggest surprise of the season was the persistence of leather.</p><p>Prada’s leather combinations were inspired by the universality of jeans, featuring slim five-pocket pants matched with cropped flat-pocketed jackets that functioned as shirts. Other designers used woven and perforated techniques to make leather more breathable, even as temperatures climbed.</p><p>In Milan, luxury and practicality were often in tension.</p><p>The return of the body</p><p>After years of oversized silhouettes, menswear is once again embracing the body.</p><p>Designers broadly agreed that a well-dressed man still wears a suit. The challenge was how to survive the heat. The response was ventilation, with dress shirts left unbuttoned. Some were rendered transparent. Or they were simply done away with.</p><p>Long trousers remained dominant, but there was a shift toward closer-to-the-body dressing. Dolce & Gabbana pushed the idea furthest with microshorts that showcased muscular legs, while some brands exposed torsos.</p><p>Suiting for a hotter planet</p><p>Tailoring remained central to Milan collections, but in lighter, more relaxed forms.</p><p>Designers softened construction, opened necklines and experimented with fabrics and construction that allowed more airflow. The result was tailoring designed for rising temperatures without abandoning formality. U.S. designer Thom Browne, now under Zegna ownership, returned to Milan for the first time since 2008 with layered suiting that drew heavily on summer-friendly seersucker and pleated skirts for men, long a brand hallmark.</p><p>The message from Milan was clear: the suit isn’t going anywhere, but it is adapting.</p><p>Of course, restraint is not for everyone</p><p>While much of Milan embraced restraint, some designers doubled down on decoration.</p><p>Philipp Plein presented a crystal-encrusted denim ensemble that takes days of handwork to complete. Dolce & Gabbana also leaned into embellishment, including beaded accents that recalled coral.</p><p>If Prada’s vision was reduction, these designers unapologetically offered maximalism and glamour.</p><p>Space for new voices</p><p>A lighter Milan calendar created opportunities for emerging designers to gain attention alongside the industry’s biggest names.</p><p>Martin Quad made his Milan debut with unusual tailoring tricks that got him noticed in his native Copenhagen, while Domenico Orefice embraced leather and richly woven textiles for his co-ed collection.</p><p>Japanese designer Shinya Kozuka's Shinyakozuka label made its Milan debut with one of the most poetic and summery collections of the season, epitomized by a bare-chested model in a billowing sheer coat in teal worn baggy white trousers.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SYLC7I5GTELYZBCCOPAFIS3ZYY.jpg?auth=9ed968ad41f966aac2f3bef52d8737746224b4e410ad277b57f50f4d6bf93fbb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A model wears a creation as part of the Shinyakozuka Spring/Summer 2027 collection, presented in Milan, Italy, Monday, June 22, 2026. (AP Photo/Antonio Calanni)]]></media:description><media:credit role="author" scheme="urn:ebu">Antonio Calanni</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KVW4HCYWGJH4NNDFEEKMJMKAKU.jpg?auth=4931caa2c4f5bbf90600f88bb94702726b50c29c6eebf5ebb8b3acf1ca7d6d52&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A model wears a creation of the Tom Browne Spring/Summer 2027 collection, presented in Milan, Italy, Monday, June 22, 2026. (AP Photo/Antonio Calanni)]]></media:description><media:credit role="author" scheme="urn:ebu">Antonio Calanni</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2626ZJHMUMHEECPLGBFSYDE3FU.jpg?auth=b138cd439044f4ffb5d24a14a8320861cb1c8fdedda1b11a1b394cffb14494b9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Models wear creations from the Dolce & Gabbana Spring/Summer 2027 Men's collection presented in Milan, Italy, Saturday, June 20, 2026. (AP Photo/Nicola Marfisi)]]></media:description><media:credit role="author" scheme="urn:ebu">Nicola Marfisi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3E3ECEC4IZEQMY72CL3DZQA5RA.jpg?auth=ceff37f30a8217c2477dbe2e1aed29deb25c1c243677cc760fc7a53fba248001&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A model wears a creation from Prada's Spring/Summer 2027 men's collection presented in Milan, Italy, Sunday, June 21, 2026. (AP Photo/Luca Bruno)]]></media:description><media:credit role="author" scheme="urn:ebu">Luca Bruno</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AVHY2TGDCDKYSSDSXLAUI6CMDY.jpg?auth=803c4da7b57e96d28454c04299e00580bd2e66f5bb9cc753af52758a64394068&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Models wear creations from the Philipp Plein's Spring/Summer 2027 Men's collection presented in Milan, Italy, Saturday, June 20, 2026. (AP Photo/Nicola Marfisi)]]></media:description><media:credit role="author" scheme="urn:ebu">Nicola Marfisi</media:credit></media:content></item><item><title><![CDATA[FIFA World Cup 2026: Here is the June 22 schedule for Day 12 of group matches]]></title><link>https://www.local10.com/sports/2026/06/22/fifa-world-cup-2026-here-is-the-june-22-schedule-for-day-12-of-group-matches/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/22/fifa-world-cup-2026-here-is-the-june-22-schedule-for-day-12-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, 22 Jun 2026 13:40:45 +0000</pubDate><content:encoded><![CDATA[<p>FIFA World Cup 2026 fans have four games on Monday, as group-stage matches continue.</p><p>Argentina vs. Austria, a <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> match, is at 1 p.m. </p><p>France vs. Iraq, a <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> match, is at 5 p.m. </p><p>Norway vs. Senegal, a <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> match, is at 8 p.m. </p><p>Jordan vs. Algeria, a <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> match, 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>Related list:</b> <a href="https://www.local10.com/sports/2026/06/20/fifa-world-cup-2026-track-teams-advancing-to-round-of-32/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/20/fifa-world-cup-2026-track-teams-advancing-to-round-of-32/">Track teams advancing to Round of 32</a></p><h3><b>Group-stage progress</b></h3><p><b>Group H: </b><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Spain leads with 4 points</a></p><p><b>Group G:</b> <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Egypt leads with 4 points</a></p><p><b>Group F</b>: <a href="https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-f-2-matches-on-june-14/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-f-2-matches-on-june-14/">The Netherlands gets 3 points</a></p><p><b>Group E</b>: <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Germany advances to Round of 32</a></p><p><b>Group D:</b> <a href="https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-d-australia-gets-3-points-united-states-gets-3-points/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-d-australia-gets-3-points-united-states-gets-3-points/">U.S. advances to Round of 32 </a></p><p><b>Group C</b>: <a href="https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-c-brazil-and-morocco-each-get-1-point-scotland-gets-3-points/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-c-brazil-and-morocco-each-get-1-point-scotland-gets-3-points/">Brazil eliminates Haiti</a></p><p><b>Group B: </b><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Canada and Switzerland tie for 1st place</a></p><p><b>Group A: </b><a href="https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-a-mexico-and-south-korea-each-get-3-points-after-openers/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-a-mexico-and-south-korea-each-get-3-points-after-openers/">Mexico advances to Round of 32</a></p><p><b>Group K</b>: <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Colombia gets 3 points </a></p><p><b>Group J</b>: <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/">Austria and Argentina each get 3 points</a></p><p><b>Group I</b>: <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">France and Norway each get 3 points </a></p><h3><b>Tournament’s schedule </b> </h3><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 matcuphes: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a>, Norway vs. France, game is at 3 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a>, Senegal vs. Iraq, game is at 3 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H</a>, Cape Verde vs. Saudi Arabia, game is at 8 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H</a>, Uruguay vs. Spain, game is at 8 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a>, New Zealand vs. Belgium, game is at 11 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a>, Egypt vs. Iran, game is at 11 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 2 p.m. to 11 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>June 27</b>: There are six matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a>, Panama vs. England, game is at 5 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a>, Croatia vs. Ghana, game is at 5 p.m. The <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a>, Colombia vs. Portugal, game is at 7:30 p.m. The <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a>, Congo vs. Uzbekistan, game is at 7:30 p.m. The<a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/"> Group J</a>, Algeria vs. Austria, game is at 10 p.m. The<a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/"> Group J</a>, Jordan vs. Argentina, game is at 10 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 4 p.m. to 1 a.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>Sunrise watch party</b>: The indoor Amerant Bank Arena is hosting a free watch party <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" target="_self" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">for ticket holders</a> at 7:30 p.m. on June 27. Parking is free. Broward County is offering <a href="https://www.broward.org/BCT/Pages/WorldCup.aspx" target="_self" rel="" title="https://www.broward.org/BCT/Pages/WorldCup.aspx">free Express bus transportation</a> from the arena to the Miami Stadium, also known as Hard Rock, in Miami Gardens, to FIFA World Cup ticket holders.</p><h3><b>Round of 32 begins </b></h3><p><b>June 28</b>: There is a match at 3 p.m. </p><p><b>Miami watch party</b>: The fan festival opens from 1 p.m to 10 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>June 29</b>: There are three matches at 1 p.m., 4:30 p.m., and 9 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from noon to midnight at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>June 30</b>: There are three matches at 1 p.m., 5 p.m., and 9 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens from noon to midnight at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 1</b>: There are three matches at noon, 4 p.m., and 9 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 11 a.m. to 11 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 2</b>: There are three matches at 3 p.m., 7 p.m., and 11 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens from 2 p.m. to 10 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 3</b>: There are three matches at 2 p.m., 6 p.m., and 9:30 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens from 1 p.m to 9 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><h3><b>Round of 16 begins</b></h3><p><b>July 4:</b> There are two matches at 1 p.m. and 5 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens from noon to midnight at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 5</b>: There are two matches at 4 p.m. and 8 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens for the last day from 3 p.m. to 11 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 6</b>: There are two matches at 3 p.m. and 8 p.m. </p><p><b>July 7</b>: There are two matches at Noon and 4 p.m. </p><h3><b>Quarterfinals begin</b></h3><p><b>July 9</b>: There is a quarter-final match at 4 p.m. </p><p><b>July 10</b>: There is a quarter-final match at 3 p.m. </p><p><b>July 11</b>: There are two quarter-final matches at 5 p.m. and 9 p.m.</p><p><b>Sunrise watch party</b>: The indoor Amerant Bank Arena is hosting a free watch party <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" target="_self" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">for ticket holders</a> at 5 p.m. on July 11. Parking is free. </p><h3><b>Semifinals begin</b></h3><p><b>July 14</b>: The fan festival is closed. There is a semi-final match at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 14 at The Bandshell, at 7275 Collins Ave., for the semifinal match.</p><p><b>July 15</b>: There is a semi-final match at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 15 at The Bandshell, at 7275 Collins Ave., for the semifinal match.</p><h3><b>Finals begin</b></h3><p><b>July 18</b>: The third-place play-off match is at 5 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 18 at The Sandbowl, behind The Bandshell, at 7275 Collins Ave., for the 5 p.m. bronze final. </p><p><b>Sunrise ride to stadium</b>: The Amerant Bank Arena has free parking for FIFA World Cup ticket holders who ride Broward County’s <a href="https://www.broward.org/BCT/Pages/WorldCup.aspx" target="_self" rel="" title="https://www.broward.org/BCT/Pages/WorldCup.aspx">free Express bus transportation</a> to the Miami Stadium, also known as Hard Rock, in Miami Gardens. </p><p><b>July 19</b>: The final match is at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 1 p.m. on July 19 at The Sandbowl, behind The Bandshell, at 7275 Collins Ave., for the 3 p.m. final.</p><p><b>Sunrise watch party</b>: The indoor Amerant Bank Arena is hosting a free watch party <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" target="_self" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">for ticket holders</a> for the final on July 19. Parking is free. </p><p><b>Related stories </b></p><ul><li><a href="https://www.local10.com/sports/local/2026/06/11/fifa-world-cup-2026-key-information-for-fans-attending-matches-at-miami-stadium/" target="_self" rel="" title="https://www.local10.com/sports/local/2026/06/11/fifa-world-cup-2026-key-information-for-fans-attending-matches-at-miami-stadium/">Key information for fans attending matches at Miami Stadium </a></li><li><a href="https://www.local10.com/news/local/2026/06/10/security-guard-accused-of-stealing-fifa-referee-uniform-from-miami-beach-hotel/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/10/security-guard-accused-of-stealing-fifa-referee-uniform-from-miami-beach-hotel/">Security guard accused of stealing FIFA referee uniform from Miami Beach hotel</a></li></ul><h3><b>Track 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></channel></rss>